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 180bf8e commit 55f665eCopy full SHA for 55f665e
src/tarantool/runner.clj
@@ -156,9 +156,9 @@
156
{: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