Skip to content

Commit f411d3b

Browse files
committed
Enable :primaries for partition, kill and pause nemeses
Fixes #59 See also: #17
1 parent 0687da5 commit f411d3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tarantool/runner.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@
156156
{:db (db/db (:version opts))
157157
:nodes (:nodes opts)
158158
:faults (:nemesis opts)
159-
:partition {:targets [:one :majority :majorities-ring]}
160-
:pause {:targets [:one :majority :all]}
161-
:kill {:targets [:one :majority :all]}
159+
:partition {:targets [:one :majority :majorities-ring :primaries]}
160+
:pause {:targets [:one :majority :all :primaries]}
161+
:kill {:targets [:one :majority :all :primaries]}
162162
:interval (:nemesis-interval opts)})
163163
_ (info (pr-str nemesis))
164164
gen (->> (:generator workload)

0 commit comments

Comments
 (0)