Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8235297

sun/security/ssl/SSLSessionImpl/ResumptionUpdateBoundValues.java fails intermittent

    XMLWordPrintable

Details

    • b04
    • Verified

    Backports

      Description

        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)*----------

        Attachments

          Issue Links

            Activity

              People

                mbaesken Matthias Baesken
                dcubed Daniel Daugherty
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: