Megatest

Check-in [6d98d0aa7d]
Login
Overview
Comment:Added pdf and regenerated
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | inmem-per-run-db-per-run-server
Files: files | file ages | folders
SHA1: 6d98d0aa7d99dd9e0f5f3678414c9cf2735d6427
User & Date: mrwellan on 2014-02-13 16:51:20
Other Links: branch diff | manifest | tags
Context
2014-02-18
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
2014-02-13
16:51
Added pdf and regenerated Closed-Leaf check-in: 6d98d0aa7d user: mrwellan tags: inmem-per-run-db-per-run-server
2014-02-09
23:54
Added more detail to server/client flow check-in: 559228be40 user: matt 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
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-09 20:08:35 MST
</div>
</div>
</body>
</html>







|




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
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







|







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