Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8908
Change subject: KUDU-2236 pt 2: fix flake in TestKuduClient ...................................................................... KUDU-2236 pt 2: fix flake in TestKuduClient The original patch d78b2727d1246069b2006ee652c3ff9a2005601c was too loose in what exceptions it would allow. This patch addresses this by being more selective in the allowed errors: - "RecoverableException: connection [closed/disconnected]": these were expected even before KUDU-2236 but the condition was too loose in pt 1 - "disconnected from peer": caused by explicit disconnections of the peer. Logging from is disconnections are expected. Change-Id: I7aafdc0eca00e743048ecc099dcb3241ce7ac8ad --- M java/kudu-client/src/test/java/org/apache/kudu/client/TestKuduClient.java 1 file changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/08/8908/1 -- To view, visit http://gerrit.cloudera.org:8080/8908 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I7aafdc0eca00e743048ecc099dcb3241ce7ac8ad Gerrit-Change-Number: 8908 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
