Details
-
Bug
-
Status: Resolved
-
Urgent
-
Resolution: Fixed
-
None
-
None
-
Critical
Description
RowAndDeletionMergeIteratorTest is falling with the followings:
[junit] Testcase: testWithAtMostRangeTombstone(org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest): FAILED [junit] expected:<ROW> but was:<RANGE_TOMBSTONE_MARKER> [junit] junit.framework.AssertionFailedError: expected:<ROW> but was:<RANGE_TOMBSTONE_MARKER> [junit] at org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest.assertRow(RowAndDeletionMergeIteratorTest.java:328) [junit] at org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest.testWithAtMostRangeTombstone(RowAndDeletionMergeIteratorTest.java:134) [junit] [junit] [junit] Testcase: testWithGreaterThanRangeTombstone(org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest): FAILED [junit] expected:<ROW> but was:<RANGE_TOMBSTONE_MARKER> [junit] junit.framework.AssertionFailedError: expected:<ROW> but was:<RANGE_TOMBSTONE_MARKER> [junit] at org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest.assertRow(RowAndDeletionMergeIteratorTest.java:328) [junit] at org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest.testWithGreaterThanRangeTombstone(RowAndDeletionMergeIteratorTest.java:179) [junit] [junit] [junit] Testcase: testWithAtMostAndGreaterThanRangeTombstone(org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest): FAILED [junit] expected:<ROW> but was:<RANGE_TOMBSTONE_MARKER> [junit] junit.framework.AssertionFailedError: expected:<ROW> but was:<RANGE_TOMBSTONE_MARKER> [junit] at org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest.assertRow(RowAndDeletionMergeIteratorTest.java:328) [junit] at org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest.testWithAtMostAndGreaterThanRangeTombstone(RowAndDeletionMergeIteratorTest.java:207) [junit] [junit] [junit] Testcase: testWithIncludingEndExcludingStartMarker(org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest): FAILED [junit] expected:<ROW> but was:<RANGE_TOMBSTONE_MARKER> [junit] junit.framework.AssertionFailedError: expected:<ROW> but was:<RANGE_TOMBSTONE_MARKER> [junit] at org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest.assertRow(RowAndDeletionMergeIteratorTest.java:328) [junit] at org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest.testWithIncludingEndExcludingStartMarker(RowAndDeletionMergeIteratorTest.java:257) [junit] [junit] [junit] Testcase: testWithExcludingEndIncludingStartMarker(org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest): FAILED [junit] expected:<ROW> but was:<RANGE_TOMBSTONE_MARKER> [junit] junit.framework.AssertionFailedError: expected:<ROW> but was:<RANGE_TOMBSTONE_MARKER> [junit] at org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest.assertRow(RowAndDeletionMergeIteratorTest.java:328) [junit] at org.apache.cassandra.db.rows.RowAndDeletionMergeIteratorTest.testWithExcludingEndIncludingStartMarker(RowAndDeletionMergeIteratorTest.java:297)
cassci started to show the failure recently, but I can go back as far as 2457599427d361314dce4833abeb5cd4915d0b06 to see the failure on local.
Attachments
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-10030 Windows utest: RowAndDeletionMergeIteratorTest failure
- Resolved