Mike Percy has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8867 )
Change subject: [consensus] add test for non-voters in consensus queue ...................................................................... [consensus] add test for non-voters in consensus queue Added an integration test to verify that the consensus queue correctly distinguishes between voter and non-voter replica acknowledgements of the Raft consensus messages. The test is currently disabled because it fails: currently, the consensus queue does not differentiate between Raft acknowledgement messages sent by voter and non-voter replicas. Change-Id: I16382b75256a32d695d8bc9ce020f40276114511 Reviewed-on: http://gerrit.cloudera.org:8080/8867 Tested-by: Kudu Jenkins Reviewed-by: Mike Percy <[email protected]> --- M src/kudu/integration-tests/raft_consensus_nonvoter-itest.cc 1 file changed, 108 insertions(+), 0 deletions(-) Approvals: Kudu Jenkins: Verified Mike Percy: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/8867 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I16382b75256a32d695d8bc9ce020f40276114511 Gerrit-Change-Number: 8867 Gerrit-PatchSet: 4 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]>
