Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-10032 Windows 3.0 utest parity
  3. CASSANDRA-10030

Windows utest: RowAndDeletionMergeIteratorTest failure

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Normal
    • Resolution: Duplicate
    • 3.0 beta 1
    • None

    Description

      Regression looks like it was on build 3 on Windows. Error message is as follows for the tests:

      [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: 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: 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)
          [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: 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)
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              JoshuaMcKenzie Joshua McKenzie
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: