Will Berkeley has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/13466


Change subject: [java] Deflake 
TestSecurity.testImportExportAuthenticationCredentials
......................................................................

[java] Deflake TestSecurity.testImportExportAuthenticationCredentials

This test was flaky for the same reason that
SecureKuduSinkTest.testEventsWithShortTickets was flaky (as addressed
in 3cbc025869494be2a1fa91582dfabc95d7bc88f9): the test was using short
ticket lifetimes, and sometimes in TSAN the cluster would simply take
longer than the ticket lifetime to start, causing the minicluster
check to fail with "not authorized" errors. However, unlike the sink
test, I don't see a reason why this test needs to use short lifetimes.
It manually invalidates credentials and does not wait for expiration.
So, I simply unset the option making it use short ticket lifetimes.

Change-Id: Ifb9fd101deb82acc849ba5dd6dfe8a34a76eea03
---
M java/kudu-client/src/test/java/org/apache/kudu/client/TestSecurity.java
1 file changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/66/13466/1
--
To view, visit http://gerrit.cloudera.org:8080/13466
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifb9fd101deb82acc849ba5dd6dfe8a34a76eea03
Gerrit-Change-Number: 13466
Gerrit-PatchSet: 1
Gerrit-Owner: Will Berkeley <[email protected]>

Reply via email to