We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa9039 commit 90d9371Copy full SHA for 90d9371
src/tarantool/runner.clj
@@ -153,12 +153,12 @@
153
[opts]
154
(let [workload ((get workloads (:workload opts)) opts)
155
nemesis (nemesis/nemesis-package
156
- {:db db/db
+ {:db (db/db (:version opts))
157
:nodes (:nodes opts)
158
:faults (:nemesis opts)
159
- :partition {:targets [:one :majority :majorities-ring]}
160
- :pause {:targets [:one :majority :all]}
161
- :kill {:targets [:one :majority :all]}
+ :partition {:targets [:one :majority :majorities-ring :primaries]}
+ :pause {:targets [:one :majority :all :primaries]}
+ :kill {:targets [:one :majority :all :primaries]}
162
:interval (:nemesis-interval opts)})
163
_ (info (pr-str nemesis))
164
gen (->> (:generator workload)
0 commit comments