Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness - Test Failure
-
Normal
-
Normal
-
Unit Test
-
All
-
None
-
Description
The test org.apache.cassandra.tools.StandaloneUpgraderOnSStablesTest.testUpgradeSnapshot is flaky on trunk, as reported by Butler:
- https://ci-cassandra.apache.org/job/Cassandra-trunk/1287/testReport/org.apache.cassandra.tools/StandaloneUpgraderOnSStablesTest/testUpgradeSnapshot/
- https://ci-cassandra.apache.org/job/Cassandra-trunk/1286/testReport/org.apache.cassandra.tools/StandaloneUpgraderOnSStablesTest/testUpgradeSnapshot/
- https://ci-cassandra.apache.org/job/Cassandra-trunk/1285/testReport/org.apache.cassandra.tools/StandaloneUpgraderOnSStablesTest/testUpgradeSnapshot/
Failed 1 times in the last 27 runs. Flakiness: 3%, Stability: 96% Error Message Timeout occurred. Please note the time in the report does not reflect the time until the timeout. Stacktrace junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout. at java.util.Vector.forEach(Vector.java:1277) at java.util.Vector.forEach(Vector.java:1277) at java.util.Vector.forEach(Vector.java:1277) at org.apache.cassandra.anttasks.TestHelper.execute(TestHelper.java:53) at java.util.Vector.forEach(Vector.java:1277)
It seems that the test gets stuck until JUnit timeouts.
Attachments
Issue Links
- is caused by
-
CASSANDRA-13010 nodetool compactionstats should say which disk a compaction is writing to
- Resolved