Description
Failing consistently atm with
AssertionFailedError: Forked Java VM exited abnormally
- https://ci-cassandra.apache.org/job/Cassandra-5.0/336/testReport/org.apache.cassandra.db.commitlog/CommitLogSegmentManagerCDCTest/Tests___test_latest_jdk17_7_8___testSegmentFlaggingWithNonblockingOnCreation_cassandra_testtag_IS_UNDEFINED/
- https://nightlies.apache.org/cassandra/Cassandra-5.0/336/test-latest/amd64/jdk17/python3.8/cython_no/split_7_8/test/logs/latest_jdk17_x86_64/
- https://ci-cassandra.apache.org/job/Cassandra-5.0/335/testReport/junit/org.apache.cassandra.db.commitlog/CommitLogSegmentManagerCDCTest/Tests___test_latest_jdk11_7_8___testSegmentFlaggingWithNonblockingOnCreation_cassandra_testtag_IS_UNDEFINED/
- https://nightlies.apache.org/cassandra/Cassandra-5.0/335/test-latest/amd64/jdk11/python3.8/cython_no/split_7_8/test/logs/latest_jdk11_x86_64/
- https://ci-cassandra.apache.org/job/Cassandra-5.0/325/testReport/junit/org.apache.cassandra.db.commitlog/CommitLogSegmentManagerCDCTest/Tests___test_latest_jdk11_6_8___testSegmentFlaggingWithNonblockingOnCreation_cassandra_testtag_IS_UNDEFINED/
- https://nightlies.apache.org/cassandra/Cassandra-5.0/325/test-latest/amd64/jdk11/python3.8/cython_no/split_6_8/test/logs/latest_jdk11_x86_64/
Locally it fails with
[junit-timeout] null [junit-timeout] java.io.UncheckedIOException [junit-timeout] at org.apache.cassandra.io.util.PathUtils.propagateUnchecked(PathUtils.java:851) [junit-timeout] at org.apache.cassandra.io.util.PathUtils.propagateUnchecked(PathUtils.java:836) [junit-timeout] at org.apache.cassandra.io.util.PathUtils.delete(PathUtils.java:277) [junit-timeout] at org.apache.cassandra.io.util.PathUtils.delete(PathUtils.java:319) [junit-timeout] at org.apache.cassandra.io.util.PathUtils.delete(PathUtils.java:326) [junit-timeout] at org.apache.cassandra.io.util.File.delete(File.java:179) [junit-timeout] at org.apache.cassandra.io.util.File.delete(File.java:188) [junit-timeout] at org.apache.cassandra.io.util.FileUtils.deleteWithConfirm(FileUtils.java:725) [junit-timeout] at org.apache.cassandra.db.commitlog.CommitLogSegmentManagerCDCTest.lambda$testSegmentFlaggingOnCreation0$5(CommitLogSegmentManagerCDCTest.java:507) [junit-timeout] at org.apache.cassandra.db.commitlog.CommitLogSegmentManagerCDCTest.testWithCDCSpaceInMb(CommitLogSegmentManagerCDCTest.java:433) [junit-timeout] at org.apache.cassandra.db.commitlog.CommitLogSegmentManagerCDCTest.testSegmentFlaggingOnCreation0(CommitLogSegmentManagerCDCTest.java:483) [junit-timeout] at org.apache.cassandra.db.commitlog.CommitLogSegmentManagerCDCTest.testWithNonblockingMode(CommitLogSegmentManagerCDCTest.java:419) [junit-timeout] at org.apache.cassandra.db.commitlog.CommitLogSegmentManagerCDCTest.testSegmentFlaggingWithNonblockingOnCreation(CommitLogSegmentManagerCDCTest.java:111) … [junit-timeout] Caused by: java.nio.file.NoSuchFileException: build/test/cassandra/cdc_raw/CommitLog-8-1732012529287.log … [junit-timeout] at org.apache.cassandra.io.util.PathUtils.delete(PathUtils.java:272)
These failures, or similar, can be seen in
- https://ci-cassandra.apache.org/job/Cassandra-5.0/334/testReport/org.apache.cassandra.db.commitlog/CommitLogSegmentManagerCDCTest/Tests___test_compression_jdk17_7_8___testSegmentFlaggingWithNonblockingOnCreation_compression_jdk17_x86_64/
- https://nightlies.apache.org/cassandra/Cassandra-5.0/334/test-compression/amd64/jdk17/python3.8/cython_no/split_7_8/test/logs/compression_jdk17_x86_64/
- https://ci-cassandra.apache.org/job/Cassandra-5.0/326/testReport/org.apache.cassandra.db.commitlog/CommitLogSegmentManagerCDCTest/Tests___test_latest_jdk11_6_8___testSegmentFlaggingWithNonblockingOnCreation_latest_jdk11_x86_64/
- https://nightlies.apache.org/cassandra/Cassandra-5.0/326/test-latest/amd64/jdk11/python3.8/cython_no/split_6_8/test/logs/latest_jdk11_x86_64/