  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/tbty/0036b8/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/tbty/0036b8/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/tbty/0036b8/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 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 375, in from_message
    for column, value, column_info in zip(message.columns, row_proto.items, column_parsers):
  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/tbty/0036b8/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/tbty/0036b8/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/tbty/0036b8', '--source-root', '/home/runner/.ya/build/build_root/tbty/0036b8/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/tbty/0036b8/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/10334327813/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/tbty/0036b8/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/tbty/0036b8/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/tbty/0036b8', '--source-root', '/home/runner/.ya/build/build_root/tbty/0036b8/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/tbty/0036b8/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/10334327813/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% 5157 30% 5157 50% 5157 90% 5157 99% 5157 ms
Write: 10% 5710 30% 5710 50% 5710 90% 5710 99% 5710 ms
Write: 10% 6372 30% 6372 50% 6372 90% 6372 99% 6372 ms
Write: 10% 14062 30% 14062 50% 14062 90% 14062 99% 14062 ms
Write: 10% 14292 30% 14292 50% 14292 90% 14292 99% 14292 ms
Write: 10% 15614 30% 15614 50% 15614 90% 15614 99% 15614 ms
Write: 10% 16056 30% 16056 50% 16056 90% 16056 99% 16056 ms
Write: 10% 15216 30% 15216 50% 15216 90% 15216 99% 15216 ms
Write: 10% 25164 30% 25164 50% 25164 90% 25164 99% 25164 ms
Write: 10% 27490 30% 27490 50% 27490 90% 27490 99% 27490 ms
Write: 10% 24357 30% 24357 50% 24357 90% 24357 99% 24357 ms
Write: 10% 30363 30% 30363 50% 30363 90% 30363 99% 30363 ms
Write: 10% 17111 30% 17111 50% 17111 90% 17111 99% 17111 ms
Write: 10% 21577 30% 21577 50% 21577 90% 21577 99% 21577 ms
Write: 10% 22087 30% 22087 50% 22087 90% 22087 99% 22087 ms
Write: 10% 22145 30% 22145 50% 22145 90% 22145 99% 22145 ms
Write: 10% 21949 30% 21949 50% 21949 90% 21949 99% 21949 ms
Write: 10% 20327 30% 20327 50% 20327 90% 20327 99% 20327 ms
Write: 10% 21201 30% 21201 50% 21201 90% 21201 99% 21201 ms
Write: 10% 14199 30% 14199 50% 14199 90% 14199 99% 14199 ms
Write: 10% 22115 30% 22115 50% 22115 90% 22115 99% 22115 ms
Write: 10% 12264 30% 12264 50% 12264 90% 12264 99% 12264 ms
Write: 10% 4072 30% 4072 50% 4072 90% 4072 99% 4072 ms
Write: 10% 6493 30% 6493 50% 6493 90% 6493 99% 6493 ms
Write: 10% 17004 30% 17004 50% 17004 90% 17004 99% 17004 ms
Write: 10% 5988 30% 5988 50% 5988 90% 5988 99% 5988 ms
Write: 10% 9265 30% 9265 50% 9265 90% 9265 99% 9265 ms
Write: 10% 14095 30% 14095 50% 14095 90% 14095 99% 14095 ms
Write: 10% 14772 30% 14772 50% 14772 90% 14772 99% 14772 ms
Write: 10% 7507 30% 7507 50% 7507 90% 7507 99% 7507 ms
Write: 10% 5076 30% 5076 50% 5076 90% 5076 99% 5076 ms
Write: 10% 20267 30% 20267 50% 20267 90% 20267 99% 20267 ms
Write: 10% 18921 30% 18921 50% 18921 90% 18921 99% 18921 ms
Write: 10% 5456 30% 5456 50% 5456 90% 5456 99% 5456 ms
Write: 10% 9086 30% 9086 50% 9086 90% 9086 99% 9086 ms
Write: 10% 18861 30% 18861 50% 18861 90% 18861 99% 18861 ms
Write: 10% 7479 30% 7479 50% 7479 90% 7479 99% 7479 ms
Write: 10% 7137 30% 7137 50% 7137 90% 7137 99% 7137 ms
Write: 10% 15040 30% 15040 50% 15040 90% 15040 99% 15040 ms
Write: 10% 19751 30% 19751 50% 19751 90% 19751 99% 19751 ms
Write: 10% 3539 30% 3539 50% 3539 90% 3539 99% 3539 ms
Write: 10% 8044 30% 8044 50% 8044 90% 8044 99% 8044 ms
Write: 10% 9287 30% 9287 50% 9287 90% 9287 99% 9287 ms
Write: 10% 11561 30% 11561 50% 11561 90% 11561 99% 11561 ms
Write: 10% 5604 30% 5604 50% 5604 90% 5604 99% 5604 ms
Write: 10% 5444 30% 5444 50% 5444 90% 5444 99% 5444 ms
Write: 10% 5732 30% 5732 50% 5732 90% 5732 99% 5732 ms
Write: 10% 11906 30% 11906 50% 11906 90% 11906 99% 11906 ms
Write: 10% 4591 30% 4591 50% 4591 90% 4591 99% 4591 ms
Write: 10% 10835 30% 10835 50% 10835 90% 10835 99% 10835 ms
Write: 10% 4391 30% 4391 50% 4391 90% 4391 99% 4391 ms
Write: 10% 6513 30% 6513 50% 6513 90% 6513 99% 6513 ms
Write: 10% 8278 30% 8278 50% 8278 90% 8278 99% 8278 ms
Write: 10% 3770 30% 3770 50% 3770 90% 3770 99% 3770 ms
Write: 10% 18408 30% 18408 50% 18408 90% 18408 99% 18408 ms
Write: 10% 2607 30% 2607 50% 2607 90% 2607 99% 2607 ms
Write: 10% 14858 30% 14858 50% 14858 90% 14858 99% 14858 ms
Write: 10% 4369 30% 4369 50% 4369 90% 4369 99% 4369 ms
Write: 10% 5946 30% 5946 50% 5946 90% 5946 99% 5946 ms
Write: 10% 10391 30% 10391 50% 10391 90% 10391 99% 10391 ms
Write: 10% 4845 30% 4845 50% 4845 90% 4845 99% 4845 ms
Write: 10% 6103 30% 6103 50% 6103 90% 6103 99% 6103 ms
Write: 10% 7866 30% 7866 50% 7866 90% 7866 99% 7866 ms
Write: 10% 4772 30% 4772 50% 4772 90% 4772 99% 4772 ms
Step 2. read write
Write: 10% 12989 30% 12989 50% 12989 90% 12989 99% 12989 ms
Write: 10% 16146 30% 16146 50% 16146 90% 16146 99% 16146 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Write: 10% 20015 30% 20015 50% 20015 90% 20015 99% 20015 ms
Write: 10% 22557 30% 22557 50% 22557 90% 22557 99% 22557 ms
Write: 10% 21957 30% 21957 50% 21957 90% 21957 99% 21957 ms
Write: 10% 20039 30% 20039 50% 20039 90% 20039 99% 20039 ms
Write: 10% 22353 30% 22353 50% 22353 90% 22353 99% 22353 ms
Write: 10% 14275 30% 14275 50% 14275 90% 14275 99% 14275 ms
Write: 10% 13462 30% 13462 50% 13462 90% 13462 99% 13462 ms
Write: 10% 24290 30% 24290 50% 24290 90% 24290 99% 24290 ms
Write: 10% 15872 30% 15872 50% 15872 90% 15872 99% 15872 ms
Write: 10% 21492 30% 21492 50% 21492 90% 21492 99% 21492 ms
Write: 10% 22098 30% 22098 50% 22098 90% 22098 99% 22098 ms
Write: 10% 13804 30% 13804 50% 13804 90% 13804 99% 13804 ms
Write: 10% 20866 30% 20866 50% 20866 90% 20866 99% 20866 ms
Write: 10% 20788 30% 20788 50% 20788 90% 20788 99% 20788 ms
Write: 10% 14582 30% 14582 50% 14582 90% 14582 99% 14582 ms
Write: 10% 18746 30% 18746 50% 18746 90% 18746 99% 18746 ms
Write: 10% 21333 30% 21333 50% 21333 90% 21333 99% 21333 ms
Write: 10% 22094 30% 22094 50% 22094 90% 22094 99% 22094 ms
Write: 10% 8526 30% 8526 50% 8526 90% 8526 99% 8526 ms
Write: 10% 18461 30% 18461 50% 18461 90% 18461 99% 18461 ms
Write: 10% 22347 30% 22347 50% 22347 90% 22347 99% 22347 ms
Write: 10% 20575 30% 20575 50% 20575 90% 20575 99% 20575 ms
Write: 10% 6050 30% 6050 50% 6050 90% 6050 99% 6050 ms
Write: 10% 8381 30% 8381 50% 8381 90% 8381 99% 8381 ms
Write: 10% 13721 30% 13721 50% 13721 90% 13721 99% 13721 ms
Write: 10% 11426 30% 11426 50% 11426 90% 11426 99% 11426 ms
Write: 10% 8198 30% 8198 50% 8198 90% 8198 99% 8198 ms
Write: 10% 15664 30% 15664 50% 15664 90% 15664 99% 15664 ms
Write: 10% 13326 30% 13326 50% 13326 90% 13326 99% 13326 ms
Write: 10% 16330 30% 16330 50% 16330 90% 16330 99% 16330 ms
Write: 10% 7708 30% 7708 50% 7708 90% 7708 99% 7708 ms
Write: 10% 8983 30% 8983 50% 8983 90% 8983 99% 8983 ms
Write: 10% 13180 30% 13180 50% 13180 90% 13180 99% 13180 ms
Write: 10% 6681 30% 6681 50% 6681 90% 6681 99% 6681 ms
Write: 10% 8663 30% 8663 50% 8663 90% 8663 99% 8663 ms
Write: 10% 13276 30% 13276 50% 13276 90% 13276 99% 13276 ms
Write: 10% 4759 30% 4759 50% 4759 90% 4759 99% 4759 ms
Write: 10% 13147 30% 13147 50% 13147 90% 13147 99% 13147 ms
Write: 10% 4485 30% 4485 50% 4485 90% 4485 99% 4485 ms
Write: 10% 5993 30% 5993 50% 5993 90% 5993 99% 5993 ms
Write: 10% 8106 30% 8106 50% 8106 90% 8106 99% 8106 ms
Write: 10% 24103 30% 24103 50% 24103 90% 24103 99% 24103 ms
Write: 10% 21356 30% 21356 50% 21356 90% 21356 99% 21356 ms
Write: 10% 4761 30% 4761 50% 4761 90% 4761 99% 4761 ms
Write: 10% 11166 30% 11166 50% 11166 90% 11166 99% 11166 ms
Write: 10% 6877 30% 6877 50% 6877 90% 6877 99% 6877 ms
Write: 10% 3565 30% 3565 50% 3565 90% 3565 99% 3565 ms
Write: 10% 5091 30% 5091 50% 5091 90% 5091 99% 5091 ms
Write: 10% 13086 30% 13086 50% 13086 90% 13086 99% 13086 ms
Write: 10% 8818 30% 8818 50% 8818 90% 8818 99% 8818 ms
Write: 10% 9354 30% 9354 50% 9354 90% 9354 99% 9354 ms
Write: 10% 3634 30% 3634 50% 3634 90% 3634 99% 3634 ms
Write: 10% 2818 30% 2818 50% 2818 90% 2818 99% 2818 ms
Write: 10% 14815 30% 14815 50% 14815 90% 14815 99% 14815 ms
Write: 10% 3944 30% 3944 50% 3944 90% 3944 99% 3944 ms
Write: 10% 7240 30% 7240 50% 7240 90% 7240 99% 7240 ms
Write: 10% 3207 30% 3207 50% 3207 90% 3207 99% 3207 ms
Write: 10% 5792 30% 5792 50% 5792 90% 5792 99% 5792 ms
Write: 10% 9367 30% 9367 50% 9367 90% 9367 99% 9367 ms
Write: 10% 7163 30% 7163 50% 7163 90% 7163 99% 7163 ms
Write: 10% 4954 30% 4954 50% 4954 90% 4954 99% 4954 ms
Write: 10% 5624 30% 5624 50% 5624 90% 5624 99% 5624 ms
Read: 10% 4589 30% 4696 50% 4802 90% 24544 99% 28985 ms
Step 3. write modify
Write: 10% 8697 30% 8697 50% 8697 90% 8697 99% 8697 ms
Write: 10% 9563 30% 9563 50% 9563 90% 9563 99% 9563 ms
Write: 10% 11113 30% 11113 50% 11113 90% 11113 99% 11113 ms
Write: 10% 11761 30% 11761 50% 11761 90% 11761 99% 11761 ms
Write: 10% 18372 30% 18372 50% 18372 90% 18372 99% 18372 ms
Write: 10% 17657 30% 17657 50% 17657 90% 17657 99% 17657 ms
Write: 10% 19944 30% 19944 50% 19944 90% 19944 99% 19944 ms
Write: 10% 19740 30% 19740 50% 19740 90% 19740 99% 19740 ms
Write: 10% 21302 30% 21302 50% 21302 90% 21302 99% 21302 ms
Write: 10% 20189 30% 20189 50% 20189 90% 20189 99% 20189 ms
Write: 10% 20007 30% 20007 50% 20007 90% 20007 99% 20007 ms
Write: 10% 19580 30% 19580 50% 19580 90% 19580 99% 19580 ms
Write: 10% 19800 30% 19800 50% 19800 90% 19800 99% 19800 ms
Write: 10% 19567 30% 19567 50% 19567 90% 19567 99% 19567 ms
Write: 10% 16406 30% 16406 50% 16406 90% 16406 99% 16406 ms
Write: 10% 20348 30% 20348 50% 20348 90% 20348 99% 20348 ms
Write: 10% 14528 30% 14528 50% 14528 90% 14528 99% 14528 ms
Write: 10% 19191 30% 19191 50% 19191 90% 19191 99% 19191 ms
Write: 10% 17478 30% 17478 50% 17478 90% 17478 99% 17478 ms
Write: 10% 19746 30% 19746 50% 19746 90% 19746 99% 19746 ms
Write: 10% 14625 30% 14625 50% 14625 90% 14625 99% 14625 ms
Write: 10% 13041 30% 13041 50% 13041 90% 13041 99% 13041 ms
Write: 10% 18889 30% 18889 50% 18889 90% 18889 99% 18889 ms
Write: 10% 17143 30% 17143 50% 17143 90% 17143 99% 17143 ms
Write: 10% 19279 30% 19279 50% 19279 90% 19279 99% 19279 ms
Write: 10% 11998 30% 11998 50% 11998 90% 11998 99% 11998 ms
Write: 10% 16821 30% 16821 50% 16821 90% 16821 99% 16821 ms
Write: 10% 15599 30% 15599 50% 15599 90% 15599 99% 15599 ms
Write: 10% 17805 30% 17805 50% 17805 90% 17805 99% 17805 ms
Write: 10% 16861 30% 16861 50% 16861 90% 16861 99% 16861 ms
Write: 10% 16081 30% 16081 50% 16081 90% 16081 99% 16081 ms
Write: 10% 15321 30% 15321 50% 15321 90% 15321 99% 15321 ms
Write: 10% 4125 30% 4125 50% 4125 90% 4125 99% 4125 ms
Write: 10% 15057 30% 15057 50% 15057 90% 15057 99% 15057 ms
Write: 10% 13961 30% 13961 50% 13961 90% 13961 99% 13961 ms
Write: 10% 10721 30% 10721 50% 10721 90% 10721 99% 10721 ms
Write: 10% 7870 30% 7870 50% 7870 90% 7870 99% 7870 ms
Write: 10% 6894 30% 6894 50% 6894 90% 6894 99% 6894 ms
Write: 10% 13253 30% 13253 50% 13253 90% 13253 99% 13253 ms
Write: 10% 13743 30% 13743 50% 13743 90% 13743 99% 13743 ms
Write: 10% 17097 30% 17097 50% 17097 90% 17097 99% 17097 ms
Write: 10% 10241 30% 10241 50% 10241 90% 10241 99% 10241 ms
Write: 10% 12230 30% 12230 50% 12230 90% 12230 99% 12230 ms
Write: 10% 5631 30% 5631 50% 5631 90% 5631 99% 5631 ms
Write: 10% 11902 30% 11902 50% 11902 90% 11902 99% 11902 ms
Write: 10% 3687 30% 3687 50% 3687 90% 3687 99% 3687 ms
Write: 10% 5946 30% 5946 50% 5946 90% 5946 99% 5946 ms
Write: 10% 10116 30% 10116 50% 10116 90% 10116 99% 10116 ms
Write: 10% 9679 30% 9679 50% 9679 90% 9679 99% 9679 ms
Write: 10% 10647 30% 10647 50% 10647 90% 10647 99% 10647 ms
Write: 10% 5638 30% 5638 50% 5638 90% 5638 99% 5638 ms
Write: 10% 5248 30% 5248 50% 5248 90% 5248 99% 5248 ms
Write: 10% 6385 30% 6385 50% 6385 90% 6385 99% 6385 ms
Write: 10% 6137 30% 6137 50% 6137 90% 6137 99% 6137 ms
Write: 10% 4948 30% 4948 50% 4948 90% 4948 99% 4948 ms
Write: 10% 3856 30% 3856 50% 3856 90% 3856 99% 3856 ms
Write: 10% 8855 30% 8855 50% 8855 90% 8855 99% 8855 ms
Write: 10% 4995 30% 4995 50% 4995 90% 4995 99% 4995 ms
Write: 10% 6444 30% 6444 50% 6444 90% 6444 99% 6444 ms
Write: 10% 8232 30% 8232 50% 8232 90% 8232 99% 8232 ms
Write: 10% 10011 30% 10011 50% 10011 90% 10011 99% 10011 ms
Write: 10% 7417 30% 7417 50% 7417 90% 7417 99% 7417 ms
Write: 10% 4526 30% 4526 50% 4526 90% 4526 99% 4526 ms
Write: 10% 5711 30% 5711 50% 5711 90% 5711 99% 5711 ms
Update: 10% 2148 30% 2148 50% 2148 90% 2148 99% 2148 ms
Step 4. read modify write
Was written: 22.36328125 MiB, Speed: 0.16438802083333334 MiB/s
Write: 10% 8146 30% 8146 50% 8146 90% 8146 99% 8146 ms
Write: 10% 12314 30% 12314 50% 12314 90% 12314 99% 12314 ms
Write: 10% 13568 30% 13568 50% 13568 90% 13568 99% 13568 ms
Write: 10% 12201 30% 12201 50% 12201 90% 12201 99% 12201 ms
Write: 10% 19390 30% 19390 50% 19390 90% 19390 99% 19390 ms
Write: 10% 19089 30% 19089 50% 19089 90% 19089 99% 19089 ms
Write: 10% 21057 30% 21057 50% 21057 90% 21057 99% 21057 ms
Write: 10% 21388 30% 21388 50% 21388 90% 21388 99% 21388 ms
Write: 10% 19935 30% 19935 50% 19935 90% 19935 99% 19935 ms
Write: 10% 21485 30% 21485 50% 21485 90% 21485 99% 21485 ms
Write: 10% 20135 30% 20135 50% 20135 90% 20135 99% 20135 ms
Write: 10% 19936 30% 19936 50% 19936 90% 19936 99% 19936 ms
Write: 10% 20141 30% 20141 50% 20141 90% 20141 99% 20141 ms
Write: 10% 12872 30% 12872 50% 12872 90% 12872 99% 12872 ms
Write: 10% 16294 30% 16294 50% 16294 90% 16294 99% 16294 ms
Write: 10% 12113 30% 12113 50% 12113 90% 12113 99% 12113 ms
Write: 10% 13000 30% 13000 50% 13000 90% 13000 99% 13000 ms
Write: 10% 12636 30% 12636 50% 12636 90% 12636 99% 12636 ms
Write: 10% 13318 30% 13318 50% 13318 90% 13318 99% 13318 ms
Write: 10% 6611 30% 6611 50% 6611 90% 6611 99% 6611 ms
Write: 10% 17500 30% 17500 50% 17500 90% 17500 99% 17500 ms
Write: 10% 14696 30% 14696 50% 14696 90% 14696 99% 14696 ms
Write: 10% 17687 30% 17687 50% 17687 90% 17687 99% 17687 ms
Write: 10% 13570 30% 13570 50% 13570 90% 13570 99% 13570 ms
Write: 10% 7778 30% 7778 50% 7778 90% 7778 99% 7778 ms
Write: 10% 9899 30% 9899 50% 9899 90% 9899 99% 9899 ms
Write: 10% 14109 30% 14109 50% 14109 90% 14109 99% 14109 ms
Write: 10% 6740 30% 6740 50% 6740 90% 6740 99% 6740 ms
Write: 10% 10249 30% 10249 50% 10249 90% 10249 99% 10249 ms
Write: 10% 14516 30% 14516 50% 14516 90% 14516 99% 14516 ms
Write: 10% 13559 30% 13559 50% 13559 90% 13559 99% 13559 ms
Write: 10% 11810 30% 11810 50% 11810 90% 11810 99% 11810 ms
Write: 10% 18628 30% 18628 50% 18628 90% 18628 99% 18628 ms
Write: 10% 5423 30% 5423 50% 5423 90% 5423 99% 5423 ms
Write: 10% 11059 30% 11059 50% 11059 90% 11059 99% 11059 ms
Write: 10% 9963 30% 9963 50% 9963 90% 9963 99% 9963 ms
Write: 10% 10220 30% 10220 50% 10220 90% 10220 99% 10220 ms
Write: 10% 4349 30% 4349 50% 4349 90% 4349 99% 4349 ms
Write: 10% 8651 30% 8651 50% 8651 90% 8651 99% 8651 ms
Write: 10% 11154 30% 11154 50% 11154 90% 11154 99% 11154 ms
Write: 10% 9188 30% 9188 50% 9188 90% 9188 99% 9188 ms
Write: 10% 8597 30% 8597 50% 8597 90% 8597 99% 8597 ms
Write: 10% 18425 30% 18425 50% 18425 90% 18425 99% 18425 ms
Write: 10% 3806 30% 3806 50% 3806 90% 3806 99% 3806 ms
Write: 10% 4707 30% 4707 50% 4707 90% 4707 99% 4707 ms
Write: 10% 6080 30% 6080 50% 6080 90% 6080 99% 6080 ms
Write: 10% 8364 30% 8364 50% 8364 90% 8364 99% 8364 ms
Write: 10% 7141 30% 7141 50% 7141 90% 7141 99% 7141 ms
Write: 10% 6198 30% 6198 50% 6198 90% 6198 99% 6198 ms
Write: 10% 7431 30% 7431 50% 7431 90% 7431 99% 7431 ms
Write: 10% 2633 30% 2633 50% 2633 90% 2633 99% 2633 ms
Write: 10% 11673 30% 11673 50% 11673 90% 11673 99% 11673 ms
Write: 10% 3241 30% 3241 50% 3241 90% 3241 99% 3241 ms
Write: 10% 5886 30% 5886 50% 5886 90% 5886 99% 5886 ms
Write: 10% 8118 30% 8118 50% 8118 90% 8118 99% 8118 ms
Write: 10% 14409 30% 14409 50% 14409 90% 14409 99% 14409 ms
Write: 10% 3503 30% 3503 50% 3503 90% 3503 99% 3503 ms
Write: 10% 6467 30% 6467 50% 6467 90% 6467 99% 6467 ms
Write: 10% 5882 30% 5882 50% 5882 90% 5882 99% 5882 ms
Write: 10% 3506 30% 3506 50% 3506 90% 3506 99% 3506 ms
Write: 10% 7778 30% 7778 50% 7778 90% 7778 99% 7778 ms
Write: 10% 4706 30% 4706 50% 4706 90% 4706 99% 4706 ms
Write: 10% 4349 30% 4349 50% 4349 90% 4349 99% 4349 ms
Write: 10% 5529 30% 5529 50% 5529 90% 5529 99% 5529 ms
Read: 10% 3868 30% 4253 50% 4639 90% 25922 99% 30711 ms
Update: 10% 2976 30% 2976 50% 2976 90% 2976 99% 2976 ms
