forked from Deuxfleurs/garage
the fix for increasing timestamps does not make things linearizable
This commit is contained in:
parent
dc5245ce65
commit
93a7132b4c
1 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
(def grg-bucket "jepsen")
|
||||
(def grg-object "1")
|
||||
|
||||
(defn db
|
||||
(defn garage
|
||||
"Garage DB for a particular version"
|
||||
[version]
|
||||
(reify db/DB
|
||||
|
@ -141,7 +141,8 @@
|
|||
{:pure-generators true
|
||||
:name "garage"
|
||||
:os debian/os
|
||||
:db (db "v0.8.2")
|
||||
:db (garage "v0.8.2")
|
||||
; :db (garage "d39c5c6984c581e16932aaa07e3687e7b5ce266d") ; fixed for increasing timestamps
|
||||
:client (Client. nil)
|
||||
:nemesis (nemesis/partition-random-halves)
|
||||
:checker (checker/compose
|
||||
|
|
Loading…
Reference in a new issue