diff options
author | Alex Auvolat <alex@adnab.me> | 2023-10-20 15:55:09 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-10-20 15:55:09 +0200 |
commit | fb6c9a1243bd561d2a0de6b49c8debf37d566473 (patch) | |
tree | f7706d09827dc31fb1610286a9b55ce56e3779ad /script | |
parent | 9030c1eef8f4c7c3435835f15e6b236497f93323 (diff) | |
download | garage-fb6c9a1243bd561d2a0de6b49c8debf37d566473.tar.gz garage-fb6c9a1243bd561d2a0de6b49c8debf37d566473.zip |
jepsen: update readme
Diffstat (limited to 'script')
-rw-r--r-- | script/jepsen.garage/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/jepsen.garage/README.md b/script/jepsen.garage/README.md index 4c3c70b3..684bce87 100644 --- a/script/jepsen.garage/README.md +++ b/script/jepsen.garage/README.md @@ -69,7 +69,7 @@ Command: `lein run test --nodes-file nodes.vagrant --time-limit 60 --rate 100 - Results: - No failures with clock-scramble nemesis + partition nemesis -- TODO: layout reconfiguration nemesis +- Fails with layout reconfiguration nemesis (TODO: test more and investigate) ### Set, basic test (write some items, then read) @@ -79,7 +79,7 @@ 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: layout reconfiguration nemesis +- TODO: layout reconfiguration nemesis (does not fail yet! but it should) ### Set, continuous test (interspersed reads and writes) |