RFR: 8278469: Test java/nio/channels/FileChannel/LargeGatheringWrite.java times out
Alan Bateman
alanb at openjdk.org
Fri Jul 8 06:35:40 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.
Are you sure MapTest needs a lot of memory? It's a unit test and doesn't have anything in its jtreg test description to require a lot of resources. I wonder if it's just the victim.
-------------
PR: https://git.openjdk.org/jdk/pull/9416
More information about the core-libs-dev
mailing list