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

java/net/httpclient/ShortRequestBody.java fails with java.util.concurrent.TimeoutException

XMLWordPrintable

    • x86_64
    • windows

      The following test fails in the JDK14 CI:

      java.util.concurrent.TimeoutException

      Here's a snippet from the log file:

      ---- next supplier ----

      Server: count=40, offset=6
      Server: expecting 1 bytes
      Server: actually read 0 bytes
      Server: got connection
      Server: count=41, offset=6
      Server: expecting 14 bytes
      java.util.concurrent.TimeoutException
      at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1957)
      at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2092)
      at ShortRequestBody.success(ShortRequestBody.java:171)
      at ShortRequestBody.main(ShortRequestBody.java:140)
      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:830)

      JavaTest Message: Test threw exception: java.util.concurrent.TimeoutException
      JavaTest Message: shutting down test

      STATUS:Failed.`main' threw exception: java.util.concurrent.TimeoutException
      ----------rerun:(40/4321)*----------

      Starting this bug at P3 since this is a Tier2 test failure.

            dfuchs Daniel Fuchs
            dcubed Daniel Daugherty
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: