Stefan Miklosovic created CASSANDRA-19938:
---------------------------------------------

             Summary: Failed test: 
replica_side_filtering_test.TestSecondaryIndexes 
test_complementary_deletion_with_limit_on_clustering_key_column
                 Key: CASSANDRA-19938
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19938
             Project: Cassandra
          Issue Type: Bug
            Reporter: Stefan Miklosovic


I noticed these two started to always fail in trunk

{code}
replica_side_filtering_test.TestSecondaryIndexes 
test_complementary_deletion_with_limit_on_clustering_key_column
replica_side_filtering_test.TestSecondaryIndexes 
test_complementary_deletion_with_limit_on_partition_key_column_with_not_empty_partitions
{code}

Fails on

{code}
        >       assert list_res == [], "Expected nothing from {}, but got 
{}".format(query, list_res)
        E       AssertionError: Expected nothing from SELECT * FROM t WHERE c = 
0 LIMIT 1, but got [[1, 0]]
{code}

and

{code}
        >       assert list_res == [], "Expected nothing from {}, but got 
{}".format(query, list_res)
        E       AssertionError: Expected nothing from SELECT * FROM t WHERE k1 
= 0 LIMIT 1, but got [[0, 1, 10, 100]]

{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to