Commit Graph

11236 Commits

Author SHA1 Message Date
Kseniia Sumarokova
2c59fce5b4
Update test.py 2024-11-07 17:44:41 +01:00
Christoph Wurm
55e65c7e14 Merge remote-tracking branch 'origin' into reject_invalid_mutation_queries 2024-11-07 14:46:52 +00:00
Daniil Ivanik
7ea3bcdb3c
Merge pull request #71418 from azat/tests/fix-test_quorum_inserts
Fix missing cluster startup for test_quorum_inserts::test_insert_quorum_with_keeper_fail
2024-11-07 12:33:54 +00:00
xogoodnow
acafa37e2d Ran black for style check
Signed-off-by: xogoodnow <xo4ever9999@gmail.com>
2024-11-07 15:53:18 +03:30
xogoodnow
b97d78e7f4 Third party library must come before local imports (according to isort)
Signed-off-by: xogoodnow <xo4ever9999@gmail.com>
2024-11-07 15:35:17 +03:30
xogoodnow
a3bfb57da1 Ran black
Signed-off-by: xogoodnow <xo4ever9999@gmail.com>
2024-11-07 15:27:41 +03:30
Payam Qorbanpour
9ac9dea447 Add 'date_time_utc' format to tests 2024-11-07 13:55:03 +03:30
Alexey Milovidov
8ff7118e6b
Merge pull request #71504 from ilejn/fix_test_drop_complex_columns
Fix flaky test_drop_complex_columns
2024-11-06 22:22:47 +00: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
divanik
8bb656ddec Add context manager for partition manager 2024-11-06 15:55:41 +00:00
Raúl Marín
12ab488453
Revert "Selection of hash join inner table" 2024-11-06 16:20:57 +01:00
Ilya Golshtein
f4c0254254 fix_test_drop_complex_columns: flaky check for test_drop_after_fetch 2024-11-06 14:52:55 +00:00
Amos Bird
d270885bfa
Allow specifying cmdline flags in integration test 2024-11-06 21:37:47 +08:00
Ilya Golshtein
918ad5c4d5 fix_test_drop_complex_columns: tests passed 2024-11-06 09:42:35 +00:00
divanik
0687f7a83f Resolve issue 2024-11-05 17:09:03 +00:00
divanik
27153bfc27 Resolve issues 2024-11-05 16:58:21 +00:00
divanik
3eedc74c59 Reformatted because of style check 2024-11-05 16:25:58 +00:00
divanik
6ecc673f7d Fix quorum inserts tests 2024-11-05 16:02:40 +00:00
Kseniia Sumarokova
8615526f20
Merge pull request #71308 from MikhailBurdukov/fix_named_collection_unescaping
Added missing unescaping in named collections names.
2024-11-05 10:51:35 +00:00
Christoph Wurm
a03aa7bd65 Merge remote-tracking branch 'origin' into reject_invalid_mutation_queries 2024-11-04 23:44:37 +00:00
MikhailBurdukov
c1ce74f52f
Update tests/integration/test_named_collections/test.py
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-11-04 21:40:59 +03:00
Christoph Wurm
64fbc9eb8d Style 2024-11-04 18:06:08 +00:00
Christoph Wurm
876158672c Fix integration test: Sync all drop table calls 2024-11-04 17:53:48 +00:00
Christoph Wurm
47b1b2c158 Try fix integration test - second attempt 2024-11-04 14:51:43 +00: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
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