-
Notifications
You must be signed in to change notification settings - Fork 722
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
JDK18 AIX java/nio/channels/FileChannel/Transfer2GPlus.java - RuntimeException: Transfer too small: 1043881984 #14504
Comments
Repeated the failure in https://openj9-jenkins.osuosl.org/view/Test/job/Grinder/634
|
Looks like a test issue, I'll try adding an exception for AIX.
|
Updating the test resulted in the following on an open machine. Internal machines may have more space available.
|
I wasn't able to reproduce this with Temurin 18 EA. I ran the test 5 times. With Semeru 18 EA, I see a different error:
|
@pushkarnk the problem is specific to certain machines. It fails on Termurin 18 if specific machines are used. The problem is with the test, it needs to be modified for AIX the same as it's modified for Linux, see #14504 (comment). Similarly to Linux , this is due to the implementation using send_file() on AIX which may not transfer the entire contents in a single call. Can we pls fix the test at OpenJDK for AIX with backports to jdk17 and 18.
The problem is not specific to jdk18 it occurs on jdk17 as well. Fixing the labels and removing from the Java 18 milestone plan. |
Failure link
From an internal build
job/Test_openjdk18_j9_extended.openjdk_ppc64_aix/3/
(paix907
):Rerun in Grinder - Change TARGET to run only the failed test targets.
Optional info
Failure output (captured from console output)
The text was updated successfully, but these errors were encountered: