teardown failed:
ydb/tests/olap/s3_import/base.py:24: in teardown_class
cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:494: in stop
raise daemon.SeveralDaemonErrors(saved_exceptions)
E ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E Process exit_code = 100.
E Stdout file name:
E /home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/s3_import/test-results/py3test/testing_out_stuff/test_tpch_import.py.TestS3TpchImport.test_import_and_export/cluster/node_1/stdout
E Stderr file name:
E /home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/s3_import/test-results/py3test/testing_out_stuff/test_tpch_import.py.TestS3TpchImport.test_import_and_export/cluster/node_1/stderr
E Stderr content:
E
E GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E Current KQP shutdown state: spent 0 seconds, not started yet
E warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E
E =================================================================
E ==1993198==ERROR: LeakSanitizer: detected memory leaks
E
E Indirect leak of 3744 byte(s) in 1 object(s) allocated from:
E #0 0x1cd40b7d in operator new(unsigned long) /-S/contrib/libs/clang18-rt/lib/asan/asan_new_delete.cpp:86:3
E #1 0x4560d57f in MakeIntrusive<NYql::TYtVersionedConfiguration, TDefaultIntrusivePtrOps<NYql::TYtVersionedConfiguration>, NYql::TTypeAnnotationContext &> /-S/util/generic/ptr.h:818:12
E #2 0x4560d57f in NYql::TYtState::TYtState(NYql::TTypeAnnotationContext*) /-S/yt/yql/providers/yt/provider/yql_yt_provider.h:100:25
E #3 0x455ffae9 in MakeIntrusive<NYql::TYtState, TDefaultIntrusivePtrOps<NYql::TYtState>, NYql::TTypeAnnotationContext *> /-S/util/generic/ptr.h:818:16
E #4 0x455ffae9 in NYql::CreateYtNativeState(TIntrusivePtr<NYql::IYtGateway, TDefaultIntrusivePtrOps<NYql::IYtGateway>>, TBasicString<char, std::__y1::char_traits<char>> const&, TBasicString<char, std::__y1::char_traits<char>> const&, NYql::TYtGatewayConfig const*, TIntrusivePtr<NYql::TTypeAnnotationContext, TDefaultIntrusivePtrOps<NYql::TTypeAnnotationContext>>, std::__y1::shared_ptr<NYql::IOptimizerFactory> const&, std::__y1::shared_ptr<NYql::IDqHelper> const&) /-S/yt/yql/providers/yt/provider/yql_yt_provider.cpp:345:20
E #5 0x4a3ae68f in InitYtProvider /-S/ydb/core/kqp/host/kqp_host.cpp:1864:38
E #6 0x4a3ae68f in NKikimr::NKqp::(anonymous namespace)::TKqpHost::Init(NYql::EKikimrQueryType) /-S/ydb/core/kqp/host/kqp_host.cpp:1939:17
E #7 0x4a3ab150 in NKikimr::NKqp::(anonymous namespace)::TKqpHost::SetupSession(NYql::EKikimrQueryType) /-S/ydb/core/kqp/host/kqp_host.cpp:2020:9
E #8 0x4a3a7be8 in NKikimr::NKqp::(anonymous namespace)::TKqpHost::SetupYqlTransformer(NYql::EKikimrQueryType) /-S/ydb/core/kqp/host/kqp_host.cpp:2035:9
E #9 0x4a40f474 in NKikimr::NKqp::(anonymous namespace)::TKqpHost::PrepareQueryInternal(NKikimr::NKqp::TKqpQueryRef const&, TIntrusivePtr<NYql::TExprNode, TDefaultIntrusivePtrOps<NYql::TExprNode>>, NYql::EKikimrQueryType, NKikimr::NKqp::IKqpHost::TPrepareSettings const&, NYql::TExprContext&) /-S/ydb/core/kqp/host/kqp_host.cpp:1595:9
E #10 0x4a39700f in operator() /-S/ydb/core/kqp/host/kqp_host.cpp:1238:24
E #11 0x4a39700f in CheckedProcess<NYql::IKikimrGateway::TQueryResult, (lambda at /-S/ydb/core/kqp/host/kqp_host.cpp:1237:13) &> /-S/ydb/core/kqp/host/kqp_host.cpp:830:28
E #12 0x4a39700f in CheckedProcessQuery<(lambda at /-S/ydb/core/kqp/host/kqp_host.cpp:1237:13)> /-S/ydb/core/kqp/host/kqp_host.cpp:853:12
E #13 0x4a39700f in NKikimr::NKqp::(anonymous namespace)::TKqpHost::PrepareGenericQuery(NKikimr::NKqp::TKqpQueryRef const&, NKikimr::NKqp::IKqpHost::TPrepareSettings const&, TIntrusivePtr<NYql::TExprNode, TDefaultIntrusivePtrOps<NYql::TExprNode>>) /-S/ydb/core/kqp/host/kqp_host.cpp:1236:16
E #14 0x49fd78c5 in NKikimr::NKqp::TKqpCompileActor::StartCompilation(NActors::TActorContext const&) /-S/ydb/core/kqp/compile_service/kqp_compile_actor.cpp:273:47
E #15 0x49fd5577 in Bootstrap /-S/ydb/core/kqp/compile_service/kqp_compile_actor.cpp:110:17
E #16 0x49fd5577 in NActors::TActorBootstrapped<NKikimr::NKqp::TKqpCompileActor>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:22:22
E #17 0x1f5be34c in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:280:13
E #18 0x1f6669a4 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:269:28
E #19 0x1f66f6ce in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:460:39
E #20 0x1f66ec29 in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:512:13
E #21 0x1f670bbe in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:538:9
E #22 0x1d060c04 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:244:20
E #23 0x1cd0ab38 in asan_thread_start(void*) /-S/contrib/libs/clang18-rt/lib/asan/asan_interceptors.cpp:239:28
E
E Indirect leak of 3128 byte(s) in 1 object(s) allocated from:
E #0 0x1cd40b7d in operator new(unsigned long) /-S/contrib/libs/clang18-rt/lib/asan/asan_new_delete.cpp:86:3
E #1 0x453f7566 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:265:10
E #2 0x453f7566 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:289:10
E #3 0x453f7566 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:118:32
E #4 0x453f7566 in initialize_dynamic /-S/util/generic/hash_table.h:239:35
E #5 0x453f7566 in initialize_buckets_dynamic /-S/util/generic/hash_table.h:912:17
E #6 0x453f7566 in THashTable<std::__y1::pair<TBasicString<char, std::__y1::char_traits<char>> const, TIntrusivePtr<NYql::NCommon::TSettingDispatcher::TSettingHandler, TDefaultIntrusivePtrOps<NYql::NCommon::TSettingDispatcher::TSettingHandler>>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TSelect1st, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>::reserve(unsigned long) /-S/util/generic/hash_table.h:1330:13
E #7 0x453e045b in insert_unique<std::__y1::pair<const TBasicString<char, std::__y1::char_traits<char> >, TIntrusivePtr<NYql::NCommon::TSettingDispatcher::TSettingHandler, TDefaultIntrusivePtrOps<NYql::NCommon::TSettingDispatcher::TSettingHandler> > > > /-S/util/generic/hash_table.h:679:9
E #8 0x453e045b in insert /-S/util/generic/hash.h:153:20
E #9 0x453e045b in NYql::NCommon::TSettingDispatcher::TSettingHandlerImpl<bool, true>& NYql::NCommon::TSettingDispatcher::AddSetting<bool, true>(TBasicString<char, std::__y1::char_traits<char>> const&, NYql::NCommon::TConfSetting<bool, true>&) /-S/yql/essentials/providers/common/config/yql_dispatch.h:344:23
E #10 0x453c43cc in NYql::TYtConfiguration::TYtConfiguration(NYql::TTypeAnnotationContext&) /-S/yt/yql/providers/yt/common/yql_yt_settings.cpp:466:5
E #11 0x4560d590 in TYtVersionedConfiguration /-S/yt/yql/providers/yt/common/yql_yt_settings.h:369:11
E #12 0x4560d590 in MakeIntrusive<NYql::TYtVersionedConfiguration, TDefaultIntrusivePtrOps<NYql::TYtVersionedConfiguration>, NYql::TTypeAnnotationContext &> /-S/util/generic/ptr.h:818:16
E #13 0x4560d590 in NYql::TYtState::TYtState(NYql::TTypeAnnotationContext*) /-S/yt/yql/providers/yt/provider/yql_yt_provider.h:100:25
E #14 0x455ffae9 in MakeIntrusive<NYql::TYtState, TDefaultIntrusivePtrOps<NYql::TYtState>, NYql::TTypeAnnotationContext *> /-S/util/generic/ptr.h:818:16
E #15 0x455ffae9 in NYql::CreateYtNativeState(TIntrusivePtr<NYql::IYtGateway, TDefaultIntrusivePtrOps<NYql::IYtGateway>>, TBasicString<char, std::__y1::char_traits<c...
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/s3_import/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/s3_import/test-results/py3test/testing_out_stuff/test_tpch_import.py.TestS3TpchImport.test_import_and_export.log
teardown failed:
ydb/tests/olap/scenario/conftest.py:81: in teardown_class
cls._ydb_instance.stop()
ydb/tests/olap/scenario/conftest.py:59: in stop
self._temp_ydb_cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:494: in stop
raise daemon.SeveralDaemonErrors(saved_exceptions)
E ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E Process exit_code = 100.
E Stdout file name:
E /home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/test_alter_compression.py.TestAlterCompression.test.alter_compression/cluster/node_1/stdout
E Stderr file name:
E /home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/test_alter_compression.py.TestAlterCompression.test.alter_compression/cluster/node_1/stderr
E Stderr content:
E
E GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E Current KQP shutdown state: spent 0 seconds, not started yet
E Current KQP shutdown state: spent 3.002198 seconds, 286 sessions to shutdown
E Current KQP shutdown state: spent 6.004425 seconds, 286 sessions to shutdown
E Current KQP shutdown state: spent 9.006951 seconds, 286 sessions to shutdown
E warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E
E =================================================================
E ==1995248==ERROR: LeakSanitizer: detected memory leaks
E
E Indirect leak of 82368 byte(s) in 264 object(s) allocated from:
E #0 0x1cd40b7d in operator new(unsigned long) /-S/contrib/libs/clang18-rt/lib/asan/asan_new_delete.cpp:86:3
E #1 0x39df7721 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:265:10
E #2 0x39df7721 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:289:10
E #3 0x39df7721 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:118:32
E #4 0x39df7721 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
E #5 0x39df7721 in __allocation_guard<std::__y1::allocator<NKikimr::NOlap::TIndexInfo> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocation_guard.h:56:16
E #6 0x39df7721 in allocate_shared<const NKikimr::NOlap::TIndexInfo, std::__y1::allocator<NKikimr::NOlap::TIndexInfo>, NKikimr::NOlap::TIndexInfo, 0> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/shared_ptr.h:874:46
E #7 0x39df7721 in make_shared<const NKikimr::NOlap::TIndexInfo, NKikimr::NOlap::TIndexInfo, 0> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/shared_ptr.h:883:10
E #8 0x39df7721 in NKikimr::NOlap::TObjectCache<NKikimr::NOlap::TSchemaVersionId, NKikimr::NOlap::TIndexInfo>::Upsert(NKikimr::NOlap::TSchemaVersionId, NKikimr::NOlap::TIndexInfo&&) /-S/ydb/core/tx/columnshard/engines/scheme/common/cache.h:55:28
E #9 0x39df74c5 in NKikimr::NOlap::TSchemaObjectsCache::UpsertIndexInfo(unsigned long, NKikimr::NOlap::TIndexInfo&&) /-S/ydb/core/tx/columnshard/engines/scheme/objects_cache.cpp:9:29
E #10 0x39dc61be in NKikimr::NOlap::TColumnEngineForLogs::RegisterSchemaVersion(NKikimr::NOlap::TSnapshot const&, unsigned long, NKikimr::NOlap::TIndexInfo&&) /-S/ydb/core/tx/columnshard/engines/column_engine_logs.cpp:71:83
E #11 0x39dc9b35 in NKikimr::NOlap::TColumnEngineForLogs::RegisterSchemaVersion(NKikimr::NOlap::TSnapshot const&, unsigned long, NKikimr::NOlap::IColumnEngine::TSchemaInitializationData const&) /-S/ydb/core/tx/columnshard/engines/column_engine_logs.cpp:105:5
E #12 0x3a328f89 in NKikimr::NColumnShard::TTablesManager::AddSchemaVersion(unsigned int, NKikimr::NOlap::TSnapshot const&, NKikimrSchemeOp::TColumnTableSchema const&, NKikimr::NIceDb::TNiceDb&) /-S/ydb/core/tx/columnshard/tables_manager.cpp:289:23
E #13 0x3a32a907 in NKikimr::NColumnShard::TTablesManager::AddTableVersion(unsigned long, NKikimr::NOlap::TSnapshot const&, NKikimrTxColumnShard::TTableVersionInfo const&, std::__y1::optional<NKikimrSchemeOp::TColumnTableSchema> const&, NKikimr::NIceDb::TNiceDb&) /-S/ydb/core/tx/columnshard/tables_manager.cpp:320:9
E #14 0x3a20766a in NKikimr::NColumnShard::TColumnShard::RunAlterTable(NKikimrTxColumnShard::TAlterTable const&, NKikimr::NOlap::TSnapshot const&, NKikimr::NTabletFlatExecutor::TTransactionContext&) /-S/ydb/core/tx/columnshard/columnshard_impl.cpp:472:19
E #15 0x3a2040ca in NKikimr::NColumnShard::TColumnShard::RunSchemaTx(NKikimrTxColumnShard::TSchemaTxBody const&, NKikimr::NOlap::TSnapshot const&, NKikimr::NTabletFlatExecutor::TTransactionContext&) /-S/ydb/core/tx/columnshard/columnshard_impl.cpp:338:13
E #16 0x1bd393de in NKikimr::NColumnShard::TSchemaTransactionOperator::ProgressOnExecute(NKikimr::NColumnShard::TColumnShard&, NKikimr::NOlap::TSnapshot const&, NKikimr::NTabletFlatExecutor::TTransactionContext&) /-S/ydb/core/tx/columnshard/transactions/operators/schema.h:92:19
E #17 0x39f58f0d in NKikimr::NColumnShard::TColumnShard::TTxProgressTx::Execute(NKikimr::NTabletFlatExecutor::TTransactionContext&, NActors::TActorContext const&) /-S/ydb/core/tx/columnshard/columnshard__progress_tx.cpp:80:13
E #18 0x244d50ed in NKikimr::NTabletFlatExecutor::TExecutor::ExecuteTransaction(NKikimr::NTabletFlatExecutor::TSeat*) /-S/ydb/core/tablet_flat/flat_executor.cpp:1910:35
E #19 0x244f6207 in NKikimr::NTabletFlatExecutor::TExecutor::Handle(TAutoPtr<NActors::TEventHandle<NKikimr::NTabletFlatExecutor::TExecutor::TEvPrivate::TEvActivateExecution>, TDelete>&, NActors::TActorContext const&) /-S/ydb/core/tablet_flat/flat_executor.cpp:2835:9
E #20 0x2449f183 in NKikimr::NTabletFlatExecutor::TExecutor::StateWork(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/core/tablet_flat/flat_executor.cpp:4142:9
E #21 0x1f5be34c in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:280:13
E #22 0x1f6669a4 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:269:28
E #23 0x1f66f6ce in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:460:39
E #24 0x1f66ec29 in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:512:13
E #25 0x1f670bbe in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:538:9
E #26 0x1d060c04 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:244:20
E #27 0x1cd0ab38 in asan_thread_start(void*) /-S/contrib/libs/clang18-rt/lib/asan/asan_interceptors.cpp:239:28
E
E Indirect leak of 33792 byte(s) in 264 object(s) allocated from:
E #0 0x1cd40b7d in operator new(unsigned long) /-S/contrib/libs/clang18-rt/lib/asan/asan_new_delete.cpp:86:3
E #1 0x367c9f67 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:265:10
E #2 0x367c9f67 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:289:10
E #3 0x367c9f67 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:118:32
E #4 0x367c9f67 in __allocate_at_least<std::__y1::allocator<std::__y1::shared_ptr<NKikimr::NOlap::TColumnFeatures> > > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E #5 0x367c9f67 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:358:25
E #6 0x367c9f67 in __emplace_back_slow_path<const std::__y1::shared_ptr<NKikimr::NOlap::TColumnFeatures> &> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1544:47
E #7 0x367c9f67 in std::__y1::shared_ptr<NKikimr::NOlap::TColumnFeatures>& std::__y1::vector<std::__y1::shared_ptr<NKikimr::NOlap::TColumnFeatures>, std::__y1::allocator<std::__y1::shared_ptr<NKikimr::NOlap::TColumnFeatures>>>::emplace_back<std::__y1::shared_ptr<NKikimr::NOlap:...
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/test_alter_compression.py.TestAlterCompression.test.alter_compression.log
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: f02f22e8
Status: passed
Date: 14:03 March 19 2025
SHA: 90ea2999
Status: passed
Date: 14:03 March 19 2025
SHA: 67086d41
Status: passed
Date: 14:03 March 19 2025
SHA: 8ab3977f
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: f02f22e8
Killed by timeout (600 s)
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/alter_compression.py.TestAlterCompression.test_availability_data.log
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 6047718c
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: f02f22e8
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: f02f22e8
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 90ea2999
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 8ab3977f
Chunk exceeded 600s timeout and was killed
List of the tests involved in the launch:
alter_compression.py::TestAlterCompression::test_all_supported_compression (good) duration: 551.73s
alter_compression.py::TestAlterCompression::test_availability_data (timeout) duration: 65.33s
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/column_family/compression/test-results/py3test/run_test.log
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/column_family/compression/test-results/py3test/testing_out_stuff/stderr
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 90ea2999
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 8ab3977f
ydb/tests/olap/scenario/conftest.py:88: in test
ctx.executable(self, ctx)
ydb/tests/olap/scenario/test_alter_tiering.py:353: in scenario_many_tables
threads.start_and_wait_all()
ydb/tests/olap/common/thread_helper.py:49: in start_and_wait_all
self.join_all()
ydb/tests/olap/common/thread_helper.py:45: in join_all
thread.join(timeout=timeout)
ydb/tests/olap/common/thread_helper.py:18: in join
raise self.exc
ydb/tests/olap/common/thread_helper.py:11: in run
self.ret = self._target(*self._args, **self._kwargs)
ydb/tests/olap/scenario/test_alter_tiering.py:242: in _loop_scan
sth.execute_scan_query(
ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:461: in execute_scan_query
for result_set in it:
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/table.py:1181: in <lambda>
lambda resp: _wrap_scan_query_response(resp, self._table_client_settings),
contrib/python/ydb/py3/ydb/table.py:952: in _wrap_scan_query_response
issues._process_response(response)
contrib/python/ydb/py3/ydb/issues.py:225: in _process_response
raise exc_obj(_format_response(response_proto), response_proto.issues)
E ydb.issues.Aborted: message: "Incorrect tableId in reply [72075186232723360:20:6]." issue_code: 2028 severity: 1 ,message: "Query invalidated on scheme/internal error during Scan execution" issue_code: 2019 severity: 1 (server_code: 400040)
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/test_alter_tiering.py.TestAlterTiering.test.many_tables.log
Status: mute
Date: 13:03 March 19 2025
Info: automatically muted based on rules
SHA: fa9c0a29
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: f02f22e8
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 90ea2999
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 8ab3977f
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 90ea2999
Chunk exceeded 600s timeout and was killed
List of the tests involved in the launch:
ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change (fail) duration: 329.23s
ttl_delete_s3.py::TestDeleteS3Ttl::test_ttl_delete (fail) duration: 265.91s
ttl_delete_s3.py::TestDeleteS3Ttl::test_delete_s3_tiering (timeout) duration: 11.85s
3 tests were not launched inside chunk.
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/ttl_tiering/test-results/py3test/run_test.log
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff
stderr:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/stderr
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 90ea2999
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 8ab3977f
ydb/tests/olap/ttl_tiering/ttl_delete_s3.py:138: in test_data_unchanged_after_ttl_change
logger.info(f"Rows older than {self.days_to_cool} days: {self.get_row_count_by_date(table_path, self.days_to_cool)}")
ydb/tests/olap/ttl_tiering/ttl_delete_s3.py:31: in get_row_count_by_date
return self.ydb_client.query(f"SELECT count(*) as Rows from `{table_path}` WHERE ts < CurrentUtcTimestamp() - DateTime::IntervalFromDays({past_days})")[0].rows[0]["Rows"]
ydb/tests/olap/common/ydb_client.py:24: in query
return self.session_pool.execute_with_retries(statement)
contrib/python/ydb/py3/ydb/query/pool.py:202: in execute_with_retries
return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:133: in retry_operation_sync
for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:94: in retry_operation_impl
result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:200: in wrapped_callee
return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
res = self.wrapper(next(self.it))
contrib/python/grpcio/py3/grpc/_channel.py:475: in __next__
return self._next()
contrib/python/grpcio/py3/grpc/_channel.py:881: in _next
raise self
E grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
E status = StatusCode.UNAVAILABLE
E details = "Socket closed"
E debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-03-19T15:03:05.786615788+00:00"}"
E >
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/ttl_delete_s3.py.TestDeleteS3Ttl.test_data_unchanged_after_ttl_change.log
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 6047718c
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 67086d41
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 8ab3977f
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 8ab3977f
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 8ab3977f
ydb/tests/olap/ttl_tiering/ttl_delete_s3.py:227: in test_ttl_delete
self.ydb_client.query(
ydb/tests/olap/common/ydb_client.py:24: in query
return self.session_pool.execute_with_retries(statement)
contrib/python/ydb/py3/ydb/query/pool.py:202: in execute_with_retries
return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:133: in retry_operation_sync
for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:128: in retry_operation_impl
raise status
contrib/python/ydb/py3/ydb/retries.py:94: in retry_operation_impl
result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:198: in wrapped_callee
with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
contrib/python/ydb/py3/ydb/query/pool.py:238: in __enter__
self._session = self._pool.acquire(self._timeout)
contrib/python/ydb/py3/ydb/query/pool.py:104: in acquire
session = self._create_new_session(time_left)
contrib/python/ydb/py3/ydb/query/pool.py:56: in _create_new_session
session.create(settings=BaseRequestSettings().with_timeout(timeout))
contrib/python/ydb/py3/ydb/query/session.py:288: in create
self._create_call(settings=settings)
contrib/python/ydb/py3/ydb/query/session.py:162: in _create_call
return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:438: in __call__
connection = self._store.get(preferred_endpoint)
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:144: in get
raise issues.ConnectionLost("Couldn't find valid connection")
E ydb.issues.ConnectionLost: Couldn't find valid connection
logsdir:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff
log:
/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/olap/ttl_tiering/test-results/py3test/testing_out_stuff/ttl_delete_s3.py.TestDeleteS3Ttl.test_ttl_delete.log
Status: mute
Date: 13:03 March 19 2025
Info: automatically muted based on rules
SHA: fa9c0a29
Status: mute
Date: 13:03 March 19 2025
Info: automatically muted based on rules
SHA: 2eeae1e3
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 6047718c
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 8ab3977f
Status: mute
Date: 14:03 March 19 2025
Info: automatically muted based on rules
SHA: 8ab3977f