Commit Graph

9397 Commits

Author SHA1 Message Date
Han Fei
af4541755a fix black 2024-06-12 14:27:13 +02:00
Han Fei
e0668ab8fa write more tests 2024-06-11 17:03:54 +02:00
Han Fei
0bd5164f83 fix style 2024-06-06 21:30:16 +02:00
Han Fei
823a7d37f3 support statistics on replicated merge tree 2024-06-06 20:18:42 +02:00
Azat Khuzhin
a7e4875e4c Fix test_mask_sensitive_info/test.py::test_create_table
CI: https://s3.amazonaws.com/clickhouse-test-reports/64887/5d01a2f7c8b41244ecad2cbf2c7f5ed7e6113cc9/integration_tests__asan__old_analyzer__[2_6].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-06-06 11:46:12 +02:00
Alexey Milovidov
53f26f614e
Merge pull request #64769 from ClickHouse/pufit/rbac-fix-on-cluster-grant-with-default-database
Fix default database with grant on cluster
2024-06-06 03:35:32 +02:00
Alexey Milovidov
9ab06931d2
Merge pull request #64845 from ClickHouse/follow-up-s3-queue
Follow-up to #64349
2024-06-06 02:56:58 +02:00
Alexey Milovidov
9d8bc4d54d
Merge pull request #59427 from seandhaynes/master
Use scheduleOrThrow in MergeTree data selection and initialization to avoid deadlocks
2024-06-06 02:06:22 +02:00
kssenii
5ec3699a19 Fix test 2024-06-05 18:36:13 +02:00
Sergei Trifonov
9c7a8727d0
Merge pull request #64244 from kirillgarbar/check_zk_path
Prevent conversion to Replicated if zookeeper path already exists
2024-06-05 16:36:10 +00:00
Han Fei
c04e7e64af Merge branch 'master' into hanfei/stats_uniq 2024-06-05 13:09:15 +02:00
Yarik Briukhovetskyi
73d0b51283
Merge pull request #64220 from yariks5s/test_distributed_table_exception
Add test for #37090
2024-06-05 10:49:31 +00:00
Antonio Andelic
0f23f9b384
Merge pull request #64784 from ClickHouse/keeper-correct-snapshot-size
Fix Keeper snapshot size in `mntr`
2024-06-05 07:17:57 +00:00
Alexey Milovidov
2c5ebf9ca6
Merge branch 'master' into master 2024-06-05 04:23:37 +02:00
Alexey Milovidov
02a3049876
Merge pull request #58285 from canhld94/fix_a_test
Hot reload storage policy for distributed tables when adding a new disk
2024-06-05 04:11:49 +02:00
Han Fei
f7ca33868b Merge branch 'master' into hanfei/stats_uniq 2024-06-05 01:21:49 +02:00
Julia Kartseva
12bf33c519
Merge pull request #64778 from jkartseva/fix-plain-rewritable-cache
Fix crash in a local cache over `plain_rewritable` disk
2024-06-04 20:34:58 +00:00
Kseniia Sumarokova
d044d228ba
Merge pull request #64349 from ClickHouse/s3queue-fix-ordered-mode
S3Queue rework ordered mode parallel processing
2024-06-04 20:27:46 +00:00
Yarik Briukhovetskyi
8bb8806ad4
Merge branch 'ClickHouse:master' into test_distributed_table_exception 2024-06-04 21:14:00 +02:00
Sema Checherinda
dd6ae2f77c
Merge pull request #63427 from arthurpassos/fix_wrong_request_protocol_proxy
Several minor fixes to proxy support in ClickHouse
2024-06-04 16:35:03 +00:00
Yarik Briukhovetskyi
0f362394b3
black check 2024-06-04 18:29:07 +02:00
Yarik Briukhovetskyi
f61c40dbbf
do not apply settings explicitly 2024-06-04 16:08:01 +02:00
Alexander Tokmakov
9f49c83130
Merge pull request #63087 from Unalian/feat-59377
[feature]: allow to attach parts from a different disk (v2.0)
2024-06-04 13:52:25 +00:00
Kseniia Sumarokova
557c423007
Merge branch 'master' into s3queue-fix-ordered-mode 2024-06-04 13:14:49 +02:00
Antonio Andelic
9d30a7f056 Fix Keeper snapshot size in mntr 2024-06-04 11:30:22 +02:00
Julia Kartseva
d4e6f2e8d6 Update test_s3_plain_rewritable test
- add cache_s3_plain_rewritable caching disk
- simplify, don't look up counters
2024-06-04 04:53:32 +00:00
pufit
e59d71be48 fix test 2024-06-03 23:58:39 -04:00
pufit
abdf0d5b58 fix test 2024-06-03 21:29:08 -04:00
Michael Kolupaev
0fd9cdf47e Track memory allocated by the arrow library 2024-06-04 00:01:25 +00:00
robot-clickhouse
c6108cf8f5 Automatic style fix 2024-06-03 22:56:02 +00:00
pufit
62aacc5539 Fix default database with grant on cluster 2024-06-03 18:43:08 -04:00
Yarik Briukhovetskyi
0e2efda93a
black check 2024-06-03 19:39:41 +02:00
Yarik Briukhovetskyi
d459564408
review changes 2024-06-03 19:30:01 +02:00
alesapin
c45ebafc70
Merge pull request #64694 from ClickHouse/fix_ttl_incompatibility
Fix backward incompatibility in TTL execution
2024-06-03 10:29:26 +00:00
robot-clickhouse
8c86011a90 Automatic style fix 2024-05-31 12:51:12 +00:00
alesapin
a400911d7a Fix backward incompatibility in TTL execution 2024-05-31 14:42:01 +02:00
robot-clickhouse
3455fba32d Automatic style fix 2024-05-31 08:40:18 +00:00
Alexander Gololobov
66f17b7746 Normalize find_super_nodes response by sorting 2024-05-31 10:28:46 +02:00
kssenii
2a69c00d09 Merge remote-tracking branch 'origin/s3queue-fix-ordered-mode' into s3queue-fix-ordered-mode 2024-05-30 16:34:00 +02:00
kssenii
9238045eea Add bucket versioning 2024-05-30 16:33:40 +02:00
Arthur Passos
4ab5c2c7f7 style 2024-05-30 11:14:56 -03:00
Arthur Passos
b1861fa851 bring back multiple proxy test back 2024-05-30 11:00:23 -03:00
robot-clickhouse
75bfa1746b Automatic style fix 2024-05-30 13:07:17 +00:00
kssenii
b3a58a6294 Merge remote-tracking branch 'origin/s3queue-fix-ordered-mode' into s3queue-fix-ordered-mode 2024-05-30 14:58:12 +02:00
kssenii
ee4d5e4260 Fix remaining tests 2024-05-30 14:57:50 +02:00
Arthur Passos
dba8c98e5f minor changes 2024-05-30 09:33:59 -03:00
robot-clickhouse
39dd2735a3 Automatic style fix 2024-05-29 19:44:48 +00:00
kssenii
59eed8086c Fixes 2024-05-29 21:37:42 +02:00
Raúl Marín
b1b3514658
Merge pull request #64512 from Algunenano/fix_test_lost_part_other_replica
Fix test_lost_part_other_replica
2024-05-29 15:12:49 +00:00
Sema Checherinda
4cc765ace4
Merge pull request #64520 from ClickHouse/chesema-test-TotalQpsLimitExceeded
test for TotalQpsLimitExceeded
2024-05-29 12:28:54 +00:00