Joshua McKenzie created CASSANDRA-10030:
-------------------------------------------

             Summary: Windows utest: RowAndDeletionMergeIteratorTest failure
                 Key: CASSANDRA-10030
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10030
             Project: Cassandra
          Issue Type: Bug
            Reporter: Joshua McKenzie
             Fix For: 3.0 beta 1


Regression looks like it was on [build 
3|http://cassci.datastax.com/view/cassandra-3.0/job/cassandra-3.0_utest_win32/3/]
 on Windows. Error message is as follows for the tests:

{noformat}
[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)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to