Anton Popov
fa01f26def
add test
2024-04-05 17:39:12 +00:00
Smita Kulkarni
824092b619
Updated to use single part upload for single block of small size and fixed test fail
2024-03-19 18:38:02 +01:00
Smita Kulkarni
5d68c9f046
Updated default value of endpoint_contains_account_name to true
2024-02-29 09:38:13 +01:00
robot-clickhouse
8145cd15b1
Automatic style fix
2024-02-28 10:34:40 +00:00
Smita Kulkarni
a46d7c9191
Updated docs and addressed comments
2024-02-28 11:25:35 +01:00
robot-clickhouse
5f39784093
Automatic style fix
2024-02-23 10:24:00 +00:00
Smita Kulkarni
86694596b3
Fix flaky test
2024-02-23 11:12:42 +01:00
robot-clickhouse
595ac95a5b
Automatic style fix
2024-02-22 10:15:46 +00:00
Smita Kulkarni
0eefab131d
Updated pos check
2024-02-22 11:05:33 +01:00
robot-clickhouse
3b11218e74
Automatic style fix
2024-02-21 19:21:14 +00:00
Smita Kulkarni
29b7bf64d4
Fix issues with endpoint and prefix
2024-02-21 20:04:12 +01:00
Kseniia Sumarokova
7092948d53
Update test.py
2024-01-18 11:02:13 +01:00
kssenii
ef48b90bca
Fix and test
2024-01-17 18:44:09 +01:00
Smita Kulkarni
72f6a3b029
Removed unwanted conversion
2023-10-25 17:09:58 +02:00
Smita Kulkarni
ad09c4a37a
Updated to use f-strings
2023-10-23 14:13:14 +02:00
robot-clickhouse
a2d4372ee8
Automatic style fix
2023-10-18 20:39:41 +00:00
Smita Kulkarni
9d6cd0e9a2
Upadted to get free port for azurite
2023-10-18 22:20:39 +02:00
SmitaRKulkarni
f0146c0ff0
Increase retries for test_merge_tree_azure_blob_storage ( #54069 )
...
* Increase max_single_download_retries & max_single_read_retries for test_merge_tree_azure_blob_storage
* Updated logs to log exception leading to detaching part
* Updated to catch RequestFailedException azure exception as its the base exception
* Updated isRetryableExcepion to take std::exception_ptr as input
* Fixed style check fails
* Fix build issue & moved NetException & TimeoutException to retryable exceptions
* Fixed style check with catch
2023-09-06 19:57:59 +02:00
robot-clickhouse
4561378c20
Automatic style fix
2023-08-01 10:57:46 +00:00
Smita Kulkarni
ce4f273be1
Updated list of retryable errors and updated both tests to use same azure_query function
2023-08-01 12:39:36 +02:00
Smita Kulkarni
039cac69cf
Fix test_insert_same_partition_and_merge by increasing wait time
2023-07-23 18:35:37 +02:00
vdimir
44c68ffdab
Add config param allow_remove_stale_moving_parts
2023-06-08 10:17:02 +00:00
vdimir
19bb802b04
Set temporary_directories_lifetime to integration tests with MOVE
2023-06-07 13:57:23 +00:00
Michael Kolupaev
8dc59c1efe
Fix test_insert_same_partition_and_merge failing if one Azure request attempt fails
2023-05-18 21:40:24 +00:00
Alexander Tokmakov
83b12ec5ca
replace NO DELAY with SYNC in tests
2023-05-03 20:08:49 +02:00
Kseniia Sumarokova
b9bb7bcce3
Update test.py
2023-03-01 13:14:53 +01:00
Kseniia Sumarokova
adf2d56a2d
Update test.py
2023-03-01 12:35:01 +01:00
kssenii
ef58249115
Fix
2023-02-28 14:52:11 +01:00
Azat Khuzhin
bca85c6852
Fix test_merge_tree_azure_blob_storage::test_zero_copy_replication test
...
Here is an example of an error [1]:
2023.02.06 21:59:09.076849 [ 200 ] {} <Information> DiskObjectStorage(DiskAzureBlobStorage): Starting up disk blob_storage_disk
2023.02.06 21:59:09.076897 [ 200 ] {} <Information> DiskObjectStorage(DiskAzureBlobStorage): Disk blob_storage_disk started up
2023.02.06 21:59:09.077263 [ 200 ] {} <Trace> StoragePolicy (blob_storage_policy): Storage policy blob_storage_policy created, total volumes 1
2023.02.06 21:59:09.077318 [ 200 ] {} <Information> StoragePolicySelector: Storage policy `blob_storage_policy` loaded
...
2023.02.06 21:59:09.227326 [ 1 ] {} <Error> Application: std::exception. Code: 1001, type: Azure::Storage::StorageException, e.what() = 409 The specified container already exists.
The specified container already exists.
RequestId:73d54dcf-0c66-489c-b9b8-2b5398df9384
Time:2023-02-06T21:59:08.225Z
Request ID: 73d54dcf-0c66-489c-b9b8-2b5398df9384, Stack trace (when copying this message, always include the lines below):
0. ./build_docker/../contrib/llvm-project/libcxx/include/exception:134: std::runtime_error::runtime_error() @ 0x44297b8d in /usr/bin/clickhouse
...
5. ./build_docker/../contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::getAzureBlobContainerClient() @ 0x2f5b225f in /usr/bin/clickhouse
6. ./build_docker/../src/Disks/ObjectStorages/AzureBlobStorage/registerDiskAzureBlobStorage.cpp:0:
10. ./build_docker/../src/Interpreters/Context.cpp:0: DB::Context::getDisksMap() const @ 0x2f95af47 in /usr/bin/clickhouse
...
13. ./build_docker/../contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::AsynchronousMetrics::start() @ 0x1f4d6161 in /usr/bin/clickhouse
14. ./build_docker/../programs/server/Server.cpp:0: DB::Server::main() @ 0x1f3a5bfb in /usr/bin/clickhouse
15. ./build_docker/../contrib/poco/Util/src/Application.cpp:0: Poco::Util::Application::run() @ 0x3c7546bf in /usr/bin/clickhouse
16. ./build_docker/../programs/server/Server.cpp:476: DB::Server::run() @ 0x1f381f7b in /usr/bin/clickhouse
17. ./build_docker/../contrib/poco/Util/src/ServerApplication.cpp:612: Poco::Util::ServerApplication::run(int, char**) @ 0x3c797ee0 in /usr/bin/clickhouse
18. ./build_docker/../programs/server/Server.cpp:0: mainEntryClickHouseServer(int, char**) @ 0x1f37a262 in /usr/bin/clickhouse
19. ./build_docker/../programs/main.cpp:0: main @ 0xe9d21ae in /usr/bin/clickhouse
20. __libc_start_main @ 0x7f58271a1083 in ?
21. _start @ 0xe90ef6e in /usr/bin/clickhouse
(version 23.2.1.1)
2023.02.06 21:59:09.227971 [ 1 ] {} <Error> Application: 409 The specified container already exists.
The specified container already exists.
RequestId:73d54dcf-0c66-489c-b9b8-2b5398df9384
Time:2023-02-06T21:59:08.225Z
Request ID: 73d54dcf-0c66-489c-b9b8-2b5398df9384
[1]: https://s3.amazonaws.com/clickhouse-test-reports/46045/bd4170e03c6af583a51d12d2c39fa775dcb9997b/integration_tests__asan__[6/6].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-07 12:52:36 +01:00
alesapin
6d86b8dd47
Fix flaky azure test
2023-01-10 19:05:02 +01:00
alesapin
4948a8c17b
Remove disk restart proxy and disk decorator ( #44647 )
...
* Remove disk restart proxy and disk decorator
* Automatic style fix
* Returned some trash back
* Fix build again
* Fix failing test
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
2022-12-30 14:47:30 +01:00
Kseniia Sumarokova
6775c2c0a8
Update test.py
2022-10-04 16:52:53 +02:00
Kseniia Sumarokova
0b0c7e359f
Update test.py
2022-10-04 16:04:57 +02:00
Kseniia Sumarokova
39d5dfb3f6
Fix integration test
2022-10-04 16:03:11 +02:00
Kseniia Sumarokova
1ffa3291d6
Update storage_conf.xml
2022-10-04 11:18:02 +02:00
kssenii
2ab884359e
More efficient WriteBufferFromAzureBlobStorage
2022-10-03 22:15:04 +02:00
kssenii
c6d7cd5820
Fix write into azure blob storage
2022-10-03 18:54:07 +02:00
kssenii
3725397040
Try fix azure tests
2022-09-23 15:24:10 +02:00
Alexander Tokmakov
3eebceaa38
Update test.py
2022-09-23 14:01:00 +03:00
Alexey Milovidov
b42d26acfe
Remove one line from XML, because we do not care
2022-08-28 02:44:02 +02:00
Yatsishin Ilya
d274b05fac
improvements
2022-07-07 20:21:10 +00:00
Robert Schulze
a2214760c6
Remove mark_cache_size from further files
...
- changed config.xml/yaml files used by CH's own internal tests which
are (hopefully) not sensitive to mark_cache_size being set or not
- further occurrences exist but changing them seems a bad idea (e.g.
because they are in customer-provided data)
2022-05-18 22:09:14 +02:00
Mikhail f. Shiryaev
e6f5a3f98b
Apply black formatter to all *.py files in the repo
2022-03-22 17:39:58 +01:00
kssenii
c8dcde7843
Fix
2021-12-28 23:57:36 +03:00
kssenii
182a065c9b
Add test
2021-12-22 23:47:16 +03:00
kssenii
dd9347263b
Merge remote-tracking branch 'upstream/master' into update-test
2021-12-17 19:13:24 +03:00
kssenii
ed42620530
Rename BlobStorage to AzureBlobStorage
2021-12-17 12:24:05 +03:00