mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Merge pull request #63208 from Algunenano/temp_disable_sanity_check_settings
Disable one query from 02994_sanity_check_settings
This commit is contained in:
commit
c35189f311
@ -1,5 +1,3 @@
|
||||
0 0
|
||||
0 0
|
||||
1
|
||||
1
|
||||
1
|
||||
|
@ -12,11 +12,12 @@ SELECT
|
||||
repeat(toString(number), 5)
|
||||
FROM numbers(1);
|
||||
|
||||
SELECT * APPLY max
|
||||
FROM data_02052_1_wide0__fuzz_48
|
||||
GROUP BY key
|
||||
WITH CUBE
|
||||
SETTINGS max_read_buffer_size = 7, max_threads = 9223372036854775807;
|
||||
-- Disabled because even after reducing internally to "256 * getNumberOfPhysicalCPUCores()" threads it's too much for CI (or for anything running this many times in parallel)
|
||||
-- SELECT * APPLY max
|
||||
-- FROM data_02052_1_wide0__fuzz_48
|
||||
-- GROUP BY key
|
||||
-- WITH CUBE
|
||||
-- SETTINGS max_read_buffer_size = 7, max_threads = 9223372036854775807;
|
||||
|
||||
SELECT zero + 1 AS x
|
||||
FROM system.zeros LIMIT 10
|
||||
|
Loading…
Reference in New Issue
Block a user