Han Fei
|
116055b532
|
refine load part logic
|
2024-05-08 15:04:16 +02:00 |
|
Han Fei
|
746e96eddd
|
Merge branch 'master' into hanfei/fix-intersection
|
2024-05-07 23:54:54 +02:00 |
|
Igor Nikonov
|
e986619ce3
|
Merge pull request #61935 from ClickHouse/pr-receive-timeout-on-handshake
Parallel replicas: table check failover
|
2024-05-06 10:30:59 +00:00 |
|
Igor Nikonov
|
376c54c7f9
|
Merge remote-tracking branch 'origin/master' into pr-receive-timeout-on-handshake
|
2024-05-02 19:15:14 +00:00 |
|
Smita Kulkarni
|
752c31722a
|
Fix typo
|
2024-05-02 20:10:37 +02:00 |
|
Smita Kulkarni
|
5cc9a77a89
|
Remove delete_all_files to fix flaky test
|
2024-05-02 20:07:43 +02:00 |
|
Kseniia Sumarokova
|
33a0e8035f
|
Merge pull request #61250 from ClickHouse/less-contentaion-in-cache-part4
Less contention in cache, part 4
|
2024-05-02 15:18:16 +00:00 |
|
Sema Checherinda
|
083bcfc1ce
|
distinct message for s3 error 'no key' for cases disk and storage
|
2024-05-02 13:08:25 +02:00 |
|
kssenii
|
3f9ca1cbfe
|
Merge remote-tracking branch 'origin/master' into less-contentaion-in-cache-part4
|
2024-05-02 13:04:05 +02:00 |
|
SmitaRKulkarni
|
f79c1c30d0
|
Merge pull request #63158 from ClickHouse/Azure_backup_test_fix
Fix azure backup flaky test
|
2024-05-01 16:23:39 +00:00 |
|
Konstantin Bogdanov
|
fc5624e3b1
|
Merge pull request #63106 from korowa/include-from-yml
allow YAML sources in include_from
|
2024-05-01 12:49:19 +00:00 |
|
Han Fei
|
2effd82fc2
|
better style
|
2024-04-30 20:24:37 +02:00 |
|
Han Fei
|
e7f66384f1
|
fix intersection when restart after drop range
|
2024-04-30 20:11:41 +02:00 |
|
Igor Nikonov
|
0d6cac4068
|
Fix: simplify test
|
2024-04-30 14:25:19 +00:00 |
|
robot-clickhouse
|
821052dadc
|
Automatic style fix
|
2024-04-30 08:12:01 +00:00 |
|
Smita Kulkarni
|
156f171224
|
Fix azure backup flaky test
|
2024-04-30 10:02:46 +02:00 |
|
Alexey Milovidov
|
90d8e3cb97
|
Merge pull request #61116 from jkartseva/s3-plain-with-replace
S3-plain based disk supporting directory rename
|
2024-04-30 04:12:17 +02:00 |
|
Alexander Tokmakov
|
37950a5f4e
|
Merge pull request #62738 from pamarcos/pamarcos/system-unload-primary-key
Add SYSTEM UNLOAD PRIMARY KEY
|
2024-04-29 21:18:01 +00:00 |
|
Julia Kartseva
|
36a1cae910
|
address feedback - pt.1
|
2024-04-29 18:01:21 +00:00 |
|
Julia Kartseva
|
5e716bcfb8
|
extend system logs integration tests
|
2024-04-29 18:01:21 +00:00 |
|
Julia Kartseva
|
a3ce6162c4
|
add integration test
|
2024-04-29 18:01:21 +00:00 |
|
Igor Nikonov
|
20884efdcc
|
Merge remote-tracking branch 'origin/master' into pr-receive-timeout-on-handshake
|
2024-04-29 13:36:13 +00:00 |
|
Eduard Karacharov
|
979efcad49
|
allow YAML sources in include_from
|
2024-04-29 12:42:56 +03:00 |
|
kssenii
|
8c4476d7db
|
Merge remote-tracking branch 'origin/master' into less-contentaion-in-cache-part4
|
2024-04-28 13:36:16 +02:00 |
|
Alexey Milovidov
|
d9fa3fdceb
|
Merge pull request #63069 from azat/tests/integration-old-analyzer
Fix integration tests with old analyzer (and fix some leftovers of enabling it)
|
2024-04-27 21:43:07 +00:00 |
|
Alexey Milovidov
|
753dd30a40
|
Merge pull request #63070 from azat/tests/dist-inter-server-backward
Get back test for old inter-server mode (DBMS_MIN_REVISION_WITH_INTERSERVER_SECRET non-v2)
|
2024-04-27 21:42:11 +00:00 |
|
Azat Khuzhin
|
98df6b88a0
|
tests: forbid allow_experimental_analyzer if tag was specified
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-04-27 15:49:09 +02:00 |
|
Azat Khuzhin
|
5facb1d099
|
Get back test for old inter-server mode (DBMS_MIN_REVISION_WITH_INTERSERVER_SECRET non-v2)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-04-27 15:29:14 +02:00 |
|
Azat Khuzhin
|
52091916dc
|
Fix leftovers of enabling new analyzer
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-04-27 11:19:03 +02:00 |
|
Azat Khuzhin
|
03d52e7e49
|
Better handling of old analyzer check in intergraion tests runner
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-04-27 10:32:27 +02:00 |
|
Azat Khuzhin
|
85ea46de77
|
Fix integration tests with old analyzer
This reverts commit 67d39a22ac .
|
2024-04-27 10:29:13 +02:00 |
|
Pablo Marcos
|
9002d4c751
|
Merge branch 'master' into pamarcos/system-unload-primary-key
|
2024-04-27 08:57:29 +02:00 |
|
Konstantin Bogdanov
|
64de52397e
|
Merge pull request #62978 from ClickHouse/fix-grpc-ipv6-crash
gRPC: fix crash on IPv6 peer connection
|
2024-04-27 06:22:41 +00:00 |
|
Nikita Mikhaylov
|
ed7e4291ab
|
Merge pull request #62937 from ClickHouse/docs-remove-replicated-experimental-tag
Remove experimental tag from Replicated database engine
|
2024-04-26 17:56:06 +00:00 |
|
Nikita Mikhaylov
|
a8683a8bd5
|
Remove the setting from tests
|
2024-04-25 22:13:14 +02:00 |
|
Pablo Marcos
|
24b84ef68a
|
Merge branch 'master' into pamarcos/system-unload-primary-key
|
2024-04-25 18:26:14 +02:00 |
|
Konstantin Bogdanov
|
7326e2a0fa
|
Fix aborting on IPv6 peer address
|
2024-04-25 16:44:16 +02:00 |
|
Nikita Mikhaylov
|
5ea95cbbec
|
Merge branch 'master' into access-controls-enable-by-default
|
2024-04-25 13:21:23 +02:00 |
|
robot-clickhouse
|
cf7dd8b86a
|
Automatic style fix
|
2024-04-24 21:24:08 +00:00 |
|
Igor Nikonov
|
33b9e589c6
|
Add test_skip_replicas_without_table
|
2024-04-24 21:13:07 +00:00 |
|
Igor Nikonov
|
6db303cea3
|
Merge remote-tracking branch 'origin/master' into pr-receive-timeout-on-handshake
|
2024-04-24 18:56:49 +00:00 |
|
Igor Nikonov
|
abf5be05b8
|
Set table for parallel replicas with analyzer
|
2024-04-24 18:56:03 +00:00 |
|
alesapin
|
1b562ce569
|
Merge pull request #61769 from kirillgarbar/modify-engine
Search for convert_to_replicated flag at the correct path
|
2024-04-24 18:17:29 +00:00 |
|
Vitaly Baranov
|
e42967c724
|
Add test.
|
2024-04-20 16:48:26 +01:00 |
|
Pablo Marcos
|
c28af20e2a
|
Merge branch 'master' into pamarcos/system-unload-primary-key
|
2024-04-18 17:53:11 +02:00 |
|
jsc0218
|
7525b2acf4
|
Merge pull request #60117 from jsc0218/TableEngineGrant_version2
TableEngineGrant_version2
|
2024-04-18 14:30:34 +00:00 |
|
Pablo Marcos
|
8d4d5a84f2
|
fixup! Fix test_grant_and_revoke/test.py::test_grant_all_on_table with new entry
|
2024-04-18 15:12:11 +02:00 |
|
Pablo Marcos
|
6e5fe39e57
|
Fix test_grant_and_revoke/test.py::test_grant_all_on_table with new entry
|
2024-04-18 13:13:28 +02:00 |
|
jsc0218
|
6e5afb8b89
|
grant all table engines in allow_database
|
2024-04-18 02:00:28 +00:00 |
|
Igor Nikonov
|
043c62931d
|
Merge remote-tracking branch 'origin/master' into pr-receive-timeout-on-handshake
|
2024-04-17 16:48:40 +00:00 |
|