  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/nbq9/00172e/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/nbq9/00172e/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/nbq9/00172e/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 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/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 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/nbq9/00172e/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/nbq9/00172e', '--source-root', '/home/runner/.ya/build/build_root/nbq9/00172e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/nbq9/00172e/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/10480268698/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/nbq9/00172e/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/nbq9/00172e', '--source-root', '/home/runner/.ya/build/build_root/nbq9/00172e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/nbq9/00172e/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/10480268698/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
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 10217 30% 10217 50% 10217 90% 10217 99% 10217 ms
Write: 10% 11103 30% 11103 50% 11103 90% 11103 99% 11103 ms
Write: 10% 9891 30% 9891 50% 9891 90% 9891 99% 9891 ms
Write: 10% 10782 30% 10782 50% 10782 90% 10782 99% 10782 ms
Write: 10% 9762 30% 9762 50% 9762 90% 9762 99% 9762 ms
Write: 10% 12497 30% 12497 50% 12497 90% 12497 99% 12497 ms
Write: 10% 12967 30% 12967 50% 12967 90% 12967 99% 12967 ms
Write: 10% 24871 30% 24871 50% 24871 90% 24871 99% 24871 ms
Write: 10% 25899 30% 25899 50% 25899 90% 25899 99% 25899 ms
Write: 10% 19982 30% 19982 50% 19982 90% 19982 99% 19982 ms
Write: 10% 26730 30% 26730 50% 26730 90% 26730 99% 26730 ms
Write: 10% 20743 30% 20743 50% 20743 90% 20743 99% 20743 ms
Write: 10% 21082 30% 21082 50% 21082 90% 21082 99% 21082 ms
Write: 10% 20895 30% 20895 50% 20895 90% 20895 99% 20895 ms
Write: 10% 21022 30% 21022 50% 21022 90% 21022 99% 21022 ms
Write: 10% 25990 30% 25990 50% 25990 90% 25990 99% 25990 ms
Write: 10% 19141 30% 19141 50% 19141 90% 19141 99% 19141 ms
Write: 10% 19000 30% 19000 50% 19000 90% 19000 99% 19000 ms
Write: 10% 22099 30% 22099 50% 22099 90% 22099 99% 22099 ms
Write: 10% 20630 30% 20630 50% 20630 90% 20630 99% 20630 ms
Write: 10% 22683 30% 22683 50% 22683 90% 22683 99% 22683 ms
Write: 10% 20470 30% 20470 50% 20470 90% 20470 99% 20470 ms
Write: 10% 29486 30% 29486 50% 29486 90% 29486 99% 29486 ms
Write: 10% 24497 30% 24497 50% 24497 90% 24497 99% 24497 ms
Write: 10% 13669 30% 13669 50% 13669 90% 13669 99% 13669 ms
Write: 10% 20544 30% 20544 50% 20544 90% 20544 99% 20544 ms
Write: 10% 12180 30% 12180 50% 12180 90% 12180 99% 12180 ms
Write: 10% 17332 30% 17332 50% 17332 90% 17332 99% 17332 ms
Write: 10% 17598 30% 17598 50% 17598 90% 17598 99% 17598 ms
Write: 10% 11249 30% 11249 50% 11249 90% 11249 99% 11249 ms
Write: 10% 9064 30% 9064 50% 9064 90% 9064 99% 9064 ms
Write: 10% 8378 30% 8378 50% 8378 90% 8378 99% 8378 ms
Write: 10% 8933 30% 8933 50% 8933 90% 8933 99% 8933 ms
Write: 10% 3340 30% 3340 50% 3340 90% 3340 99% 3340 ms
Write: 10% 17564 30% 17564 50% 17564 90% 17564 99% 17564 ms
Write: 10% 15879 30% 15879 50% 15879 90% 15879 99% 15879 ms
Write: 10% 6763 30% 6763 50% 6763 90% 6763 99% 6763 ms
Write: 10% 21465 30% 21465 50% 21465 90% 21465 99% 21465 ms
Write: 10% 15321 30% 15321 50% 15321 90% 15321 99% 15321 ms
Write: 10% 6357 30% 6357 50% 6357 90% 6357 99% 6357 ms
Write: 10% 13063 30% 13063 50% 13063 90% 13063 99% 13063 ms
Write: 10% 10584 30% 10584 50% 10584 90% 10584 99% 10584 ms
Write: 10% 10618 30% 10618 50% 10618 90% 10618 99% 10618 ms
Write: 10% 4978 30% 4978 50% 4978 90% 4978 99% 4978 ms
Write: 10% 3048 30% 3048 50% 3048 90% 3048 99% 3048 ms
Write: 10% 2926 30% 2926 50% 2926 90% 2926 99% 2926 ms
Write: 10% 4070 30% 4070 50% 4070 90% 4070 99% 4070 ms
Write: 10% 9320 30% 9320 50% 9320 90% 9320 99% 9320 ms
Write: 10% 10176 30% 10176 50% 10176 90% 10176 99% 10176 ms
Write: 10% 6348 30% 6348 50% 6348 90% 6348 99% 6348 ms
Write: 10% 4171 30% 4171 50% 4171 90% 4171 99% 4171 ms
Write: 10% 8088 30% 8088 50% 8088 90% 8088 99% 8088 ms
Write: 10% 7600 30% 7600 50% 7600 90% 7600 99% 7600 ms
Write: 10% 5256 30% 5256 50% 5256 90% 5256 99% 5256 ms
Write: 10% 4534 30% 4534 50% 4534 90% 4534 99% 4534 ms
Write: 10% 4460 30% 4460 50% 4460 90% 4460 99% 4460 ms
Write: 10% 7490 30% 7490 50% 7490 90% 7490 99% 7490 ms
Write: 10% 3318 30% 3318 50% 3318 90% 3318 99% 3318 ms
Write: 10% 3494 30% 3494 50% 3494 90% 3494 99% 3494 ms
Write: 10% 7713 30% 7713 50% 7713 90% 7713 99% 7713 ms
Write: 10% 6311 30% 6311 50% 6311 90% 6311 99% 6311 ms
Write: 10% 10844 30% 10844 50% 10844 90% 10844 99% 10844 ms
Write: 10% 3485 30% 3485 50% 3485 90% 3485 99% 3485 ms
Write: 10% 7548 30% 7548 50% 7548 90% 7548 99% 7548 ms
Step 2. read write
Write: 10% 875 30% 875 50% 875 90% 875 99% 875 ms
Write: 10% 916 30% 916 50% 916 90% 916 99% 916 ms
Write: 10% 1346 30% 1346 50% 1346 90% 1346 99% 1346 ms
Write: 10% 2807 30% 2807 50% 2807 90% 2807 99% 2807 ms
Write: 10% 2960 30% 2960 50% 2960 90% 2960 99% 2960 ms
Write: 10% 4705 30% 4705 50% 4705 90% 4705 99% 4705 ms
Write: 10% 8716 30% 8716 50% 8716 90% 8716 99% 8716 ms
Write: 10% 9738 30% 9738 50% 9738 90% 9738 99% 9738 ms
Write: 10% 13793 30% 13793 50% 13793 90% 13793 99% 13793 ms
Write: 10% 15246 30% 15246 50% 15246 90% 15246 99% 15246 ms
Write: 10% 14648 30% 14648 50% 14648 90% 14648 99% 14648 ms
Write: 10% 16681 30% 16681 50% 16681 90% 16681 99% 16681 ms
Write: 10% 15899 30% 15899 50% 15899 90% 15899 99% 15899 ms
Write: 10% 18068 30% 18068 50% 18068 90% 18068 99% 18068 ms
Write: 10% 15471 30% 15471 50% 15471 90% 15471 99% 15471 ms
Write: 10% 12199 30% 12199 50% 12199 90% 12199 99% 12199 ms
Write: 10% 13487 30% 13487 50% 13487 90% 13487 99% 13487 ms
Write: 10% 12258 30% 12258 50% 12258 90% 12258 99% 12258 ms
Write: 10% 16434 30% 16434 50% 16434 90% 16434 99% 16434 ms
Write: 10% 12458 30% 12458 50% 12458 90% 12458 99% 12458 ms
Write: 10% 12155 30% 12155 50% 12155 90% 12155 99% 12155 ms
Write: 10% 15904 30% 15904 50% 15904 90% 15904 99% 15904 ms
Write: 10% 11685 30% 11685 50% 11685 90% 11685 99% 11685 ms
Write: 10% 11379 30% 11379 50% 11379 90% 11379 99% 11379 ms
Write: 10% 18006 30% 18006 50% 18006 90% 18006 99% 18006 ms
Write: 10% 10789 30% 10789 50% 10789 90% 10789 99% 10789 ms
Write: 10% 10016 30% 10016 50% 10016 90% 10016 99% 10016 ms
Write: 10% 9648 30% 9648 50% 9648 90% 9648 99% 9648 ms
Write: 10% 15094 30% 15094 50% 15094 90% 15094 99% 15094 ms
Write: 10% 13779 30% 13779 50% 13779 90% 13779 99% 13779 ms
Write: 10% 8664 30% 8664 50% 8664 90% 8664 99% 8664 ms
Write: 10% 10272 30% 10272 50% 10272 90% 10272 99% 10272 ms
Write: 10% 5914 30% 5914 50% 5914 90% 5914 99% 5914 ms
Write: 10% 6171 30% 6171 50% 6171 90% 6171 99% 6171 ms
Write: 10% 9132 30% 9132 50% 9132 90% 9132 99% 9132 ms
Write: 10% 10314 30% 10314 50% 10314 90% 10314 99% 10314 ms
Write: 10% 9430 30% 9430 50% 9430 90% 9430 99% 9430 ms
Write: 10% 10882 30% 10882 50% 10882 90% 10882 99% 10882 ms
Write: 10% 5774 30% 5774 50% 5774 90% 5774 99% 5774 ms
Write: 10% 8293 30% 8293 50% 8293 90% 8293 99% 8293 ms
Write: 10% 6919 30% 6919 50% 6919 90% 6919 99% 6919 ms
Write: 10% 8405 30% 8405 50% 8405 90% 8405 99% 8405 ms
Write: 10% 11558 30% 11558 50% 11558 90% 11558 99% 11558 ms
Write: 10% 11490 30% 11490 50% 11490 90% 11490 99% 11490 ms
Write: 10% 6250 30% 6250 50% 6250 90% 6250 99% 6250 ms
Write: 10% 2009 30% 2009 50% 2009 90% 2009 99% 2009 ms
Write: 10% 10392 30% 10392 50% 10392 90% 10392 99% 10392 ms
Write: 10% 7445 30% 7445 50% 7445 90% 7445 99% 7445 ms
Write: 10% 8106 30% 8106 50% 8106 90% 8106 99% 8106 ms
Write: 10% 3145 30% 3145 50% 3145 90% 3145 99% 3145 ms
Write: 10% 9543 30% 9543 50% 9543 90% 9543 99% 9543 ms
Write: 10% 3877 30% 3877 50% 3877 90% 3877 99% 3877 ms
Write: 10% 4843 30% 4843 50% 4843 90% 4843 99% 4843 ms
Write: 10% 3742 30% 3742 50% 3742 90% 3742 99% 3742 ms
Write: 10% 2093 30% 2093 50% 2093 90% 2093 99% 2093 ms
Write: 10% 3199 30% 3199 50% 3199 90% 3199 99% 3199 ms
Write: 10% 3518 30% 3518 50% 3518 90% 3518 99% 3518 ms
Write: 10% 8292 30% 8292 50% 8292 90% 8292 99% 8292 ms
Write: 10% 2332 30% 2332 50% 2332 90% 2332 99% 2332 ms
Write: 10% 4124 30% 4124 50% 4124 90% 4124 99% 4124 ms
Write: 10% 2070 30% 2070 50% 2070 90% 2070 99% 2070 ms
Write: 10% 3149 30% 3149 50% 3149 90% 3149 99% 3149 ms
Write: 10% 2421 30% 2421 50% 2421 90% 2421 99% 2421 ms
Write: 10% 2447 30% 2447 50% 2447 90% 2447 99% 2447 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Read: 10% 5474 30% 5603 50% 5732 90% 19275 99% 22323 ms
Step 3. write modify
Write: 10% 2323 30% 2323 50% 2323 90% 2323 99% 2323 ms
Write: 10% 2538 30% 2538 50% 2538 90% 2538 99% 2538 ms
Write: 10% 3653 30% 3653 50% 3653 90% 3653 99% 3653 ms
Write: 10% 5605 30% 5605 50% 5605 90% 5605 99% 5605 ms
Write: 10% 8167 30% 8167 50% 8167 90% 8167 99% 8167 ms
Write: 10% 10471 30% 10471 50% 10471 90% 10471 99% 10471 ms
Write: 10% 12470 30% 12470 50% 12470 90% 12470 99% 12470 ms
Write: 10% 16132 30% 16132 50% 16132 90% 16132 99% 16132 ms
Write: 10% 19208 30% 19208 50% 19208 90% 19208 99% 19208 ms
Write: 10% 17948 30% 17948 50% 17948 90% 17948 99% 17948 ms
Write: 10% 19601 30% 19601 50% 19601 90% 19601 99% 19601 ms
Write: 10% 20032 30% 20032 50% 20032 90% 20032 99% 20032 ms
Write: 10% 20086 30% 20086 50% 20086 90% 20086 99% 20086 ms
Write: 10% 20223 30% 20223 50% 20223 90% 20223 99% 20223 ms
Write: 10% 21160 30% 21160 50% 21160 90% 21160 99% 21160 ms
Write: 10% 16789 30% 16789 50% 16789 90% 16789 99% 16789 ms
Write: 10% 19652 30% 19652 50% 19652 90% 19652 99% 19652 ms
Write: 10% 18950 30% 18950 50% 18950 90% 18950 99% 18950 ms
Write: 10% 17150 30% 17150 50% 17150 90% 17150 99% 17150 ms
Write: 10% 20132 30% 20132 50% 20132 90% 20132 99% 20132 ms
Write: 10% 13912 30% 13912 50% 13912 90% 13912 99% 13912 ms
Write: 10% 13687 30% 13687 50% 13687 90% 13687 99% 13687 ms
Write: 10% 18953 30% 18953 50% 18953 90% 18953 99% 18953 ms
Write: 10% 6847 30% 6847 50% 6847 90% 6847 99% 6847 ms
Write: 10% 13806 30% 13806 50% 13806 90% 13806 99% 13806 ms
Write: 10% 19459 30% 19459 50% 19459 90% 19459 99% 19459 ms
Write: 10% 18136 30% 18136 50% 18136 90% 18136 99% 18136 ms
Write: 10% 17395 30% 17395 50% 17395 90% 17395 99% 17395 ms
Write: 10% 9353 30% 9353 50% 9353 90% 9353 99% 9353 ms
Write: 10% 16394 30% 16394 50% 16394 90% 16394 99% 16394 ms
Write: 10% 8462 30% 8462 50% 8462 90% 8462 99% 8462 ms
Write: 10% 2501 30% 2501 50% 2501 90% 2501 99% 2501 ms
Write: 10% 15036 30% 15036 50% 15036 90% 15036 99% 15036 ms
Write: 10% 14396 30% 14396 50% 14396 90% 14396 99% 14396 ms
Write: 10% 6276 30% 6276 50% 6276 90% 6276 99% 6276 ms
Write: 10% 5943 30% 5943 50% 5943 90% 5943 99% 5943 ms
Write: 10% 20605 30% 20605 50% 20605 90% 20605 99% 20605 ms
Write: 10% 7070 30% 7070 50% 7070 90% 7070 99% 7070 ms
Write: 10% 11363 30% 11363 50% 11363 90% 11363 99% 11363 ms
Write: 10% 6285 30% 6285 50% 6285 90% 6285 99% 6285 ms
Write: 10% 4071 30% 4071 50% 4071 90% 4071 99% 4071 ms
Write: 10% 4816 30% 4816 50% 4816 90% 4816 99% 4816 ms
Write: 10% 17548 30% 17548 50% 17548 90% 17548 99% 17548 ms
Write: 10% 8176 30% 8176 50% 8176 90% 8176 99% 8176 ms
Write: 10% 14772 30% 14772 50% 14772 90% 14772 99% 14772 ms
Write: 10% 3525 30% 3525 50% 3525 90% 3525 99% 3525 ms
Write: 10% 8463 30% 8463 50% 8463 90% 8463 99% 8463 ms
Write: 10% 5606 30% 5606 50% 5606 90% 5606 99% 5606 ms
Write: 10% 6507 30% 6507 50% 6507 90% 6507 99% 6507 ms
Write: 10% 15389 30% 15389 50% 15389 90% 15389 99% 15389 ms
Write: 10% 2768 30% 2768 50% 2768 90% 2768 99% 2768 ms
Write: 10% 6058 30% 6058 50% 6058 90% 6058 99% 6058 ms
Write: 10% 10837 30% 10837 50% 10837 90% 10837 99% 10837 ms
Write: 10% 3586 30% 3586 50% 3586 90% 3586 99% 3586 ms
Write: 10% 4190 30% 4190 50% 4190 90% 4190 99% 4190 ms
Write: 10% 11202 30% 11202 50% 11202 90% 11202 99% 11202 ms
Write: 10% 4343 30% 4343 50% 4343 90% 4343 99% 4343 ms
Write: 10% 3816 30% 3816 50% 3816 90% 3816 99% 3816 ms
Write: 10% 3276 30% 3276 50% 3276 90% 3276 99% 3276 ms
Write: 10% 13343 30% 13343 50% 13343 90% 13343 99% 13343 ms
Write: 10% 6845 30% 6845 50% 6845 90% 6845 99% 6845 ms
Write: 10% 5155 30% 5155 50% 5155 90% 5155 99% 5155 ms
Write: 10% 5221 30% 5221 50% 5221 90% 5221 99% 5221 ms
Write: 10% 6363 30% 6363 50% 6363 90% 6363 99% 6363 ms
Update: 10% 4167 30% 4167 50% 4167 90% 4167 99% 4167 ms
Step 4. read modify write
Write: 10% 1317 30% 1317 50% 1317 90% 1317 99% 1317 ms
Write: 10% 6563 30% 6563 50% 6563 90% 6563 99% 6563 ms
Write: 10% 11981 30% 11981 50% 11981 90% 11981 99% 11981 ms
Was written: 23.92578125 MiB, Speed: 0.1904296875 MiB/s
Write: 10% 23413 30% 23413 50% 23413 90% 23413 99% 23413 ms
Write: 10% 27352 30% 27352 50% 27352 90% 27352 99% 27352 ms
Write: 10% 26827 30% 26827 50% 26827 90% 26827 99% 26827 ms
Write: 10% 27474 30% 27474 50% 27474 90% 27474 99% 27474 ms
Write: 10% 26348 30% 26348 50% 26348 90% 26348 99% 26348 ms
Write: 10% 26425 30% 26425 50% 26425 90% 26425 99% 26425 ms
Write: 10% 21926 30% 21926 50% 21926 90% 21926 99% 21926 ms
Write: 10% 24733 30% 24733 50% 24733 90% 24733 99% 24733 ms
Write: 10% 25625 30% 25625 50% 25625 90% 25625 99% 25625 ms
Write: 10% 27870 30% 27870 50% 27870 90% 27870 99% 27870 ms
Write: 10% 22143 30% 22143 50% 22143 90% 22143 99% 22143 ms
Write: 10% 25434 30% 25434 50% 25434 90% 25434 99% 25434 ms
Write: 10% 25090 30% 25090 50% 25090 90% 25090 99% 25090 ms
Write: 10% 25018 30% 25018 50% 25018 90% 25018 99% 25018 ms
Write: 10% 23590 30% 23590 50% 23590 90% 23590 99% 23590 ms
Write: 10% 17282 30% 17282 50% 17282 90% 17282 99% 17282 ms
Write: 10% 22607 30% 22607 50% 22607 90% 22607 99% 22607 ms
Write: 10% 17065 30% 17065 50% 17065 90% 17065 99% 17065 ms
Write: 10% 20920 30% 20920 50% 20920 90% 20920 99% 20920 ms
Write: 10% 17500 30% 17500 50% 17500 90% 17500 99% 17500 ms
Write: 10% 19027 30% 19027 50% 19027 90% 19027 99% 19027 ms
Write: 10% 23702 30% 23702 50% 23702 90% 23702 99% 23702 ms
Write: 10% 22482 30% 22482 50% 22482 90% 22482 99% 22482 ms
Write: 10% 20166 30% 20166 50% 20166 90% 20166 99% 20166 ms
Write: 10% 20240 30% 20240 50% 20240 90% 20240 99% 20240 ms
Write: 10% 20868 30% 20868 50% 20868 90% 20868 99% 20868 ms
Write: 10% 3495 30% 3495 50% 3495 90% 3495 99% 3495 ms
Write: 10% 8308 30% 8308 50% 8308 90% 8308 99% 8308 ms
Write: 10% 9106 30% 9106 50% 9106 90% 9106 99% 9106 ms
Write: 10% 7666 30% 7666 50% 7666 90% 7666 99% 7666 ms
Write: 10% 15105 30% 15105 50% 15105 90% 15105 99% 15105 ms
Write: 10% 4103 30% 4103 50% 4103 90% 4103 99% 4103 ms
Write: 10% 6828 30% 6828 50% 6828 90% 6828 99% 6828 ms
Write: 10% 6402 30% 6402 50% 6402 90% 6402 99% 6402 ms
Write: 10% 15576 30% 15576 50% 15576 90% 15576 99% 15576 ms
Write: 10% 12709 30% 12709 50% 12709 90% 12709 99% 12709 ms
Write: 10% 11162 30% 11162 50% 11162 90% 11162 99% 11162 ms
Write: 10% 5030 30% 5030 50% 5030 90% 5030 99% 5030 ms
Write: 10% 4320 30% 4320 50% 4320 90% 4320 99% 4320 ms
Write: 10% 4208 30% 4208 50% 4208 90% 4208 99% 4208 ms
Write: 10% 4643 30% 4643 50% 4643 90% 4643 99% 4643 ms
Write: 10% 11159 30% 11159 50% 11159 90% 11159 99% 11159 ms
Write: 10% 15874 30% 15874 50% 15874 90% 15874 99% 15874 ms
Write: 10% 15278 30% 15278 50% 15278 90% 15278 99% 15278 ms
Write: 10% 10094 30% 10094 50% 10094 90% 10094 99% 10094 ms
Write: 10% 3695 30% 3695 50% 3695 90% 3695 99% 3695 ms
Write: 10% 15157 30% 15157 50% 15157 90% 15157 99% 15157 ms
Write: 10% 11599 30% 11599 50% 11599 90% 11599 99% 11599 ms
Write: 10% 5014 30% 5014 50% 5014 90% 5014 99% 5014 ms
Write: 10% 27298 30% 27298 50% 27298 90% 27298 99% 27298 ms
Write: 10% 7120 30% 7120 50% 7120 90% 7120 99% 7120 ms
Write: 10% 19622 30% 19622 50% 19622 90% 19622 99% 19622 ms
Write: 10% 3828 30% 3828 50% 3828 90% 3828 99% 3828 ms
Write: 10% 14427 30% 14427 50% 14427 90% 14427 99% 14427 ms
Write: 10% 6215 30% 6215 50% 6215 90% 6215 99% 6215 ms
Write: 10% 5306 30% 5306 50% 5306 90% 5306 99% 5306 ms
Write: 10% 4140 30% 4140 50% 4140 90% 4140 99% 4140 ms
Write: 10% 4601 30% 4601 50% 4601 90% 4601 99% 4601 ms
Write: 10% 4160 30% 4160 50% 4160 90% 4160 99% 4160 ms
Write: 10% 4146 30% 4146 50% 4146 90% 4146 99% 4146 ms
Write: 10% 5059 30% 5059 50% 5059 90% 5059 99% 5059 ms
Read: 10% 3507 30% 4124 50% 4740 90% 30978 99% 36881 ms
Update: 10% 2425 30% 2425 50% 2425 90% 2425 99% 2425 ms
