Megatest

Check-in [c9ec425fc4]
Login
Overview
Comment:merged v1.62-rpc. Adds rpc transport capability but leaves default http.

NOTE: This commit appears to have broken the db sync-back to megatest.db. Moving this to side branch for repairs.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.63-fix-db-sync
Files: files | file ages | folders
SHA1: c9ec425fc423341e6237811230108589b26874b1
User & Date: bjbarcla on 2016-12-09 17:33:35
Original Comment: merged v1.62-rpc. Adds rpc transport capability but leaves default http
Other Links: branch diff | manifest | tags
Context
2016-12-10
14:44
Added some missing apt libs and changed default to chicken 4.10 as 4.11 seems to have problems check-in: b4d0474c03 user: matt tags: v1.63-fix-db-sync
2016-12-09
17:33
merged v1.62-rpc. Adds rpc transport capability but leaves default http.

NOTE: This commit appears to have broken the db sync-back to megatest.db. Moving this to side branch for repairs. check-in: c9ec425fc4 user: bjbarcla tags: v1.63-fix-db-sync

17:25
switched default transport back to http Closed-Leaf check-in: 37f53d58ab user: bjbarcla tags: v1.62-rpc
08:44
Fixed -list-targets and removed run data filtering based on file timestamps from -list-runs check-in: dddccecb45 user: mrwellan tags: v1.63
Changes

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

Modified common.scm from [1afd768a71] to [298d65055e].    [diff]

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

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

Modified megatest.scm from [63d775f5dc] to [8f5d47927b].    [diff]

Modified rmt.scm from [2632e87e3e] to [55635aac65].    [diff]

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

Modified server.scm from [c0f30a061c] to [9cba9551df].    [diff]

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

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

Added thunk-utils.scm version [e6dc11200a].