Overview
Comment: | removing chestertons fence |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-nosleep |
Files: | files | file ages | folders |
SHA1: |
53ed616f9fa4bc3e8e5bf0936e849871 |
User & Date: | bjbarcla on 2019-03-12 18:26:35 |
Other Links: | branch diff | manifest | tags |
Context
2019-03-13
| ||
12:23 | Replace the possibly extraneous sleep with a rmt call to ensure server available. Closed-Leaf check-in: 60bea8540c user: mrwellan tags: v1.65-nosleep | |
2019-03-12
| ||
18:26 | removing chestertons fence check-in: 53ed616f9f user: bjbarcla tags: v1.65-nosleep | |
2019-02-28
| ||
14:30 | small bugfix to get-cpu-load and policy change so tests marked dead which are running are moved back to running instead of killed check-in: fa5f74982b user: bjbarcla tags: v1.65, v1.6525 | |
Changes
Modified tests.scm from [c7490d0df8] to [80d06aa554].
︙ | ︙ | |||
483 484 485 486 487 488 489 | tol "," units "," dcomment ",," ;; extra comma for status type ))) ;; This was run remote, don't think that makes sense. Perhaps not, but that is the easiest path for the moment. (rmt:csv->test-data run-id test-id dat) | | | 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 | tol "," units "," dcomment ",," ;; extra comma for status type ))) ;; This was run remote, don't think that makes sense. Perhaps not, but that is the easiest path for the moment. (rmt:csv->test-data run-id test-id dat) ;; BB - commentiong out arbitrary 10 second wait (thread-sleep! 10) ;; add 10 second delay before quit incase rmt needs time to start a server. ))) ;; need to update the top test record if PASS or FAIL and this is a subtest ;;;;;; (if (not (equal? item-path "")) ;;;;;; (rmt:set-state-status-and-roll-up-items run-id test-name item-path state status #f) ;;;;;) (if (or (and (string? comment) |
︙ | ︙ |