From e17973130d6e52f8bcffcfacaf0da8691dc32f76 Mon Sep 17 00:00:00 2001 From: Nikita Taranov Date: Mon, 9 Dec 2024 14:44:00 +0100 Subject: [PATCH] impl --- .../0_stateless/01290_max_execution_speed_distributed.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/queries/0_stateless/01290_max_execution_speed_distributed.sql b/tests/queries/0_stateless/01290_max_execution_speed_distributed.sql index d0dc554f425..4ab7c0672e6 100644 --- a/tests/queries/0_stateless/01290_max_execution_speed_distributed.sql +++ b/tests/queries/0_stateless/01290_max_execution_speed_distributed.sql @@ -21,6 +21,7 @@ FROM system.query_log WHERE current_database = currentDatabase() 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 NOT LIKE '%system.query_log%' AND type = 2;