Mike Percy has submitted this change and it was merged. Change subject: Deflake TabletCopyITest.TestRejectRogueLeader ......................................................................
Deflake TabletCopyITest.TestRejectRogueLeader The client was timing out waiting for a response to the old leader, who was SIGSTOPed. The thing that makes this not flaky anymore is: workload.set_timeout_allowed(true); Change-Id: I8667b3e7aac9d5de6a6080ccca70de5f15e7cec7 Reviewed-on: http://gerrit.cloudera.org:8080/7830 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Mike Percy <[email protected]> --- M src/kudu/integration-tests/tablet_copy-itest.cc 1 file changed, 31 insertions(+), 16 deletions(-) Approvals: Mike Percy: Verified Todd Lipcon: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7830 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8667b3e7aac9d5de6a6080ccca70de5f15e7cec7 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
