Megatest

Check-in [5b7a69fb1d]
Login
Overview
Comment:Upped the timeout on marking INCOMPLETE in the fullrun test
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.55
Files: files | file ages | folders
SHA1: 5b7a69fb1d51fceaf03d7235ca9c75dfc7d06258
User & Date: matt on 2013-10-22 23:51:06
Other Links: branch diff | manifest | tags
Context
2013-10-23
09:33
Removed auto marking of tests as incomplete as it is failing to detect legit running tests in some cases. Added -mark-incomplete switch to enable manual running of marking incompleted tests check-in: 183f240774 user: mrwellan tags: v1.55, v1.5513
2013-10-22
23:51
Upped the timeout on marking INCOMPLETE in the fullrun test check-in: 5b7a69fb1d user: matt tags: v1.55
23:10
Split find and mark incomplete to iterate over runs, fixed logic bug in select statements for find and mark. check-in: 7bb000c05a user: matt tags: v1.55
Changes

Modified tests/fullrun/megatest.config from [f16dafe4d4] to [468c6e80d9].

34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Default runtimelim 1d 1h 1m 10s
#
runtimelim 10m

# Deadtime - when to consider tests dead (i.e. haven't heard from them in too long)
# Number in seconds
#
deadtime 5

# It is possible (but not recommended) to override the rsync command used
# to populate the test directories. For test development the following 
# example can be useful
#
# testcopycmd cp --remove-destination -rsv TEST_SRC_PATH/. TEST_TARG_PATH/. >> TEST_TARG_PATH/mt_launch.log 2>> TEST_TARG_PATH/mt_launch.log








|







34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Default runtimelim 1d 1h 1m 10s
#
runtimelim 10m

# Deadtime - when to consider tests dead (i.e. haven't heard from them in too long)
# Number in seconds
#
deadtime 25

# It is possible (but not recommended) to override the rsync command used
# to populate the test directories. For test development the following 
# example can be useful
#
# testcopycmd cp --remove-destination -rsv TEST_SRC_PATH/. TEST_TARG_PATH/. >> TEST_TARG_PATH/mt_launch.log 2>> TEST_TARG_PATH/mt_launch.log