Disable one test from 02994_sanity_check_settings

This commit is contained in:
Raúl Marín 2024-04-30 22:16:03 +02:00
parent 415a7be8db
commit e13f3e57d9
2 changed files with 6 additions and 7 deletions

View File

@ -1,5 +1,3 @@
0 0
0 0
1
1
1

View File

@ -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