Merge pull request #65798 from ClickHouse/nickitat-patch-24

Forbid join algorithm randomisation for 03094_one_thousand_joins
This commit is contained in:
Nikita Mikhaylov 2024-06-28 12:29:50 +00:00 committed by GitHub
commit 75e3eb2c97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
-- Tags: no-fasttest, no-tsan, long
-- (no-tsan because it has a small maximum stack size and the test would fail with TOO_DEEP_RECURSION)
SET join_algorithm = 'default'; -- for 'full_sorting_merge' the query is 10x slower
SET allow_experimental_analyzer = 1; -- old analyzer returns TOO_DEEP_SUBQUERIES
-- Bug 33446, marked as 'long' because it still runs around 10 sec