Commit Graph

627 Commits

Author SHA1 Message Date
Vitaly Baranov
b7d8072819 Add waiting for prometheus instances to start before running test "test_prometheus_protocols". 2024-11-11 16:06:17 +01:00
Alexey Milovidov
b29c6e7239
Merge pull request #71523 from amosbird/help-62944
Allow specifying cmdline flags in integration test
2024-11-06 22:22:06 +00:00
Raúl Marín
12ab488453
Revert "Selection of hash join inner table" 2024-11-06 16:20:57 +01:00
Amos Bird
d270885bfa
Allow specifying cmdline flags in integration test 2024-11-06 21:37:47 +08:00
Vladimir Cherkasov
93b14847ac
Merge pull request #68682 from ClickHouse/vdimir/join_select_inner_table
Selection of hash join inner table
2024-11-04 14:13:44 +00:00
Vitaly Baranov
ae2eeb489d
Merge pull request #70027 from vitlibar/fix-restore-on-cluster-sync
Better error-handling and cancellation of ON CLUSTER backups and restores
2024-11-01 17:01:07 +00:00
Miсhael Stetsyuk
97c0087084
Merge pull request #70297 from ClickHouse/fix-metadata-version-in-ZooKeeper-ignore-readonly
move `fixReplicaMetadataVersionIfNeeded` from attach thread to restarting thread
2024-11-01 15:55:12 +00:00
Vitaly Baranov
f6b5d27c58 Rework coordination of hosts during BACKUP ON CLUSTER / RESTORE ON CLUSTER.
Fix concurrency check, implement cancelling of distributed backups/restores.
2024-10-30 22:18:35 +01:00
Kseniia Sumarokova
87cfc1dfd7
Update cluster.py 2024-10-28 17:29:15 +01:00
Michael Stetsyuk
01cb0eb32f mv fixReplicaMetadataVersionIfNeeded from attach thread to restarting thread 2024-10-28 13:06:26 +00:00
Tuan Pham Anh
98c6afcf53 Merge remote-tracking branch 'origin/master' into support-ddl-on-cluster-stop-waiting-offline-hosts 2024-10-28 07:30:23 +00:00
vdimir
2fc1e5469f
Merge branch 'master' into vdimir/join_select_inner_table 2024-10-24 10:49:39 +00:00
Vitaly Baranov
5cf74f4da2 Make "minio/certs/CAs" directory before running Minio in integration tests. 2024-10-22 20:41:20 +02:00
Vitaly Baranov
6cce5e893a Enable logging for mock HTTP servers used in some integration tests. 2024-10-22 20:41:13 +02:00
Tuan Pham Anh
28ca432483 Merge branch 'master' into report-running-ddl-worker-hosts 2024-10-22 06:56:06 +00:00
vdimir
528b0ac711
Merge branch 'master' into vdimir/join_select_inner_table 2024-10-18 10:01:38 +00:00
Julian Maicher
2a73d4cd8e Fix readiness/health check for OpenLDAP container
See https://github.com/bitnami/containers/issues/73310

Closes #65762
2024-10-16 17:24:12 +02:00
vdimir
cfdfc3856e
Merge branch 'master' into vdimir/join_select_inner_table 2024-10-10 12:02:49 +00:00
Michael Kolupaev
f7d9c3a9b1 Fix refreshable MV in system database breaking server startup 2024-10-08 04:00:19 +00:00
vdimir
5b6a774d89
Merge branch 'master' into vdimir/join_select_inner_table 2024-10-07 14:10:41 +00:00
vdimir
0872cc0dd7
fix inegration settings randomization with non default tag 2024-10-04 10:05:16 +00:00
Mikhail Filimonov
fd5defd016 black formatter 2024-10-03 20:03:28 +02:00
robot-clickhouse
2c8c5629d9 Automatic style fix 2024-10-03 16:57:27 +00:00
vdimir
3fb92a61a0
t 2024-10-03 16:49:19 +00:00
Mikhail Filimonov
b36bfa34c8 Better RabbitMQ 2024-10-03 18:39:59 +02:00
vdimir
d627507fec
Merge branch 'master' into vdimir/join_select_inner_table 2024-10-03 09:57:47 +00:00
tuanpach
eef838bade
Merge branch 'master' into report-running-ddl-worker-hosts 2024-10-03 00:13:06 +08:00
vdimir
7777617b76
Merge branch 'master' into vdimir/join_select_inner_table 2024-10-02 15:55:27 +00: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
Mikhail f. Shiryaev
ba069d9664
Add a little bit of typing, fix logging 2024-10-02 16:21:00 +02:00
Tuan Pham Anh
6413b15d81 1) Extend stop_start_wait_sec and reduce connection_timeout_ms in
test_replicated_database when restarting an instance.
2) Make createReplicaDirs and markReplicasActive virtual functions
2024-10-02 11:55:26 +00:00
Mikhail f. Shiryaev
63cb7dfa5f
Fix some issues in cluster.py, improve logging 2024-10-01 21:53:09 +02:00
Mikhail f. Shiryaev
8b40f15c7b
Set docker_compose_net.yml only once, remove version from compose template 2024-10-01 21:53:07 +02:00
vdimir
7c1a655b41
randomize only latest version settings 2024-10-01 12:00:11 +00:00
Mikhail f. Shiryaev
1fcbdb8b62
Add docker_exec and ClickHouseCluster.compose_cmd to reduce boilerplate 2024-10-01 11:48:05 +02:00
Mikhail f. Shiryaev
9a2c8916c9
Add return type to run_and_check 2024-10-01 11:48:04 +02:00
Mikhail f. Shiryaev
f76e6ea24b
Adjust integration tests to docker compose v2 2024-10-01 11:48:04 +02:00
Mikhail f. Shiryaev
985bd796d3
Simplify retry decorator, use it in tests 2024-10-01 11:48:00 +02:00
robot-clickhouse
7c6ce8611c Automatic style fix 2024-09-27 10:19:49 +00:00
vdimir
4cae201026
fix test_dictionaries_all_layouts_separate_sources/test_mongo.py 2024-09-23 14:59:39 +00:00
vdimir
4c9c9015f8
Revert "Revert "Merge pull request #63279 from allmazz/mongodb_refactoring""
This reverts commit 2ae9c9ac16.
2024-09-23 07:06:58 +00:00
Alexey Milovidov
2ae9c9ac16 Revert "Merge pull request #63279 from allmazz/mongodb_refactoring"
This reverts commit 14cb02a18c, reversing
changes made to a940a9ebbc.
2024-09-22 22:28:24 +02:00
Alexey Milovidov
14cb02a18c
Merge pull request #63279 from allmazz/mongodb_refactoring
MongoDB integration refactoring
2024-09-21 18:18:44 +00:00
Raúl Marín
993888e7d0
Merge pull request #68355 from zvonand/tryfix-65762-again
Some fixes for LDAP
2024-09-20 08:44:04 +00:00
Kirill Nikiforov
2c360e86be
Merge remote-tracking branch 'origin' into mongodb_refactoring 2024-09-18 16:14:02 +04:00
Antonio Andelic
452fde78c7
Merge pull request #69582 from ClickHouse/keeper-better-ssl-support
Support more advanced SSL options for Keeper internal communication
2024-09-17 13:32:18 +00:00
Andrey Zvonov
80b28e33bb wait for ldap on cluster sturtup
re-run CI

proper cleanup in test
2024-09-16 15:49:10 +00:00
Antonio Andelic
8cdcc431fe Fix 2024-09-16 13:30:17 +02:00
vdimir
1963e971f3
fix 2024-09-16 09:57:20 +00:00
vdimir
cf9200f1d0
Randomize integration tests settings 2024-09-16 09:14:44 +00:00