Overview
Comment: | improved preq_fail handling |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64-itemflow2 |
Files: | files | file ages | folders |
SHA1: |
109f029d2c7bcb2ea2d11018cafe417c |
User & Date: | bjbarcla on 2017-10-06 17:19:25 |
Other Links: | branch diff | manifest | tags |
Context
2017-10-06
| ||
17:53 | Speculative merge of itemflow2 fixes check-in: ba4880b15c user: mrwellan tags: v1.65-runarun | |
17:33 | removed debug message check-in: 9d95b5bab0 user: bjbarcla tags: v1.64-itemflow2 | |
17:19 | improved preq_fail handling check-in: 109f029d2c user: bjbarcla tags: v1.64-itemflow2 | |
17:16 | improved preq_fail handling check-in: 70b2187dab user: bjbarcla tags: v1.64-itemflow2 | |
Changes
Modified runs.scm from [657e2feedd] to [ad387d03f0].
︙ | |||
1083 1084 1085 1086 1087 1088 1089 | 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 | - + | (list (car tal)(cdr tal) reg reruns)) (begin (if (runs:lownoise (conc "FAILED prerequisites or other issue" hed) 60) (debug:print 0 *default-log-port* "WARNING: test " hed " has FAILED prerequisites or other issue. Internal state " nth-try " will be overridden and we'll retry.")) ;; was: (mt:test-set-state-status-by-testname run-id test-name item-path "NOT_STARTED" "KEEP_TRYING" #f) (mt:test-set-state-status-by-testname run-id test-name item-path "COMPLETED" "PREQ_FAIL" #f) (hash-table-set! test-registry hed 'removed) ;; was 0 |
︙ |