Todd Lipcon has submitted this change and it was merged. Change subject: client-test: try to de-flake TestLastErrorEmbeddedInScanTimeoutStatus ......................................................................
client-test: try to de-flake TestLastErrorEmbeddedInScanTimeoutStatus This test seems to be flaky on the test dashboard, though I couldn't reproduce it on dist-test (perhaps due to different slave hardware). Regardless, it seems like there's a race -- we inject 1 second of latency into the tablet server startup, and then set a 1-second timeout on our scan. So, maybe our scan can sometimes succeed within the target time in some cases. This bumps the latency to 5 seconds to try to make the intended timeout more of a sure thing. Change-Id: I63c3e31a737b11ad3c9104d2f77111d17e9a51b7 Reviewed-on: http://gerrit.cloudera.org:8080/2506 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/client/client-test.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2506 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I63c3e31a737b11ad3c9104d2f77111d17e9a51b7 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
