Mike Percy has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9766 )
Change subject: consensus: Add consensus peers health reporting test ...................................................................... consensus: Add consensus peers health reporting test This new test provides functional coverage on tablet health states and common health status transitions. This patch also adds a version of CauseFollowerToFallBehindLogGC() that allows for a pre-selected follower to fall behind the log GC threshold. That enables us to verify a health status transition from FAILED to FAILED_UNAVAILABLE. Change-Id: I65d787a3146749e36e33d78e253914a5ffe5762d Reviewed-on: http://gerrit.cloudera.org:8080/9766 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/integration-tests/CMakeLists.txt M src/kudu/integration-tests/cluster_itest_util.h A src/kudu/integration-tests/consensus_peer_health_status-itest.cc M src/kudu/integration-tests/raft_consensus-itest-base.cc M src/kudu/integration-tests/raft_consensus-itest-base.h 5 files changed, 252 insertions(+), 11 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/9766 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I65d787a3146749e36e33d78e253914a5ffe5762d Gerrit-Change-Number: 9766 Gerrit-PatchSet: 5 Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Tidy Bot
