Hello Jean-Daniel Cryans,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/5803
to review the following change.
Change subject: Fix flakiness of TestConnectionCache
......................................................................
Fix flakiness of TestConnectionCache
This test would fail if one of the masters was a bit slow in starting. I
reproduced the failure reliably by adding a 3-second sleep in
ServerBase::Start. This patch just adds 25 seconds of retries waiting
for the masters to start up.
Change-Id: Ib5061c002132901d9d1aab50400a7bdac4bc87d3
---
M java/kudu-client/src/test/java/org/apache/kudu/client/TestConnectionCache.java
1 file changed, 17 insertions(+), 4 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/03/5803/1
--
To view, visit http://gerrit.cloudera.org:8080/5803
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib5061c002132901d9d1aab50400a7bdac4bc87d3
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]>