Skip to content

Commit 31af05a

Browse files
pamarcosAlgunenano
andauthored
Update tests/queries/0_stateless/03518_key_condition_binary_search.sh
Co-authored-by: Raúl Marín <[email protected]>
1 parent d29b05f commit 31af05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/03518_key_condition_binary_search.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ORDER BY timestamp;
3131
INSERT INTO t1 VALUES ('2025-05-21 00:00:00');"
3232

3333
$CLICKHOUSE_CLIENT -n -q "SELECT * FROM t1 WHERE toDayOfMonth(timestamp) = 1 FORMAT Null;" --query-id="${query_prefix}_generic"
34-
$CLICKHOUSE_CLIENT -n -q "SYSTEM FLUSH LOGS;"
34+
$CLICKHOUSE_CLIENT -n -q "SYSTEM FLUSH LOGS query_log;"
3535

3636
$CLICKHOUSE_CLIENT -n -q "SELECT sum(ProfileEvents['IndexBinarySearchAlgorithm']), sum(ProfileEvents['IndexGenericExclusionSearchAlgorithm']) FROM system.query_log
3737
WHERE type > 1 AND event_date >= yesterday() AND query_id ILIKE '${query_prefix}_binary%' AND current_database = currentDatabase()"

0 commit comments

Comments
 (0)