diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-16 18:09:13 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-16 18:09:13 +0100 |
commit | 92dd2bbe15357a24eb68a3d3d6220c4758bb81a7 (patch) | |
tree | 56e1922e3f8c4cfa31a06431a0e70c355116a138 /script/jepsen.garage/README.md | |
parent | 18e58111593d5bf978d8c603e0dc2633ffcd91c4 (diff) | |
download | garage-92dd2bbe15357a24eb68a3d3d6220c4758bb81a7.tar.gz garage-92dd2bbe15357a24eb68a3d3d6220c4758bb81a7.zip |
jepsen: nlnet task3a seems to fix things
Diffstat (limited to 'script/jepsen.garage/README.md')
-rw-r--r-- | script/jepsen.garage/README.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/script/jepsen.garage/README.md b/script/jepsen.garage/README.md index 464da4da..f7479a3d 100644 --- a/script/jepsen.garage/README.md +++ b/script/jepsen.garage/README.md @@ -71,9 +71,12 @@ Results with timestamp patch (`--patch tsfix2`): - **Fails with layout reconfiguration nemesis** (`--scenario r`). Example of a failed run: `garage reg2/20231024T120806.899+0200`. - TODO: investigate. This is the failure mode we are looking for and trying to fix for NLnet task 3. +- Changes brought by NLnet task 3 code (commit 707442f5de): + no failures with `--scenario r` (0 of 10 runs), `--scenario pr` (0 of 10 runs), + `--scenario cpr` (0 of 10 runs) and `--scenario dpr` (0 of 10 runs). + ### Set, basic test (write some items, then read) @@ -101,9 +104,12 @@ Results: - **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. +- Changes brought by NLnet task 3 code (commit 707442f5de): + no failures with `--scenario r` (0 of 10 runs), `--scenario pr` (0 of 10 runs). + `--scenario cpr` (0 of 10 runs) and `--scenario dpr` (0 of 10 runs). + ## Investigating (and fixing) errors |