Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raft_consensus-itest: address flakiness in config-change tests
Several tests were waiting until all replicas had set their LAST_RECEIVED operation to '1' and assuming that a config change could then proceed. However, even if all servers have received index 1, this doesn't necessarily mean that the leader has received the corresponding acknowledgement, and thus the leader may refuse the config change. Change-Id: I3eed4ca551a3342dcb07330c43ef94e169db7ab8 Reviewed-on: http://gerrit.cloudera.org:8080/4637 Tested-by: Kudu Jenkins Reviewed-by: Mike Percy <[email protected]>
- Loading branch information