  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 "/home/runner/.ya/build/build_root/ky6e/001ab3/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 123, in test
    self.worker(ctx, get_external_param("table_suffix", ""), exit_codes, 0, errors)
  File "/home/runner/.ya/build/build_root/ky6e/001ab3/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85, in worker
    self._test_suffix(local_ctx, suffix, codes, idx)
  File "/home/runner/.ya/build/build_root/ky6e/001ab3/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 136, in _test_suffix
    ctx.executable(self, ctx)
  File "ydb/tests/olap/scenario/test_alter_compression.py", line 339, in scenario_alter_compression
    self._scenario(
  File "ydb/tests/olap/scenario/test_alter_compression.py", line 231, in _scenario
    assert self._read_data(ctx, tables=tables, column_names=column_names)
  File "ydb/tests/olap/scenario/test_alter_compression.py", line 196, in _read_data
    count_rows: int = sth.get_table_rows_count(table)
  File "ydb/tests/olap/scenario/helpers/scenario_tests_helper.py", line 671, in get_table_rows_count
    result_set = self.execute_scan_query(f'SELECT count(*) FROM `{self.get_full_path(tablename)}`')
  File "contrib/python/allure-python-commons/allure_commons/_allure.py", line 202, in impl
    return func(*a, **kw)
  File "ydb/tests/olap/scenario/helpers/scenario_tests_helper.py", line 480, in execute_scan_query
    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/ydb/py3/ydb/connection.py", line 359, in __next__
    return self.it.__next__()
  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()
Thread 0 failed
Thread 0x00007beaa8650640 (most recent call first):
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 1942 in _poll_connectivity
  File "contrib/tools/python3/Lib/threading.py", line 1012 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 0x00007beab507b640 (most recent call first):
  File "ydb/tests/library/common/wait_for.py", line 19 in wait_for
  File "ydb/tests/library/harness/daemon.py", line 198 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 271 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 644 in __stop_node
  File "ydb/tests/library/harness/kikimr_runner.py", line 658 in stop_node
  File "contrib/tools/python3/Lib/threading.py", line 1012 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 0x00007beaba63f640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 108 in _block
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 162 in result
  File "contrib/python/ydb/py3/ydb/connection.py", line 527 in ready_factory
  File "contrib/python/ydb/py3/ydb/resolver.py", line 177 in context_resolve
  File "contrib/tools/python3/Lib/contextlib.py", line 137 in __enter__
  File "contrib/python/ydb/py3/ydb/pool.py", line 213 in execute_discovery
  File "contrib/python/ydb/py3/ydb/pool.py", line 264 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 0x00007feaec4f5a40 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 1169 in _wait_for_tstate_lock
  File "contrib/tools/python3/Lib/threading.py", line 1149 in join
  File "ydb/tests/library/harness/kikimr_runner.py", line 669 in stop
  File "/home/runner/.ya/build/build_root/ky6e/001ab3/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63 in stop
  File "/home/runner/.ya/build/build_root/ky6e/001ab3/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81 in teardown_class
  File "contrib/python/pytest/py3/_pytest/python.py", line 764 in _call_with_optional_argument
  File "contrib/python/pytest/py3/_pytest/python.py", line 847 in xunit_setup_class_fixture
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 926 in _teardown_yield_fixture
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1042 in finish
  File "contrib/python/pytest/py3/_pytest/runner.py", line 543 in teardown_exact
  File "contrib/python/pytest/py3/_pytest/runner.py", line 109 in pytest_sessionfinish
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121 in _multicall
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120 in _hookexec
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512 in __call__
  File "contrib/python/pytest/py3/_pytest/main.py", line 308 in wrap_session
  File "contrib/python/pytest/py3/_pytest/main.py", line 320 in pytest_cmdline_main
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121 in _multicall
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120 in _hookexec
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512 in __call__
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175 in main
  File "library/python/pytest/main.py", line 101 in main

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: .../build/build_root/ky6e/001ab3/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ky6e/001ab3/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ky6e/001ab3', '--source-root', '/home/runner/.ya/build/build_root/ky6e/001ab3/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ky6e/001ab3/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--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 1768, 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: ((".../build/build_root/ky6e/001ab3/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ky6e/001ab3/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ky6e/001ab3', '--source-root', '/home/runner/.ya/build/build_root/ky6e/001ab3/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ky6e/001ab3/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--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",), {})
Thread 0 failed
Thread 0 failed
  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 "/home/runner/.ya/build/build_root/ky6e/001b24/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 114, in test_multi
    t.join()
  File "contrib/tools/python3/Lib/threading.py", line 1149, in join
    self._wait_for_tstate_lock()
  File "contrib/tools/python3/Lib/threading.py", line 1169, in _wait_for_tstate_lock
    if lock.acquire(block, 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/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 "contrib/python/pytest/py3/_pytest/python.py", line 847, in xunit_setup_class_fixture
    _call_with_optional_argument(func, self.obj)
  File "contrib/python/pytest/py3/_pytest/python.py", line 764, in _call_with_optional_argument
    func(arg)
  File "/home/runner/.ya/build/build_root/ky6e/001b24/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/ky6e/001b24/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63, in stop
    self._temp_ydb_cluster.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 676, in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/ky6e/001b24/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/ky6e/001b24/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-10-29T18:10:57.289242Z): tablet_id=72075186224038030;self_id=[1:7566707722258460513:7787];ev=NKikimr::TEvDataShard::TEvCancelTransactionProposal;tx_id=281474976710734;lock_id=281474976710728;verification=!CommitSnapshot;fline=written.h:108;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0x1FB60A17
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FB4E74A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x223F89CD
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x42400234
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42D9FDA0
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42D9F527
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42D8C739
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E81445F
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42DFC925
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42EFDE05
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2031: ExecuteTransaction @ 0x2749A000
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1936: DoExecute @ 0x2749430C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1950: Execute @ 0x2749CC2E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x2743080A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x2743080A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42EFC825
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42E6DE07
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x222ECC07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x223D14A1
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x223DB0C6
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x223DA67D
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x223DC6EE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FB65A74
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F803486
24. ??:0: ?? @ 0x7F2FFCE49AC2
25. ??:0: ?? @ 0x7F2FFCEDB8BF
Thread 0x00007bbaa28d2640 (most recent call first):
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 1942 in _poll_connectivity
  File "contrib/tools/python3/Lib/threading.py", line 1012 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 0x00007bbaedb2d640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 147 in _set_logs_command
  File "ydb/tests/olap/lib/allure_utils.py", line 856 in allure_test_description
  File "/home/runner/.ya/build/build_root/ky6e/001b24/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/ky6e/001b24/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  File "contrib/tools/python3/Lib/threading.py", line 1012 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 0x00007bbab9de5640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 147 in _set_logs_command
  File "ydb/tests/olap/lib/allure_utils.py", line 856 in allure_test_description
  File "/home/runner/.ya/build/build_root/ky6e/001b24/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/ky6e/001b24/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  File "contrib/tools/python3/Lib/threading.py", line 1012 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 0x00007bbab8a8f640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 147 in _set_logs_command
  File "ydb/tests/olap/lib/allure_utils.py", line 856 in allure_test_description
  File "/home/runner/.ya/build/build_root/ky6e/001b24/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/ky6e/001b24/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  File "contrib/tools/python3/Lib/threading.py", line 1012 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 0x00007bbabd7b7640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 147 in _set_logs_command
  File "ydb/tests/olap/lib/allure_utils.py", line 856 in allure_test_description
  File "/home/runner/.ya/build/build_root/ky6e/001b24/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/ky6e/001b24/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  File "contrib/tools/python3/Lib/threading.py", line 1012 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 0x00007bbac1117640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 108 in _block
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 162 in result
  File "contrib/python/ydb/py3/ydb/connection.py", line 527 in ready_factory
  File "contrib/python/ydb/py3/ydb/resolver.py", line 177 in context_resolve
  File "contrib/tools/python3/Lib/contextlib.py", line 137 in __enter__
  File "contrib/python/ydb/py3/ydb/pool.py", line 213 in execute_discovery
  File "contrib/python/ydb/py3/ydb/pool.py", line 264 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 0x00007fbaf38b4a40 (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 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: .../build/build_root/ky6e/001b24/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ky6e/001b24/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ky6e/001b24', '--source-root', '/home/runner/.ya/build/build_root/ky6e/001b24/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ky6e/001b24/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--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 1768, 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: ((".../build/build_root/ky6e/001b24/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ky6e/001b24/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ky6e/001b24', '--source-root', '/home/runner/.ya/build/build_root/ky6e/001b24/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ky6e/001b24/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--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",), {})
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 8717 30% 8717 50% 8717 90% 8717 99% 8717 ms
Write: 10% 12553 30% 12553 50% 12553 90% 12553 99% 12553 ms
Write: 10% 13552 30% 13552 50% 13552 90% 13552 99% 13552 ms
Write: 10% 16580 30% 16580 50% 16580 90% 16580 99% 16580 ms
Write: 10% 16030 30% 16030 50% 16030 90% 16030 99% 16030 ms
Write: 10% 14325 30% 14325 50% 14325 90% 14325 99% 14325 ms
Write: 10% 19489 30% 19489 50% 19489 90% 19489 99% 19489 ms
Write: 10% 21805 30% 21805 50% 21805 90% 21805 99% 21805 ms
Write: 10% 21842 30% 21842 50% 21842 90% 21842 99% 21842 ms
Write: 10% 23874 30% 23874 50% 23874 90% 23874 99% 23874 ms
Write: 10% 21565 30% 21565 50% 21565 90% 21565 99% 21565 ms
Write: 10% 26179 30% 26179 50% 26179 90% 26179 99% 26179 ms
Write: 10% 23287 30% 23287 50% 23287 90% 23287 99% 23287 ms
Write: 10% 22031 30% 22031 50% 22031 90% 22031 99% 22031 ms
Write: 10% 22868 30% 22868 50% 22868 90% 22868 99% 22868 ms
Write: 10% 23816 30% 23816 50% 23816 90% 23816 99% 23816 ms
Write: 10% 24934 30% 24934 50% 24934 90% 24934 99% 24934 ms
Write: 10% 19371 30% 19371 50% 19371 90% 19371 99% 19371 ms
Write: 10% 18890 30% 18890 50% 18890 90% 18890 99% 18890 ms
Write: 10% 17707 30% 17707 50% 17707 90% 17707 99% 17707 ms
Write: 10% 20637 30% 20637 50% 20637 90% 20637 99% 20637 ms
Write: 10% 15677 30% 15677 50% 15677 90% 15677 99% 15677 ms
Write: 10% 16125 30% 16125 50% 16125 90% 16125 99% 16125 ms
Write: 10% 15173 30% 15173 50% 15173 90% 15173 99% 15173 ms
Write: 10% 19267 30% 19267 50% 19267 90% 19267 99% 19267 ms
Write: 10% 13480 30% 13480 50% 13480 90% 13480 99% 13480 ms
Write: 10% 17654 30% 17654 50% 17654 90% 17654 99% 17654 ms
Write: 10% 17945 30% 17945 50% 17945 90% 17945 99% 17945 ms
Write: 10% 2928 30% 2928 50% 2928 90% 2928 99% 2928 ms
Write: 10% 5487 30% 5487 50% 5487 90% 5487 99% 5487 ms
Write: 10% 11942 30% 11942 50% 11942 90% 11942 99% 11942 ms
Write: 10% 17239 30% 17239 50% 17239 90% 17239 99% 17239 ms
Write: 10% 12792 30% 12792 50% 12792 90% 12792 99% 12792 ms
Write: 10% 9875 30% 9875 50% 9875 90% 9875 99% 9875 ms
Write: 10% 12842 30% 12842 50% 12842 90% 12842 99% 12842 ms
Write: 10% 8104 30% 8104 50% 8104 90% 8104 99% 8104 ms
Write: 10% 11087 30% 11087 50% 11087 90% 11087 99% 11087 ms
Write: 10% 8414 30% 8414 50% 8414 90% 8414 99% 8414 ms
Write: 10% 10632 30% 10632 50% 10632 90% 10632 99% 10632 ms
Write: 10% 7008 30% 7008 50% 7008 90% 7008 99% 7008 ms
Write: 10% 7689 30% 7689 50% 7689 90% 7689 99% 7689 ms
Write: 10% 5099 30% 5099 50% 5099 90% 5099 99% 5099 ms
Write: 10% 19393 30% 19393 50% 19393 90% 19393 99% 19393 ms
Write: 10% 10827 30% 10827 50% 10827 90% 10827 99% 10827 ms
Write: 10% 4770 30% 4770 50% 4770 90% 4770 99% 4770 ms
Write: 10% 12475 30% 12475 50% 12475 90% 12475 99% 12475 ms
Write: 10% 3608 30% 3608 50% 3608 90% 3608 99% 3608 ms
Write: 10% 12176 30% 12176 50% 12176 90% 12176 99% 12176 ms
Write: 10% 3903 30% 3903 50% 3903 90% 3903 99% 3903 ms
Write: 10% 13930 30% 13930 50% 13930 90% 13930 99% 13930 ms
Write: 10% 2957 30% 2957 50% 2957 90% 2957 99% 2957 ms
Write: 10% 4439 30% 4439 50% 4439 90% 4439 99% 4439 ms
Write: 10% 13047 30% 13047 50% 13047 90% 13047 99% 13047 ms
Write: 10% 12513 30% 12513 50% 12513 90% 12513 99% 12513 ms
Write: 10% 5257 30% 5257 50% 5257 90% 5257 99% 5257 ms
Write: 10% 18879 30% 18879 50% 18879 90% 18879 99% 18879 ms
Write: 10% 4258 30% 4258 50% 4258 90% 4258 99% 4258 ms
Write: 10% 5211 30% 5211 50% 5211 90% 5211 99% 5211 ms
Write: 10% 11550 30% 11550 50% 11550 90% 11550 99% 11550 ms
Write: 10% 13768 30% 13768 50% 13768 90% 13768 99% 13768 ms
Write: 10% 6886 30% 6886 50% 6886 90% 6886 99% 6886 ms
Write: 10% 3836 30% 3836 50% 3836 90% 3836 99% 3836 ms
Write: 10% 5765 30% 5765 50% 5765 90% 5765 99% 5765 ms
Write: 10% 3675 30% 3675 50% 3675 90% 3675 99% 3675 ms
Step 2. read write
Write: 10% 4393 30% 4393 50% 4393 90% 4393 99% 4393 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Write: 10% 21827 30% 21827 50% 21827 90% 21827 99% 21827 ms
Write: 10% 22625 30% 22625 50% 22625 90% 22625 99% 22625 ms
Write: 10% 25137 30% 25137 50% 25137 90% 25137 99% 25137 ms
Write: 10% 27108 30% 27108 50% 27108 90% 27108 99% 27108 ms
Write: 10% 26931 30% 26931 50% 26931 90% 26931 99% 26931 ms
Write: 10% 26194 30% 26194 50% 26194 90% 26194 99% 26194 ms
Write: 10% 29739 30% 29739 50% 29739 90% 29739 99% 29739 ms
Write: 10% 26230 30% 26230 50% 26230 90% 26230 99% 26230 ms
Write: 10% 23666 30% 23666 50% 23666 90% 23666 99% 23666 ms
Write: 10% 25605 30% 25605 50% 25605 90% 25605 99% 25605 ms
Write: 10% 24844 30% 24844 50% 24844 90% 24844 99% 24844 ms
Write: 10% 23722 30% 23722 50% 23722 90% 23722 99% 23722 ms
Write: 10% 22572 30% 22572 50% 22572 90% 22572 99% 22572 ms
Write: 10% 25593 30% 25593 50% 25593 90% 25593 99% 25593 ms
Write: 10% 21274 30% 21274 50% 21274 90% 21274 99% 21274 ms
Write: 10% 23882 30% 23882 50% 23882 90% 23882 99% 23882 ms
Write: 10% 24128 30% 24128 50% 24128 90% 24128 99% 24128 ms
Write: 10% 11395 30% 11395 50% 11395 90% 11395 99% 11395 ms
Write: 10% 10129 30% 10129 50% 10129 90% 10129 99% 10129 ms
Write: 10% 19379 30% 19379 50% 19379 90% 19379 99% 19379 ms
Write: 10% 20734 30% 20734 50% 20734 90% 20734 99% 20734 ms
Write: 10% 19705 30% 19705 50% 19705 90% 19705 99% 19705 ms
Write: 10% 17949 30% 17949 50% 17949 90% 17949 99% 17949 ms
Write: 10% 14582 30% 14582 50% 14582 90% 14582 99% 14582 ms
Write: 10% 8708 30% 8708 50% 8708 90% 8708 99% 8708 ms
Write: 10% 17709 30% 17709 50% 17709 90% 17709 99% 17709 ms
Write: 10% 20030 30% 20030 50% 20030 90% 20030 99% 20030 ms
Write: 10% 11821 30% 11821 50% 11821 90% 11821 99% 11821 ms
Write: 10% 10152 30% 10152 50% 10152 90% 10152 99% 10152 ms
Write: 10% 17519 30% 17519 50% 17519 90% 17519 99% 17519 ms
Write: 10% 3913 30% 3913 50% 3913 90% 3913 99% 3913 ms
Write: 10% 22895 30% 22895 50% 22895 90% 22895 99% 22895 ms
Write: 10% 6214 30% 6214 50% 6214 90% 6214 99% 6214 ms
Write: 10% 7742 30% 7742 50% 7742 90% 7742 99% 7742 ms
Write: 10% 5352 30% 5352 50% 5352 90% 5352 99% 5352 ms
Write: 10% 10428 30% 10428 50% 10428 90% 10428 99% 10428 ms
Write: 10% 10837 30% 10837 50% 10837 90% 10837 99% 10837 ms
Write: 10% 13327 30% 13327 50% 13327 90% 13327 99% 13327 ms
Write: 10% 5067 30% 5067 50% 5067 90% 5067 99% 5067 ms
Write: 10% 5219 30% 5219 50% 5219 90% 5219 99% 5219 ms
Write: 10% 25416 30% 25416 50% 25416 90% 25416 99% 25416 ms
Write: 10% 13414 30% 13414 50% 13414 90% 13414 99% 13414 ms
Write: 10% 11141 30% 11141 50% 11141 90% 11141 99% 11141 ms
Write: 10% 8238 30% 8238 50% 8238 90% 8238 99% 8238 ms
Write: 10% 4772 30% 4772 50% 4772 90% 4772 99% 4772 ms
Write: 10% 11985 30% 11985 50% 11985 90% 11985 99% 11985 ms
Write: 10% 7571 30% 7571 50% 7571 90% 7571 99% 7571 ms
Write: 10% 4089 30% 4089 50% 4089 90% 4089 99% 4089 ms
Write: 10% 6315 30% 6315 50% 6315 90% 6315 99% 6315 ms
Write: 10% 5227 30% 5227 50% 5227 90% 5227 99% 5227 ms
Write: 10% 14549 30% 14549 50% 14549 90% 14549 99% 14549 ms
Write: 10% 6721 30% 6721 50% 6721 90% 6721 99% 6721 ms
Write: 10% 11328 30% 11328 50% 11328 90% 11328 99% 11328 ms
Write: 10% 9783 30% 9783 50% 9783 90% 9783 99% 9783 ms
Write: 10% 10760 30% 10760 50% 10760 90% 10760 99% 10760 ms
Write: 10% 11395 30% 11395 50% 11395 90% 11395 99% 11395 ms
Write: 10% 2487 30% 2487 50% 2487 90% 2487 99% 2487 ms
Write: 10% 3452 30% 3452 50% 3452 90% 3452 99% 3452 ms
Write: 10% 3325 30% 3325 50% 3325 90% 3325 99% 3325 ms
Write: 10% 3364 30% 3364 50% 3364 90% 3364 99% 3364 ms
Write: 10% 5221 30% 5221 50% 5221 90% 5221 99% 5221 ms
Write: 10% 2754 30% 2754 50% 2754 90% 2754 99% 2754 ms
Write: 10% 4966 30% 4966 50% 4966 90% 4966 99% 4966 ms
Read: 10% 7947 30% 14038 50% 20129 90% 21144 99% 21373 ms
Step 3. write modify
Write: 10% 3813 30% 3813 50% 3813 90% 3813 99% 3813 ms
Write: 10% 21207 30% 21207 50% 21207 90% 21207 99% 21207 ms
Write: 10% 24449 30% 24449 50% 24449 90% 24449 99% 24449 ms
Write: 10% 24812 30% 24812 50% 24812 90% 24812 99% 24812 ms
Write: 10% 27725 30% 27725 50% 27725 90% 27725 99% 27725 ms
Write: 10% 29757 30% 29757 50% 29757 90% 29757 99% 29757 ms
Write: 10% 27543 30% 27543 50% 27543 90% 27543 99% 27543 ms
Write: 10% 26432 30% 26432 50% 26432 90% 26432 99% 26432 ms
Write: 10% 26582 30% 26582 50% 26582 90% 26582 99% 26582 ms
Write: 10% 21354 30% 21354 50% 21354 90% 21354 99% 21354 ms
Write: 10% 29230 30% 29230 50% 29230 90% 29230 99% 29230 ms
Write: 10% 26737 30% 26737 50% 26737 90% 26737 99% 26737 ms
Write: 10% 27671 30% 27671 50% 27671 90% 27671 99% 27671 ms
Write: 10% 27497 30% 27497 50% 27497 90% 27497 99% 27497 ms
Write: 10% 26110 30% 26110 50% 26110 90% 26110 99% 26110 ms
Write: 10% 21413 30% 21413 50% 21413 90% 21413 99% 21413 ms
Write: 10% 25394 30% 25394 50% 25394 90% 25394 99% 25394 ms
Write: 10% 25735 30% 25735 50% 25735 90% 25735 99% 25735 ms
Write: 10% 27952 30% 27952 50% 27952 90% 27952 99% 27952 ms
Write: 10% 16567 30% 16567 50% 16567 90% 16567 99% 16567 ms
Write: 10% 25441 30% 25441 50% 25441 90% 25441 99% 25441 ms
Write: 10% 19511 30% 19511 50% 19511 90% 19511 99% 19511 ms
Write: 10% 23275 30% 23275 50% 23275 90% 23275 99% 23275 ms
Write: 10% 22587 30% 22587 50% 22587 90% 22587 99% 22587 ms
Write: 10% 20734 30% 20734 50% 20734 90% 20734 99% 20734 ms
Write: 10% 23617 30% 23617 50% 23617 90% 23617 99% 23617 ms
Write: 10% 21821 30% 21821 50% 21821 90% 21821 99% 21821 ms
Write: 10% 15812 30% 15812 50% 15812 90% 15812 99% 15812 ms
Write: 10% 17765 30% 17765 50% 17765 90% 17765 99% 17765 ms
Write: 10% 18319 30% 18319 50% 18319 90% 18319 99% 18319 ms
Write: 10% 11109 30% 11109 50% 11109 90% 11109 99% 11109 ms
Write: 10% 18884 30% 18884 50% 18884 90% 18884 99% 18884 ms
Write: 10% 17478 30% 17478 50% 17478 90% 17478 99% 17478 ms
Write: 10% 15341 30% 15341 50% 15341 90% 15341 99% 15341 ms
Write: 10% 16766 30% 16766 50% 16766 90% 16766 99% 16766 ms
Write: 10% 13025 30% 13025 50% 13025 90% 13025 99% 13025 ms
Write: 10% 7880 30% 7880 50% 7880 90% 7880 99% 7880 ms
Write: 10% 13494 30% 13494 50% 13494 90% 13494 99% 13494 ms
Write: 10% 14618 30% 14618 50% 14618 90% 14618 99% 14618 ms
Write: 10% 15055 30% 15055 50% 15055 90% 15055 99% 15055 ms
Write: 10% 21182 30% 21182 50% 21182 90% 21182 99% 21182 ms
Write: 10% 10433 30% 10433 50% 10433 90% 10433 99% 10433 ms
Write: 10% 9898 30% 9898 50% 9898 90% 9898 99% 9898 ms
Write: 10% 11145 30% 11145 50% 11145 90% 11145 99% 11145 ms
Write: 10% 7631 30% 7631 50% 7631 90% 7631 99% 7631 ms
Write: 10% 4692 30% 4692 50% 4692 90% 4692 99% 4692 ms
Write: 10% 11183 30% 11183 50% 11183 90% 11183 99% 11183 ms
Write: 10% 10993 30% 10993 50% 10993 90% 10993 99% 10993 ms
Write: 10% 7017 30% 7017 50% 7017 90% 7017 99% 7017 ms
Write: 10% 6792 30% 6792 50% 6792 90% 6792 99% 6792 ms
Write: 10% 8267 30% 8267 50% 8267 90% 8267 99% 8267 ms
Write: 10% 7603 30% 7603 50% 7603 90% 7603 99% 7603 ms
Write: 10% 6411 30% 6411 50% 6411 90% 6411 99% 6411 ms
Write: 10% 13517 30% 13517 50% 13517 90% 13517 99% 13517 ms
Write: 10% 4969 30% 4969 50% 4969 90% 4969 99% 4969 ms
Write: 10% 5545 30% 5545 50% 5545 90% 5545 99% 5545 ms
Write: 10% 5710 30% 5710 50% 5710 90% 5710 99% 5710 ms
Write: 10% 4994 30% 4994 50% 4994 90% 4994 99% 4994 ms
Write: 10% 8021 30% 8021 50% 8021 90% 8021 99% 8021 ms
Write: 10% 3809 30% 3809 50% 3809 90% 3809 99% 3809 ms
Write: 10% 6411 30% 6411 50% 6411 90% 6411 99% 6411 ms
Write: 10% 4443 30% 4443 50% 4443 90% 4443 99% 4443 ms
Write: 10% 5387 30% 5387 50% 5387 90% 5387 99% 5387 ms
Write: 10% 12138 30% 12138 50% 12138 90% 12138 99% 12138 ms
Was written: 18.75 MiB, Speed: 0.10416666666666667 MiB/s
Update: 10% 2342 30% 2342 50% 2342 90% 2342 99% 2342 ms
Step 4. read modify write
Write: 10% 4763 30% 4763 50% 4763 90% 4763 99% 4763 ms
Write: 10% 8674 30% 8674 50% 8674 90% 8674 99% 8674 ms
Write: 10% 7326 30% 7326 50% 7326 90% 7326 99% 7326 ms
Write: 10% 10762 30% 10762 50% 10762 90% 10762 99% 10762 ms
Write: 10% 13536 30% 13536 50% 13536 90% 13536 99% 13536 ms
Write: 10% 14446 30% 14446 50% 14446 90% 14446 99% 14446 ms
Write: 10% 18977 30% 18977 50% 18977 90% 18977 99% 18977 ms
Write: 10% 18478 30% 18478 50% 18478 90% 18478 99% 18478 ms
Write: 10% 23028 30% 23028 50% 23028 90% 23028 99% 23028 ms
Write: 10% 25835 30% 25835 50% 25835 90% 25835 99% 25835 ms
Write: 10% 24409 30% 24409 50% 24409 90% 24409 99% 24409 ms
Write: 10% 24198 30% 24198 50% 24198 90% 24198 99% 24198 ms
Write: 10% 24156 30% 24156 50% 24156 90% 24156 99% 24156 ms
Write: 10% 23815 30% 23815 50% 23815 90% 23815 99% 23815 ms
Write: 10% 23586 30% 23586 50% 23586 90% 23586 99% 23586 ms
Write: 10% 22366 30% 22366 50% 22366 90% 22366 99% 22366 ms
Write: 10% 23523 30% 23523 50% 23523 90% 23523 99% 23523 ms
Write: 10% 21759 30% 21759 50% 21759 90% 21759 99% 21759 ms
Write: 10% 24218 30% 24218 50% 24218 90% 24218 99% 24218 ms
Write: 10% 27442 30% 27442 50% 27442 90% 27442 99% 27442 ms
Write: 10% 7428 30% 7428 50% 7428 90% 7428 99% 7428 ms
Write: 10% 24092 30% 24092 50% 24092 90% 24092 99% 24092 ms
Write: 10% 20385 30% 20385 50% 20385 90% 20385 99% 20385 ms
Write: 10% 19371 30% 19371 50% 19371 90% 19371 99% 19371 ms
Write: 10% 18102 30% 18102 50% 18102 90% 18102 99% 18102 ms
Write: 10% 20296 30% 20296 50% 20296 90% 20296 99% 20296 ms
Write: 10% 11316 30% 11316 50% 11316 90% 11316 99% 11316 ms
Write: 10% 13973 30% 13973 50% 13973 90% 13973 99% 13973 ms
Write: 10% 15197 30% 15197 50% 15197 90% 15197 99% 15197 ms
Write: 10% 22156 30% 22156 50% 22156 90% 22156 99% 22156 ms
Write: 10% 18562 30% 18562 50% 18562 90% 18562 99% 18562 ms
Write: 10% 13336 30% 13336 50% 13336 90% 13336 99% 13336 ms
Write: 10% 15366 30% 15366 50% 15366 90% 15366 99% 15366 ms
Write: 10% 19462 30% 19462 50% 19462 90% 19462 99% 19462 ms
Write: 10% 15454 30% 15454 50% 15454 90% 15454 99% 15454 ms
Write: 10% 8342 30% 8342 50% 8342 90% 8342 99% 8342 ms
Write: 10% 11572 30% 11572 50% 11572 90% 11572 99% 11572 ms
Write: 10% 18535 30% 18535 50% 18535 90% 18535 99% 18535 ms
Write: 10% 6129 30% 6129 50% 6129 90% 6129 99% 6129 ms
Write: 10% 7654 30% 7654 50% 7654 90% 7654 99% 7654 ms
Write: 10% 13149 30% 13149 50% 13149 90% 13149 99% 13149 ms
Write: 10% 14644 30% 14644 50% 14644 90% 14644 99% 14644 ms
Write: 10% 16467 30% 16467 50% 16467 90% 16467 99% 16467 ms
Write: 10% 9251 30% 9251 50% 9251 90% 9251 99% 9251 ms
Write: 10% 6991 30% 6991 50% 6991 90% 6991 99% 6991 ms
Write: 10% 6101 30% 6101 50% 6101 90% 6101 99% 6101 ms
Write: 10% 4935 30% 4935 50% 4935 90% 4935 99% 4935 ms
Write: 10% 4284 30% 4284 50% 4284 90% 4284 99% 4284 ms
Write: 10% 3440 30% 3440 50% 3440 90% 3440 99% 3440 ms
Write: 10% 10244 30% 10244 50% 10244 90% 10244 99% 10244 ms
Write: 10% 4611 30% 4611 50% 4611 90% 4611 99% 4611 ms
Write: 10% 5125 30% 5125 50% 5125 90% 5125 99% 5125 ms
Write: 10% 4177 30% 4177 50% 4177 90% 4177 99% 4177 ms
Write: 10% 4804 30% 4804 50% 4804 90% 4804 99% 4804 ms
Write: 10% 5815 30% 5815 50% 5815 90% 5815 99% 5815 ms
Write: 10% 11986 30% 11986 50% 11986 90% 11986 99% 11986 ms
Write: 10% 5033 30% 5033 50% 5033 90% 5033 99% 5033 ms
Write: 10% 17378 30% 17378 50% 17378 90% 17378 99% 17378 ms
Write: 10% 5630 30% 5630 50% 5630 90% 5630 99% 5630 ms
Write: 10% 12367 30% 12367 50% 12367 90% 12367 99% 12367 ms
Write: 10% 10487 30% 10487 50% 10487 90% 10487 99% 10487 ms
Write: 10% 14682 30% 14682 50% 14682 90% 14682 99% 14682 ms
Write: 10% 6443 30% 6443 50% 6443 90% 6443 99% 6443 ms
Write: 10% 5408 30% 5408 50% 5408 90% 5408 99% 5408 ms
Read: 10% 7541 30% 14046 50% 20551 90% 21277 99% 21440 ms
Update: 10% 289 30% 868 50% 1446 90% 2603 99% 2864 ms
