Megatest

Check-in [d2d93cd7ce]
Login
Overview
Comment:Fixed problem in dbdir example in megatest.config
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: d2d93cd7ceb1e95741e10b597f8d26b275d318fb
User & Date: mrwellan on 2015-05-20 16:52:06
Other Links: manifest | tags
Context
2015-07-01
11:34
Merged v1.60 into trunk check-in: da78ef98bb user: mrwellan tags: trunk
2015-05-20
16:52
Fixed problem in dbdir example in megatest.config check-in: d2d93cd7ce user: mrwellan tags: trunk
09:42
Merging to trunk check-in: 0251075b09 user: mrwellan tags: trunk
Changes

Modified tests/fullrun/megatest.config from [e5113ba78d] to [41cde5b503].

26
27
28
29
30
31
32
33

34
35
36
37
38
39
40

# turn off faststart, put monitor.db in MT_RUN_AREA_HOME/db
# and set the dbdir to /var/tmp/$USER/mt_db to enable keeping
# the raw db in /var/tmp/$USER
#
faststart  no
monitordir #{getenv MT_RUN_AREA_HOME}/db
dbdir      /var/tmp/#{getenv USER}/mt_db


# Set launchwait to no to use the more agressive code that does not wait for the launch to complete before proceeding
# this may save a few milliseconds on launching tests
# launchwait no
waivercommentpatt ^WW\d+ [a-z].*
incomplete-timeout 1








|
>







26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

# turn off faststart, put monitor.db in MT_RUN_AREA_HOME/db
# and set the dbdir to /var/tmp/$USER/mt_db to enable keeping
# the raw db in /var/tmp/$USER
#
faststart  no
monitordir #{getenv MT_RUN_AREA_HOME}/db
# dbdir      /var/tmp/#{getenv USER}/mt_db
dbdir      #{get setup monitordir}

# Set launchwait to no to use the more agressive code that does not wait for the launch to complete before proceeding
# this may save a few milliseconds on launching tests
# launchwait no
waivercommentpatt ^WW\d+ [a-z].*
incomplete-timeout 1