Merge pull request #63208 from Algunenano/temp_disable_sanity_check_settings

Disable one query from 02994_sanity_check_settings
This commit is contained in:
Alexey Milovidov 2024-05-01 03:58:04 +02:00 committed by GitHub
commit c35189f311
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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