Differences From Artifact [6d157bfc9e]:
- File tests/fullrun/megatest.config — part of check-in [c12c6d9114] at 2014-07-30 11:56:17 on branch v1.55 — Found never-end bug in runs.scm where run-wait logic was at the wrong level (user: mrwellan, size: 3813) [annotate] [blame] [check-ins using]
To Artifact [9cd6dad452]:
- File tests/fullrun/megatest.config — part of check-in [05c1588699] at 2014-09-11 08:29:52 on branch v1.55 — Added sleeprunner for simulating long queue times in distributed computing systems (user: mrwellan, size: 3943) [annotate] [blame] [check-ins using]
︙ | |||
142 143 144 145 146 147 148 | 142 143 144 145 146 147 148 149 150 151 152 | + + + + | # NOTE: job groups will falsely count the toplevel test as a job. If possible add N # to your jobgroups where N is the number of parallel runs you are likely to see # sqlite3 5 blockz 5 # Uncomment these to emulate a job queue with a long time (look in bin/sleeprunner for the time) [jobtools] launcher sleeprunner |