Skip to content

Commit

Permalink
Add election mode manual to test
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Dec 20, 2023
1 parent be208ad commit 3ff75ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/failover_stateful_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ local function setup_cluster(g)
cookie = helpers.random_cookie(),
env = {
TARANTOOL_SWIM_PROTOCOL_PERIOD_SECONDS = 0.2,
TARANTOOL_ELECTION_MODE = 'manual',
},
replicasets = {
{
Expand Down
1 change: 1 addition & 0 deletions test/integration/failover_synchro_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ local function setup_cluster(g)
},
env = {
TARANTOOL_REPLICATION_SYNCHRO_QUORUM = 'N/2 + 1',
TARANTOOL_ELECTION_MODE = 'manual',
}
})
g.cluster:start()
Expand Down

0 comments on commit 3ff75ba

Please sign in to comment.