-
Notifications
You must be signed in to change notification settings - Fork 8.3k
test_merge_tree_s3/test.py::test_merge_canceled_by_s3_errors is flaky #87560
Copy link
Copy link
Closed as duplicate of#92909
Closed as duplicate of#92909
Copy link
Labels
flaky testflaky test found by CIflaky test found by CI
Description
test_merge_tree_s3/test.py::test_merge_canceled_by_s3_errors[node-broken_s3]
> node.query(
"INSERT INTO test_merge_canceled_by_s3_errors SELECT 2*number, toString(number) FROM numbers(10000)"
)
E helpers.client.QueryRuntimeException: Client failed! Return code: 243, stderr: Received exception from server (version 25.10.1):
E Code: 499. DB::Exception: Received from 172.16.1.7:9000. DB::Exception: Message: Poco::Exception. Code: 1000, e.code() = 104, Connection reset by peer (version 25.10.1.409), bucket root, key data/cjm/yuojkgmdefqgydgxzcqrvdptsbrak, object size 39727. Stack trace:
E
E 0. ./contrib/llvm-project/libcxx/include/__exception/exception.h:113: Poco::Exception::Exception(String const&, int) @ 0x000000001fa99232
E 1. ./ci/tmp/build/./src/Common/Exception.cpp:128: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000fdbfade
E 2. DB::Exception::Exception(String&&, int, String, bool) @ 0x000000000917834e
E 3. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x0000000009177f40
E 4. ./src/IO/S3Common.h:34: DB::S3Exception::S3Exception<String const&, String const&, String const&, unsigned long&>(Aws::S3::S3Errors, FormatStringHelperImpl<std::type_identity<String const&>::type, std::type_identity<String const&>::type, std::type_identity<String const&>::type, std::type_identity<unsigned long&>::type>, String const&, String const&, String const&, unsigned long&) @ 0x000000001487cbf6
E 5. ./ci/tmp/build/./src/IO/WriteBufferFromS3.cpp:765: void std::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__function::__default_alloc_func<DB::WriteBufferFromS3::makeSinglepartUpload(DB::WriteBufferFromS3::PartData&&)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x0000000014874e5a
E 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x0000000014598464
E 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x0000000011e53504
E 8. ./contrib/llvm-project/libcxx/include/future:1589: std::packaged_task<void ()>::operator()() @ 0x0000000011e53683
E 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000000ff05715
E 10. ./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117: ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'()::operator()() @ 0x000000000ff0ae66
E 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000000ff03160
E 12. ./contrib/llvm-project/libcxx/include/__type_traits/invoke.h:117: void* std::__thread_proxy[abi:ne190107]<std::tuple<std::unique_ptr<std::__thread_struct, std::default_delete<std::__thread_struct>>, void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::thread>::ThreadFromThreadPool*>>(void*) @ 0x000000000ff08f7b
E 13. ? @ 0x0000000000094ac3
E 14. ? @ 0x0000000000126850
E . (S3_ERROR)
E (query: INSERT INTO test_merge_canceled_by_s3_errors SELECT 2*number, toString(number) FROM numbers(10000))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
flaky testflaky test found by CIflaky test found by CI