File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 [test properties]
2424 (doto properties
2525 (.setProperty " scalar.db.consensus_commit.isolation_level"
26- (-> test :isolation-level name string/upper-case))
26+ (-> test :isolation-level name string/upper-case ( string/replace #"-" " _ " ) ))
2727 (.setProperty " scalar.db.consensus_commit.coordinator.group_commit.enabled"
2828 (str (:enable-group-commit test)))
2929 (.setProperty " scalar.db.consensus_commit.coordinator.group_commit.slot_capacity" " 4" )
Original file line number Diff line number Diff line change 115115 [nil " --isolation-level ISOLATION_LEVEL" " isolation level"
116116 :default :snapshot
117117 :parse-fn keyword
118- :validate [#{:snapshot :serializable }
119- " Should be one of snapshot or serializable" ]]
118+ :validate [#{:read-committed : snapshot :serializable }
119+ " Should be one of read-committed, snapshot, or serializable" ]]
120120
121121 (cli/repeated-opt nil " --consistency-model CONSISTENCY_MODEL"
122122 " consistency model to be checked"
You can’t perform that action at this time.
0 commit comments