This commit is contained in:
Nikita Taranov 2024-12-09 14:44:00 +01:00
parent 02f27e53f7
commit e17973130d

View File

@ -21,6 +21,7 @@ FROM system.query_log
WHERE WHERE
current_database = currentDatabase() AND current_database = currentDatabase() AND
event_date >= yesterday() AND event_date >= yesterday() AND
event_time >= now() - INTERVAL '5 MINUTES' AND -- time limit for tests not marked `long` is 3 minutes, 5 should be more than enough
query LIKE '%special query for 01290_max_execution_speed_distributed%' AND query LIKE '%special query for 01290_max_execution_speed_distributed%' AND
query NOT LIKE '%system.query_log%' AND query NOT LIKE '%system.query_log%' AND
type = 2; type = 2;