Differences From Artifact [8f5d47927b]:
- File
megatest.scm
— part of check-in
[c9ec425fc4]
at
2016-12-09 17:33:35
on branch v1.63-fix-db-sync
— 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. (user: bjbarcla, size: 83184) [annotate] [blame] [check-ins using] [more...]
To Artifact [a321d88e0d]:
- File megatest.scm — part of check-in [5f96a1cd71] at 2016-12-10 21:20:26 on branch v1.63-fix-db-sync — Added couple helpers to configf. Fixed -test-files. Updated manual (user: matt, size: 83191) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
116 117 118 119 120 121 122 | -load-test-data : read test specific data for storage in the test_data table from standard in. Each line is comma delimited with four fields category,variable,value,comment Queries -list-runs patt : list runs matching pattern \"patt\", % is the wildcard -show-keys : show the keys used in this megatest setup | | | 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | -load-test-data : read test specific data for storage in the test_data table from standard in. Each line is comma delimited with four fields category,variable,value,comment Queries -list-runs patt : list runs matching pattern \"patt\", % is the wildcard -show-keys : show the keys used in this megatest setup -test-files targpatt : get the most recent test path/file matching targpatt e.g. %/% or '*.log' returns list sorted by age ascending, see examples below -test-paths : get the test paths matching target, runname, item and test patterns. -list-disks : list the disks available for storing runs -list-targets : list the targets in runconfigs.config -list-db-targets : list the target combinations used in the db -show-config : dump the internal representation of the megatest.config file |
︙ | ︙ |