-
Bug
-
Resolution: Fixed
-
P3
-
17
-
b12
-
aarch64
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8313411 | 17.0.10-oracle | Johny Jose | P3 | Resolved | Fixed | b02 |
JDK-8317679 | 17.0.10 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
The following test failed in the JDK17 CI:
java/net/httpclient/HandshakeFailureTest.java
Here's a snippet from the log file:
DEBUG: [HttpClient-61-Worker-0] [11s 214ms] ExchangeImpl handling HTTP/2 connection creation result
DEBUG: [HttpClient-61-Worker-0] [11s 214ms] ExchangeImpl handling HTTP/2 connection creation failed: java.util.concurrent.CompletionException: java.lang.AssertionError
DEBUG: [HttpClient-61-Worker-0] [11s 214ms] ExchangeImpl HTTP/2 connection creation failed with unexpected exception: java.lang.AssertionError
DEBUG: [HttpClient-61-Worker-0] [11s 214ms] Exchange checkFor407: no response - java.lang.AssertionError
DEBUG: [HttpClient-61-Worker-0] [11s 215ms] HttpClientImpl(61) ClientImpl (async) elapsed 28 millis for GET to https://127.0.0.1:38959/
java.lang.RuntimeException: Not found expected SSLHandshakeException in java.io.IOException
at HandshakeFailureTest.checkExceptionOrCause(HandshakeFailureTest.java:267)
at HandshakeFailureTest$ExceptionChecker.check(HandshakeFailureTest.java:99)
at HandshakeFailureTest.testSyncDiffClient(HandshakeFailureTest.java:186)
at HandshakeFailureTest.main(HandshakeFailureTest.java:131)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:831)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Not found expected SSLHandshakeException in java.io.IOException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Not found expected SSLHandshakeException in java.io.IOException
----------rerun:(39/5959)*----------
Since this is a Tier2 test failure, I'm starting this as a P3.
java/net/httpclient/HandshakeFailureTest.java
Here's a snippet from the log file:
DEBUG: [HttpClient-61-Worker-0] [11s 214ms] ExchangeImpl handling HTTP/2 connection creation result
DEBUG: [HttpClient-61-Worker-0] [11s 214ms] ExchangeImpl handling HTTP/2 connection creation failed: java.util.concurrent.CompletionException: java.lang.AssertionError
DEBUG: [HttpClient-61-Worker-0] [11s 214ms] ExchangeImpl HTTP/2 connection creation failed with unexpected exception: java.lang.AssertionError
DEBUG: [HttpClient-61-Worker-0] [11s 214ms] Exchange checkFor407: no response - java.lang.AssertionError
DEBUG: [HttpClient-61-Worker-0] [11s 215ms] HttpClientImpl(61) ClientImpl (async) elapsed 28 millis for GET to https://127.0.0.1:38959/
java.lang.RuntimeException: Not found expected SSLHandshakeException in java.io.IOException
at HandshakeFailureTest.checkExceptionOrCause(HandshakeFailureTest.java:267)
at HandshakeFailureTest$ExceptionChecker.check(HandshakeFailureTest.java:99)
at HandshakeFailureTest.testSyncDiffClient(HandshakeFailureTest.java:186)
at HandshakeFailureTest.main(HandshakeFailureTest.java:131)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:831)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Not found expected SSLHandshakeException in java.io.IOException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Not found expected SSLHandshakeException in java.io.IOException
----------rerun:(39/5959)*----------
Since this is a Tier2 test failure, I'm starting this as a P3.
- backported by
-
JDK-8313411 java/net/httpclient/HandshakeFailureTest.java failed with "RuntimeException: Not found expected SSLHandshakeException in java.io.IOException"
- Resolved
-
JDK-8317679 java/net/httpclient/HandshakeFailureTest.java failed with "RuntimeException: Not found expected SSLHandshakeException in java.io.IOException"
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/6cc99758
-
Commit openjdk/jdk/db9834ff
-
Review openjdk/jdk17u-dev/1838
-
Review openjdk/jdk/5184
(1 links to)