Overview
Comment: | Oops. Merged into v1.55 instead of inmem. No worries. Need to converge anyway. This node merges the actual inmem branch in |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
82c9796fc05cff2d76927f3960554c6e |
User & Date: | mrwellan on 2014-02-18 06:43:56 |
Other Links: | branch diff | manifest | tags |
Context
2014-02-18
| ||
06:48 | Merging in old v1.60 branch to create new v1.60 branch check-in: 7d4d4f4f88 user: mrwellan tags: v1.60 | |
06:43 | Oops. Merged into v1.55 instead of inmem. No worries. Need to converge anyway. This node merges the actual inmem branch in check-in: 82c9796fc0 user: mrwellan tags: v1.60 | |
06:41 | Merged re-re-factor-server into inmem-per-run-db-per-run-server. NB// There are conflicts in docs/megatest-training.odp and the pdf that need to be manually merged check-in: c8ab0d511e user: mrwellan tags: v1.60 | |
2014-02-13
| ||
16:51 | Added pdf and regenerated Closed-Leaf check-in: 6d98d0aa7d user: mrwellan tags: inmem-per-run-db-per-run-server | |
Changes
Modified docs/manual/megatest_manual.html from [b092d826cc] to [d4159f651e].
︙ | ︙ | |||
1216 1217 1218 1219 1220 1221 1222 | </div> </div> </div> <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> Version 1.0<br /> | | | 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 | </div> </div> </div> <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> Version 1.0<br /> Last updated 2014-02-10 08:39:26 MST </div> </div> </body> </html> |
Added docs/manual/server.pdf version [710fc5512e].
cannot compute difference between binary files
Modified docs/manual/server.png from [8fdf36008d] to [8c0e3ad151].
cannot compute difference between binary files
Modified tests.scm from [4848c84f98] to [6b6e58b833].
︙ | ︙ | |||
200 201 202 203 204 205 206 | (mt:process-triggers run-id test-id state status)) ;; Do not rpc this one, do the underlying calls!!! (define (tests:test-set-status! run-id test-id state status comment dat #!key (work-area #f)) (let* ((real-status status) (otherdat (if dat dat (make-hash-table))) (testdat (rmt:get-test-info-by-id run-id test-id)) | | | 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 | (mt:process-triggers run-id test-id state status)) ;; Do not rpc this one, do the underlying calls!!! (define (tests:test-set-status! run-id test-id state status comment dat #!key (work-area #f)) (let* ((real-status status) (otherdat (if dat dat (make-hash-table))) (testdat (rmt:get-test-info-by-id run-id test-id)) (test-name (db:test-get-testname testdat)) (item-path (db:test-get-item-path testdat)) ;; before proceeding we must find out if the previous test (where all keys matched except runname) ;; was WAIVED if this test is FAIL ;; NOTES: ;; 1. Is the call to test:get-previous-run-record remotified? ;; 2. Add test for testconfig waiver propagation control here |
︙ | ︙ |