Overview
Comment: | Removed the thread doing rmt:find-and-mark-incomplete, changed an ERROR to INFO message |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.70 |
Files: | files | file ages | folders |
SHA1: |
0c24209eae89b2837dd799cc0961b85a |
User & Date: | mmgraham on 2024-03-20 17:26:45 |
Other Links: | branch diff | manifest | tags |
Context
2024-03-20
| ||
17:27 | Changed version to v1.7016 check-in: 727d573ad0 user: mmgraham tags: v1.70, v1.7016 | |
17:26 | Removed the thread doing rmt:find-and-mark-incomplete, changed an ERROR to INFO message check-in: 0c24209eae user: mmgraham tags: v1.70 | |
2023-07-20
| ||
16:12 | Changed version to v1.7015 check-in: 3152edd3b0 user: mmgraham tags: v1.70, v1.7015 | |
Changes
Modified rmt.scm from [cecfc0934e] to [2253771ff5].
︙ | |||
333 334 335 336 337 338 339 | 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 | - + | (debug:print-info 13 *default-log-port* "rmt:send-receive, case 9. conninfo=" conninfo " dat=" dat " runremote = " runremote) (mutex-unlock! *rmt-mutex*) (if success ;; success only tells us that the transport was ;; successful, have to examine the data to see if ;; there was a detected issue at the other end (extras-transport-succeded *default-log-port* *rmt-mutex* attemptnum runremote res params rid cmd) (begin |
︙ |
Modified runs.scm from [6164fa6d2a] to [d6ca8ef849].
︙ | |||
797 798 799 800 801 802 803 | 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 | - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + | (if (not (null? required-tests)) (debug:print-info 1 *default-log-port* "Adding \"" (string-intersperse required-tests " ") "\" to the run queue")) ;; NOTE: these are all parent tests, items are not expanded yet. (debug:print-info 4 *default-log-port* "test-records=" (hash-table->alist test-records)) (let ((reglen (configf:lookup *configdat* "setup" "runqueue"))) (if (> (length (hash-table-keys test-records)) 0) |
︙ |