Surya Hebbar created IMPALA-14268:
-------------------------------------
Summary: testJwtAuthWithUntrustedJwksHttpsUrl failed to start
coordinator
Key: IMPALA-14268
URL: https://issues.apache.org/jira/browse/IMPALA-14268
Project: IMPALA
Issue Type: Bug
Reporter: Surya Hebbar
Assignee: Jason Fehr
[https://master-03.jenkins.cloudera.com/job/impala-asf-master-core/1481/consoleFull]
{code:java}
09:32:16 [ERROR]
JwtHttpTest.testJwtAuthWithUntrustedJwksHttpsUrl:461->checkCoordinatorLogs:636
Impalad startup failed but not for the expected reason. See logs in the
'/tmp/testJwtAuthWithUntrustedJwksHttpsUrl6475077971012957897' folder for
details.
09:32:16 [ERROR] Tests run: 233, Failures: 1, Errors: 0, Skipped: 0
09:32:16 [WARNING] Corrupted channel by directly writing to native stream in
forked JVM 1. See FAQ web page and the dump file
/data/jenkins/workspace/impala-asf-master-core/repos/Impala/logs/fe_tests/2025-07-24T09-11-37_383-jvmRun1.dumpstream
{code}
{code:java}
java.lang.AssertionError:
Impalad startup failed but not for the expected reason. See logs in the
'/tmp/testJwtAuthWithUntrustedJwksHttpsUrl6475077971012957897' folder for
details.
Expected: a collection containing a string containing "Impalad services did not
start correctly, exiting. Error: Error downloading JWKS from
'https://localhost:25010/www/temp_jwks.json': Network error: curl error: SSL
peer certificate or SSH remote key was not OK: SSL certificate problem: unable
to get local issuer certificate"
but: was null
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:956)
at
org.apache.impala.customcluster.JwtHttpTest.checkCoordinatorLogs(JwtHttpTest.java:636)
at
org.apache.impala.customcluster.JwtHttpTest.testJwtAuthWithUntrustedJwksHttpsUrl(JwtHttpTest.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)