mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Merge pull request #65798 from ClickHouse/nickitat-patch-24
Forbid join algorithm randomisation for 03094_one_thousand_joins
This commit is contained in:
commit
75e3eb2c97
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user