Commit Graph

118730 Commits

Author SHA1 Message Date
Alexey Milovidov
e96308bfd2
Merge branch 'master' into add-test-34626 2023-07-07 13:41:31 +03:00
Alexey Milovidov
aac8eda40a
Merge pull request #51764 from ClickHouse/fix-flaky-keeper-map-test
Fix flaky KeeperMap test
2023-07-07 13:38:33 +03:00
Alexey Milovidov
010f6b627f
Merge branch 'master' into fix-flaky-keeper-map-test 2023-07-07 13:37:58 +03:00
Alexey Milovidov
b5f9a170eb
Merge pull request #51848 from ClickHouse/many-fixes-3
Many fixes [3]
2023-07-07 13:29:49 +03:00
Antonio Andelic
ff79ceaafe Skip parallel keepermap test 2023-07-07 09:58:35 +00:00
Antonio Andelic
fb2affcae3 Dump all rules 2023-07-07 08:37:08 +00:00
Antonio Andelic
5875d66846 Merge branch 'master' into fix-flaky-keeper-map-test 2023-07-07 08:36:37 +00:00
Nikolay Degterinsky
e20ae34c30
Merge pull request #51519 from xiaolei565/xuelei_dev
fix storage policy prompt display error
2023-07-07 04:43:29 +02:00
xiaolei565
5f523e8376
Merge branch 'master' into xuelei_dev 2023-07-07 10:21:19 +08:00
Nikolay Degterinsky
8da8b79cc4
Merge pull request #51854 from fky2015/master
fix: correct exception messages on policies comparison
2023-07-07 03:58:06 +02:00
xiaolei565
dd87269fc2
Merge branch 'master' into xuelei_dev 2023-07-07 09:49:34 +08:00
Alexey Milovidov
fa9514f216
Merge pull request #51911 from ClickHouse/revert-51910-fix-build-5
Revert "Fix build"
2023-07-07 02:53:22 +03:00
Alexey Milovidov
685f2949b7
Revert "Fix build" 2023-07-07 02:53:13 +03:00
Alexey Milovidov
e8d28e46ed
Merge pull request #51910 from ClickHouse/fix-build-5
Fix build
2023-07-07 02:52:51 +03:00
Alexey Milovidov
c47b32b17a Fix build 2023-07-07 01:52:18 +02:00
Alexey Milovidov
48eb30de51 Fix build 2023-07-07 01:42:29 +02:00
Alexey Milovidov
66126d61c4
Merge pull request #51909 from ClickHouse/fix-build
Fix build
2023-07-07 02:33:30 +03:00
Alexey Milovidov
3ec617b184 Fix build 2023-07-07 01:31:52 +02:00
Alexey Milovidov
c978cc45a2
Merge pull request #51653 from azat/tests/02050_client_profile_events
tests: fix 02050_client_profile_events flakiness
2023-07-07 02:16:33 +03:00
Alexander Tokmakov
fdbd59ec6c
Merge pull request #51135 from ClickHouse/fix_trash_in_disks
Try to fix some trash in Disks and part moves
2023-07-07 02:02:17 +03:00
Nikita Mikhaylov
afa58f4a68
Merge pull request #51360 from azat/fix-text_log
Initialize text_log earlier to capture table startup messages
2023-07-06 23:34:45 +02:00
Alexey Milovidov
bc4a361d69
Merge pull request #51906 from ClickHouse/riscv-in-universal-script
Add RISC-V 64 to the universal installer
2023-07-06 23:42:14 +03:00
Alexey Milovidov
c1fa38ea8e Add RISC-V 64 to the universal installer 2023-07-06 22:22:36 +02:00
Alexey Milovidov
6cfeef00d7
Merge pull request #31398 from ClickHouse/riscv-in-ci
Add Linux RISC-V 64 build to CI
2023-07-06 22:49:16 +03:00
Antonio Andelic
3ed628ed45
Merge pull request #51878 from ClickHouse/upgrade-check-fix-2
Another fix upgrade check script
2023-07-06 21:21:05 +02:00
Antonio Andelic
c390c900c5
Merge branch 'master' into upgrade-check-fix-2 2023-07-06 21:10:41 +02:00
robot-clickhouse-ci-2
99c64971bd
Merge pull request #51737 from ClickHouse/fix_logical_error_grace_hash_join
Fix: logical error in grace hash join
2023-07-06 19:27:03 +02:00
Mikhail f. Shiryaev
41b8fa9a60
Merge pull request #51893 from ClickHouse/failover-sccache-error
Update sccache, do not fail on connection error
2023-07-06 18:09:53 +02:00
Feng Kaiyu
bf4dbb842d
Merge branch 'master' into master 2023-07-06 23:47:41 +08:00
Igor Nikonov
83af43b8ba
Merge pull request #51852 from ClickHouse/fix-misleading-naming-in-joins
Change misleading name in joins: addJoinedBlock -> addBlockToJoin
2023-07-06 17:27:26 +02:00
Igor Nikonov
7c0e50c4d5
Merge branch 'master' into fix-misleading-naming-in-joins 2023-07-06 17:26:38 +02:00
Dan Roscigno
b6b2830086
Merge pull request #51778 from RoryCrispin/docs-remove-async-ml-event-time
(docs) Remove async_metric_log event_time_microseconds
2023-07-06 10:33:17 -04:00
Alexey Milovidov
9314a5ee19 Merge remote-tracking branch 'origin/evillique-patch-2' into many-fixes-3 2023-07-06 16:24:22 +02:00
Alexey Milovidov
6d8434c702 Merge branch 'master' into many-fixes-3 2023-07-06 16:17:32 +02:00
Alexey Milovidov
1fa21700ad Merge remote-tracking branch 'origin/less-flaky-test_start_stop_moves' into many-fixes-3 2023-07-06 16:17:13 +02:00
Mikhail f. Shiryaev
6bbaade4a6
Update sccache, do not fail on connection error 2023-07-06 16:09:52 +02:00
Rory Crispin
77d62f495b
Merge branch 'master' into docs-remove-async-ml-event-time 2023-07-06 13:38:20 +01:00
Alexander Tokmakov
52a26a6653
Merge pull request #51708 from velavokr/velavokr-issue-51292
#51292 added default_temporary_table_engine setting
2023-07-06 15:18:14 +03:00
Alexander Tokmakov
79b60458e6
Merge pull request #51774 from ClickHouse/less-flay-02481_async_insert_race_long
Making stateless tests with timeout less flaky
2023-07-06 15:08:29 +03:00
Alexander Tokmakov
537104e7cc
Merge branch 'master' into less-flay-02481_async_insert_race_long 2023-07-06 15:03:13 +03:00
xiaolei565
0c3ce1f634
Merge branch 'master' into xuelei_dev 2023-07-06 19:47:07 +08:00
Kseniia Sumarokova
52780e5ced
Merge pull request #50625 from kssenii/add-separate-access-for-use-named-collections
Add USE NAMED COLLECTION access type
2023-07-06 12:18:11 +02:00
Kseniia Sumarokova
e97e107bcc
Merge branch 'master' into add-separate-access-for-use-named-collections 2023-07-06 12:16:53 +02:00
Kseniia Sumarokova
5ac85f4fa8
Merge pull request #51822 from kssenii/minor-changes
Follow up to #51547
2023-07-06 12:10:50 +02:00
Kseniia Sumarokova
605e833576
Merge branch 'master' into minor-changes 2023-07-06 12:09:01 +02:00
Antonio Andelic
7281bda072 Merge branch 'master' into fix-flaky-keeper-map-test 2023-07-06 06:43:27 +00:00
Antonio Andelic
085f7caccf Move config changes after configure 2023-07-06 06:30:47 +00:00
Antonio Andelic
0b0ce5191c Merge branch 'master' into less-flaky-test_start_stop_moves 2023-07-06 06:17:29 +00:00
Antonio Andelic
af0de3d614 Small fixes 2023-07-06 06:17:11 +00:00
Feng Kaiyu
3db83b58b8
Merge branch 'ClickHouse:master' into master 2023-07-06 11:04:10 +08:00