Overview
Comment: | Fixed waiton runner issues |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
4a3e5b5724f21e4b61ec6172f178406d |
User & Date: | matt on 2015-07-06 23:23:48 |
Other Links: | branch diff | manifest | tags |
Context
2015-07-07
| ||
10:20 | Made the colors for archived items darker than normal colors check-in: 397be0f93b user: mrwellan tags: v1.60 | |
2015-07-06
| ||
23:23 | Fixed waiton runner issues check-in: 4a3e5b5724 user: matt tags: v1.60 | |
2015-07-05
| ||
21:17 | Fixed regression in item running check-in: c897553b7a user: matt tags: v1.60, v1.6018 | |
Changes
Modified runs.scm from [b5f1b11249] to [a18bf25a3a].
︙ | |||
390 391 392 393 394 395 396 | 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 | - + | (if (and waiton (not (member waiton test-names))) (let* ((new-test-patts (tests:extend-test-patts test-patts hed waiton #f)) (waiton-record (hash-table-ref/default test-records waiton #f)) (waiton-tconfig (if waiton-record (vector-ref waiton-record 1) #f)) (waiton-itemized (and waiton-tconfig (or (hash-table-ref/default waiton-tconfig "items" #f) (hash-table-ref/default waiton-tconfig "itemstable" #f))))) |
︙ |
Modified tests.scm from [cf5fd4c786] to [40378522a7].
︙ | |||
82 83 84 85 86 87 88 | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | - - + + + + + | (patts-b (map (lambda (x) (let ((newpatt (conc test-a "/" (substring x test-b-len (string-length x))))) ;; (print "in map, x=" x ", newpatt=" newpatt) newpatt)) (filter (lambda (x) (eq? (substring-index (conc test-b "/") x) 0)) patts)))) |
︙ |
Modified tests/fdktestqa/testqa/Makefile from [2d20ab8370] to [2c34e806a3].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | + + + + + + + + | $(MEGATEST) -runtests % -target a/b :runname c bigbig : for tn in a b c d;do \ ($(MEGATEST) -runtests % -target a/b :runname $tn & ) ; \ done waitonpatt : megatest -remove-runs -runname waitonpatt -target a/b -testpatt % NUMTESTS=15 megatest -run -target a/b -runname waitonpatt -testpatt bigrun3/%8 waitonall : megatest -remove-runs -runname waitonall -target a/b -testpatt % NUMTESTS=20 megatest -run -target a/b -runname waitonall -testpatt alltop bigrun : NUMTESTS=$(NUMTESTS) $(MEGATEST) -runtests bigrun -target a/bigrun :runname a$(shell date +%V) bigrun2 : NUMTESTS=$(NUMTESTS) $(MEGATEST) -runtests bigrun2 -target a/bigrun2 :runname a$(shell date +%V) bigrun3 : |
︙ | |||
32 33 34 35 36 37 38 | 40 41 42 43 44 45 46 | - | $(NEWDASHBOARD) & compile : (cd ../../..;make -j && make install) clean : rm -rf ../simple*/*/* megatest.db db/* ../simple*/.db/* logs/* monitor.db |
Added tests/fdktestqa/testqa/tests/alltop/testconfig version [50bb71fe35].
|
Added tests/release/tests/toprun/results.logpro version [7bd9c74d1a].