Commit Graph

155215 Commits

Author SHA1 Message Date
Alexey Milovidov
12a84d6f87
Merge pull request #69878 from ClickHouse/fix-test-01278
Fix test `01278_random_string_utf8`
2024-10-03 02:13:15 +00:00
Alexey Milovidov
6aaadf130c
Merge pull request #69845 from ClickHouse/fix-nan-with-fill
Fix WITH FILL with NaN keys
2024-10-03 02:12:59 +00:00
Michael Kolupaev
f5dc38dad4 Merge remote-tracking branch 'origin/master' into mvrere 2024-10-02 21:25:40 +00:00
Mikhail f. Shiryaev
e53271ed2f
Merge pull request #70272 from ClickHouse/better-tests-balance
Fair tests balancing for integration tests
2024-10-02 20:41:48 +00:00
kssenii
67fc9f9db8 Update LocalObjectStorage 2024-10-02 20:13:52 +02:00
Antonio Andelic
368c06c5cb
Merge pull request #70275 from ClickHouse/keeper-less-blocking-cluster-changes
Keeper improvement: less blocking during cluster changes
2024-10-02 17:41:23 +00:00
Antonio Andelic
39685473e3
Merge pull request #70175 from ClickHouse/debug-perf
Fix performance checks
2024-10-02 17:41:01 +00:00
Michael Kolupaev
1df357aab0 Merge remote-tracking branch 'origin/master' into mvrere 2024-10-02 16:57:22 +00:00
Raúl Marín
461bcb563b Old analyzer had a different behaviour for WITH CUBE 2024-10-02 18:36:09 +02:00
Michael Kolupaev
091f9cb711 Merge remote-tracking branch 'origin/master' into maxmap 2024-10-02 16:34:50 +00:00
avogar
3cd9793dba Fix builds and comments 2024-10-02 16:25:34 +00:00
Mikhail f. Shiryaev
d81115b3b2
Use common functions, fix flaky tests 2024-10-02 17:53:16 +02:00
Mikhail f. Shiryaev
3b2ced501a
Slight typing improvements, add {replace,reset}_zookeeper_config 2024-10-02 17:50:25 +02:00
Mikhail f. Shiryaev
cfb340212e
Fix two simple flaky tests 2024-10-02 17:50:25 +02:00
Mikhail f. Shiryaev
f285e9b4c5
Add cluster.wait_zookeeper_nodes_to_start
Both wait_zookeeper_secure_to_start and wait_zookeeper_to_start are the
same, and users creating wait_zookeeper_nodes_to_start here and there.
2024-10-02 17:50:23 +02:00
kssenii
4c82e8b3b0 Fix LocalObjectStorage 2024-10-02 17:43:43 +02:00
Alexander Tokmakov
6d729078dd
Merge pull request #69586 from ClickHouse/fix_flaky_check
Make a test ready for flaky check
2024-10-02 15:43:13 +00:00
kssenii
45cff0443c Add blocker inside runner as well because it is thread_local 2024-10-02 17:26:50 +02:00
avogar
278c88b580 Merge branch 'master' of github.com:ClickHouse/ClickHouse into default-implementation-for-dynamic 2024-10-02 15:21:45 +00:00
Peter
51cd0f0e3c
Improve toIPv4OrNull function usage 2024-10-02 23:07:09 +08:00
Shichao
816a5a5b21
Merge pull request #70219 from peter279k/add_to_typename_usage
Improve toTypeName function usage
2024-10-02 14:46:52 +00:00
Antonio Andelic
80b355007e Merge branch 'master' into debug-perf 2024-10-02 16:28:41 +02:00
Mikhail f. Shiryaev
ba069d9664
Add a little bit of typing, fix logging 2024-10-02 16:21:00 +02:00
Anton Popov
e389858f2c
Merge pull request #69875 from CurtizJ/perf-missing-defaults
Better performance of parsing with a lot of missing values
2024-10-02 14:18:06 +00:00
Yarik Briukhovetskyi
3198aafac5
Merge pull request #69755 from marco-vb/marco-vb/setting-stop-insert-on-full-disk
Add user-level settings min_free_diskspace_bytes_to_throw_insert and min_free_diskspace_ratio_to_throw_insert
2024-10-02 14:06:02 +00:00
flynn
3566ccbb8d Fix use-of-uinitialized-value 2024-10-02 13:45:50 +00:00
Shichao
df353123cc
Merge pull request #70221 from peter279k/improve_ipv4_or_default_usage
Improve toIPv4OrDefault function usage
2024-10-02 13:17:31 +00:00
Shichao
f7933f2dfc
Merge pull request #70220 from peter279k/improve_to_iso_year_usage
Improve toISOYear function usage
2024-10-02 13:17:02 +00:00
Antonio Andelic
e980e24c45 Keeper improvement: less blocking during cluster changes 2024-10-02 15:12:47 +02:00
Mikhail f. Shiryaev
45475a16ee
Distribute tests by batched jobs more equally 2024-10-02 14:52:24 +02:00
Mikhail f. Shiryaev
97a647ce0c
Sort pylint disables 2024-10-02 14:52:16 +02:00
Raúl Marín
937348ec75
Merge pull request #69780 from Algunenano/readAndMerge
Remove unused buggy code
2024-10-02 12:38:24 +00:00
Kseniia Sumarokova
89d4ab65e6
Merge pull request #70255 from peter279k/improve_current_database_usage
Improve currentDatabase function usage
2024-10-02 11:51:46 +00:00
Robert Schulze
9766e8649c
Refactor CMake build descriptions 2024-10-02 11:47:22 +00:00
Robert Schulze
50c137767a
Bump usearch to v2.15.2 and SimSIMD to v5.0.0 2024-10-02 11:46:24 +00:00
Antonio Andelic
d9f15cb062 Fix 2024-10-02 13:44:24 +02:00
Mikhail f. Shiryaev
4ed0abcb13
Add ClickhouseIntegrationTestsRunner.repo_path 2024-10-02 13:44:14 +02:00
kssenii
0c00272d3f Fix tests 2024-10-02 13:34:25 +02:00
Mikhail f. Shiryaev
6474019a84
Merge pull request #70146 from ClickHouse/upgrade-integration-runner
Upgrade integration-runner image
2024-10-02 11:19:33 +00:00
Raúl Marín
4421b8938e Make clang-tidy happier and the code cleaner 2024-10-02 13:12:56 +02:00
Antonio Andelic
9349b1674c Always use new binary 2024-10-02 13:05:40 +02:00
alesapin
ca2b6aeb26
Update src/Storages/MergeTree/checkDataPart.cpp 2024-10-02 12:30:42 +02:00
Raúl Marín
fedc26c4c5
Merge pull request #70254 from ClickHouse/docs-async-insert
[Docs] Correct async_insert_use_adaptive_busy_timeout
2024-10-02 10:09:43 +00:00
Pablo Marcos
6f40b98fb9 Make the test fail in release with prior LOGICAL_ERROR included 2024-10-02 09:51:56 +00:00
Pavel Kruglov
321980f650
Merge pull request #70218 from Avogar/respect-simdjson-setting
Respect setting allow_simdjson in JSON type parser
2024-10-02 09:48:42 +00:00
Yarik Briukhovetskyi
b0c19141e0
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk 2024-10-02 11:40:37 +02:00
Robert Schulze
68cf49c653
Incorporate review feedback 2024-10-02 09:27:31 +00:00
kssenii
445e38bfe1 Fix page cache usage without cached disk, fix s3 file size if it is unknown 2024-10-02 10:55:53 +02:00
kssenii
9682ebc961 Avoid Cannot schedule a task error when loading parts 2024-10-02 10:46:23 +02:00
Kseniia Sumarokova
0ed1520c3e
Merge pull request #70114 from 1on/master
Fixed MaterializedPostgreSQL for subset of columns for several similar table names
2024-10-02 08:38:12 +00:00