You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alex Petrov (JIRA)" <ji...@apache.org> on 2016/09/19 12:00:24 UTC

[jira] [Comment Edited] (CASSANDRA-12658) dtest failure in paging_test.py:TestPagingData.test_paging_with_filtering_on_partition_key

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

Alex Petrov edited comment on CASSANDRA-12658 at 9/19/16 11:59 AM:
-------------------------------------------------------------------

Problem is related to the fact that now when partition key filtering is involved, when bound is discarded (in [StatementRestrictions#getPartitionKeyBound()|https://github.com/apache/cassandra/blob/3f49c328f202e68b67a9caaa63522e333ea5006f/src/java/org/apache/cassandra/cql3/restrictions/StatementRestrictions.java#L627-L630]), it's inclusiveness has to be discarded as well. 

|[trunk|https://github.com/ifesdjeen/cassandra/tree/12658-trunk] |[utest|https://cassci.datastax.com/view/Dev/view/ifesdjeen/job/ifesdjeen-12658-trunk-testall/] |[dtest|https://cassci.datastax.com/view/Dev/view/ifesdjeen/job/ifesdjeen-12658-trunk-dtest/] |


was (Author: ifesdjeen):
Problem is related to the fact that now when partition key filtering is involved, when bounds are discarded, their inclusiveness has to be discarded as well. I've submitted a patch for CI

> dtest failure in paging_test.py:TestPagingData.test_paging_with_filtering_on_partition_key
> ------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12658
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12658
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Alex Petrov
>            Assignee: Alex Petrov
>              Labels: dtest
>
> Looks like a paging issue so far.
> Stably reproducible with 
> {code}
> ./run_dtests.py --vnodes false paging_test.py:TestPagingData.test_paging_with_filtering_on_partition_key
> {code}



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