Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/10237
Change subject: [tests] fixed flake in consensus_peer_health_status ...................................................................... [tests] fixed flake in consensus_peer_health_status Fixed flake in the TestPeerHealthStatusTransitions scenario of the ConsensusPeerHealthStatusITest test. Prior to the fix, the flakiness happened when the target tablet server was shutdown during an on-going tablet copy. In that situation, the source tablet server had corresponding WAL segments anchored, so they could not be GCed. As a result, the tablet replica would not get FAILED_UNRECOVERABLE health status assigned. Test results using dist-test, before and after the fix (ASAN), before: http://dist-test.cloudera.org/job?job_id=aserbin.1525098763.54471 after: http://dist-test.cloudera.org/job?job_id=aserbin.1525099526.63998 Change-Id: I8eb640604e98361029aa3342ffa3050e922b6629 --- M src/kudu/integration-tests/consensus_peer_health_status-itest.cc 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/37/10237/1 -- To view, visit http://gerrit.cloudera.org:8080/10237 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I8eb640604e98361029aa3342ffa3050e922b6629 Gerrit-Change-Number: 10237 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <aser...@cloudera.com>