diff options
author | Alex Auvolat <alex@adnab.me> | 2023-10-25 14:43:24 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-10-25 14:43:24 +0200 |
commit | 5b1f50be65c251a1dc0a4358c706c409f17a82c0 (patch) | |
tree | 979c421f54baa259b4510423bcafe41b99feb6b1 /script/jepsen.garage/README.md | |
parent | 9df7fa0bcd8b00dee5926fe7778853d857b5636d (diff) | |
download | garage-5b1f50be65c251a1dc0a4358c706c409f17a82c0.tar.gz garage-5b1f50be65c251a1dc0a4358c706c409f17a82c0.zip |
jepsen: testing
Diffstat (limited to 'script/jepsen.garage/README.md')
-rw-r--r-- | script/jepsen.garage/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/script/jepsen.garage/README.md b/script/jepsen.garage/README.md index 0d647c72..464da4da 100644 --- a/script/jepsen.garage/README.md +++ b/script/jepsen.garage/README.md @@ -97,10 +97,10 @@ Command: `lein run test --nodes-file nodes.vagrant --time-limit 60 --rate 100 - Results: -- For now, no failures with clock-scramble nemesis + partition nemesis -> TODO long test run +- No failures with clock-scramble nemesis + db nemesis + partition nemesis (`--scenario cdp`) (0 failures in 10 runs). -- **Fails with layout reconfiguration nemesis** (`--scenario r`). - Example of a failed run: `garage set2/20231025T115033.553+0200` (2 failures in 2 runs). +- **Fails with just layout reconfiguration nemesis** (`--scenario r`). + Example of a failed run: `garage set2/20231025T141940.198+0200` (10 failures in 10 runs). TODO: investigate. This is the failure mode we are looking for and trying to fix for NLnet task 3. |