[
https://issues.apache.org/jira/browse/CASSANDRA-9516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567569#comment-14567569
]
Benedict commented on CASSANDRA-9516:
-------------------------------------
[~stefania_alborghetti] thanks. It's actually more broken than that (although
the test doesn't currently check this): if the range wraps around, the current
code only returns those that match the end of the range, and not the beginning.
Both really should be fixed, AFAICT.
For fixing the former, I think it is enough to post-filter the results. For the
latter, it will be necessary to unwrap() the ranges, query both (if there are
two), and remove any duplicate matches.
> ViewTest.testSSTablesInBounds fails in trunk
> --------------------------------------------
>
> Key: CASSANDRA-9516
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9516
> Project: Cassandra
> Issue Type: Test
> Components: Tests
> Reporter: Michael Shuler
> Assignee: Stefania
> Labels: test-failure
> Fix For: 3.x
>
>
> Error:
> {{0(true) 1(false) expected:<1> but was:<2>}}
> http://cassci.datastax.com/job/trunk_testall/125/testReport/org.apache.cassandra.db.lifecycle/ViewTest/testSSTablesInBounds/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)