jepsen: fix set2 test omg finally this is so stupid

This commit is contained in:
Alex 2023-10-25 11:50:16 +02:00
parent db921cc05f
commit cfbfa09d24
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
([:invoke :read])
(assoc-in state [:read-must-contain (:process op)] (:add-done state))
([:ok :read])
(let [read-must-contain (get (:process op) (:read-must-contain state))
(let [read-must-contain (get (:read-must-contain state) (:process op))
new-missed (set/difference read-must-contain (:value op))
new-unexpected (set/difference (:value op) (:add-started state))]
(assoc state