  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 591, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "/home/runner/.ya/build/build_root/mwu5/005cc5/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/mwu5/005cc5/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/mwu5/005cc5/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 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: ...pture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/mwu5/005cc5/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/mwu5/005cc5', '--source-root', '/home/runner/.ya/build/build_root/mwu5/005cc5/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/mwu5/005cc5/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/10565712904/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', 'ADD_PEERDIRS_GEN_TESTS=yes', '--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: (("...pture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/mwu5/005cc5/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/mwu5/005cc5', '--source-root', '/home/runner/.ya/build/build_root/mwu5/005cc5/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/mwu5/005cc5/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/10565712904/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', 'ADD_PEERDIRS_GEN_TESTS=yes', '--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
Thread 2 failed
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 2075 30% 2075 50% 2075 90% 2075 99% 2075 ms
Write: 10% 7717 30% 7717 50% 7717 90% 7717 99% 7717 ms
Write: 10% 8271 30% 8271 50% 8271 90% 8271 99% 8271 ms
Write: 10% 12954 30% 12954 50% 12954 90% 12954 99% 12954 ms
Write: 10% 12898 30% 12898 50% 12898 90% 12898 99% 12898 ms
Write: 10% 14146 30% 14146 50% 14146 90% 14146 99% 14146 ms
Write: 10% 12250 30% 12250 50% 12250 90% 12250 99% 12250 ms
Write: 10% 18920 30% 18920 50% 18920 90% 18920 99% 18920 ms
Write: 10% 19764 30% 19764 50% 19764 90% 19764 99% 19764 ms
Write: 10% 19200 30% 19200 50% 19200 90% 19200 99% 19200 ms
Write: 10% 18600 30% 18600 50% 18600 90% 18600 99% 18600 ms
Write: 10% 23092 30% 23092 50% 23092 90% 23092 99% 23092 ms
Write: 10% 17467 30% 17467 50% 17467 90% 17467 99% 17467 ms
Write: 10% 22283 30% 22283 50% 22283 90% 22283 99% 22283 ms
Write: 10% 20575 30% 20575 50% 20575 90% 20575 99% 20575 ms
Write: 10% 23760 30% 23760 50% 23760 90% 23760 99% 23760 ms
Write: 10% 20055 30% 20055 50% 20055 90% 20055 99% 20055 ms
Write: 10% 20477 30% 20477 50% 20477 90% 20477 99% 20477 ms
Write: 10% 10201 30% 10201 50% 10201 90% 10201 99% 10201 ms
Write: 10% 19789 30% 19789 50% 19789 90% 19789 99% 19789 ms
Write: 10% 5956 30% 5956 50% 5956 90% 5956 99% 5956 ms
Write: 10% 17444 30% 17444 50% 17444 90% 17444 99% 17444 ms
Write: 10% 13106 30% 13106 50% 13106 90% 13106 99% 13106 ms
Write: 10% 11382 30% 11382 50% 11382 90% 11382 99% 11382 ms
Write: 10% 12324 30% 12324 50% 12324 90% 12324 99% 12324 ms
Write: 10% 16923 30% 16923 50% 16923 90% 16923 99% 16923 ms
Write: 10% 8826 30% 8826 50% 8826 90% 8826 99% 8826 ms
Write: 10% 20162 30% 20162 50% 20162 90% 20162 99% 20162 ms
Write: 10% 20391 30% 20391 50% 20391 90% 20391 99% 20391 ms
Write: 10% 15303 30% 15303 50% 15303 90% 15303 99% 15303 ms
Write: 10% 2128 30% 2128 50% 2128 90% 2128 99% 2128 ms
Write: 10% 20173 30% 20173 50% 20173 90% 20173 99% 20173 ms
Write: 10% 14000 30% 14000 50% 14000 90% 14000 99% 14000 ms
Write: 10% 6655 30% 6655 50% 6655 90% 6655 99% 6655 ms
Write: 10% 6608 30% 6608 50% 6608 90% 6608 99% 6608 ms
Write: 10% 11892 30% 11892 50% 11892 90% 11892 99% 11892 ms
Write: 10% 5619 30% 5619 50% 5619 90% 5619 99% 5619 ms
Write: 10% 19876 30% 19876 50% 19876 90% 19876 99% 19876 ms
Write: 10% 8399 30% 8399 50% 8399 90% 8399 99% 8399 ms
Write: 10% 5344 30% 5344 50% 5344 90% 5344 99% 5344 ms
Write: 10% 3254 30% 3254 50% 3254 90% 3254 99% 3254 ms
Write: 10% 12233 30% 12233 50% 12233 90% 12233 99% 12233 ms
Write: 10% 13688 30% 13688 50% 13688 90% 13688 99% 13688 ms
Write: 10% 3060 30% 3060 50% 3060 90% 3060 99% 3060 ms
Write: 10% 6231 30% 6231 50% 6231 90% 6231 99% 6231 ms
Write: 10% 18705 30% 18705 50% 18705 90% 18705 99% 18705 ms
Write: 10% 11875 30% 11875 50% 11875 90% 11875 99% 11875 ms
Write: 10% 4844 30% 4844 50% 4844 90% 4844 99% 4844 ms
Write: 10% 7182 30% 7182 50% 7182 90% 7182 99% 7182 ms
Write: 10% 8993 30% 8993 50% 8993 90% 8993 99% 8993 ms
Write: 10% 5328 30% 5328 50% 5328 90% 5328 99% 5328 ms
Write: 10% 13406 30% 13406 50% 13406 90% 13406 99% 13406 ms
Write: 10% 9620 30% 9620 50% 9620 90% 9620 99% 9620 ms
Write: 10% 7267 30% 7267 50% 7267 90% 7267 99% 7267 ms
Write: 10% 4776 30% 4776 50% 4776 90% 4776 99% 4776 ms
Write: 10% 4273 30% 4273 50% 4273 90% 4273 99% 4273 ms
Write: 10% 10681 30% 10681 50% 10681 90% 10681 99% 10681 ms
Write: 10% 3315 30% 3315 50% 3315 90% 3315 99% 3315 ms
Write: 10% 8441 30% 8441 50% 8441 90% 8441 99% 8441 ms
Write: 10% 6216 30% 6216 50% 6216 90% 6216 99% 6216 ms
Write: 10% 3485 30% 3485 50% 3485 90% 3485 99% 3485 ms
Write: 10% 3545 30% 3545 50% 3545 90% 3545 99% 3545 ms
Write: 10% 10917 30% 10917 50% 10917 90% 10917 99% 10917 ms
Write: 10% 5870 30% 5870 50% 5870 90% 5870 99% 5870 ms
Step 2. read write
Write: 10% 17471 30% 17471 50% 17471 90% 17471 99% 17471 ms
Write: 10% 22789 30% 22789 50% 22789 90% 22789 99% 22789 ms
Write: 10% 23826 30% 23826 50% 23826 90% 23826 99% 23826 ms
Write: 10% 25309 30% 25309 50% 25309 90% 25309 99% 25309 ms
Write: 10% 24442 30% 24442 50% 24442 90% 24442 99% 24442 ms
Write: 10% 26040 30% 26040 50% 26040 90% 26040 99% 26040 ms
Was written: 12.40234375 MiB, Speed: 0.20670572916666666 MiB/s
Write: 10% 27314 30% 27314 50% 27314 90% 27314 99% 27314 ms
Write: 10% 29282 30% 29282 50% 29282 90% 29282 99% 29282 ms
Write: 10% 27316 30% 27316 50% 27316 90% 27316 99% 27316 ms
Write: 10% 24329 30% 24329 50% 24329 90% 24329 99% 24329 ms
Write: 10% 22717 30% 22717 50% 22717 90% 22717 99% 22717 ms
Write: 10% 24857 30% 24857 50% 24857 90% 24857 99% 24857 ms
Write: 10% 18924 30% 18924 50% 18924 90% 18924 99% 18924 ms
Write: 10% 19438 30% 19438 50% 19438 90% 19438 99% 19438 ms
Write: 10% 15959 30% 15959 50% 15959 90% 15959 99% 15959 ms
Write: 10% 16279 30% 16279 50% 16279 90% 16279 99% 16279 ms
Write: 10% 18718 30% 18718 50% 18718 90% 18718 99% 18718 ms
Write: 10% 12446 30% 12446 50% 12446 90% 12446 99% 12446 ms
Write: 10% 21361 30% 21361 50% 21361 90% 21361 99% 21361 ms
Write: 10% 12983 30% 12983 50% 12983 90% 12983 99% 12983 ms
Write: 10% 14385 30% 14385 50% 14385 90% 14385 99% 14385 ms
Write: 10% 13483 30% 13483 50% 13483 90% 13483 99% 13483 ms
Write: 10% 21365 30% 21365 50% 21365 90% 21365 99% 21365 ms
Write: 10% 16139 30% 16139 50% 16139 90% 16139 99% 16139 ms
Write: 10% 15336 30% 15336 50% 15336 90% 15336 99% 15336 ms
Write: 10% 18018 30% 18018 50% 18018 90% 18018 99% 18018 ms
Write: 10% 18096 30% 18096 50% 18096 90% 18096 99% 18096 ms
Write: 10% 9997 30% 9997 50% 9997 90% 9997 99% 9997 ms
Write: 10% 13209 30% 13209 50% 13209 90% 13209 99% 13209 ms
Write: 10% 12394 30% 12394 50% 12394 90% 12394 99% 12394 ms
Write: 10% 10962 30% 10962 50% 10962 90% 10962 99% 10962 ms
Write: 10% 16503 30% 16503 50% 16503 90% 16503 99% 16503 ms
Write: 10% 6541 30% 6541 50% 6541 90% 6541 99% 6541 ms
Write: 10% 14099 30% 14099 50% 14099 90% 14099 99% 14099 ms
Write: 10% 10141 30% 10141 50% 10141 90% 10141 99% 10141 ms
Write: 10% 12881 30% 12881 50% 12881 90% 12881 99% 12881 ms
Write: 10% 9766 30% 9766 50% 9766 90% 9766 99% 9766 ms
Write: 10% 13183 30% 13183 50% 13183 90% 13183 99% 13183 ms
Write: 10% 13982 30% 13982 50% 13982 90% 13982 99% 13982 ms
Write: 10% 9702 30% 9702 50% 9702 90% 9702 99% 9702 ms
Write: 10% 15325 30% 15325 50% 15325 90% 15325 99% 15325 ms
Write: 10% 19858 30% 19858 50% 19858 90% 19858 99% 19858 ms
Write: 10% 9412 30% 9412 50% 9412 90% 9412 99% 9412 ms
Write: 10% 13041 30% 13041 50% 13041 90% 13041 99% 13041 ms
Write: 10% 4218 30% 4218 50% 4218 90% 4218 99% 4218 ms
Write: 10% 13606 30% 13606 50% 13606 90% 13606 99% 13606 ms
Write: 10% 3415 30% 3415 50% 3415 90% 3415 99% 3415 ms
Write: 10% 4681 30% 4681 50% 4681 90% 4681 99% 4681 ms
Write: 10% 2645 30% 2645 50% 2645 90% 2645 99% 2645 ms
Write: 10% 15686 30% 15686 50% 15686 90% 15686 99% 15686 ms
Write: 10% 14040 30% 14040 50% 14040 90% 14040 99% 14040 ms
Write: 10% 3374 30% 3374 50% 3374 90% 3374 99% 3374 ms
Write: 10% 19162 30% 19162 50% 19162 90% 19162 99% 19162 ms
Write: 10% 10446 30% 10446 50% 10446 90% 10446 99% 10446 ms
Write: 10% 7202 30% 7202 50% 7202 90% 7202 99% 7202 ms
Write: 10% 4965 30% 4965 50% 4965 90% 4965 99% 4965 ms
Write: 10% 3136 30% 3136 50% 3136 90% 3136 99% 3136 ms
Write: 10% 6033 30% 6033 50% 6033 90% 6033 99% 6033 ms
Write: 10% 2703 30% 2703 50% 2703 90% 2703 99% 2703 ms
Write: 10% 2873 30% 2873 50% 2873 90% 2873 99% 2873 ms
Write: 10% 7633 30% 7633 50% 7633 90% 7633 99% 7633 ms
Write: 10% 3119 30% 3119 50% 3119 90% 3119 99% 3119 ms
Write: 10% 10595 30% 10595 50% 10595 90% 10595 99% 10595 ms
Write: 10% 3519 30% 3519 50% 3519 90% 3519 99% 3519 ms
Read: 10% 3873 30% 4679 50% 5485 90% 32103 99% 38092 ms
Step 3. write modify
Write: 10% 4144 30% 4144 50% 4144 90% 4144 99% 4144 ms
Write: 10% 4715 30% 4715 50% 4715 90% 4715 99% 4715 ms
Write: 10% 4286 30% 4286 50% 4286 90% 4286 99% 4286 ms
Write: 10% 3608 30% 3608 50% 3608 90% 3608 99% 3608 ms
Write: 10% 6006 30% 6006 50% 6006 90% 6006 99% 6006 ms
Write: 10% 7984 30% 7984 50% 7984 90% 7984 99% 7984 ms
Write: 10% 14488 30% 14488 50% 14488 90% 14488 99% 14488 ms
Write: 10% 16663 30% 16663 50% 16663 90% 16663 99% 16663 ms
Write: 10% 17626 30% 17626 50% 17626 90% 17626 99% 17626 ms
Write: 10% 21336 30% 21336 50% 21336 90% 21336 99% 21336 ms
Write: 10% 20436 30% 20436 50% 20436 90% 20436 99% 20436 ms
Write: 10% 21106 30% 21106 50% 21106 90% 21106 99% 21106 ms
Write: 10% 24351 30% 24351 50% 24351 90% 24351 99% 24351 ms
Write: 10% 21536 30% 21536 50% 21536 90% 21536 99% 21536 ms
Write: 10% 21111 30% 21111 50% 21111 90% 21111 99% 21111 ms
Write: 10% 22004 30% 22004 50% 22004 90% 22004 99% 22004 ms
Write: 10% 16699 30% 16699 50% 16699 90% 16699 99% 16699 ms
Write: 10% 21602 30% 21602 50% 21602 90% 21602 99% 21602 ms
Write: 10% 21109 30% 21109 50% 21109 90% 21109 99% 21109 ms
Write: 10% 20287 30% 20287 50% 20287 90% 20287 99% 20287 ms
Write: 10% 21343 30% 21343 50% 21343 90% 21343 99% 21343 ms
Write: 10% 21326 30% 21326 50% 21326 90% 21326 99% 21326 ms
Write: 10% 18793 30% 18793 50% 18793 90% 18793 99% 18793 ms
Write: 10% 5943 30% 5943 50% 5943 90% 5943 99% 5943 ms
Write: 10% 13109 30% 13109 50% 13109 90% 13109 99% 13109 ms
Write: 10% 18329 30% 18329 50% 18329 90% 18329 99% 18329 ms
Write: 10% 11805 30% 11805 50% 11805 90% 11805 99% 11805 ms
Write: 10% 17632 30% 17632 50% 17632 90% 17632 99% 17632 ms
Write: 10% 17917 30% 17917 50% 17917 90% 17917 99% 17917 ms
Write: 10% 14355 30% 14355 50% 14355 90% 14355 99% 14355 ms
Write: 10% 10422 30% 10422 50% 10422 90% 10422 99% 10422 ms
Write: 10% 14443 30% 14443 50% 14443 90% 14443 99% 14443 ms
Write: 10% 20507 30% 20507 50% 20507 90% 20507 99% 20507 ms
Write: 10% 10016 30% 10016 50% 10016 90% 10016 99% 10016 ms
Write: 10% 16539 30% 16539 50% 16539 90% 16539 99% 16539 ms
Write: 10% 5870 30% 5870 50% 5870 90% 5870 99% 5870 ms
Write: 10% 14648 30% 14648 50% 14648 90% 14648 99% 14648 ms
Write: 10% 3131 30% 3131 50% 3131 90% 3131 99% 3131 ms
Write: 10% 10340 30% 10340 50% 10340 90% 10340 99% 10340 ms
Write: 10% 4950 30% 4950 50% 4950 90% 4950 99% 4950 ms
Write: 10% 9408 30% 9408 50% 9408 90% 9408 99% 9408 ms
Write: 10% 3646 30% 3646 50% 3646 90% 3646 99% 3646 ms
Write: 10% 15111 30% 15111 50% 15111 90% 15111 99% 15111 ms
Write: 10% 11801 30% 11801 50% 11801 90% 11801 99% 11801 ms
Write: 10% 3586 30% 3586 50% 3586 90% 3586 99% 3586 ms
Write: 10% 3597 30% 3597 50% 3597 90% 3597 99% 3597 ms
Write: 10% 3655 30% 3655 50% 3655 90% 3655 99% 3655 ms
Write: 10% 4254 30% 4254 50% 4254 90% 4254 99% 4254 ms
Write: 10% 6180 30% 6180 50% 6180 90% 6180 99% 6180 ms
Write: 10% 5535 30% 5535 50% 5535 90% 5535 99% 5535 ms
Write: 10% 7231 30% 7231 50% 7231 90% 7231 99% 7231 ms
Write: 10% 14446 30% 14446 50% 14446 90% 14446 99% 14446 ms
Write: 10% 4361 30% 4361 50% 4361 90% 4361 99% 4361 ms
Write: 10% 4295 30% 4295 50% 4295 90% 4295 99% 4295 ms
Write: 10% 12371 30% 12371 50% 12371 90% 12371 99% 12371 ms
Write: 10% 12794 30% 12794 50% 12794 90% 12794 99% 12794 ms
Write: 10% 4238 30% 4238 50% 4238 90% 4238 99% 4238 ms
Write: 10% 4533 30% 4533 50% 4533 90% 4533 99% 4533 ms
Write: 10% 8161 30% 8161 50% 8161 90% 8161 99% 8161 ms
Write: 10% 4579 30% 4579 50% 4579 90% 4579 99% 4579 ms
Write: 10% 3895 30% 3895 50% 3895 90% 3895 99% 3895 ms
Write: 10% 11111 30% 11111 50% 11111 90% 11111 99% 11111 ms
Write: 10% 6692 30% 6692 50% 6692 90% 6692 99% 6692 ms
Write: 10% 6897 30% 6897 50% 6897 90% 6897 99% 6897 ms
Update: 10% 2659 30% 2659 50% 2659 90% 2659 99% 2659 ms
Step 4. read modify write
Was written: 20.60546875 MiB, Speed: 0.13671875 MiB/s
Write: 10% 1475 30% 1475 50% 1475 90% 1475 99% 1475 ms
Write: 10% 1604 30% 1604 50% 1604 90% 1604 99% 1604 ms
Write: 10% 7629 30% 7629 50% 7629 90% 7629 99% 7629 ms
Write: 10% 13284 30% 13284 50% 13284 90% 13284 99% 13284 ms
Write: 10% 14167 30% 14167 50% 14167 90% 14167 99% 14167 ms
Write: 10% 16276 30% 16276 50% 16276 90% 16276 99% 16276 ms
Write: 10% 17522 30% 17522 50% 17522 90% 17522 99% 17522 ms
Write: 10% 17739 30% 17739 50% 17739 90% 17739 99% 17739 ms
Write: 10% 18871 30% 18871 50% 18871 90% 18871 99% 18871 ms
Write: 10% 19543 30% 19543 50% 19543 90% 19543 99% 19543 ms
Write: 10% 20691 30% 20691 50% 20691 90% 20691 99% 20691 ms
Write: 10% 16801 30% 16801 50% 16801 90% 16801 99% 16801 ms
Write: 10% 16384 30% 16384 50% 16384 90% 16384 99% 16384 ms
Write: 10% 17256 30% 17256 50% 17256 90% 17256 99% 17256 ms
Write: 10% 21064 30% 21064 50% 21064 90% 21064 99% 21064 ms
Write: 10% 18320 30% 18320 50% 18320 90% 18320 99% 18320 ms
Write: 10% 18762 30% 18762 50% 18762 90% 18762 99% 18762 ms
Write: 10% 17752 30% 17752 50% 17752 90% 17752 99% 17752 ms
Write: 10% 12014 30% 12014 50% 12014 90% 12014 99% 12014 ms
Write: 10% 16635 30% 16635 50% 16635 90% 16635 99% 16635 ms
Write: 10% 17087 30% 17087 50% 17087 90% 17087 99% 17087 ms
Write: 10% 18039 30% 18039 50% 18039 90% 18039 99% 18039 ms
Write: 10% 13624 30% 13624 50% 13624 90% 13624 99% 13624 ms
Write: 10% 17222 30% 17222 50% 17222 90% 17222 99% 17222 ms
Write: 10% 9255 30% 9255 50% 9255 90% 9255 99% 9255 ms
Write: 10% 16473 30% 16473 50% 16473 90% 16473 99% 16473 ms
Write: 10% 15128 30% 15128 50% 15128 90% 15128 99% 15128 ms
Write: 10% 13615 30% 13615 50% 13615 90% 13615 99% 13615 ms
Write: 10% 2536 30% 2536 50% 2536 90% 2536 99% 2536 ms
Write: 10% 14296 30% 14296 50% 14296 90% 14296 99% 14296 ms
Write: 10% 8111 30% 8111 50% 8111 90% 8111 99% 8111 ms
Write: 10% 12403 30% 12403 50% 12403 90% 12403 99% 12403 ms
Write: 10% 7027 30% 7027 50% 7027 90% 7027 99% 7027 ms
Write: 10% 8488 30% 8488 50% 8488 90% 8488 99% 8488 ms
Write: 10% 15414 30% 15414 50% 15414 90% 15414 99% 15414 ms
Write: 10% 5729 30% 5729 50% 5729 90% 5729 99% 5729 ms
Write: 10% 14962 30% 14962 50% 14962 90% 14962 99% 14962 ms
Write: 10% 5556 30% 5556 50% 5556 90% 5556 99% 5556 ms
Write: 10% 9279 30% 9279 50% 9279 90% 9279 99% 9279 ms
Write: 10% 7867 30% 7867 50% 7867 90% 7867 99% 7867 ms
Write: 10% 10359 30% 10359 50% 10359 90% 10359 99% 10359 ms
Write: 10% 9564 30% 9564 50% 9564 90% 9564 99% 9564 ms
Write: 10% 6560 30% 6560 50% 6560 90% 6560 99% 6560 ms
Write: 10% 4417 30% 4417 50% 4417 90% 4417 99% 4417 ms
Write: 10% 15184 30% 15184 50% 15184 90% 15184 99% 15184 ms
Write: 10% 13516 30% 13516 50% 13516 90% 13516 99% 13516 ms
Write: 10% 11159 30% 11159 50% 11159 90% 11159 99% 11159 ms
Write: 10% 5526 30% 5526 50% 5526 90% 5526 99% 5526 ms
Write: 10% 2989 30% 2989 50% 2989 90% 2989 99% 2989 ms
Write: 10% 7303 30% 7303 50% 7303 90% 7303 99% 7303 ms
Write: 10% 2866 30% 2866 50% 2866 90% 2866 99% 2866 ms
Write: 10% 2924 30% 2924 50% 2924 90% 2924 99% 2924 ms
Write: 10% 3551 30% 3551 50% 3551 90% 3551 99% 3551 ms
Write: 10% 5457 30% 5457 50% 5457 90% 5457 99% 5457 ms
Write: 10% 3022 30% 3022 50% 3022 90% 3022 99% 3022 ms
Write: 10% 10310 30% 10310 50% 10310 90% 10310 99% 10310 ms
Write: 10% 12300 30% 12300 50% 12300 90% 12300 99% 12300 ms
Write: 10% 10850 30% 10850 50% 10850 90% 10850 99% 10850 ms
Write: 10% 3318 30% 3318 50% 3318 90% 3318 99% 3318 ms
Write: 10% 4477 30% 4477 50% 4477 90% 4477 99% 4477 ms
Write: 10% 3913 30% 3913 50% 3913 90% 3913 99% 3913 ms
Write: 10% 15841 30% 15841 50% 15841 90% 15841 99% 15841 ms
Write: 10% 3114 30% 3114 50% 3114 90% 3114 99% 3114 ms
Write: 10% 3429 30% 3429 50% 3429 90% 3429 99% 3429 ms
Read: 10% 5003 30% 5549 50% 6094 90% 22961 99% 26756 ms
Update: 10% 4240 30% 4240 50% 4240 90% 4240 99% 4240 ms
