Todd Lipcon has submitted this change and it was merged. Change subject: raft_consensus-itest: address flakiness in config-change tests ......................................................................
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]> --- M src/kudu/integration-tests/raft_consensus-itest.cc 1 file changed, 5 insertions(+), 3 deletions(-) Approvals: Mike Percy: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4637 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3eed4ca551a3342dcb07330c43ef94e169db7ab8 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
