David Ribeiro Alves has uploaded a new change for review. http://gerrit.cloudera.org:8080/3083
Change subject: Prevent flakiness in ClientTest::TestFailedDnsResolution() ...................................................................... Prevent flakiness in ClientTest::TestFailedDnsResolution() We're currently observing flakiness in this test because the timeout is set so low that we might get a Status::TimeOut() before we can get the dns resolution error that we're expecting. This just sets the timeout to be a little higher, to 500 ms. I've spun the test for 100 cycles and can't observe the error anymore. Change-Id: I20a00d3a08e3576cbbf7070527b98081cd1b6ae6 --- M src/kudu/client/client-test.cc 1 file changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/83/3083/1 -- To view, visit http://gerrit.cloudera.org:8080/3083 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I20a00d3a08e3576cbbf7070527b98081cd1b6ae6 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]>
