Jepsen testing (NLnet task 3 subtask 1) #544

Merged
lx merged 41 commits from jepsen into main 2024-01-11 10:52:13 +00:00
Showing only changes of commit fb6c9a1243 - Show all commits

View file

@ -69,7 +69,7 @@ Command: `lein run test --nodes-file nodes.vagrant --time-limit 60 --rate 100 -
Results: Results:
- No failures with clock-scramble nemesis + partition nemesis - 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) ### 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: Results:
- For now, no failures with clock-scramble nemesis + partition nemesis - 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) ### Set, continuous test (interspersed reads and writes)