Commit Graph

9698 Commits

Author SHA1 Message Date
Antonio Andelic
8d79663e3b
Merge branch 'master' into merge-tree-parallel-replicas-custom-key 2024-07-05 14:48:40 +01:00
Kseniia Sumarokova
baa6e60cfd
Merge pull request #66009 from ClickHouse/fix-s3queue-flaky-tests
Fix flaky test_storage_s3_queue tests
2024-07-05 09:59:52 +00:00
Anton Popov
7fbe5a7915
Merge pull request #63636 from CurtizJ/azure-refactoring
Refactoring near azure blob storage
2024-07-05 00:27:14 +00:00
Nikita Taranov
6a40628bff
Merge pull request #65470 from ClickHouse/cgroup_mem_observer
Fix CgroupsMemoryUsageObserver
2024-07-04 23:10:20 +00:00
Nikita Mikhaylov
3a7c98399f
Merge pull request #65777 from ClickHouse/make_analyzer_important
Make `allow_experimental_analyzer` be controlled by the initiator for distributed queries
2024-07-04 20:38:40 +00:00
Anton Popov
7f2bfc5f14 Merge remote-tracking branch 'upstream/master' into HEAD 2024-07-04 16:13:30 +00:00
Vitaly Baranov
196df125b1
Merge pull request #66063 from vitlibar/fix-test-grpc-protocol-test-progress
Fix test test_grpc_protocol/test.py::test_progress
2024-07-04 15:20:14 +00:00
Vitaly Baranov
6bf1320870
Merge pull request #66061 from vitlibar/fix-shutdown-in-grpc-server
Fix shutdown in GRPCServer
2024-07-04 14:33:59 +00:00
Sema Checherinda
19816401c4
Merge pull request #61601 from ClickHouse/chesema-dedup-matview
insertion deduplication on retries for materialised views
2024-07-04 13:52:52 +00:00
Nikita Mikhaylov
dbfe632382 Correct the test to exclude farmHash for now 2024-07-04 13:11:13 +00:00
Nikita Mikhaylov
da5f3c1efd Fix test 2024-07-04 13:01:57 +00:00
Nikita Mikhaylov
fe6a875c74 Make the setting back IMPORTANT + fix build 2024-07-04 11:12:27 +00:00
Nikita Mikhaylov
d57375181d Better 2024-07-04 11:12:27 +00:00
robot-clickhouse
7bd283764c Automatic style fix 2024-07-04 11:12:27 +00:00
Nikita Mikhaylov
dd3eb538f6 Better 2024-07-04 11:12:27 +00:00
robot-clickhouse
910065e427 Automatic style fix 2024-07-04 11:12:27 +00:00
Nikita Mikhaylov
6fcd0eed06 Remove tests which are no longer relevant 2024-07-04 11:12:27 +00:00
Nikita Mikhaylov
782115efea Very bad change 2024-07-04 11:12:27 +00:00
Nikita Mikhaylov
6f89c4b932 Bump the minimal version to keep compatibility 2024-07-04 11:12:26 +00:00
Kseniia Sumarokova
fc73c068ac
Merge pull request #66034 from azat/config-merge-from_env-replace-fix
Fix config merging for from_env with replace overrides
2024-07-04 10:01:07 +00:00
kssenii
4cf0625f70 Merge remote-tracking branch 'origin/master' into fix-s3queue-flaky-tests 2024-07-04 11:44:52 +02:00
Alexey Milovidov
fa062e703e
Merge pull request #65888 from arenadata/ADQM-1955
Max sessions for user tests improvements
2024-07-04 00:45:44 +00:00
robot-clickhouse
5fb0fa3c3d Automatic style fix 2024-07-03 20:21:46 +00:00
Nikita Taranov
39cf64bec1 Merge branch 'master' into cgroup_mem_observer 2024-07-03 20:54:01 +01:00
Vitaly Baranov
87dda31a2c Add test for GRPCServer's shutdown. 2024-07-03 20:45:22 +02:00
Vitaly Baranov
2ec0a9cfea Fix test test_grpc_protocol/test.py::test_progress 2024-07-03 19:26:47 +02:00
Azat Khuzhin
5f53a73457 Fix config merging for from_env with replace overrides
Without this patch new test fails with:

    Exception: Failed to preprocess config '/etc/clickhouse-server/config.xml': Exception: Element <max_thread_pool_size> has value and does not have 'replace' attribute, can't process from_env substitution. Stack trace:

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-03 12:24:17 +02:00
Kseniia Sumarokova
dd9bf6d792
Merge pull request #65738 from RodolpheDuge/fix_odbc_nullable_fields
fix ODBC table with nullable fields
2024-07-03 09:43:47 +00:00
Antonio Andelic
e3beff45c1
Merge pull request #65918 from ClickHouse/add-some-tools-for-keeper-profiling
Add extra profiling helpers for Keeper
2024-07-03 07:01:13 +00:00
Kseniia Sumarokova
188e9536e1
Merge pull request #63201 from ClickHouse/fix-partitioned-delta-lake
Support reading partitioned DeltaLake data, infer DeltaLake schema by reading metadata instead of data
2024-07-02 18:02:08 +00:00
kssenii
21f0eb2eec Do not use async initialization of readers in s3queue 2024-07-02 18:13:49 +02:00
Antonio Andelic
cfa86b54ea Review fixes 2024-07-02 16:33:06 +02:00
Antonio Andelic
94dba17ad9 Fix test 2024-07-02 13:26:52 +02:00
Konstantin Bogdanov
138eb924fa
Merge pull request #65626 from tonickkozlov/tonickkozlov/x509-san-validation
Add support for x509 SubjectAltName identification
2024-07-02 11:20:01 +00:00
Antonio Andelic
39932938e2 Merge branch 'master' into merge-tree-parallel-replicas-custom-key 2024-07-02 12:59:39 +02:00
Antonio Andelic
a0f6751c4d Merge branch 'master' into add-some-tools-for-keeper-profiling 2024-07-02 10:50:24 +02:00
Antonio Andelic
7361407ea5 Fix test 2024-07-01 15:25:00 +02:00
Anton Kozlov
b1b9aaf2ec Add support for x509 SubjectAltName identification 2024-07-01 09:47:28 +00:00
Alexey Gerasimchuck
98293b1624 Max sessions for user tests improvements 2024-07-01 07:31:57 +00:00
Alexey Milovidov
46e7d6e170 Merge branch 'master' of github.com:ClickHouse/ClickHouse into dont-optimize-trivial-insert-select 2024-06-30 01:29:02 +02:00
Alexey Milovidov
36644df625
Merge pull request #65794 from zvonand/zvonand-fix-65762
Try to make `test_ldap_external_user_directory` less flaky
2024-06-29 22:32:42 +00:00
Andrey Zvonov
089bb6e0c9 make black even more happy 2024-06-29 17:00:33 +00:00
Alexey Milovidov
3649e209c4 Merge branch 'master' into dont-optimize-trivial-insert-select 2024-06-29 04:34:00 +02:00
Sema Checherinda
abe58184df Merge branch 'master' into chesema-dedup-matview 2024-06-29 01:35:32 +02:00
Alexander Tokmakov
4748e2929f
Merge pull request #65570 from ClickHouse/keeper_az
Improve ZooKeeper load balancing
2024-06-28 22:57:20 +00:00
Igor Nikonov
94b30cfff2
Merge pull request #65588 from ClickHouse/fix-flaky-pr-distributed-skip-shards
Fix test_parallel_replicas_distributed_skip_shards flakiness
2024-06-28 19:06:00 +00:00
Alexander Tokmakov
c97ef5dc32
Merge pull request #65405 from Avogar/check-cyclic-dependencies-on-create
Check cyclic dependencies on CREATE/REPLACE/RENAME/EXCHANGE queries
2024-06-28 16:28:14 +00:00
SmitaRKulkarni
ccfe7c0121
Merge pull request #64757 from azat/load-part-without-columns.txt
Fix filling parts columns from metadata (when columns.txt does not exists)
2024-06-28 15:16:39 +00:00
Anton Popov
6957241388 Merge remote-tracking branch 'upstream/master' into HEAD 2024-06-28 14:19:13 +00:00
Kseniia Sumarokova
2673a773c3
Merge pull request #65458 from ClickHouse/add-azure-queue-storage
Add AzureQueue storage
2024-06-28 12:39:05 +00:00