[ 
https://issues.apache.org/jira/browse/CASSANDRA-6771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13912088#comment-13912088
 ] 

Benedict commented on CASSANDRA-6771:
-------------------------------------

This isn't actually anything to do with ABC, it's due to CASSANDRA-6640. The 
test implementations of SecondaryIndex weren't updated.



> RangeTombstoneTest is failing on 2.1/trunk
> ------------------------------------------
>
>                 Key: CASSANDRA-6771
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6771
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Yuki Morishita
>            Priority: Minor
>             Fix For: 2.1 beta2
>
>
> RangeTombstoneTest#testOverwritesToDeletedColumns is failing with the 
> following error:
> {code}
> [junit] Testcase: 
> testOverwritesToDeletedColumns(org.apache.cassandra.db.RangeTombstoneTest):   
>     FAILED
> [junit] expected:<2> but was:<1>
> [junit] junit.framework.AssertionFailedError: expected:<2> but was:<1>
> [junit]     at 
> org.apache.cassandra.db.RangeTombstoneTest.testOverwritesToDeletedColumns(RangeTombstoneTest.java:345)
> {code}
> The test is checking if there is two index inserts happened, but this 
> behavior seems to be changed since AtomicBTreeColumns, and now the test is 
> producing one index insert and one index update.
> I'm not sure this is expected behavior and the test should be modified.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to