Skip to content

03008_deduplication_mv_generates_several_blocks_nonreplicated is flaky #89721

@rienath

Description

@rienath

Past failures

CIDB

Error

2025-11-07 18:46:48 [64f9eff4490b] 2025.11.07 13:45:57.074471 [ 25795 ] {47058282-b27f-4aab-8d8a-d05bd53c9d8e} <Error> executeQuery: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(notEquals(count(), 9_UInt8) :: 2) -> throwIf(notEquals(count(), 9_UInt8)) UInt8 : 1'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version 25.11.1.1724) (from [::1]:44822) (comment: 03008_deduplication_mv_generates_several_blocks_nonreplicated.sh-test_ce603df0) (query 33, line 103) (in query: SELECT throwIf( count() != 9 ) FROM table_when_b_even_and_joined;), Stack trace (when copying this message, always include the lines below):
2025-11-07 18:46:48 
2025-11-07 18:46:48 0. ./contrib/llvm-project/libcxx/include/__exception/exception.h:113: Poco::Exception::Exception(String const&, int) @ 0x000000004b775eb1
2025-11-07 18:46:48 1. ./ci/tmp/build/./src/Common/Exception.cpp:129: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x0000000021e0f773
2025-11-07 18:46:48 2. DB::Exception::Exception(String&&, int, String, bool) @ 0x000000000e534137
2025-11-07 18:46:48 3. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x000000000e53326a
2025-11-07 18:46:48 4. DB::Exception::Exception<String>(int, FormatStringHelperImpl<std::type_identity<String>::type>, String&&) @ 0x000000000e550cf8
2025-11-07 18:46:48 5. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long) const @ 0x000000001e445811
2025-11-07 18:46:48 6. ./ci/tmp/build/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long) const @ 0x000000002ca87df5
2025-11-07 18:46:48 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x000000002ca76686
2025-11-07 18:46:48 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x000000002ca799f9
2025-11-07 18:46:48 9. DB::IExecutableFunction::executeWithoutReplicatedColumns(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x000000002ca7cd62
2025-11-07 18:46:48 10. DB::IExecutableFunction::execute(std::vector<DB::ColumnWithTypeAndName, std::allocator<DB::ColumnWithTypeAndName>> const&, std::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x000000002ca7bede
2025-11-07 18:46:48 11. ./ci/tmp/build/./src/Interpreters/ExpressionActions.cpp:693: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000323ee3ba
2025-11-07 18:46:48 12. ./ci/tmp/build/./src/Processors/Transforms/ExpressionTransform.cpp:26: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x000000003e01f661
2025-11-07 18:46:48 13. ./src/Processors/ISimpleTransform.h:33: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000028495b7f
2025-11-07 18:46:48 14. ./ci/tmp/build/./src/Processors/ISimpleTransform.cpp:98: DB::ISimpleTransform::work() @ 0x000000003d950002
2025-11-07 18:46:48 15. ./ci/tmp/build/./src/Processors/Executors/ExecutionThreadContext.cpp:53: DB::ExecutionThreadContext::executeTask() @ 0x000000003d997234
2025-11-07 18:46:48 16. ./ci/tmp/build/./src/Processors/Executors/PipelineExecutor.cpp:351: DB::PipelineExecutor::executeStepImpl(unsigned long, DB::IAcquiredSlot*, std::atomic<bool>*) @ 0x000000003d9767af
2025-11-07 18:46:48 17. ./ci/tmp/build/./src/Processors/Executors/PipelineExecutor.cpp:279: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003d974b3e
2025-11-07 18:46:48 18. ./ci/tmp/build/./src/Processors/Executors/PipelineExecutor.cpp:136: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003d9741b8
2025-11-07 18:46:48 19. ./ci/tmp/build/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:76: void std::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<true, true>::ThreadFromGlobalPoolImpl<DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0>(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003d9ac683
2025-11-07 18:46:48 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000002212b56e
2025-11-07 18:46:48 21. ./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*) @ 0x000000002213a110
2025-11-07 18:46:48 22. asan_thread_start(void*) @ 0x000000000e4de867
2025-11-07 18:46:48 23. ? @ 0x0000000000094ac3
2025-11-07 18:46:48 24. ? @ 0x00000000001268c0

Metadata

Metadata

Assignees

No one assigned

    Labels

    flaky testflaky test found by CI

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions