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

Stefan Miklosovic edited comment on CASSANDRA-19938 at 9/20/24 7:55 PM:
------------------------------------------------------------------------

worth to say that it failed in -latest.yaml dtest job.

I think that has something to do with SAI as that is the only thing which is 
different from the default yaml.


was (Author: smiklosovic):
worth to say that it failed in -latest.yaml dtest job.

> 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
>          Components: Test/dtest/python
>            Reporter: Stefan Miklosovic
>            Priority: Normal
>             Fix For: 5.x
>
>
> 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