File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1219,12 +1219,6 @@ def _assert_logs_slow_queries_with_skinny_table(node, session):
12191219 TestCQLSlowQuery ._assert_logs (node , session , table ,
12201220 query = "SELECT * FROM {} WHERE k >= 0 AND k < 100 ALLOW FILTERING" ,
12211221 logged_query = "SELECT \* FROM ks.{} WHERE k >= 0 AND k < 100" )
1222- TestCQLSlowQuery ._assert_logs (node , session , table ,
1223- query = "SELECT * FROM {} WHERE k <= 100 AND k > 0 ALLOW FILTERING" ,
1224- logged_query = "SELECT \* FROM ks.{} WHERE k > 0 AND k <= 100" )
1225- TestCQLSlowQuery ._assert_logs (node , session , table ,
1226- query = "SELECT * FROM {} WHERE k < 100 AND k >= 0 ALLOW FILTERING" ,
1227- logged_query = "SELECT \* FROM ks.{} WHERE k >= 0 AND k < 100" )
12281222
12291223 # test logging of slow queries with restriciton on regular column
12301224 TestCQLSlowQuery ._assert_logs (node , session , table ,
You can’t perform that action at this time.
0 commit comments