RFR: 8278469: Test java/nio/channels/FileChannel/LargeGatheringWrite.java times out

Daniel D. Daugherty dcubed at openjdk.org
Thu Jul 7 22:07:45 UTC 2022


On Thu, 7 Jul 2022 20:36:43 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Modify test directives so that `LargeGatheringWrite` and `MapTest` in `java/nio/channels/FileChannel` are not run concurrently with other tests.

Thumbs up. I didn't realize that other test dirs already had the mechanism
in place to isolate the resource hogs. I'm looking forward to seeing this in
action.

I just realized this is targeted at jdk/jdk (JDK20). Can you please close this
PR and create a new one for JDK19?

-------------

Marked as reviewed by dcubed (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9416


More information about the core-libs-dev mailing list