-
Bug
-
Resolution: Unresolved
-
P3
-
14
-
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.
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.
- relates to
-
JDK-8222928 java/net/httpclient/ShortResponseBodyWithRetry.java fails intermittently in timeout
-
- Open
-
-
JDK-8231038 java/net/httpclient/ShortRequestBody.java failed intermittently
-
- Closed
-