diff options
author | Alex Auvolat <alex@adnab.me> | 2023-10-24 17:45:22 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-10-24 17:45:22 +0200 |
commit | 4fa2646a75ed9b4823bf36ae6218a18cca11c471 (patch) | |
tree | 50e253661baeef471d89ca5629726005f0da38f6 /script | |
parent | d7ab2c639e330cb3214d83bf98107573ef41f6db (diff) | |
download | garage-4fa2646a75ed9b4823bf36ae6218a18cca11c471.tar.gz garage-4fa2646a75ed9b4823bf36ae6218a18cca11c471.zip |
jepsen: got a failure with set1
Diffstat (limited to 'script')
-rw-r--r-- | script/jepsen.garage/README.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/script/jepsen.garage/README.md b/script/jepsen.garage/README.md index e1dc6953..5d407b6a 100644 --- a/script/jepsen.garage/README.md +++ b/script/jepsen.garage/README.md @@ -77,17 +77,16 @@ Results with timestamp patch (`--patch tsfix2`): ### Set, basic test (write some items, then read) -Command: `lein run test --nodes-file nodes.vagrant --time-limit 60 --rate 100 --concurrency 100 --workload set1 --ops-per-key 100 --patch tsfix2` +Command: `lein run test --nodes-file nodes.vagrant --time-limit 60 --rate 200 --concurrency 200 --workload set1 --ops-per-key 100 --patch tsfix2` Results: - For now, no failures with clock-scramble nemesis + partition nemesis -> TODO long test run -- Does not seem to fail with only the layout reconfiguation nemesis (>20 runs), although theoretically it could +- Does not seem to fail with only the layout reconfiguation nemesis (<10 runs), although theoretically it could -- Does not seem to fail with the layout reconfiguation + partition nemesis (<10 runs), although theoretically it could - -TODO: make it fail!!! +- **Fails with the partition + layout reconfiguration nemesis** (`--scenario pr`). + EXample of a failed run: `garage set1/20231024T172214.488+0200` (1 failure in 4 runs). ### Set, continuous test (interspersed reads and writes) |