We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
java.io.IOException: There is not enough space on the disk
Following two tnio tests failed with java.io.IOException: There is not enough space on the disk
java/nio/channels/FileChannel/LoopingTruncate.java.LoopingTruncate java/nio/channels/FileChannel/Transfer4GBFile.java.Transfer4GBFile
22:59:01 java.io.IOException: There is not enough space on the disk 22:59:01 at java.base/sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.openjdk_x86-64_windows_testList_2/43/console #3596 (comment)
Might be tests itself need large disk, might be infra issues.
The text was updated successfully, but these errors were encountered:
same for jdk17 https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.openjdk_x86-64_windows_testList_2/43/#showFailuresLink
Sorry, something went wrong.
Might just be machine issue. Similar to https://bugs.openjdk.java.net/browse/JDK-8281591
same for jdk18, windows32
No branches or pull requests
Following two tnio tests failed with
java.io.IOException: There is not enough space on the disk
java/nio/channels/FileChannel/LoopingTruncate.java.LoopingTruncate
java/nio/channels/FileChannel/Transfer4GBFile.java.Transfer4GBFile
https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.openjdk_x86-64_windows_testList_2/43/console
#3596 (comment)
Might be tests itself need large disk, might be infra issues.
The text was updated successfully, but these errors were encountered: