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
Antonio Andelic
0d875ecf5c
Always randomize in private
2024-11-04 12:56:14 +01: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
Antonio Andelic
6698212b5a
Fix test
2024-10-31 13:39:41 +01: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
Antonio Andelic
c787838cb2
Merge branch 'master' into randomize-keeper-feature-flasgs-keeper
2024-10-31 12:01:31 +01: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
Antonio Andelic
1a40df4d0c
Merge branch 'master' into randomize-keeper-feature-flasgs-keeper
2024-10-28 12:07:38 +01: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
Smita Kulkarni
7c80dad179
Merge branch 'master' into Add_check_after_write_AzureBlobStorage
2024-10-25 10:28:05 +02:00
Antonio Andelic
2bb32854bf
Fix
2024-10-25 10:19:50 +02:00
Julia Kartseva
2e61f2bb99
Merge pull request #70915 from jkartseva/reduce-api-calls-cost
...
Cache HEAD API requests to object storage in the plain_rewritable disk
2024-10-24 23:58:13 +00:00
kssenii
0f66694468
Remove change
2024-10-24 20:19:46 +02:00
kssenii
0eddccbcc5
Resolve conflicts with master, support reset setting
2024-10-24 20:17:47 +02:00
serxa
4018e4df26
Merge branch 'async_load_system_database' of github.com:ClickHouse/ClickHouse into async_load_system_database
2024-10-24 17:46:55 +00:00
serxa
222e30a630
fix
2024-10-24 17:45:51 +00:00
robot-clickhouse
f648411c98
Automatic style fix
2024-10-24 17:44:25 +00:00
serxa
a52465679f
Merge branch 'async_load_system_database' of github.com:ClickHouse/ClickHouse into async_load_system_database
2024-10-24 17:34:01 +00:00
serxa
4e9f9ac2f5
more testing
2024-10-24 17:32:18 +00:00
serxa
26d2a00eea
fix build and test
2024-10-24 17:12:21 +00:00
kssenii
c83c282dda
Merge remote-tracking branch 'origin/master' into s3queue-allow-alter-settings
2024-10-24 19:03:50 +02:00
robot-clickhouse
615976def8
Automatic style fix
2024-10-24 16:05:48 +00:00
serxa
294ee94c4d
fix
2024-10-24 15:59:18 +00:00
serxa
52091f4ff8
add docs and test
2024-10-24 15:57:14 +00:00
Azat Khuzhin
60c049375c
Add ability to set user/password in http_handlers
...
This will allow to omit them in requests for
dynamic_query_handler/predefined_query_handler, that will allow to build
more indepenent handlers/apps.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-10-24 17:04:40 +02:00
Antonio Andelic
f44827beca
Small fix
2024-10-24 15:14:43 +02:00
Antonio Andelic
b24239a75c
Merge branch 'master' into fix-keeper-with-xid-64
2024-10-24 14:06:36 +02:00
Pablo Marcos
611dbd59be
Merge branch 'master' into system-query-metric-log
2024-10-24 12:02:51 +00:00
vdimir
2fc1e5469f
Merge branch 'master' into vdimir/join_select_inner_table
2024-10-24 10:49:39 +00:00
Robert Schulze
09df230f00
Merge remote-tracking branch 'ClickHouse/master' into no-qpl
2024-10-24 09:48:04 +00:00
Antonio Andelic
b32e1939e5
Fix
2024-10-24 09:32:47 +02:00
Antonio Andelic
e2821c5e8b
Merge pull request #70982 from ClickHouse/fix-test_keeper_broken_logs
...
Fix `test_keeper_broken_logs`
2024-10-24 07:16:39 +00:00
Julia Kartseva
0b88b015a9
add test
2024-10-24 02:48:40 +00:00
Alexey Milovidov
db65931b74
Merge branch 'master' into no-qpl
2024-10-24 02:19:35 +02:00
Vitaly Baranov
9bb952fd11
Merge pull request #70943 from vitlibar/improve-logging-in-minio-tests
...
Improve logging in minio tests
2024-10-23 20:14:57 +00:00
Alexey Milovidov
10e0219250
Remove idxd-config library which has incompatible license
2024-10-23 21:45:39 +02:00
ortyomka
e6dfc94cf1
fix name
2024-10-23 19:14:44 +00:00