From fb6c9a1243bd561d2a0de6b49c8debf37d566473 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 20 Oct 2023 15:55:09 +0200 Subject: [PATCH] jepsen: update readme --- script/jepsen.garage/README.md | 4 ++-- 1 file 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)