JDK-8278166 : java/nio/channels/Channels/TransferTo.java timed out
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 18
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86_64
  • Submitted: 2021-12-02
  • Updated: 2021-12-14
  • Resolved: 2021-12-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 18 JDK 19
18 b27Fixed 19Fixed
Related Reports
Relates :  
Relates :  
Description
The following test timed out in the JDK18 CI:

java/nio/channels/Channels/TransferTo.java

Here's a snippet from the log file:

#section:testng
----------messages:(6/218)----------
command: testng TransferTo
reason: User specified action: run testng/othervm/timeout=180 TransferTo 
Mode: othervm [/othervm specified]
Timeout information:
--- Timeout information end.
elapsed time (seconds): 960.986
----------configuration:(0/0)----------
----------System.out:(2/74)----------
Seed from RandomFactory = -8368732576438635671L
Timeout refired 720 times
----------System.err:(0/0)----------
----------rerun:(35/7380)*----------

<snip>

result: Error. Program `/System/Volumes/Data/mesos/work_dir/jib-master/install/jdk-18+27-1818/macosx-x64.jdk/jdk-18.jdk/Contents/Home/bin/java' timed out (timeout set to 720000ms, elapsed time including timeout handling was 960606ms).

Comments
Changeset: 7ea4b19f Author: Brian Burkhalter <bpb@openjdk.org> Date: 2021-12-07 16:47:24 +0000 URL: https://git.openjdk.java.net/jdk/commit/7ea4b19f544cabb70590793ef59d5a8be05deeb1
07-12-2021