Overview
Comment: | Added setup example to fullrun/megatest.config for enabling local db's |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
338ff9b166c4fb84e11f1ca1403e52f1 |
User & Date: | matt on 2015-04-11 14:43:01 |
Other Links: | branch diff | manifest | tags |
Context
2015-04-12
| ||
20:43 | fixed couple merge issues check-in: cf21f4b4f1 user: matt tags: v1.60 | |
2015-04-11
| ||
15:25 | Merged v1.60 changes into multi-area check-in: f802b44c08 user: matt tags: multi-area | |
15:14 | Merged v1.60 into multi-area Closed-Leaf check-in: c9f40b5f73 user: matt tags: v1.60-openlava | |
14:43 | Added setup example to fullrun/megatest.config for enabling local db's check-in: 338ff9b166 user: matt tags: v1.60 | |
12:53 | Merged changes on openlava branch (openlava launch calls backed out) check-in: 8ce158ae19 user: matt tags: v1.60 | |
Changes
Modified tests/fullrun/megatest.config from [ce641a4a1c] to [83554cc361].
︙ | ︙ | |||
20 21 22 23 24 25 26 | parent #{shell readlink -f $MT_RUN_AREA_HOME/..} [tests-paths] 1 #{get misc parent}/simplerun/tests [setup] | | | > | < > > | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | parent #{shell readlink -f $MT_RUN_AREA_HOME/..} [tests-paths] 1 #{get misc parent}/simplerun/tests [setup] # 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 |
︙ | ︙ |