[jdk19] Integrated: 8278469: Test java/nio/channels/FileChannel/LargeGatheringWrite.java times out
Brian Burkhalter
bpb at openjdk.org
Thu Jul 7 22:39:12 UTC 2022
On Thu, 7 Jul 2022 22:25:10 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.
>
> Redirected from https://github.com/openjdk/jdk/pull/9416.
It is conjectured that several tests with large memory demands such as these could be failing due to insufficient memory per core on the test node when the tests are run simultaneously.
-------------
PR: https://git.openjdk.org/jdk19/pull/122
More information about the core-libs-dev
mailing list