You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The commit 89cd7f4 ("replication: do not account booting replicas
in sync quorum") allowed replicas to leave orphan mode without waiting
for everyone listed in box.cfg.replication.
As a result, bootstrap_leader test started exiting too early, because it
relied on one of the replicas staying in orphan mode until all the
others finish bootstrap. Fix it.
Also, remove "memtx" and "vinyl" configuration for the test. There is
nothing in the test related to engines.
While we're at it, remove the test from fragile list. It hasn't flaked
since long ago, excluding the last couple of weeks, which's fixed now.
Closestarantool/tarantool-qa#63
NO_CHANGELOG=flaky test
NO_DOC=flaky test
(cherry picked from commit abf54f3)
0 commit comments