Skip to content

Commit

Permalink
Fix testKDTreeQueryMetricsWithSingleIndex post CNDB-10629
Browse files Browse the repository at this point in the history
  • Loading branch information
ekaterinadimitrova2 committed Dec 13, 2024
1 parent c9b253a commit 687ec9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public void testKDTreePostingsQueryMetricsWithSingleIndex()
// V2 index is very selective, so it should lead the union merge process, causing V1 index to be not used at all.
execute("SELECT id1 FROM " + keyspace + "." + table + " WHERE v1 >= 0 AND v1 <= 1000 AND v2 = '5' ALLOW FILTERING");

waitForVerifyHistogram(objectNameNoIndex("KDTreePostingsSkips", keyspace, table, PER_QUERY_METRIC_TYPE), 1);
waitForVerifyHistogram(objectNameNoIndex("KDTreePostingsSkips", keyspace, table, PER_QUERY_METRIC_TYPE), 2);
}

@Test
Expand Down

0 comments on commit 687ec9b

Please sign in to comment.