Jason Fehr has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/22561 )
Change subject: IMPALA-13546: Fix Flaky JWT Unit Tests ...................................................................... IMPALA-13546: Fix Flaky JWT Unit Tests The JwtHttpTest unit tests sometimes fail with a java.nio.charset.MalformedInputException. This error message is thrown from the java.nio.charset.CharsetDecoder#decode() function to indicate a byte sequence is not valid for a charset. Since these tests fail intermittently, the malformed byte sequence is most likely caused by attempting to read the log file while it is still being written. This patch hardens the existing limited retries when reading the impalad.ERROR log file to also retry on exceptions. Testing was accomplished by running the JwtHttpTest unit tests locally. Change-Id: I48eea2b522b1834c92a8db14a0bdd63ca8c66c93 --- M fe/src/test/java/org/apache/impala/customcluster/JwtHttpTest.java 1 file changed, 14 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/61/22561/2 -- To view, visit http://gerrit.cloudera.org:8080/22561 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I48eea2b522b1834c92a8db14a0bdd63ca8c66c93 Gerrit-Change-Number: 22561 Gerrit-PatchSet: 2 Gerrit-Owner: Jason Fehr <[email protected]>
