Skip to content
Snippets Groups Projects
Commit 3273a51d authored by Serge Petrenko's avatar Serge Petrenko Committed by Yaroslav Lobankov
Browse files

test: partially disable election_pre_vote test

test_promote_no_quorum testcase in election_pre_vote test started flaky
hanging after commit 5765fdc4 ("raft: fix 'manual' nodes bumping the
term excessively").

Disable it until the issue (#8217) is resolved.

In-scope-of #8217

NO_DOC=tests
NO_CHANGELOG=tests
parent 4d95d1e2
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ end
-- when it lacks a quorum of peers.
--
g.test_promote_no_quorum = function(g)
t.skip('Enable once gh-8217 is fixed')
g.follower1:exec(function() box.cfg{replication = ''} end)
local term = g.follower1:exec(get_election_term)
t.assert_error_msg_content_equals(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment