Skip to content

fix: pytest wait_ready implementation

Yaroslav Dynnikov requested to merge fix-wait-ready into master

Waiting for a valid leader_id on a node isn't enough. It may already have one, but still be a Learner. Instead, the fixture should wait until the node is promoted to voter.

Merge request reports