-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: LargeGatheringWrite failed due to OOM on test-azure-win2012r2-x64-3 #3065
Comments
Has been excluded across all platforms. Check whether it occurs on other platforms and/or the win2022 systems. |
Testing on:
While the win32 and arm32 ones had different messages, they are likely the result of the test being explicitly set up n ot to run on 32-bit platforms https://github.com/openjdk/jdk21u-dev/blob/4b1365eaab151ecf5ff2c40e4292d93137499c06/test/jdk/java/nio/channels/FileChannel/LargeGatheringWrite.java#L28C1-L28C27 |
More experimentation on AIX:
@smlambert Based on the above I'm slightly tempted to re-enable this everywhere except AIX - what do you think? Also ref AIX, we're also seeing resource issues on that platform in #3513 |
In your runs above, have you run with both compressedrefs and noncompressedrefs options? To ensure both modes pass (tangentially related is this Slack comment, though its talking about the jdk_jfr target versus this testcase from the jdk_nio target, but still...) |
No I haven't but that's an interesting thought ... It's been a while since I tried to add extra options - can I just put them in |
JVM_OPTIONS overwrites, EXTRA_OPTIONS appends |
New runs with
|
Further tests before excluding:
Summary: All windows ones passed, all AIX ones failed, so I'm going to take the associated PR out of draft so this test is only skipped on AIX. Note that 21 and 24 also pass for macos/aarch64 |
Please set the title to indicate the test name and machine name where known.
To make it easy for the infrastructure team to repeat and diagnose, please
answer the following questions:
java/nio/channels/FileChannel/LargeGatheringWrite.java
Test_
job on https://ci.adoptium.net which showed the failurehttps://ci.adoptium.net/job/Test_openjdk21_hs_extended.openjdk_x86-64_windows_testList_1/8/
https://ci.adoptium.net/view/Test_grinder/job/Grinder/7280/console
Here is the root issue.
Also, possibly some overlap with this.
First time I've seen this.
test-azure-win2012r2-x64-3
Any other details:
Please take a look and see if something else is using up the available memory.
The text was updated successfully, but these errors were encountered: