maedhroz commented on code in PR #4130:
URL: https://github.com/apache/cassandra/pull/4130#discussion_r2076428015


##########
test/unit/org/apache/cassandra/index/sai/cql/AllowFilteringTest.java:
##########
@@ -423,4 +424,127 @@ public void testAllowFilteringDuringIndexBuild() throws 
Throwable
         execute("SELECT * FROM %s WHERE v=0");
         execute("SELECT * FROM %s WHERE v=0 ALLOW FILTERING");
     }
+
+    @Test
+    public void testNextKeyPerfClusteringIndexSliceFilter()

Review Comment:
   Let's move all three of these to `IntraPartitionSkippingTest` and then throw 
`@Ignore` on the perf tests.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to