KeDeng has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20238
Change subject: [tests] Fix flakiness in TestAsyncKuduSession.java ...................................................................... [tests] Fix flakiness in TestAsyncKuduSession.java The test testFlushBySize within TestAsyncKuduSession.java has been flaky with a 39% failure rate for the last weeks. The main reason for the failure of this case is that applying different inserts consecutively multiple times may throw an exception. I have fixed this issue by waiting for a period of time before attempting to apply again when an exception is thrown. Change-Id: Iadc61fcddb9ffbfe05ef398ba61c79f8063d72de --- M java/kudu-client/src/test/java/org/apache/kudu/client/TestAsyncKuduSession.java 1 file changed, 10 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/38/20238/1 -- To view, visit http://gerrit.cloudera.org:8080/20238 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iadc61fcddb9ffbfe05ef398ba61c79f8063d72de Gerrit-Change-Number: 20238 Gerrit-PatchSet: 1 Gerrit-Owner: KeDeng <[email protected]>
