Overview
Comment: | Trying more conservative values on NFS |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | test-specific-db |
Files: | files | file ages | folders |
SHA1: |
63d52c1fe9f8333eef75ada4989f3d5e |
User & Date: | mrwellan on 2012-09-27 16:33:48 |
Other Links: | branch diff | manifest | tags |
Context
2012-09-27
| ||
16:53 | Minor clean up check-in: 7a2fe15d10 user: matt tags: test-specific-db | |
16:33 | Trying more conservative values on NFS check-in: 63d52c1fe9 user: mrwellan tags: test-specific-db | |
16:03 | Cached collection of basic run info check-in: fb1ab3f6c9 user: matt tags: test-specific-db | |
Changes
Modified tests/Makefile from [a49584018d] to [451a85cf04].
︙ | ︙ | |||
33 34 35 36 37 38 39 | # cd fullrun;$(MEGATEST) -runall -reqtarg ubuntu/nfs/none :runname $(RUNNAME)_af -debug $(DEBUG) > af.log 2> af.log & test6: fullprep cd fullrun;$(MEGATEST) -runtests runfirst -itempatt %/1 -reqtarg ubuntu/nfs/none :runname $(RUNNAME)_itempatt -v cd fullrun;$(MEGATEST) -runtests runfirst -itempatt %blahha% -reqtarg ubuntu/nfs/none :runname $(RUNNAME)_itempatt -debug 10 cleanprep : ../*.scm Makefile */*.config | | | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | # cd fullrun;$(MEGATEST) -runall -reqtarg ubuntu/nfs/none :runname $(RUNNAME)_af -debug $(DEBUG) > af.log 2> af.log & test6: fullprep cd fullrun;$(MEGATEST) -runtests runfirst -itempatt %/1 -reqtarg ubuntu/nfs/none :runname $(RUNNAME)_itempatt -v cd fullrun;$(MEGATEST) -runtests runfirst -itempatt %blahha% -reqtarg ubuntu/nfs/none :runname $(RUNNAME)_itempatt -debug 10 cleanprep : ../*.scm Makefile */*.config if [ -e fullrun/megatest.db ]; then sqlite3 fullrun/megatest.db "delete from metadat where var='SERVER';";fi mkdir -p /tmp/mt_runs /tmp/mt_links cd ..;make install touch cleanprep fullprep : cleanprep cd fullrun;$(MEGATEST) -remove-runs :runname $(RUNNAME)% -target %/%/% -testpatt % -itempatt % cd fullrun;$(BINPATH)/dboard -rows 15 & |
︙ | ︙ |
Modified tests/fullrun/megatest.config from [25c2dbe531] to [9aef24bc77].
︙ | ︙ | |||
10 11 12 13 14 15 16 | [include config/mt_include_1.config] [setup] # FULL or 2, NORMAL or 1, OFF or 0 synchronous OFF # Throttle roughly scales the db access milliseconds to seconds delay | | | | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | [include config/mt_include_1.config] [setup] # FULL or 2, NORMAL or 1, OFF or 0 synchronous OFF # Throttle roughly scales the db access milliseconds to seconds delay throttle 0.1 # Max retries allows megatest to re-check that a tests status has changed # as tests can have transient FAIL status occasionally maxretries 500 [validvalues] state start end status pass fail n/a 0 1 running # These are set before all tests, override them # in the testconfig [pre-launch-env-overrides] section |
︙ | ︙ |