Commit Graph

11211 Commits

Author SHA1 Message Date
Kseniia Sumarokova
c8b0881c29
Merge pull request #71176 from ucasfl/remove-external-distributed
Remove StorageExternalDistributed
2024-11-04 13:24:19 +00:00
Christoph Wurm
c7f9704058 Try fix integration test 2024-11-04 09:45:26 +00:00
Christoph Wurm
c5a46df840 Merge remote-tracking branch 'origin' into reject_invalid_mutation_queries 2024-11-03 09:43:54 +00:00
Vitaly Baranov
08ce37f3e9
Merge pull request #70725 from azat/http_handlers-auth
Add ability to set user/password in http_handlers
2024-11-01 19:00:15 +00:00
vdimir
60fa4be570
Merge branch 'master' into vdimir/tmp_data_refactoring 2024-11-01 18:17:14 +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
Christoph Wurm
67b773dcdd Fix style 2024-11-01 16:01:17 +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
Christoph Wurm
8f86168c65 Fix test 2024-11-01 14:53:06 +00:00
Sergei Trifonov
d4f4df9dcf
Merge pull request #71325 from ClickHouse/fix-test-workload-entity-keeper-storage
Fix test `test_workload_entity_keeper_storage`: add more retries
2024-11-01 13:00:10 +00:00
Christoph Wurm
9252681962 Merge remote-tracking branch 'origin' into reject_invalid_mutation_queries 2024-11-01 11:13:46 +00:00
Christoph Wurm
7691b7dd44 Fix test 2024-11-01 11:06:49 +00:00
Pavel Kruglov
1a2b5686c4
Merge pull request #71193 from Avogar/native-http-async-insert-settings
Fix ignoring format settings in Native format via HTTP and Async Inserts
2024-11-01 11:04:32 +00:00
Michael Stetsyuk
e4aa477c42 make integration tests that use hardcoded ip addresses sequential 2024-11-01 10:59:39 +00:00
serxa
d8fd18c38e Fix test: add more retries 2024-10-31 19:06:51 +00:00
Vitaly Baranov
b16a18ed66 Add test for mixed version on hosts doing backup or restore. 2024-10-31 17:39:29 +01:00
Yarik Briukhovetskyi
74438d5291
Merge pull request #71105 from exmy/fix-path
Support write hdfs files with space
2024-10-31 16:03:20 +00:00
Konstantin Bogdanov
aac09671fd
Merge pull request #70642 from MikhailBurdukov/fix_exception_system_drop_replica
Allow `system drop replica zkpath` when there is another replica with the same zk path.
2024-10-31 14:35:45 +00:00
MikhailBurdukov
936d6b2251 Fix unescaping in named collections 2024-10-31 14:05:33 +00:00
avogar
f322ee5bda Merge branch 'master' of github.com:ClickHouse/ClickHouse into native-http-async-insert-settings 2024-10-31 13:56:30 +00:00
Raúl Marín
27b4e80983
Merge pull request #71195 from Algunenano/memory_logging
Improve error and log messages around memory usage
2024-10-31 11:48:52 +00:00
Sergei Trifonov
d14ca872d4
Merge pull request #71266 from ClickHouse/revert-71251-revert-69187-sql-for-workload-management
Revert "Revert "SQL syntax for workload and resource management""
2024-10-30 23:18:05 +00:00
Vitaly Baranov
7c3ba9324a Correct test "test_stop_other_host_during_backup[False]" and remove test "test_stop_other_host_during_backup[True]"
because it was replaced by new test "test_long_disconnection_stops_backup".
2024-10-30 22:18:35 +01: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
Alexey Milovidov
ae29572119
Merge pull request #70997 from Romeo58rus/master
Add support for reloading client-side certificates
2024-10-30 20:17:47 +00:00
Raúl Marín
f70053d925 Adapt another test to new error message 2024-10-30 20:18:44 +01:00
Kseniia Sumarokova
364276f53b
Merge pull request #71011 from MikhailBurdukov/access_header_for_s3
Add a new type of headers for S3 endpoints for custom authentication.
2024-10-30 16:38:05 +00:00
Sergei Trifonov
2760f283a1
Revert "Revert "SQL syntax for workload and resource management"" 2024-10-30 16:18:35 +01:00
Julia Kartseva
1c878c397d
Merge pull request #64847 from ClickHouse/Add_check_after_write_AzureBlobStorage
Azure Blob Storage: we added an option to check an object after write, too
2024-10-30 15:12:44 +00:00
Raúl Marín
5e96c74768 Merge remote-tracking branch 'blessed/master' into memory_logging 2024-10-30 14:42:55 +01:00
Konstantin Bogdanov
bceb1dce69
Merge pull request #70090 from arthurpassos/valid_until_per_auth_method
Allow each authentication method to have its own expiration date, remove from user entity.
2024-10-30 13:26:56 +00:00
Pavel Kruglov
9ab5f16968
Update test.py 2024-10-30 14:10:12 +01:00
Alexander Tokmakov
4a821e81a1
Revert "SQL syntax for workload and resource management" 2024-10-30 12:48:13 +01:00
flynn
623b2f11d3 Fix test 2024-10-30 10:52:51 +00:00
avogar
091db0a984 Fix kafka test 2024-10-30 10:19:08 +00:00
Roman Antonov
1f2e425d5b
Merge branch 'ClickHouse:master' into master 2024-10-30 12:50:45 +03:00
MikhailBurdukov
c9810bbea0 Rebase 2024-10-30 09:27:50 +00:00
Konstantin Bogdanov
1239137f24
Merge branch 'master' into valid_until_per_auth_method 2024-10-30 12:15:52 +03:00
Sergei Trifonov
2c4d93f552
Merge pull request #69187 from ClickHouse/sql-for-workload-management
SQL syntax for workload and resource management
2024-10-30 08:10:39 +00:00
MikhailBurdukov
961fb88901 fix isort 2024-10-30 07:52:48 +00:00
MikhailBurdukov
b0977923fb Add new type of headers for S3 endpoints 2024-10-30 07:52:41 +00:00
xmy
20b5a3b5a0 Merge branch 'master' into fix-path 2024-10-30 14:24:54 +08:00
Roman Antonov
06b8cc4d0e
Merge branch 'ClickHouse:master' into master 2024-10-30 08:44:18 +03:00
Alexey Milovidov
9f46c1116a
Merge pull request #71149 from ClickHouse/add-test-for-62308
Add test to verify #62308 works
2024-10-30 03:06:56 +00:00
János Benjamin Antal
339c8fd949 Fix and simplify test 2024-10-29 23:09:37 +00:00
Roman Antonov
c88083fe16
Merge branch 'ClickHouse:master' into master 2024-10-30 01:43:07 +03:00
serxa
fe9b323981 Merge branch 'master' into sql-for-workload-management 2024-10-29 22:18:11 +00:00
Kseniia Sumarokova
772394f861
Merge pull request #70811 from ClickHouse/s3queue-allow-alter-settings
S3Queue: support `ALTER TABLE ... MODIFY/RESET SETTING ...` for certain settings
2024-10-29 20:41:23 +00:00
Raúl Marín
50de2f4073 Fix style 2024-10-29 20:15:11 +01:00
Raúl Marín
2d3f5fabda Adjust some tests 2024-10-29 17:08:32 +01:00
flynn
b81fadc6bf Remove test 2024-10-29 15:18:07 +00:00
Raúl Marín
308763ce67 Improve error and log messages around memory usage 2024-10-29 16:15:41 +01:00
vdimir
52d9b205ea
Merge branch 'master' into vdimir/tmp_data_refactoring 2024-10-29 15:12:51 +00:00
Kirill
cd31aefb96
Merge branch 'master' into table-limit 2024-10-29 16:28:27 +03:00
Кирилл Гарбар
772209e6c0 Test other replica and cleanup 2024-10-29 16:23:55 +03:00
Roman Antonov
ac546572e6
Merge branch 'ClickHouse:master' into master 2024-10-29 13:51:41 +03:00
xmy
4839c1d9ce Support write hdfs files with space 2024-10-29 18:42:35 +08:00
serxa
78c8b43479 Merge branch 'master' into sql-for-workload-management 2024-10-29 09:09:05 +00:00
Кирилл Гарбар
19c95b2f0e Test dictionaries 2024-10-29 11:44:50 +03:00
Smita Kulkarni
5739696805 Merge branch 'master' into Add_check_after_write_AzureBlobStorage 2024-10-29 09:42:49 +01:00
Alexey Milovidov
5ce12e35a4
Merge pull request #71087 from ClickHouse/no-detached-parts-async-metrics
Do not calculate heavy asynchronous metrics by default
2024-10-29 04:57:08 +01:00
Roman Antonov
1c10c0da49
Merge branch 'ClickHouse:master' into master 2024-10-29 02:42:46 +03:00
Romeo58rus
a26a34d456 Downgrade a test to stable old method 2024-10-29 01:52:33 +03:00
Sergei Trifonov
a97fc2678b
Merge pull request #69847 from ClickHouse/async_load_system_database
Add `async_load_system_database` setting
2024-10-28 22:30:42 +00:00
Romeo58rus
dda0c2d151 The testing method has been changed 2024-10-28 23:37:27 +03:00
Roman Antonov
f5359065cb
Merge branch 'ClickHouse:master' into master 2024-10-28 23:32:40 +03:00
János Benjamin Antal
1e59e2932b Add test to verify #62308 works 2024-10-28 17:36:32 +00:00
Kseniia Sumarokova
87cfc1dfd7
Update cluster.py 2024-10-28 17:29:15 +01:00
kssenii
8f6439e4e9 Allow to change more settings, better tests 2024-10-28 17:12:17 +01:00
Кирилл Гарбар
2c3363e40e Hard limit on replicated tables, dicts, views 2024-10-28 19:00:37 +03:00
Sergei Trifonov
f595b20d08
Merge branch 'master' into async_load_system_database 2024-10-28 16:15:58 +01:00
Roman Antonov
febfe64321
Merge branch 'ClickHouse:master' into master 2024-10-28 17:32:08 +03:00
Michael Stetsyuk
01cb0eb32f mv fixReplicaMetadataVersionIfNeeded from attach thread to restarting thread 2024-10-28 13:06:26 +00:00
Romeo58rus
bdde9da3ca Trig Ci 2024-10-28 13:39:40 +03: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
Alexey Milovidov
9fe8315943 Fix test 2024-10-28 06:36:26 +01:00
Romeo58rus
cf4730411a Trying to pass the tests 2024-10-28 03:27:26 +03:00
Romeo58rus
4e57a92623 Change a test 2 2024-10-27 22:26:04 +03:00
Roman Antonov
7aae35c59c
Merge branch 'ClickHouse:master' into master 2024-10-27 22:16:28 +03:00
Alexey Milovidov
b5213da47c Sync integration test with private 2024-10-27 19:21:08 +01:00
Romeo58rus
387d980491 Trig CI 2024-10-27 18:36:05 +03:00
Roman Antonov
12c4f03ac2
Merge branch 'ClickHouse:master' into master 2024-10-27 02:54:33 +03:00
Alexey Milovidov
d124b8cdf2
Merge pull request #70859 from ortyomka/fix/70399
add user content-type overriding
2024-10-26 22:33:50 +00:00
Roman Antonov
4f8c4cd4a8
Merge branch 'ClickHouse:master' into master 2024-10-27 01:10:33 +03:00
Alexey Milovidov
15d683148d
Merge pull request #71071 from ClickHouse/remove-bad-test-2
Remove bad test `test_system_replicated_fetches`
2024-10-26 20:58:08 +02:00
Roman Antonov
de8c7c3e0c
Merge branch 'ClickHouse:master' into master 2024-10-26 21:21:09 +03:00
ortyomka
d70770d557 Merge remote-tracking branch 'upstream/master' into fix/70399 2024-10-25 21:10:03 +00:00
Roman Antonov
db5edae0ca
Merge branch 'ClickHouse:master' into master 2024-10-26 00:01:35 +03:00
Raúl Marín
512ccc4769
Merge pull request #71057 from ClickHouse/fix-test_truncate_database
Fix `test_truncate_database`
2024-10-25 20:36:44 +00:00
Alexey Milovidov
878b1bcd16 Remove bad test test_system_replicated_fetches 2024-10-25 22:13:36 +02:00
serxa
6d8c3e349e add cleanup after test 2024-10-25 18:59:05 +00:00
Romeo58rus
9c5423523e The test has been changed 2024-10-25 19:28:05 +03:00
kssenii
f3f9ffc883 Extend test 2024-10-25 16:21:35 +02:00
Romeo58rus
3704af3d51 Fix a test style 2 2024-10-25 16:52:07 +03:00
Antonio Andelic
2a6ce2df0f Fix test_truncate_database 2024-10-25 15:47:00 +02:00
Antonio Andelic
6a5742a6cb
Merge pull request #70972 from ClickHouse/fix-keeper-with-xid-64
Fix Keeper entry serialization compatibility
2024-10-25 13:44:16 +00:00
Romeo58rus
ce3b2a0001 Fix a test style 2024-10-25 15:33:23 +03:00
Romeo58rus
c80a50b91b Added a test 2024-10-25 14:38:58 +03:00
Pablo Marcos
26f2c5b07b
Merge pull request #66532 from pamarcos/system-query-metric-log
Add system.query_metric_log
2024-10-25 10:54:09 +00:00
Vladimir Cherkasov
2bbf1de494
Merge branch 'master' into vdimir/tmp_data_refactoring 2024-10-25 10:46:53 +02:00