Tuan Pham Anh
|
11fabc1a18
|
Make test_ddl_worker_replicas predictable
|
2024-10-03 12:44:23 +00:00 |
|
Tuan Pham Anh
|
39c0fa2ea4
|
Revert changes in test_replicated_database
|
2024-10-03 02:18:21 +00:00 |
|
Tuan Pham Anh
|
709ac58840
|
Fix flaky test
|
2024-10-03 01:02:55 +00:00 |
|
tuanpach
|
eef838bade
|
Merge branch 'master' into report-running-ddl-worker-hosts
|
2024-10-03 00:13:06 +08:00 |
|
Alexander Tokmakov
|
6d729078dd
|
Merge pull request #69586 from ClickHouse/fix_flaky_check
Make a test ready for flaky check
|
2024-10-02 15:43:13 +00:00 |
|
Yarik Briukhovetskyi
|
3198aafac5
|
Merge pull request #69755 from marco-vb/marco-vb/setting-stop-insert-on-full-disk
Add user-level settings min_free_diskspace_bytes_to_throw_insert and min_free_diskspace_ratio_to_throw_insert
|
2024-10-02 14:06:02 +00: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
|
6474019a84
|
Merge pull request #70146 from ClickHouse/upgrade-integration-runner
Upgrade integration-runner image
|
2024-10-02 11:19:33 +00:00 |
|
Yarik Briukhovetskyi
|
b0c19141e0
|
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk
|
2024-10-02 11:40:37 +02:00 |
|
Kseniia Sumarokova
|
0ed1520c3e
|
Merge pull request #70114 from 1on/master
Fixed MaterializedPostgreSQL for subset of columns for several similar table names
|
2024-10-02 08:38:12 +00:00 |
|
Mikhail f. Shiryaev
|
84c81cdc3c
|
Move the common keeper code to helpers/keeper_utils.py
|
2024-10-02 09:50:36 +02:00 |
|
Mikhail f. Shiryaev
|
6755039750
|
Simplify test_zookeeper_config_load_balancing, use ss
|
2024-10-02 09:50:35 +02:00 |
|
Mikhail f. Shiryaev
|
63cb7dfa5f
|
Fix some issues in cluster.py, improve logging
|
2024-10-01 21:53:09 +02:00 |
|
Mikhail f. Shiryaev
|
4de6e20f72
|
Remove version from the rest of docker-compose files
|
2024-10-01 21:53:08 +02:00 |
|
Mikhail f. Shiryaev
|
f6fbd9c8aa
|
Fix test_zookeeper_config_load_balancing after docker-compose upgrade
|
2024-10-01 21:53:08 +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 |
|
robot-clickhouse
|
61e5d0a147
|
Automatic style fix
|
2024-10-01 14:38:57 +00:00 |
|
Alexander Tokmakov
|
994d886dfd
|
Update test.py
|
2024-10-01 16:18:24 +02:00 |
|
robot-clickhouse
|
72d1c8e36d
|
Automatic style fix
|
2024-10-01 11:08:39 +00:00 |
|
kssenii
|
94c434086d
|
Fix
|
2024-10-01 13:02:31 +02:00 |
|
Kseniia Sumarokova
|
123d0cfa0b
|
Update test.py
|
2024-10-01 12:55:03 +02:00 |
|
Kseniia Sumarokova
|
719258a612
|
Update test.py
|
2024-10-01 12:48:04 +02:00 |
|
Mikhail f. Shiryaev
|
93519c5a29
|
Fix compose v1 naming scheme
|
2024-10-01 11:48:05 +02: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
|
650b7420ed
|
Improve the @retry API
|
2024-10-01 11:48:01 +02:00 |
|
Mikhail f. Shiryaev
|
985bd796d3
|
Simplify retry decorator, use it in tests
|
2024-10-01 11:48:00 +02:00 |
|
Alexander Tokmakov
|
3e2c9e05d2
|
Merge branch 'master' into replace_dict_null
|
2024-09-30 20:47:16 +02:00 |
|
marco-vb
|
4530957603
|
Address requested changes, improve documentation and fix code-style.
|
2024-09-30 14:35:16 +01:00 |
|
Yarik Briukhovetskyi
|
61ef8c6740
|
Merge branch 'master' into marco-vb/setting-stop-insert-on-full-disk
|
2024-09-30 13:45:56 +02:00 |
|
Tuan Pham Anh
|
743ffeba25
|
Fix style check error
|
2024-09-30 09:38:16 +00:00 |
|
1on
|
7835b66565
|
Fixed MaterializedPostgreSQL for subset of columns for several similar table names
|
2024-09-30 11:58:49 +03:00 |
|
Tuan Pham Anh
|
a348183941
|
Merge branch 'master' into report-running-ddl-worker-hosts
|
2024-09-30 07:48:56 +00:00 |
|
Alexey Milovidov
|
b2aa78e14a
|
Merge pull request #70075 from ClickHouse/fix_dddl_test
Fix `test_distributed_ddl`
|
2024-09-28 21:05:14 +00:00 |
|
Alexey Milovidov
|
0356287344
|
Merge pull request #70038 from ClickHouse/isort
Add isort to the style checking for python files
|
2024-09-28 01:47:37 +00:00 |
|
Alexander Tokmakov
|
39786f7352
|
Merge pull request #69448 from tuanpach/add-identifier-quoting-rule
Add show_create_query_identifier_quoting_rule setting
|
2024-09-27 19:05:40 +00:00 |
|
Alexander Tokmakov
|
795393bbeb
|
fix
|
2024-09-27 18:47:24 +02:00 |
|
robot-clickhouse
|
cb9bf8a910
|
Automatic style fix
|
2024-09-27 16:47:09 +00:00 |
|
Alexander Tokmakov
|
1e2e7247ae
|
make queries retriable to survive fault injections
|
2024-09-27 18:39:12 +02:00 |
|
Tuan Pham Anh
|
09a4173a33
|
Merge branch 'master' into add-identifier-quoting-rule
|
2024-09-27 13:02:49 +00:00 |
|
robot-clickhouse
|
7c6ce8611c
|
Automatic style fix
|
2024-09-27 10:19:49 +00:00 |
|
vdimir
|
07de943eca
|
Merge pull request #69962 from ClickHouse/vdimir/fix_test_dictionaries_all_layouts_separate_sources
Fix test_dictionaries_all_layouts_separate_sources
|
2024-09-27 08:57:33 +00:00 |
|
Tuan Pham Anh
|
53bb5f86b5
|
Merge branch 'master' into report-running-ddl-worker-hosts
|
2024-09-27 06:53:56 +00:00 |
|
Tuan Pham Anh
|
608c686573
|
Reformat test_storage_kafka
|
2024-09-27 02:09:39 +00:00 |
|
Tuan Pham Anh
|
d43cb48f4a
|
Reformat the test
|
2024-09-27 02:06:27 +00:00 |
|
Tuan Pham Anh
|
0e9847d1ce
|
Remove sleep in test_ddl_worker_replicas test
|
2024-09-27 01:46:09 +00:00 |
|
Tuan Pham Anh
|
9101beb79e
|
Add check_callback in query_with_retry in test_storage_kafka test
|
2024-09-27 01:08:15 +00:00 |
|
Alexey Milovidov
|
cd3d9b3bb1
|
Merge pull request #61777 from kirillgarbar/symlinks
Valid symlinks for Atomic databases
|
2024-09-26 21:33:51 +00:00 |
|
Kseniia Sumarokova
|
373aeb3f00
|
Merge pull request #69384 from ClickHouse/fix-s3-queue-with-replicated-database
s3queue: return back default value of processing_threads_num as number of cpu cores
|
2024-09-26 18:38:58 +00:00 |
|