  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 578, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "/home/runner/.ya/build/build_root/cenv/003893/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/cenv/003893/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/cenv/003893/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 321, in scenario_alter_compression
    self._scenario(
  File "ydb/tests/olap/scenario/test_alter_compression.py", line 227, in _scenario
    assert self._read_data(ctx=ctx, tables=tables, column_names=column_names)
  File "ydb/tests/olap/scenario/test_alter_compression.py", line 197, in _read_data
    scan_result = sth.execute_scan_query(
  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/table.py", line 1212, in <lambda>
    lambda resp: _wrap_scan_query_response(resp, self._table_client_settings),
  File "contrib/python/ydb/py3/ydb/table.py", line 983, in _wrap_scan_query_response
    return ScanQueryResult(response.result, table_client_settings)
  File "contrib/python/ydb/py3/ydb/table.py", line 955, in __init__
    self.result_set = convert.ResultSet.from_message(self._result.result_set, table_client_settings)
  File "contrib/python/ydb/py3/ydb/convert.py", line 381, in from_message
    v_type = value.WhichOneof("value")
  File "library/python/pytest/plugins/ya.py", line 345, in _graceful_shutdown
    stack = traceback.format_stack()
Thread 0 failed

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/cenv/003893/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/cenv/003893/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/cenv/003893', '--source-root', '/home/runner/.ya/build/build_root/cenv/003893/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/cenv/003893/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/10407850406/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 1772, 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/cenv/003893/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/cenv/003893/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/cenv/003893', '--source-root', '/home/runner/.ya/build/build_root/cenv/003893/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/cenv/003893/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/10407850406/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
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 2503 30% 2503 50% 2503 90% 2503 99% 2503 ms
Write: 10% 3093 30% 3093 50% 3093 90% 3093 99% 3093 ms
Write: 10% 3679 30% 3679 50% 3679 90% 3679 99% 3679 ms
Write: 10% 6073 30% 6073 50% 6073 90% 6073 99% 6073 ms
Write: 10% 4864 30% 4864 50% 4864 90% 4864 99% 4864 ms
Write: 10% 7581 30% 7581 50% 7581 90% 7581 99% 7581 ms
Write: 10% 8220 30% 8220 50% 8220 90% 8220 99% 8220 ms
Write: 10% 10670 30% 10670 50% 10670 90% 10670 99% 10670 ms
Write: 10% 9049 30% 9049 50% 9049 90% 9049 99% 9049 ms
Write: 10% 11178 30% 11178 50% 11178 90% 11178 99% 11178 ms
Write: 10% 11279 30% 11279 50% 11279 90% 11279 99% 11279 ms
Write: 10% 15048 30% 15048 50% 15048 90% 15048 99% 15048 ms
Write: 10% 19449 30% 19449 50% 19449 90% 19449 99% 19449 ms
Write: 10% 23568 30% 23568 50% 23568 90% 23568 99% 23568 ms
Write: 10% 21503 30% 21503 50% 21503 90% 21503 99% 21503 ms
Write: 10% 25922 30% 25922 50% 25922 90% 25922 99% 25922 ms
Write: 10% 21865 30% 21865 50% 21865 90% 21865 99% 21865 ms
Write: 10% 19879 30% 19879 50% 19879 90% 19879 99% 19879 ms
Write: 10% 18761 30% 18761 50% 18761 90% 18761 99% 18761 ms
Write: 10% 13597 30% 13597 50% 13597 90% 13597 99% 13597 ms
Write: 10% 12921 30% 12921 50% 12921 90% 12921 99% 12921 ms
Write: 10% 11209 30% 11209 50% 11209 90% 11209 99% 11209 ms
Write: 10% 18409 30% 18409 50% 18409 90% 18409 99% 18409 ms
Write: 10% 13619 30% 13619 50% 13619 90% 13619 99% 13619 ms
Write: 10% 17592 30% 17592 50% 17592 90% 17592 99% 17592 ms
Write: 10% 20777 30% 20777 50% 20777 90% 20777 99% 20777 ms
Write: 10% 11352 30% 11352 50% 11352 90% 11352 99% 11352 ms
Write: 10% 10897 30% 10897 50% 10897 90% 10897 99% 10897 ms
Write: 10% 15635 30% 15635 50% 15635 90% 15635 99% 15635 ms
Write: 10% 15631 30% 15631 50% 15631 90% 15631 99% 15631 ms
Write: 10% 15990 30% 15990 50% 15990 90% 15990 99% 15990 ms
Write: 10% 13482 30% 13482 50% 13482 90% 13482 99% 13482 ms
Write: 10% 14925 30% 14925 50% 14925 90% 14925 99% 14925 ms
Write: 10% 8139 30% 8139 50% 8139 90% 8139 99% 8139 ms
Write: 10% 11893 30% 11893 50% 11893 90% 11893 99% 11893 ms
Write: 10% 14478 30% 14478 50% 14478 90% 14478 99% 14478 ms
Write: 10% 13725 30% 13725 50% 13725 90% 13725 99% 13725 ms
Write: 10% 6188 30% 6188 50% 6188 90% 6188 99% 6188 ms
Write: 10% 3104 30% 3104 50% 3104 90% 3104 99% 3104 ms
Write: 10% 9268 30% 9268 50% 9268 90% 9268 99% 9268 ms
Write: 10% 12388 30% 12388 50% 12388 90% 12388 99% 12388 ms
Write: 10% 1737 30% 1737 50% 1737 90% 1737 99% 1737 ms
Write: 10% 4760 30% 4760 50% 4760 90% 4760 99% 4760 ms
Write: 10% 4127 30% 4127 50% 4127 90% 4127 99% 4127 ms
Write: 10% 15494 30% 15494 50% 15494 90% 15494 99% 15494 ms
Write: 10% 4088 30% 4088 50% 4088 90% 4088 99% 4088 ms
Write: 10% 7140 30% 7140 50% 7140 90% 7140 99% 7140 ms
Write: 10% 4790 30% 4790 50% 4790 90% 4790 99% 4790 ms
Write: 10% 6227 30% 6227 50% 6227 90% 6227 99% 6227 ms
Write: 10% 14802 30% 14802 50% 14802 90% 14802 99% 14802 ms
Write: 10% 5739 30% 5739 50% 5739 90% 5739 99% 5739 ms
Write: 10% 2441 30% 2441 50% 2441 90% 2441 99% 2441 ms
Write: 10% 3058 30% 3058 50% 3058 90% 3058 99% 3058 ms
Write: 10% 9085 30% 9085 50% 9085 90% 9085 99% 9085 ms
Write: 10% 3527 30% 3527 50% 3527 90% 3527 99% 3527 ms
Write: 10% 3256 30% 3256 50% 3256 90% 3256 99% 3256 ms
Write: 10% 3724 30% 3724 50% 3724 90% 3724 99% 3724 ms
Write: 10% 8044 30% 8044 50% 8044 90% 8044 99% 8044 ms
Write: 10% 2047 30% 2047 50% 2047 90% 2047 99% 2047 ms
Write: 10% 2919 30% 2919 50% 2919 90% 2919 99% 2919 ms
Write: 10% 2719 30% 2719 50% 2719 90% 2719 99% 2719 ms
Write: 10% 2126 30% 2126 50% 2126 90% 2126 99% 2126 ms
Write: 10% 10474 30% 10474 50% 10474 90% 10474 99% 10474 ms
Write: 10% 3904 30% 3904 50% 3904 90% 3904 99% 3904 ms
Step 2. read write
Write: 10% 5912 30% 5912 50% 5912 90% 5912 99% 5912 ms
Write: 10% 15423 30% 15423 50% 15423 90% 15423 99% 15423 ms
Write: 10% 15661 30% 15661 50% 15661 90% 15661 99% 15661 ms
Write: 10% 17664 30% 17664 50% 17664 90% 17664 99% 17664 ms
Write: 10% 17590 30% 17590 50% 17590 90% 17590 99% 17590 ms
Write: 10% 16794 30% 16794 50% 16794 90% 16794 99% 16794 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Write: 10% 19657 30% 19657 50% 19657 90% 19657 99% 19657 ms
Write: 10% 16257 30% 16257 50% 16257 90% 16257 99% 16257 ms
Write: 10% 22547 30% 22547 50% 22547 90% 22547 99% 22547 ms
Write: 10% 20973 30% 20973 50% 20973 90% 20973 99% 20973 ms
Write: 10% 20682 30% 20682 50% 20682 90% 20682 99% 20682 ms
Write: 10% 19675 30% 19675 50% 19675 90% 19675 99% 19675 ms
Write: 10% 19014 30% 19014 50% 19014 90% 19014 99% 19014 ms
Write: 10% 20631 30% 20631 50% 20631 90% 20631 99% 20631 ms
Write: 10% 20188 30% 20188 50% 20188 90% 20188 99% 20188 ms
Write: 10% 19311 30% 19311 50% 19311 90% 19311 99% 19311 ms
Write: 10% 20689 30% 20689 50% 20689 90% 20689 99% 20689 ms
Write: 10% 19996 30% 19996 50% 19996 90% 19996 99% 19996 ms
Write: 10% 20263 30% 20263 50% 20263 90% 20263 99% 20263 ms
Write: 10% 15403 30% 15403 50% 15403 90% 15403 99% 15403 ms
Write: 10% 16038 30% 16038 50% 16038 90% 16038 99% 16038 ms
Write: 10% 10509 30% 10509 50% 10509 90% 10509 99% 10509 ms
Write: 10% 18962 30% 18962 50% 18962 90% 18962 99% 18962 ms
Write: 10% 16528 30% 16528 50% 16528 90% 16528 99% 16528 ms
Write: 10% 10963 30% 10963 50% 10963 90% 10963 99% 10963 ms
Write: 10% 17273 30% 17273 50% 17273 90% 17273 99% 17273 ms
Write: 10% 17011 30% 17011 50% 17011 90% 17011 99% 17011 ms
Write: 10% 12524 30% 12524 50% 12524 90% 12524 99% 12524 ms
Write: 10% 12403 30% 12403 50% 12403 90% 12403 99% 12403 ms
Write: 10% 14681 30% 14681 50% 14681 90% 14681 99% 14681 ms
Write: 10% 8979 30% 8979 50% 8979 90% 8979 99% 8979 ms
Write: 10% 14797 30% 14797 50% 14797 90% 14797 99% 14797 ms
Write: 10% 19750 30% 19750 50% 19750 90% 19750 99% 19750 ms
Write: 10% 7400 30% 7400 50% 7400 90% 7400 99% 7400 ms
Write: 10% 13410 30% 13410 50% 13410 90% 13410 99% 13410 ms
Write: 10% 11186 30% 11186 50% 11186 90% 11186 99% 11186 ms
Write: 10% 4612 30% 4612 50% 4612 90% 4612 99% 4612 ms
Write: 10% 10820 30% 10820 50% 10820 90% 10820 99% 10820 ms
Write: 10% 1734 30% 1734 50% 1734 90% 1734 99% 1734 ms
Write: 10% 3595 30% 3595 50% 3595 90% 3595 99% 3595 ms
Write: 10% 2796 30% 2796 50% 2796 90% 2796 99% 2796 ms
Write: 10% 9373 30% 9373 50% 9373 90% 9373 99% 9373 ms
Write: 10% 17143 30% 17143 50% 17143 90% 17143 99% 17143 ms
Write: 10% 3648 30% 3648 50% 3648 90% 3648 99% 3648 ms
Write: 10% 3507 30% 3507 50% 3507 90% 3507 99% 3507 ms
Write: 10% 3155 30% 3155 50% 3155 90% 3155 99% 3155 ms
Write: 10% 15418 30% 15418 50% 15418 90% 15418 99% 15418 ms
Write: 10% 5876 30% 5876 50% 5876 90% 5876 99% 5876 ms
Write: 10% 8309 30% 8309 50% 8309 90% 8309 99% 8309 ms
Write: 10% 2363 30% 2363 50% 2363 90% 2363 99% 2363 ms
Write: 10% 5118 30% 5118 50% 5118 90% 5118 99% 5118 ms
Write: 10% 6320 30% 6320 50% 6320 90% 6320 99% 6320 ms
Write: 10% 2223 30% 2223 50% 2223 90% 2223 99% 2223 ms
Write: 10% 2791 30% 2791 50% 2791 90% 2791 99% 2791 ms
Write: 10% 10271 30% 10271 50% 10271 90% 10271 99% 10271 ms
Write: 10% 6706 30% 6706 50% 6706 90% 6706 99% 6706 ms
Write: 10% 10784 30% 10784 50% 10784 90% 10784 99% 10784 ms
Write: 10% 4340 30% 4340 50% 4340 90% 4340 99% 4340 ms
Write: 10% 4045 30% 4045 50% 4045 90% 4045 99% 4045 ms
Write: 10% 11082 30% 11082 50% 11082 90% 11082 99% 11082 ms
Write: 10% 3077 30% 3077 50% 3077 90% 3077 99% 3077 ms
Write: 10% 3255 30% 3255 50% 3255 90% 3255 99% 3255 ms
Write: 10% 2824 30% 2824 50% 2824 90% 2824 99% 2824 ms
Write: 10% 4406 30% 4406 50% 4406 90% 4406 99% 4406 ms
Read: 10% 7840 30% 10649 50% 13457 90% 19602 99% 20985 ms
Step 3. write modify
Write: 10% 2384 30% 2384 50% 2384 90% 2384 99% 2384 ms
Write: 10% 2472 30% 2472 50% 2472 90% 2472 99% 2472 ms
Write: 10% 2027 30% 2027 50% 2027 90% 2027 99% 2027 ms
Write: 10% 4692 30% 4692 50% 4692 90% 4692 99% 4692 ms
Write: 10% 3004 30% 3004 50% 3004 90% 3004 99% 3004 ms
Write: 10% 5208 30% 5208 50% 5208 90% 5208 99% 5208 ms
Write: 10% 11826 30% 11826 50% 11826 90% 11826 99% 11826 ms
Write: 10% 12741 30% 12741 50% 12741 90% 12741 99% 12741 ms
Write: 10% 17904 30% 17904 50% 17904 90% 17904 99% 17904 ms
Write: 10% 18164 30% 18164 50% 18164 90% 18164 99% 18164 ms
Write: 10% 19007 30% 19007 50% 19007 90% 19007 99% 19007 ms
Write: 10% 18702 30% 18702 50% 18702 90% 18702 99% 18702 ms
Write: 10% 17615 30% 17615 50% 17615 90% 17615 99% 17615 ms
Write: 10% 13810 30% 13810 50% 13810 90% 13810 99% 13810 ms
Write: 10% 17263 30% 17263 50% 17263 90% 17263 99% 17263 ms
Write: 10% 15873 30% 15873 50% 15873 90% 15873 99% 15873 ms
Write: 10% 15508 30% 15508 50% 15508 90% 15508 99% 15508 ms
Write: 10% 15891 30% 15891 50% 15891 90% 15891 99% 15891 ms
Write: 10% 17183 30% 17183 50% 17183 90% 17183 99% 17183 ms
Write: 10% 16668 30% 16668 50% 16668 90% 16668 99% 16668 ms
Write: 10% 16883 30% 16883 50% 16883 90% 16883 99% 16883 ms
Write: 10% 14943 30% 14943 50% 14943 90% 14943 99% 14943 ms
Write: 10% 8866 30% 8866 50% 8866 90% 8866 99% 8866 ms
Write: 10% 15483 30% 15483 50% 15483 90% 15483 99% 15483 ms
Write: 10% 8745 30% 8745 50% 8745 90% 8745 99% 8745 ms
Write: 10% 15356 30% 15356 50% 15356 90% 15356 99% 15356 ms
Write: 10% 11683 30% 11683 50% 11683 90% 11683 99% 11683 ms
Write: 10% 6581 30% 6581 50% 6581 90% 6581 99% 6581 ms
Write: 10% 12591 30% 12591 50% 12591 90% 12591 99% 12591 ms
Write: 10% 12668 30% 12668 50% 12668 90% 12668 99% 12668 ms
Write: 10% 5358 30% 5358 50% 5358 90% 5358 99% 5358 ms
Write: 10% 3723 30% 3723 50% 3723 90% 3723 99% 3723 ms
Write: 10% 8285 30% 8285 50% 8285 90% 8285 99% 8285 ms
Write: 10% 8972 30% 8972 50% 8972 90% 8972 99% 8972 ms
Write: 10% 3764 30% 3764 50% 3764 90% 3764 99% 3764 ms
Write: 10% 16172 30% 16172 50% 16172 90% 16172 99% 16172 ms
Write: 10% 11032 30% 11032 50% 11032 90% 11032 99% 11032 ms
Write: 10% 11001 30% 11001 50% 11001 90% 11001 99% 11001 ms
Write: 10% 4454 30% 4454 50% 4454 90% 4454 99% 4454 ms
Write: 10% 7020 30% 7020 50% 7020 90% 7020 99% 7020 ms
Write: 10% 3977 30% 3977 50% 3977 90% 3977 99% 3977 ms
Write: 10% 6654 30% 6654 50% 6654 90% 6654 99% 6654 ms
Write: 10% 6372 30% 6372 50% 6372 90% 6372 99% 6372 ms
Write: 10% 9867 30% 9867 50% 9867 90% 9867 99% 9867 ms
Write: 10% 5316 30% 5316 50% 5316 90% 5316 99% 5316 ms
Write: 10% 3811 30% 3811 50% 3811 90% 3811 99% 3811 ms
Write: 10% 3661 30% 3661 50% 3661 90% 3661 99% 3661 ms
Write: 10% 5247 30% 5247 50% 5247 90% 5247 99% 5247 ms
Write: 10% 6532 30% 6532 50% 6532 90% 6532 99% 6532 ms
Write: 10% 9237 30% 9237 50% 9237 90% 9237 99% 9237 ms
Write: 10% 3281 30% 3281 50% 3281 90% 3281 99% 3281 ms
Write: 10% 5832 30% 5832 50% 5832 90% 5832 99% 5832 ms
Write: 10% 5588 30% 5588 50% 5588 90% 5588 99% 5588 ms
Write: 10% 13650 30% 13650 50% 13650 90% 13650 99% 13650 ms
Write: 10% 4168 30% 4168 50% 4168 90% 4168 99% 4168 ms
Write: 10% 4202 30% 4202 50% 4202 90% 4202 99% 4202 ms
Write: 10% 14423 30% 14423 50% 14423 90% 14423 99% 14423 ms
Write: 10% 6251 30% 6251 50% 6251 90% 6251 99% 6251 ms
Write: 10% 10773 30% 10773 50% 10773 90% 10773 99% 10773 ms
Write: 10% 12727 30% 12727 50% 12727 90% 12727 99% 12727 ms
Write: 10% 4315 30% 4315 50% 4315 90% 4315 99% 4315 ms
Write: 10% 13704 30% 13704 50% 13704 90% 13704 99% 13704 ms
Write: 10% 7111 30% 7111 50% 7111 90% 7111 99% 7111 ms
Write: 10% 5337 30% 5337 50% 5337 90% 5337 99% 5337 ms
Update: 10% 2746 30% 2746 50% 2746 90% 2746 99% 2746 ms
Step 4. read modify write
Write: 10% 2394 30% 2394 50% 2394 90% 2394 99% 2394 ms
Was written: 21.38671875 MiB, Speed: 0.14811197916666666 MiB/s
Write: 10% 3464 30% 3464 50% 3464 90% 3464 99% 3464 ms
Write: 10% 16588 30% 16588 50% 16588 90% 16588 99% 16588 ms
Write: 10% 16033 30% 16033 50% 16033 90% 16033 99% 16033 ms
Write: 10% 18013 30% 18013 50% 18013 90% 18013 99% 18013 ms
Write: 10% 17037 30% 17037 50% 17037 90% 17037 99% 17037 ms
Write: 10% 20011 30% 20011 50% 20011 90% 20011 99% 20011 ms
Write: 10% 18837 30% 18837 50% 18837 90% 18837 99% 18837 ms
Write: 10% 20405 30% 20405 50% 20405 90% 20405 99% 20405 ms
Write: 10% 23626 30% 23626 50% 23626 90% 23626 99% 23626 ms
Write: 10% 24172 30% 24172 50% 24172 90% 24172 99% 24172 ms
Write: 10% 23628 30% 23628 50% 23628 90% 23628 99% 23628 ms
Write: 10% 23109 30% 23109 50% 23109 90% 23109 99% 23109 ms
Write: 10% 22222 30% 22222 50% 22222 90% 22222 99% 22222 ms
Write: 10% 21060 30% 21060 50% 21060 90% 21060 99% 21060 ms
Write: 10% 21695 30% 21695 50% 21695 90% 21695 99% 21695 ms
Write: 10% 24391 30% 24391 50% 24391 90% 24391 99% 24391 ms
Write: 10% 22758 30% 22758 50% 22758 90% 22758 99% 22758 ms
Write: 10% 24000 30% 24000 50% 24000 90% 24000 99% 24000 ms
Write: 10% 9362 30% 9362 50% 9362 90% 9362 99% 9362 ms
Write: 10% 20616 30% 20616 50% 20616 90% 20616 99% 20616 ms
Write: 10% 12081 30% 12081 50% 12081 90% 12081 99% 12081 ms
Write: 10% 15665 30% 15665 50% 15665 90% 15665 99% 15665 ms
Write: 10% 18487 30% 18487 50% 18487 90% 18487 99% 18487 ms
Write: 10% 21329 30% 21329 50% 21329 90% 21329 99% 21329 ms
Write: 10% 12403 30% 12403 50% 12403 90% 12403 99% 12403 ms
Write: 10% 3471 30% 3471 50% 3471 90% 3471 99% 3471 ms
Write: 10% 9686 30% 9686 50% 9686 90% 9686 99% 9686 ms
Write: 10% 4756 30% 4756 50% 4756 90% 4756 99% 4756 ms
Write: 10% 14802 30% 14802 50% 14802 90% 14802 99% 14802 ms
Write: 10% 5714 30% 5714 50% 5714 90% 5714 99% 5714 ms
Write: 10% 20715 30% 20715 50% 20715 90% 20715 99% 20715 ms
Write: 10% 9429 30% 9429 50% 9429 90% 9429 99% 9429 ms
Write: 10% 4296 30% 4296 50% 4296 90% 4296 99% 4296 ms
Write: 10% 4562 30% 4562 50% 4562 90% 4562 99% 4562 ms
Write: 10% 4704 30% 4704 50% 4704 90% 4704 99% 4704 ms
Write: 10% 11018 30% 11018 50% 11018 90% 11018 99% 11018 ms
Write: 10% 10689 30% 10689 50% 10689 90% 10689 99% 10689 ms
Write: 10% 5852 30% 5852 50% 5852 90% 5852 99% 5852 ms
Write: 10% 14631 30% 14631 50% 14631 90% 14631 99% 14631 ms
Write: 10% 6205 30% 6205 50% 6205 90% 6205 99% 6205 ms
Write: 10% 13668 30% 13668 50% 13668 90% 13668 99% 13668 ms
Write: 10% 4607 30% 4607 50% 4607 90% 4607 99% 4607 ms
Write: 10% 8547 30% 8547 50% 8547 90% 8547 99% 8547 ms
Write: 10% 4921 30% 4921 50% 4921 90% 4921 99% 4921 ms
Write: 10% 13841 30% 13841 50% 13841 90% 13841 99% 13841 ms
Write: 10% 11341 30% 11341 50% 11341 90% 11341 99% 11341 ms
Write: 10% 5925 30% 5925 50% 5925 90% 5925 99% 5925 ms
Write: 10% 20463 30% 20463 50% 20463 90% 20463 99% 20463 ms
Write: 10% 7453 30% 7453 50% 7453 90% 7453 99% 7453 ms
Write: 10% 21597 30% 21597 50% 21597 90% 21597 99% 21597 ms
Write: 10% 17199 30% 17199 50% 17199 90% 17199 99% 17199 ms
Write: 10% 16734 30% 16734 50% 16734 90% 16734 99% 16734 ms
Write: 10% 5932 30% 5932 50% 5932 90% 5932 99% 5932 ms
Write: 10% 6009 30% 6009 50% 6009 90% 6009 99% 6009 ms
Write: 10% 12716 30% 12716 50% 12716 90% 12716 99% 12716 ms
Write: 10% 10458 30% 10458 50% 10458 90% 10458 99% 10458 ms
Write: 10% 8334 30% 8334 50% 8334 90% 8334 99% 8334 ms
Write: 10% 10122 30% 10122 50% 10122 90% 10122 99% 10122 ms
Write: 10% 15737 30% 15737 50% 15737 90% 15737 99% 15737 ms
Write: 10% 6958 30% 6958 50% 6958 90% 6958 99% 6958 ms
Write: 10% 6181 30% 6181 50% 6181 90% 6181 99% 6181 ms
Write: 10% 4870 30% 4870 50% 4870 90% 4870 99% 4870 ms
Write: 10% 17542 30% 17542 50% 17542 90% 17542 99% 17542 ms
Read: 10% 5500 30% 7430 50% 9360 90% 25005 99% 28525 ms
Update: 10% 2226 30% 2226 50% 2226 90% 2226 99% 2226 ms
