-
Bug
-
Resolution: Fixed
-
P4
-
14, 17, 20, 21
-
b04
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8319060 | 17.0.11-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
JDK-8299432 | 17.0.7 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
The following test times out in the JDK14 CI:
sun/security/ssl/SSLSessionImpl/ResumptionUpdateBoundValues.java
Here's a snippet from the log file for Solaris SPARC:
[2019-12-03T19:35:47.357752Z] Gathering output for process 52832
Timeout refired 960 times
[2019-12-03T19:54:30.426302Z] Waiting for completion for process 52832
[2019-12-03T19:54:30.427157Z] Waiting for completion finished for process 52832
-- BEGIN Stdout:
newClient: 0
starting: Thread[Client,5,main]
joining: Thread[Server,5,main]
joining: Thread[Client,5,main]
-- END Stdout
-- BEGIN Stderr:
javax.net.ssl|DEBUG|18|Server|2019-12-03 19:35:49.277 UTC|SSLCipher.java:465|jdk.tls.keyLimits: entry = AES/GCM/NoPadding KeyUpdate 2^37. AES/GCM/NOPADDING:KEYUPDATE = 137438953472
javax.net.ssl|WARNING|18|Server|2019-12-03 19:35:50.293 UTC|SignatureScheme.java:295|Signature algorithm, ed25519, is not supported by the underlying providers
javax.net.ssl|WARNING|18|Server|2019-12-03 19:35:50.296 UTC|SignatureScheme.java:295|Signature algorithm, ed448, is not supported by the underlying providers
-- END Stderr
----------System.err:(27/1673)----------
stdout: [ newClient: 0
starting: Thread[Client,5,main]
joining: Thread[Server,5,main]
joining: Thread[Client,5,main]
];
stderr: [javax.net.ssl|DEBUG|18|Server|2019-12-03 19:35:49.277 UTC|SSLCipher.java:465|jdk.tls.keyLimits: entry = AES/GCM/NoPadding KeyUpdate 2^37. AES/GCM/NOPADDING:KEYUPDATE = 137438953472
javax.net.ssl|WARNING|18|Server|2019-12-03 19:35:50.293 UTC|SignatureScheme.java:295|Signature algorithm, ed25519, is not supported by the underlying providers
javax.net.ssl|WARNING|18|Server|2019-12-03 19:35:50.296 UTC|SignatureScheme.java:295|Signature algorithm, ed448, is not supported by the underlying providers
]
exitValue = 6
java.lang.RuntimeException: 'trigger new session ticket' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:187)
at ResumptionUpdateBoundValues.main(ResumptionUpdateBoundValues.java:197)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
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: java.lang.RuntimeException: 'trigger new session ticket' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'trigger new session ticket' missing from stdout/stderr
----------rerun:(36/4566)*----------
sun/security/ssl/SSLSessionImpl/ResumptionUpdateBoundValues.java
Here's a snippet from the log file for Solaris SPARC:
[2019-12-03T19:35:47.357752Z] Gathering output for process 52832
Timeout refired 960 times
[2019-12-03T19:54:30.426302Z] Waiting for completion for process 52832
[2019-12-03T19:54:30.427157Z] Waiting for completion finished for process 52832
-- BEGIN Stdout:
newClient: 0
starting: Thread[Client,5,main]
joining: Thread[Server,5,main]
joining: Thread[Client,5,main]
-- END Stdout
-- BEGIN Stderr:
javax.net.ssl|DEBUG|18|Server|2019-12-03 19:35:49.277 UTC|SSLCipher.java:465|jdk.tls.keyLimits: entry = AES/GCM/NoPadding KeyUpdate 2^37. AES/GCM/NOPADDING:KEYUPDATE = 137438953472
javax.net.ssl|WARNING|18|Server|2019-12-03 19:35:50.293 UTC|SignatureScheme.java:295|Signature algorithm, ed25519, is not supported by the underlying providers
javax.net.ssl|WARNING|18|Server|2019-12-03 19:35:50.296 UTC|SignatureScheme.java:295|Signature algorithm, ed448, is not supported by the underlying providers
-- END Stderr
----------System.err:(27/1673)----------
stdout: [ newClient: 0
starting: Thread[Client,5,main]
joining: Thread[Server,5,main]
joining: Thread[Client,5,main]
];
stderr: [javax.net.ssl|DEBUG|18|Server|2019-12-03 19:35:49.277 UTC|SSLCipher.java:465|jdk.tls.keyLimits: entry = AES/GCM/NoPadding KeyUpdate 2^37. AES/GCM/NOPADDING:KEYUPDATE = 137438953472
javax.net.ssl|WARNING|18|Server|2019-12-03 19:35:50.293 UTC|SignatureScheme.java:295|Signature algorithm, ed25519, is not supported by the underlying providers
javax.net.ssl|WARNING|18|Server|2019-12-03 19:35:50.296 UTC|SignatureScheme.java:295|Signature algorithm, ed448, is not supported by the underlying providers
]
exitValue = 6
java.lang.RuntimeException: 'trigger new session ticket' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:187)
at ResumptionUpdateBoundValues.main(ResumptionUpdateBoundValues.java:197)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
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: java.lang.RuntimeException: 'trigger new session ticket' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'trigger new session ticket' missing from stdout/stderr
----------rerun:(36/4566)*----------
- backported by
-
JDK-8299432 sun/security/ssl/SSLSessionImpl/ResumptionUpdateBoundValues.java fails intermittent
-
- Resolved
-
-
JDK-8319060 sun/security/ssl/SSLSessionImpl/ResumptionUpdateBoundValues.java fails intermittent
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/cfb3a3c5
-
Commit openjdk/jdk/d490f15e
-
Review openjdk/jdk17u-dev/1003
-
Review openjdk/jdk/11766
(1 links to)