Changes In Branch v1.64-minimt Through [96bdf8577f] Excluding Merge-Ins
This is equivalent to a diff from eaf721a3d3 to 96bdf8577f
2017-06-27
| ||
22:23 | Switched back to doing cleaning out of old records in -cleanup-db and added cleanup of test_rundat and test_steps tables. check-in: 299fe5e984 user: matt tags: v1.64 | |
2017-06-25
| ||
22:03 | Syncing up with v1.64 check-in: 346da738c4 user: matt tags: v1.65 | |
16:20 | Added direct.scm for the direct to db connection test check-in: 987ac55bdd user: matt tags: v1.64-minimt | |
16:07 | Base scenario working. Takes aprox 60-70 seconds to run. check-in: 96bdf8577f user: matt tags: v1.64-minimt | |
15:26 | Added minimt, a minimal faux megatest to use in testing out server options, db access tricks and other ideas. check-in: 9cd3c289b8 user: matt tags: v1.64-minimt | |
2017-06-22
| ||
23:12 | A few more missing includes check-in: eaf721a3d3 user: mrwellan tags: v1.64 | |
22:13 | Added missing include check-in: 36f2395e63 user: mrwellan tags: v1.64 | |
Modified common.scm from [85a0309836] to [337f689b36].
︙ | |||
829 830 831 832 833 834 835 | 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 | - - + + + + | #f (let loop ((hed (car dirs)) (tal (cdr dirs))) (let ((res (or (and (directory? hed) (file-write-access? hed) hed) (handle-exceptions |
︙ | |||
1479 1480 1481 1482 1483 1484 1485 | 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 | - + + + + + - + | ((< (+ load (/ (random 250) 1000)) ;; add a random factor to keep from getting in a rut (+ best-load (/ (random 250) 1000)) ) (set! best-load load) (set! best-host hostname))))) hosts) best-host)) |
︙ |
Added minimt/Makefile version [01be78487b].
|
Added minimt/db.scm version [3d81b0ab0e].