-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
16
-
x86_64
-
linux
The following test failed in the JDK16 CI:
javax/net/ssl/Stapling/StapleEnableProps.java
Here's a snippet from the log file:
----------System.err:(15/1198)----------
javax.net.ssl.SSLException: The status_request_v2 extension is inconsistent with the expected result: expected = true, actual = false
at StapleEnableProps.checkServerHello(StapleEnableProps.java:641)
at StapleEnableProps.testServerProp(StapleEnableProps.java:338)
at StapleEnableProps.main(StapleEnableProps.java:130)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: javax.net.ssl.SSLException: The status_request_v2 extension is inconsistent with the expected result: expected = true, actual = false
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: javax.net.ssl.SSLException: The status_request_v2 extension is inconsistent with the expected result: expected = true, actual = false
----------rerun:(42/7244)*----------
Normally a Tier2 test failure would start out as a P3, but
this failure is intermittent so starting it as a P4.
javax/net/ssl/Stapling/StapleEnableProps.java
Here's a snippet from the log file:
----------System.err:(15/1198)----------
javax.net.ssl.SSLException: The status_request_v2 extension is inconsistent with the expected result: expected = true, actual = false
at StapleEnableProps.checkServerHello(StapleEnableProps.java:641)
at StapleEnableProps.testServerProp(StapleEnableProps.java:338)
at StapleEnableProps.main(StapleEnableProps.java:130)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: javax.net.ssl.SSLException: The status_request_v2 extension is inconsistent with the expected result: expected = true, actual = false
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: javax.net.ssl.SSLException: The status_request_v2 extension is inconsistent with the expected result: expected = true, actual = false
----------rerun:(42/7244)*----------
Normally a Tier2 test failure would start out as a P3, but
this failure is intermittent so starting it as a P4.
- duplicates
-
JDK-8300939 sun/security/provider/certpath/OCSP/OCSPNoContentLength.java fails due to network errors
- Closed