LUMIERA.clone/tests/vault/gear
Ichthyostega a20e233ca0 Library: now using controlled seed and replaced rand (closes #1378)
After augmenting our `lib/random.hpp` abstraction framework to add the necessary flexibility,
a common seeding scheme was ''built into the Test-Runner.''
 * all tests relying on some kind of randomness should invoke `seedRand()`
 * this draws a seed from the `entropyGen` — which is also documented in the log
 * individual tests can now be launched with `--seed` to force a dedicated seed
 * moreover, tests should build a coherent structure of linked generators,
   especially when running concurrently. The existing tests were adapted accordingly

All usages of `rand()` in the code base were investigated and replaced
by suitable calls to our abstraction framework; the code base is thus
isolated from the actual implementation, simplifying further adaptation.
2024-11-17 19:45:41 +01:00
..
activity-detector-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
activity-detector.hpp Library: rework detection of ''same object'' 2024-11-15 00:11:14 +01:00
block-flow-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
scheduler-activity-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
scheduler-commutator-test.cpp Library: investigate Scheduler test failures 2024-11-15 02:20:36 +01:00
scheduler-invocation-test.cpp Scheduler: reconciled into clearer design 2023-11-04 04:49:13 +01:00
scheduler-load-control-test.cpp Scheduler: connect BlockFlow capacity announcement 2023-11-10 23:52:20 +01:00
scheduler-service-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
scheduler-stress-test.cpp Library: Testsuite maintenance 2024-11-16 00:38:57 +01:00
scheduler-usage-test.cpp Scheduler: plan for integration 2023-10-20 00:59:50 +02:00
special-job-fun-test.cpp Library: reorganise test helpers and cover logging tracker object 2024-06-16 04:22:29 +02:00
stress-test-rig.hpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
test-chain-load-test.cpp Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
test-chain-load.hpp Library: rework detection of ''same object'' 2024-11-15 00:11:14 +01:00
work-force-test.cpp Library: now using controlled seed and replaced rand (closes #1378) 2024-11-17 19:45:41 +01:00