forked from Deuxfleurs/garage
jepsen: fix set2 test omg finally this is so stupid
This commit is contained in:
parent
db921cc05f
commit
cfbfa09d24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue