  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 134, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 170, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1844, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "library/python/pytest/plugins/ya.py", line 565, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "ydb/tests/olap/test_cs_many_updates.py", line 335, in test_many_updates
    self._test_many_updates_impl(
  File "ydb/tests/olap/test_cs_many_updates.py", line 243, in _test_many_updates_impl
    self._do_update(table_path, pks, mods, timer)
  File "ydb/tests/olap/test_cs_many_updates.py", line 132, in _do_update
    self.ydb_client.query(update_query)
  File "ydb/tests/olap/common/ydb_client.py", line 24, in query
    return self.session_pool.execute_with_retries(statement)
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 250, in wrapped_callee
    return [result_set for result_set in it]
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
    return self._next()
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
    res = self.wrapper(next(self.it))
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 543, in __next__
    return self._next()
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 960, in _next
    _common.wait(self._state.condition.wait, _response_ready)
  File "contrib/python/grpcio/py3/grpc/_common.py", line 156, in wait
    _wait_once(wait_fn, MAXIMUM_WAIT_TIMEOUT, spin_cb)
  File "contrib/python/grpcio/py3/grpc/_common.py", line 116, in _wait_once
    wait_fn(timeout=timeout)
  File "contrib/tools/python3/Lib/threading.py", line 359, in wait
    gotit = waiter.acquire(True, timeout)
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    stack = traceback.format_stack()

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...ner/.ya/build/build_root/imox/002290/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/imox/002290/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/imox/002290/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/imox/002290', '--source-root', '/home/runner/.ya/build/build_root/imox/002290/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/imox/002290/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '1', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...ner/.ya/build/build_root/imox/002290/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/imox/002290/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/imox/002290/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/imox/002290', '--source-root', '/home/runner/.ya/build/build_root/imox/002290/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/imox/002290/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '1', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002328/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-128/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002328/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-128/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002328/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-128/cluster/node_1/logfile_2bof5vju.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1175883 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002328/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-1/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002328/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-1/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002328/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-1/cluster/node_1/logfile_lzqktpx2.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1178290 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002328/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-2/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002328/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-2/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002328/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-2/cluster/node_1/logfile_xfmkio_k.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1183404 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002328/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-64/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002328/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-64/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002328/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-1-64/cluster/node_1/logfile_l223gcge.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1189556 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-128/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-128/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-128/cluster/node_1/logfile_zm6ituej.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1066889 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-1/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-1/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-1/cluster/node_1/logfile_cjrbh4zv.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1068649 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-2/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-2/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-2/cluster/node_1/logfile_yzt1attk.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1069832 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-64/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-64/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-64/cluster/node_1/logfile_19nfw7pa.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1071987 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-8/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-8/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00238a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1-10000-8/cluster/node_1/logfile_3gso_dna.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1074278 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-1/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-1/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-1/cluster/node_1/logfile_n8t_yhqm.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1100687 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-2/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-2/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-2/cluster/node_1/logfile_hwlvvxay.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1106671 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-64/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-64/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-64/cluster/node_1/logfile_k4xthlbv.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1110000 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-8/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-8/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-1-8/cluster/node_1/logfile_189ws91b.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1113382 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-128/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-128/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00231d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-128/cluster/node_1/logfile_nb3rb91k.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1116750 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-2/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-2/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-2/cluster/node_1/logfile_gf9wa4ml.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1140902 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-64/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-64/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-64/cluster/node_1/logfile_v_8g7grk.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1143193 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-8/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-8/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.1000-2-8/cluster/node_1/logfile_7dxrj2f_.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1145448 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-128/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-128/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-128/cluster/node_1/logfile_5mj_bm1o.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1149066 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-1/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-1/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002279/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-1/cluster/node_1/logfile_d9y4pyjb.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1153065 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-64/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-64/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-64/cluster/node_1/logfile_7x4hzgx7.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1061820 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-8/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-8/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-8/cluster/node_1/logfile_52nx6diu.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1062973 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-128/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-128/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-128/cluster/node_1/logfile_gopc44uc.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1063760 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-1/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-1/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-1/cluster/node_1/logfile_e9kuj05b.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1064867 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-2/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-2/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002399/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-2/cluster/node_1/logfile_6bg1pjpl.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1065519 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00226c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-8/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00226c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-8/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00226c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-2-8/cluster/node_1/logfile_ogbb9q65.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1141985 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00226c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_reject_probability/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00226c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_reject_probability/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00226c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_reject_probability/cluster/node_1/logfile_c7w90glg.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1144146 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00226c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-10000/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00226c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-10000/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00226c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-10000/cluster/node_1/logfile_3l38pnlk.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1149793 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00226c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-1/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/00226c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-1/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/00226c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1-1/cluster/node_1/logfile_iyxslp4f.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1208257 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002286/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-2/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002286/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-2/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002286/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.1000-2/cluster/node_1/logfile_j8nh5v0n.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1139308 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002286/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.2-10000/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/imox/002286/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.2-10000/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/imox/002286/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_workload.2-10000/cluster/node_1/logfile_lk6bf33r.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/tools/python3/Lib/subprocess.py:1127: ResourceWarning: subprocess 1198831 is still running
ResourceWarning: Enable tracemalloc to get the object allocation traceback
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 134, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 170, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1844, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "library/python/pytest/plugins/ya.py", line 565, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "ydb/tests/olap/upgrade_to_internal_path_id.py", line 91, in test
    self.restart_cluster(generate_internal_path_id=generate_internal_path_id)
  File "ydb/tests/olap/upgrade_to_internal_path_id.py", line 41, in restart_cluster
    self.cluster.update_configurator_and_restart(self.config)
  File "ydb/tests/library/harness/kikimr_runner.py", line 712, in update_configurator_and_restart
    node.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 274, in stop
    super(KiKiMRNode, self).stop()
  File "ydb/tests/library/harness/daemon.py", line 198, in stop
    wait_for(lambda: not self.is_alive(), self.__timeout)
  File "ydb/tests/library/common/wait_for.py", line 19, in wait_for
    time.sleep(step_seconds)
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    stack = traceback.format_stack()
Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/connection.py", line 462, in __call__
    response = rpc_state(
               ^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 246, in __call__
    response, rendezvous = self.rpc.with_call(*args, **kwargs)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 1198, in with_call
    return _end_unary_response_blocking(state, call, True, None)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 1006, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:17014: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:17014: Failed to connect to remote host: Connection refused {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/transport/error_utils.cc", file_line:153, created_time:"2025-11-26T16:07:53.977168182+00:00", grpc_status:14}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
         ^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/main.py", line 308, in wrap_session
    config.hook.pytest_sessionfinish(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "contrib/python/pytest/py3/_pytest/logging.py", line 861, in pytest_sessionfinish
    return (yield)
            ^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "contrib/python/pytest/py3/_pytest/terminal.py", line 854, in pytest_sessionfinish
    result = yield
             ^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/pytest/py3/_pytest/runner.py", line 109, in pytest_sessionfinish
    session._setupstate.teardown_exact(None)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 554, in teardown_exact
    raise exceptions[0]
  File "contrib/python/pytest/py3/_pytest/runner.py", line 543, in teardown_exact
    fin()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1049, in finish
    raise exc
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1042, in finish
    func()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 926, in _teardown_yield_fixture
    next(it)
  File "ydb/tests/olap/upgrade_to_internal_path_id.py", line 36, in setup
    self.session.stop()
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 308, in stop
    session.delete()
  File "contrib/python/ydb/py3/ydb/query/session.py", line 288, in delete
    self._delete_call(settings=settings)
  File "contrib/python/ydb/py3/ydb/query/session.py", line 181, in _delete_call
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 471, in __call__
    raise _rpc_error_handler(rpc_state, rpc_error, on_disconnected)
ydb.issues.ConnectionLost: Rpc error, reason <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:17014: Failed to connect to remote host: Connection refused"
	debug_error_string = "UNKNOWN:connections to all backends failing; last error: UNKNOWN: ipv4:127.0.1.1:17014: Failed to connect to remote host: Connection refused {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/transport/error_utils.cc", file_line:153, created_time:"2025-11-26T16:07:53.977168182+00:00", grpc_status:14}"
>

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...ner/.ya/build/build_root/imox/002286/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/imox/002286/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/imox/002286/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/imox/002286', '--source-root', '/home/runner/.ya/build/build_root/imox/002286/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/imox/002286/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '9', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1770, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...ner/.ya/build/build_root/imox/002286/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/imox/002286/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/imox/002286/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/imox/002286', '--source-root', '/home/runner/.ya/build/build_root/imox/002286/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/imox/002286/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '9', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
