Megatest

Changes On Branch dbcfa51c6d68704e
Login

Changes In Branch v1.62-rpc Through [dbcfa51c6d] Excluding Merge-Ins

This is equivalent to a diff from bff9d56983 to dbcfa51c6d

2018-04-18
00:21
No idea what this was. Commiting just in case it is interesting ... Leaf check-in: 33160354bc user: matt tags: dunno
2016-12-07
20:52
got test4 to run with rpc, but hit deadlock and errors in some tests. check-in: 551bd9234a user: bjbarcla tags: v1.62-rpc
10:58
kept up with v1.63 check-in: dbcfa51c6d user: bjbarcla tags: v1.62-rpc
2016-12-06
22:46
Fix marking incompletes to respect run-id check-in: d19eca2c09 user: mrwellan tags: v1.63
17:40
got test4 and dashboard to work; switched transport to rpc in fullrun/megatest.config. default is still http as per common:get-transport-type proc which is now called from launch:setup-body check-in: 6c63f7e61a user: bjbarcla tags: v1.62-rpc
2016-12-05
13:11
Bumped version to v1.6301 check-in: fbf0a07a1d user: mrwellan tags: v1.63, v1.6301
12:58
Protected calls to expensive ping with calls to cheap server:read-dotserver. This appears to 100% the run-away pings problem Closed-Leaf check-in: bff9d56983 user: mrwellan tags: v1.62-no-rpc
11:05
Correct expiration of server connections check-in: b168adb943 user: mrwellan tags: v1.62-no-rpc

Modified client.scm from [50265f350f] to [e8cb4a6c94].    [diff]

Modified common.scm from [a3fcacf886] to [435cf851b0].    [diff]

Modified db.scm from [b74c06eb1c] to [c23c904f85].    [diff]

Modified http-transport.scm from [4d8eecbf3a] to [a4eeab2202].    [diff]

Modified launch.scm from [4e784cfd15] to [92d3f0b9e5].    [diff]

Modified megatest-version.scm from [a6ad525294] to [b4a5a2c435].    [diff]

Modified megatest.scm from [46d15d3c2a] to [f3269063a2].    [diff]

Modified rmt.scm from [5e992d9837] to [63bffa857d].    [diff]

Modified rpc-transport.scm from [7aa56cfddc] to [5da1898b4d].    [diff]

Modified server.scm from [c0f30a061c] to [8582b4bb20].    [diff]

Modified tasks.scm from [b8a3c2af2e] to [ae98efc45e].    [diff]

Modified tests.scm from [5514a2a23d] to [c9883a48b0].    [diff]

Modified tests/fullrun/megatest.config from [353b25ebc0] to [eec8c46fb2].    [diff]

Added thunk-utils.scm version [e6dc11200a].