aqa-tests
aqa-tests copied to clipboard
[jdk11 windows]: two nio tests failed with `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 https://github.com/adoptium/aqa-tests/issues/3596#issuecomment-1105919813
Might be tests itself need large disk, might be infra issues.
same for jdk17 https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.openjdk_x86-64_windows_testList_2/43/#showFailuresLink
Might just be machine issue. Similar to https://bugs.openjdk.java.net/browse/JDK-8281591
same for jdk18, windows32