Merge pull request #69299 from ClickHouse/tavplubix-patch-10

Don't run 01287_max_execution_speed with slow builds
This commit is contained in:
Nikita Mikhaylov 2024-09-05 23:21:25 +00:00 committed by GitHub
commit 2f668a0d5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
-- Tags: no-fasttest
-- Tags: no-fasttest, no-debug, no-tsan, no-msan, no-asan
SET min_execution_speed = 100000000000, timeout_before_checking_execution_speed = 0;
SELECT count() FROM system.numbers; -- { serverError TOO_SLOW }