Riza Suminto has posted comments on this change. ( http://gerrit.cloudera.org:8080/19536 )
Change subject: IMPALA-11945: Fix Flaky Test in JwtHttpTest ...................................................................... Patch Set 4: (2 comments) http://gerrit.cloudera.org:8080/#/c/19536/4//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/19536/4//COMMIT_MSG@9 PS4, Line 9: The JwtHttpTest.testJwtAuthWithUntrustedJwksHttpsUrl nit: mention the IMPALA-11922 in commit message. In case we backport IMPALA-11922 somewhere else, we'll remember to include IMPALA-11945 as well. http://gerrit.cloudera.org:8080/#/c/19536/4/fe/src/test/java/org/apache/impala/customcluster/JwtHttpTest.java File fe/src/test/java/org/apache/impala/customcluster/JwtHttpTest.java: http://gerrit.cloudera.org:8080/#/c/19536/4/fe/src/test/java/org/apache/impala/customcluster/JwtHttpTest.java@416 PS4, Line 416: testJwtAuthWithUntrustedJwksHttpsUrl Can you try loop this test in your local machine? just to make sure it is not flaky anymore. Maybe like this from $IMPALA_HOME: (pushd fe && for i in {1..100}; do mvn -fae test -Dtest=JwtHttpTest#testJwtAuthWithUntrustedJwksHttpsUrl; done) -- To view, visit http://gerrit.cloudera.org:8080/19536 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I26d8c2cffa7bc095b81eb572709f55b04ac1fa67 Gerrit-Change-Number: 19536 Gerrit-PatchSet: 4 Gerrit-Owner: Jason Fehr <jf...@cloudera.com> Gerrit-Reviewer: Andrew Sherman <asher...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Riza Suminto <riza.sumi...@cloudera.com> Gerrit-Comment-Date: Fri, 24 Feb 2023 22:27:53 +0000 Gerrit-HasComments: Yes