Overview
Comment: | Forced efficient creation of toplevel tests before registering items |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.54 |
Files: | files | file ages | folders |
SHA1: |
2c7bb1342f684af519febed5483e30f9 |
User & Date: | matt on 2013-04-27 23:11:45 |
Other Links: | branch diff | manifest | tags |
Context
2013-04-28
| ||
00:47 | Don't wait for the launch process to complete before moving on to next test launch check-in: 25e777f7f1 user: matt tags: v1.54 | |
2013-04-27
| ||
23:11 | Forced efficient creation of toplevel tests before registering items check-in: 2c7bb1342f user: matt tags: v1.54 | |
21:51 | Merged in threaded db calls check-in: 02f7eb9356 user: matt tags: v1.54 | |
Changes
Modified db.scm from [150009e410] to [1c5c537dce].
︙ | |||
732 733 734 735 736 737 738 | 732 733 734 735 736 737 738 739 740 741 742 743 744 745 | - - - - - - - - - - - - - - - - - | (hash-table-set! *target* run-id thekey) thekey)))) ;;====================================================================== ;; T E S T S ;;====================================================================== |
︙ |
Modified runs.scm from [75d1264ed4] to [a8bf9623c9].
︙ | |||
407 408 409 410 411 412 413 | 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 | - - - + + + + + + - + - + | (debug:print-info 1 "Skipping " (tests:testqueue-get-testname test-record) " " item-path " as it doesn't match " test-patts) ;; (thread-sleep! *global-delta*) (if (not (null? tal)) (loop (car tal)(cdr tal) reruns))) ;; Registery has been started for this test but has not yet completed ;; this should be rare, the case where there are only a couple of tests and the db is slow ;; delay a short while and continue |
︙ |