Overview
Comment: | Added stuff for simplerun from v2.0001 branch |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.7001-multi-db-01 |
Files: | files | file ages | folders |
SHA1: |
56df5f2bef988c6d34461c8cd61c2ae6 |
User & Date: | matt on 2022-02-21 19:22:28 |
Other Links: | branch diff | manifest | tags |
Context
2022-02-21
| ||
20:09 | Still getting the multi-db implemented. WIP. check-in: 2ee7ae9a00 user: matt tags: v1.7001-multi-db-01 | |
19:22 | Added stuff for simplerun from v2.0001 branch check-in: 56df5f2bef user: matt tags: v1.7001-multi-db-01 | |
07:21 | Merged v1.70 check-in: 180f66b411 user: matt tags: v1.7001-multi-db-01 | |
Changes
Added tests/simplerun/Makefile version [115e15e0c2].
|
Added tests/simplerun/debug.scm version [1bee670fb9].
|
Modified tests/simplerun/megatest.config from [373cc8c0cf] to [8e9ed1a8b8].
︙ | |||
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | + + - - + + | SYSTEM TEXT RELEASE TEXT [setup] # Adjust max_concurrent_jobs to limit how much you load your machines max_concurrent_jobs 50 [server] timeout 3600 # Uncomment this to make the in-mem db into a disk based db (slower but good for debug) # be aware that some unit tests will fail with this due to persistent data # # tmpdb /tmp # This is your link path, you can move it but it is generally better to keep it stable linktree #{getenv MT_RUN_AREA_HOME}/../simplelinks # Valid values for state and status for steps, NB// It is not recommended you use this [validvalues] state start end completed # Job tools are more advanced ways to control how your jobs are launched [jobtools] |
Modified tests/simplerun/tests/test1/testconfig from [db2c27ffef] to [b9db33e554].
︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + | # Test requirements are specified here [requirements] # waiton setup priority 0 # Iteration for your tests are controlled by the items section |
︙ |