test_suffix, num 0, table path alter_table start_time 1763121110.7851803
Path alter_table removed
Path alter_table removed
test_suffix, num 0, table path alter_tablestore start_time 1763121117.6782076
Path alter_tablestore removed
Path alter_tablestore removed
test_suffix, num 0, table path table start_time 1763121123.5988386
Path table removed
Path table removed
test_suffix, num 0, table path tablestores start_time 1763121128.473034
Path tablestores removed
Path tablestores removed
test_suffix, num 0, table path create_and_drop_tables start_time 1763121160.9248817
Path create_and_drop_tables removed
Path create_and_drop_tables removed
test_suffix, num 0, table path alter_compression start_time 1763121224.7034576
Path alter_compression removed
Path alter_compression removed
test_suffix, num 0, table path read_update_write_load start_time 1763121682.408279
Path read_update_write_load removed
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 169, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 513, 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 103, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 318, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 271, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 325, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 513, 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 103, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 350, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 513, 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 103, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 114, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 133, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 222, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 261, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 341, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 513, 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 103, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 169, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1805, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 513, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
Write: 10% 12281 30% 12281 50% 12281 90% 12281 99% 12281 ms
  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 103, in _multicall
    res = hook_impl.function(*args)
  File "library/python/pytest/plugins/ya.py", line 563, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "/home/runner/.ya/build/build_root/oyyk/000ce6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 100, in test
    self._test_suffix(ctx, get_external_param("table_suffix", ""), exit_codes, 0)
  File "/home/runner/.ya/build/build_root/oyyk/000ce6/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 110, in _test_suffix
    ctx.executable(self, ctx)
  File "ydb/tests/olap/scenario/test_read_update_write_load.py", line 105, in scenario_read_update_write_load
    upsert_only_threads.start_all()
  File "ydb/tests/olap/common/thread_helper.py", line 38, in start_all
    thread.start()
  File "contrib/tools/python3/Lib/threading.py", line 999, in start
    self._started.wait()
  File "contrib/tools/python3/Lib/threading.py", line 655, in wait
    signaled = self._cond.wait(timeout)
  File "contrib/tools/python3/Lib/threading.py", line 355, in wait
    waiter.acquire()
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    traceback.print_stack(file=sys.stderr)
Caught base exception, num 0 message Graceful shutdown requested
Write: 10% 13008 30% 13008 50% 13008 90% 13008 99% 13008 ms
Write: 10% 11021 30% 11021 50% 11021 90% 11021 99% 11021 ms
Write: 10% 11307 30% 11307 50% 11307 90% 11307 99% 11307 ms
Write: 10% 10724 30% 10724 50% 10724 90% 10724 99% 10724 ms
Write: 10% 11353 30% 11353 50% 11353 90% 11353 99% 11353 ms
Write: 10% 10731 30% 10731 50% 10731 90% 10731 99% 10731 ms
Write: 10% 10176 30% 10176 50% 10176 90% 10176 99% 10176 ms
Write: 10% 10097 30% 10097 50% 10097 90% 10097 99% 10097 ms
Write: 10% 8556 30% 8556 50% 8556 90% 8556 99% 8556 ms
Write: 10% 8272 30% 8272 50% 8272 90% 8272 99% 8272 ms
Write: 10% 7895 30% 7895 50% 7895 90% 7895 99% 7895 ms
Write: 10% 7602 30% 7602 50% 7602 90% 7602 99% 7602 ms
Write: 10% 8557 30% 8557 50% 8557 90% 8557 99% 8557 ms
Write: 10% 7780 30% 7780 50% 7780 90% 7780 99% 7780 ms
Write: 10% 3880 30% 3880 50% 3880 90% 3880 99% 3880 ms
Write: 10% 7157 30% 7157 50% 7157 90% 7157 99% 7157 ms
Write: 10% 7486 30% 7486 50% 7486 90% 7486 99% 7486 ms
Write: 10% 6913 30% 6913 50% 6913 90% 6913 99% 6913 ms
Write: 10% 6964 30% 6964 50% 6964 90% 6964 99% 6964 ms
Write: 10% 6846 30% 6846 50% 6846 90% 6846 99% 6846 ms
Write: 10% 8255 30% 8255 50% 8255 90% 8255 99% 8255 ms
Write: 10% 1738 30% 1738 50% 1738 90% 1738 99% 1738 ms
Write: 10% 6057 30% 6057 50% 6057 90% 6057 99% 6057 ms
Write: 10% 6649 30% 6649 50% 6649 90% 6649 99% 6649 ms
Write: 10% 6486 30% 6486 50% 6486 90% 6486 99% 6486 ms
Write: 10% 6028 30% 6028 50% 6028 90% 6028 99% 6028 ms
Write: 10% 6433 30% 6433 50% 6433 90% 6433 99% 6433 ms
Write: 10% 5054 30% 5054 50% 5054 90% 5054 99% 5054 ms
Write: 10% 5997 30% 5997 50% 5997 90% 5997 99% 5997 ms
Write: 10% 1703 30% 1703 50% 1703 90% 1703 99% 1703 ms
Write: 10% 1628 30% 1628 50% 1628 90% 1628 99% 1628 ms
Write: 10% 4605 30% 4605 50% 4605 90% 4605 99% 4605 ms
Write: 10% 4635 30% 4635 50% 4635 90% 4635 99% 4635 ms
Write: 10% 5362 30% 5362 50% 5362 90% 5362 99% 5362 ms
Write: 10% 5390 30% 5390 50% 5390 90% 5390 99% 5390 ms
Write: 10% 4441 30% 4441 50% 4441 90% 4441 99% 4441 ms
Write: 10% 5088 30% 5088 50% 5088 90% 5088 99% 5088 ms
Write: 10% 4280 30% 4280 50% 4280 90% 4280 99% 4280 ms
Write: 10% 3956 30% 3956 50% 3956 90% 3956 99% 3956 ms
Write: 10% 4183 30% 4183 50% 4183 90% 4183 99% 4183 ms
Write: 10% 3923 30% 3923 50% 3923 90% 3923 99% 3923 ms
Write: 10% 3379 30% 3379 50% 3379 90% 3379 99% 3379 ms
Write: 10% 2958 30% 2958 50% 2958 90% 2958 99% 2958 ms
Write: 10% 2322 30% 2322 50% 2322 90% 2322 99% 2322 ms
Write: 10% 2677 30% 2677 50% 2677 90% 2677 99% 2677 ms
Write: 10% 2670 30% 2670 50% 2670 90% 2670 99% 2670 ms
Write: 10% 2982 30% 2982 50% 2982 90% 2982 99% 2982 ms
Write: 10% 2218 30% 2218 50% 2218 90% 2218 99% 2218 ms
Write: 10% 2355 30% 2355 50% 2355 90% 2355 99% 2355 ms
Write: 10% 3267 30% 3267 50% 3267 90% 3267 99% 3267 ms
Write: 10% 2110 30% 2110 50% 2110 90% 2110 99% 2110 ms
Write: 10% 2816 30% 2816 50% 2816 90% 2816 99% 2816 ms
Write: 10% 3325 30% 3325 50% 3325 90% 3325 99% 3325 ms
Write: 10% 2229 30% 2229 50% 2229 90% 2229 99% 2229 ms
Write: 10% 2100 30% 2100 50% 2100 90% 2100 99% 2100 ms
Write: 10% 2142 30% 2142 50% 2142 90% 2142 99% 2142 ms
Thread 0x00007f278132e640 (most recent call first):
  File "ydb/tests/olap/scenario/test_read_update_write_load.py", line 82 in _progress_tracker
  File "ydb/tests/olap/common/thread_helper.py", line 11 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007f277e078640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/ydb/py3/ydb/pool.py", line 274 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007f277c456640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/ydb/py3/ydb/pool.py", line 274 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007f278aff3640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/ydb/py3/ydb/pool.py", line 274 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007f278d633640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/ydb/py3/ydb/pool.py", line 274 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Current thread 0x00007f27be29ba40 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 1624 in _shutdown

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 764, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...home/runner/.ya/build/build_root/oyyk/000ce6/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/oyyk/000ce6/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/oyyk/000ce6/ydb/tests/olap/scenario/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/oyyk/000ce6', '--source-root', '/home/runner/.ya/build/build_root/oyyk/000ce6/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/oyyk/000ce6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/8580453620/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/olap/scenario', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address']' 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 1738, in main
    res.wait(check_exit_code=False, timeout=run_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: (("...home/runner/.ya/build/build_root/oyyk/000ce6/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/oyyk/000ce6/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/oyyk/000ce6/ydb/tests/olap/scenario/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/oyyk/000ce6', '--source-root', '/home/runner/.ya/build/build_root/oyyk/000ce6/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/oyyk/000ce6/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/8580453620/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/olap/scenario', '--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', 'SANITIZER_TYPE=address', '--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', '--sanitize', 'address']' stopped by 600 seconds timeout",), {})
