  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 134, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 170, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1844, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "library/python/pytest/plugins/ya.py", line 565, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "/home/runner/.ya/build/build_root/1d3y/0028bb/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/1d3y/0028bb/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/1d3y/0028bb/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 303, 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/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 387, in from_message
    rows.append(row)
  File "library/python/pytest/plugins/ya.py", line 344, 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/1d3y/0028bb/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/1d3y/0028bb/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/1d3y/0028bb', '--source-root', '/home/runner/.ya/build/build_root/1d3y/0028bb/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/1d3y/0028bb/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/10249271468/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/1d3y/0028bb/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/1d3y/0028bb/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/1d3y/0028bb', '--source-root', '/home/runner/.ya/build/build_root/1d3y/0028bb/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/1d3y/0028bb/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/10249271468/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% 4069 30% 4069 50% 4069 90% 4069 99% 4069 ms
Write: 10% 3363 30% 3363 50% 3363 90% 3363 99% 3363 ms
Write: 10% 4079 30% 4079 50% 4079 90% 4079 99% 4079 ms
Write: 10% 10133 30% 10133 50% 10133 90% 10133 99% 10133 ms
Write: 10% 10243 30% 10243 50% 10243 90% 10243 99% 10243 ms
Write: 10% 17654 30% 17654 50% 17654 90% 17654 99% 17654 ms
Write: 10% 18447 30% 18447 50% 18447 90% 18447 99% 18447 ms
Write: 10% 20262 30% 20262 50% 20262 90% 20262 99% 20262 ms
Write: 10% 20166 30% 20166 50% 20166 90% 20166 99% 20166 ms
Write: 10% 25142 30% 25142 50% 25142 90% 25142 99% 25142 ms
Write: 10% 22481 30% 22481 50% 22481 90% 22481 99% 22481 ms
Write: 10% 22736 30% 22736 50% 22736 90% 22736 99% 22736 ms
Write: 10% 25663 30% 25663 50% 25663 90% 25663 99% 25663 ms
Write: 10% 21299 30% 21299 50% 21299 90% 21299 99% 21299 ms
Write: 10% 22619 30% 22619 50% 22619 90% 22619 99% 22619 ms
Write: 10% 19180 30% 19180 50% 19180 90% 19180 99% 19180 ms
Write: 10% 11068 30% 11068 50% 11068 90% 11068 99% 11068 ms
Write: 10% 22201 30% 22201 50% 22201 90% 22201 99% 22201 ms
Write: 10% 16973 30% 16973 50% 16973 90% 16973 99% 16973 ms
Write: 10% 15691 30% 15691 50% 15691 90% 15691 99% 15691 ms
Write: 10% 19182 30% 19182 50% 19182 90% 19182 99% 19182 ms
Write: 10% 10278 30% 10278 50% 10278 90% 10278 99% 10278 ms
Write: 10% 20458 30% 20458 50% 20458 90% 20458 99% 20458 ms
Write: 10% 17735 30% 17735 50% 17735 90% 17735 99% 17735 ms
Write: 10% 17278 30% 17278 50% 17278 90% 17278 99% 17278 ms
Write: 10% 17321 30% 17321 50% 17321 90% 17321 99% 17321 ms
Write: 10% 20688 30% 20688 50% 20688 90% 20688 99% 20688 ms
Write: 10% 11707 30% 11707 50% 11707 90% 11707 99% 11707 ms
Write: 10% 21168 30% 21168 50% 21168 90% 21168 99% 21168 ms
Write: 10% 18318 30% 18318 50% 18318 90% 18318 99% 18318 ms
Write: 10% 18685 30% 18685 50% 18685 90% 18685 99% 18685 ms
Write: 10% 14922 30% 14922 50% 14922 90% 14922 99% 14922 ms
Write: 10% 7561 30% 7561 50% 7561 90% 7561 99% 7561 ms
Write: 10% 21843 30% 21843 50% 21843 90% 21843 99% 21843 ms
Write: 10% 18706 30% 18706 50% 18706 90% 18706 99% 18706 ms
Write: 10% 14580 30% 14580 50% 14580 90% 14580 99% 14580 ms
Write: 10% 17002 30% 17002 50% 17002 90% 17002 99% 17002 ms
Write: 10% 16742 30% 16742 50% 16742 90% 16742 99% 16742 ms
Write: 10% 14907 30% 14907 50% 14907 90% 14907 99% 14907 ms
Write: 10% 16988 30% 16988 50% 16988 90% 16988 99% 16988 ms
Write: 10% 4990 30% 4990 50% 4990 90% 4990 99% 4990 ms
Write: 10% 5125 30% 5125 50% 5125 90% 5125 99% 5125 ms
Write: 10% 5455 30% 5455 50% 5455 90% 5455 99% 5455 ms
Write: 10% 18041 30% 18041 50% 18041 90% 18041 99% 18041 ms
Write: 10% 17989 30% 17989 50% 17989 90% 17989 99% 17989 ms
Write: 10% 7703 30% 7703 50% 7703 90% 7703 99% 7703 ms
Write: 10% 6105 30% 6105 50% 6105 90% 6105 99% 6105 ms
Write: 10% 8973 30% 8973 50% 8973 90% 8973 99% 8973 ms
Write: 10% 4809 30% 4809 50% 4809 90% 4809 99% 4809 ms
Write: 10% 4961 30% 4961 50% 4961 90% 4961 99% 4961 ms
Write: 10% 3732 30% 3732 50% 3732 90% 3732 99% 3732 ms
Write: 10% 3683 30% 3683 50% 3683 90% 3683 99% 3683 ms
Write: 10% 3630 30% 3630 50% 3630 90% 3630 99% 3630 ms
Write: 10% 6705 30% 6705 50% 6705 90% 6705 99% 6705 ms
Write: 10% 7484 30% 7484 50% 7484 90% 7484 99% 7484 ms
Write: 10% 7388 30% 7388 50% 7388 90% 7388 99% 7388 ms
Write: 10% 14893 30% 14893 50% 14893 90% 14893 99% 14893 ms
Write: 10% 4129 30% 4129 50% 4129 90% 4129 99% 4129 ms
Write: 10% 4954 30% 4954 50% 4954 90% 4954 99% 4954 ms
Write: 10% 4104 30% 4104 50% 4104 90% 4104 99% 4104 ms
Write: 10% 10471 30% 10471 50% 10471 90% 10471 99% 10471 ms
Write: 10% 3499 30% 3499 50% 3499 90% 3499 99% 3499 ms
Write: 10% 4790 30% 4790 50% 4790 90% 4790 99% 4790 ms
Write: 10% 6212 30% 6212 50% 6212 90% 6212 99% 6212 ms
Step 2. read write
Write: 10% 2213 30% 2213 50% 2213 90% 2213 99% 2213 ms
Write: 10% 7043 30% 7043 50% 7043 90% 7043 99% 7043 ms
Write: 10% 9821 30% 9821 50% 9821 90% 9821 99% 9821 ms
Write: 10% 12905 30% 12905 50% 12905 90% 12905 99% 12905 ms
Write: 10% 15450 30% 15450 50% 15450 90% 15450 99% 15450 ms
Write: 10% 15848 30% 15848 50% 15848 90% 15848 99% 15848 ms
Write: 10% 16055 30% 16055 50% 16055 90% 16055 99% 16055 ms
Write: 10% 20244 30% 20244 50% 20244 90% 20244 99% 20244 ms
Write: 10% 19856 30% 19856 50% 19856 90% 19856 99% 19856 ms
Write: 10% 22203 30% 22203 50% 22203 90% 22203 99% 22203 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Write: 10% 22652 30% 22652 50% 22652 90% 22652 99% 22652 ms
Write: 10% 19311 30% 19311 50% 19311 90% 19311 99% 19311 ms
Write: 10% 21408 30% 21408 50% 21408 90% 21408 99% 21408 ms
Write: 10% 22290 30% 22290 50% 22290 90% 22290 99% 22290 ms
Write: 10% 15817 30% 15817 50% 15817 90% 15817 99% 15817 ms
Write: 10% 15361 30% 15361 50% 15361 90% 15361 99% 15361 ms
Write: 10% 15768 30% 15768 50% 15768 90% 15768 99% 15768 ms
Write: 10% 15492 30% 15492 50% 15492 90% 15492 99% 15492 ms
Write: 10% 19515 30% 19515 50% 19515 90% 19515 99% 19515 ms
Write: 10% 20015 30% 20015 50% 20015 90% 20015 99% 20015 ms
Write: 10% 16253 30% 16253 50% 16253 90% 16253 99% 16253 ms
Write: 10% 12906 30% 12906 50% 12906 90% 12906 99% 12906 ms
Write: 10% 15222 30% 15222 50% 15222 90% 15222 99% 15222 ms
Write: 10% 3419 30% 3419 50% 3419 90% 3419 99% 3419 ms
Write: 10% 13712 30% 13712 50% 13712 90% 13712 99% 13712 ms
Write: 10% 20899 30% 20899 50% 20899 90% 20899 99% 20899 ms
Write: 10% 17630 30% 17630 50% 17630 90% 17630 99% 17630 ms
Write: 10% 2678 30% 2678 50% 2678 90% 2678 99% 2678 ms
Write: 10% 19366 30% 19366 50% 19366 90% 19366 99% 19366 ms
Write: 10% 17417 30% 17417 50% 17417 90% 17417 99% 17417 ms
Write: 10% 18546 30% 18546 50% 18546 90% 18546 99% 18546 ms
Write: 10% 9148 30% 9148 50% 9148 90% 9148 99% 9148 ms
Write: 10% 11951 30% 11951 50% 11951 90% 11951 99% 11951 ms
Write: 10% 3414 30% 3414 50% 3414 90% 3414 99% 3414 ms
Write: 10% 3462 30% 3462 50% 3462 90% 3462 99% 3462 ms
Write: 10% 3627 30% 3627 50% 3627 90% 3627 99% 3627 ms
Write: 10% 7123 30% 7123 50% 7123 90% 7123 99% 7123 ms
Write: 10% 21000 30% 21000 50% 21000 90% 21000 99% 21000 ms
Write: 10% 3184 30% 3184 50% 3184 90% 3184 99% 3184 ms
Write: 10% 10960 30% 10960 50% 10960 90% 10960 99% 10960 ms
Write: 10% 6059 30% 6059 50% 6059 90% 6059 99% 6059 ms
Write: 10% 7057 30% 7057 50% 7057 90% 7057 99% 7057 ms
Write: 10% 10482 30% 10482 50% 10482 90% 10482 99% 10482 ms
Write: 10% 6114 30% 6114 50% 6114 90% 6114 99% 6114 ms
Write: 10% 3327 30% 3327 50% 3327 90% 3327 99% 3327 ms
Write: 10% 5869 30% 5869 50% 5869 90% 5869 99% 5869 ms
Write: 10% 5919 30% 5919 50% 5919 90% 5919 99% 5919 ms
Write: 10% 3732 30% 3732 50% 3732 90% 3732 99% 3732 ms
Write: 10% 15520 30% 15520 50% 15520 90% 15520 99% 15520 ms
Write: 10% 3857 30% 3857 50% 3857 90% 3857 99% 3857 ms
Write: 10% 8516 30% 8516 50% 8516 90% 8516 99% 8516 ms
Write: 10% 2937 30% 2937 50% 2937 90% 2937 99% 2937 ms
Write: 10% 6719 30% 6719 50% 6719 90% 6719 99% 6719 ms
Write: 10% 6397 30% 6397 50% 6397 90% 6397 99% 6397 ms
Write: 10% 11035 30% 11035 50% 11035 90% 11035 99% 11035 ms
Write: 10% 5216 30% 5216 50% 5216 90% 5216 99% 5216 ms
Write: 10% 7105 30% 7105 50% 7105 90% 7105 99% 7105 ms
Write: 10% 7739 30% 7739 50% 7739 90% 7739 99% 7739 ms
Write: 10% 6319 30% 6319 50% 6319 90% 6319 99% 6319 ms
Write: 10% 3287 30% 3287 50% 3287 90% 3287 99% 3287 ms
Write: 10% 4019 30% 4019 50% 4019 90% 4019 99% 4019 ms
Write: 10% 3142 30% 3142 50% 3142 90% 3142 99% 3142 ms
Write: 10% 4400 30% 4400 50% 4400 90% 4400 99% 4400 ms
Write: 10% 10319 30% 10319 50% 10319 90% 10319 99% 10319 ms
Read: 10% 4611 30% 5730 50% 6849 90% 24715 99% 28735 ms
Step 3. write modify
Write: 10% 2466 30% 2466 50% 2466 90% 2466 99% 2466 ms
Write: 10% 4166 30% 4166 50% 4166 90% 4166 99% 4166 ms
Write: 10% 4671 30% 4671 50% 4671 90% 4671 99% 4671 ms
Write: 10% 6228 30% 6228 50% 6228 90% 6228 99% 6228 ms
Write: 10% 9922 30% 9922 50% 9922 90% 9922 99% 9922 ms
Write: 10% 19834 30% 19834 50% 19834 90% 19834 99% 19834 ms
Write: 10% 21206 30% 21206 50% 21206 90% 21206 99% 21206 ms
Write: 10% 19759 30% 19759 50% 19759 90% 19759 99% 19759 ms
Write: 10% 19554 30% 19554 50% 19554 90% 19554 99% 19554 ms
Write: 10% 21182 30% 21182 50% 21182 90% 21182 99% 21182 ms
Write: 10% 19671 30% 19671 50% 19671 90% 19671 99% 19671 ms
Write: 10% 18309 30% 18309 50% 18309 90% 18309 99% 18309 ms
Write: 10% 18171 30% 18171 50% 18171 90% 18171 99% 18171 ms
Write: 10% 18485 30% 18485 50% 18485 90% 18485 99% 18485 ms
Write: 10% 18384 30% 18384 50% 18384 90% 18384 99% 18384 ms
Write: 10% 21124 30% 21124 50% 21124 90% 21124 99% 21124 ms
Write: 10% 21298 30% 21298 50% 21298 90% 21298 99% 21298 ms
Write: 10% 18892 30% 18892 50% 18892 90% 18892 99% 18892 ms
Write: 10% 20849 30% 20849 50% 20849 90% 20849 99% 20849 ms
Write: 10% 19047 30% 19047 50% 19047 90% 19047 99% 19047 ms
Write: 10% 11862 30% 11862 50% 11862 90% 11862 99% 11862 ms
Write: 10% 17869 30% 17869 50% 17869 90% 17869 99% 17869 ms
Write: 10% 12646 30% 12646 50% 12646 90% 12646 99% 12646 ms
Write: 10% 12966 30% 12966 50% 12966 90% 12966 99% 12966 ms
Write: 10% 12880 30% 12880 50% 12880 90% 12880 99% 12880 ms
Write: 10% 5205 30% 5205 50% 5205 90% 5205 99% 5205 ms
Write: 10% 5294 30% 5294 50% 5294 90% 5294 99% 5294 ms
Write: 10% 6593 30% 6593 50% 6593 90% 6593 99% 6593 ms
Write: 10% 15292 30% 15292 50% 15292 90% 15292 99% 15292 ms
Write: 10% 15155 30% 15155 50% 15155 90% 15155 99% 15155 ms
Write: 10% 16112 30% 16112 50% 16112 90% 16112 99% 16112 ms
Write: 10% 5369 30% 5369 50% 5369 90% 5369 99% 5369 ms
Write: 10% 7084 30% 7084 50% 7084 90% 7084 99% 7084 ms
Write: 10% 15980 30% 15980 50% 15980 90% 15980 99% 15980 ms
Write: 10% 13160 30% 13160 50% 13160 90% 13160 99% 13160 ms
Write: 10% 3366 30% 3366 50% 3366 90% 3366 99% 3366 ms
Write: 10% 12555 30% 12555 50% 12555 90% 12555 99% 12555 ms
Write: 10% 8963 30% 8963 50% 8963 90% 8963 99% 8963 ms
Write: 10% 9157 30% 9157 50% 9157 90% 9157 99% 9157 ms
Write: 10% 8730 30% 8730 50% 8730 90% 8730 99% 8730 ms
Write: 10% 7826 30% 7826 50% 7826 90% 7826 99% 7826 ms
Write: 10% 8146 30% 8146 50% 8146 90% 8146 99% 8146 ms
Write: 10% 13327 30% 13327 50% 13327 90% 13327 99% 13327 ms
Write: 10% 10534 30% 10534 50% 10534 90% 10534 99% 10534 ms
Write: 10% 9952 30% 9952 50% 9952 90% 9952 99% 9952 ms
Write: 10% 14496 30% 14496 50% 14496 90% 14496 99% 14496 ms
Write: 10% 7395 30% 7395 50% 7395 90% 7395 99% 7395 ms
Write: 10% 3826 30% 3826 50% 3826 90% 3826 99% 3826 ms
Write: 10% 4738 30% 4738 50% 4738 90% 4738 99% 4738 ms
Write: 10% 4205 30% 4205 50% 4205 90% 4205 99% 4205 ms
Write: 10% 3898 30% 3898 50% 3898 90% 3898 99% 3898 ms
Write: 10% 4300 30% 4300 50% 4300 90% 4300 99% 4300 ms
Write: 10% 3956 30% 3956 50% 3956 90% 3956 99% 3956 ms
Write: 10% 5541 30% 5541 50% 5541 90% 5541 99% 5541 ms
Write: 10% 6078 30% 6078 50% 6078 90% 6078 99% 6078 ms
Write: 10% 16865 30% 16865 50% 16865 90% 16865 99% 16865 ms
Write: 10% 4682 30% 4682 50% 4682 90% 4682 99% 4682 ms
Write: 10% 8096 30% 8096 50% 8096 90% 8096 99% 8096 ms
Write: 10% 5165 30% 5165 50% 5165 90% 5165 99% 5165 ms
Write: 10% 4560 30% 4560 50% 4560 90% 4560 99% 4560 ms
Write: 10% 4871 30% 4871 50% 4871 90% 4871 99% 4871 ms
Write: 10% 10997 30% 10997 50% 10997 90% 10997 99% 10997 ms
Write: 10% 6598 30% 6598 50% 6598 90% 6598 99% 6598 ms
Write: 10% 5700 30% 5700 50% 5700 90% 5700 99% 5700 ms
Update: 10% 1083 30% 1083 50% 1083 90% 1083 99% 1083 ms
Step 4. read modify write
Write: 10% 1633 30% 1633 50% 1633 90% 1633 99% 1633 ms
Write: 10% 1264 30% 1264 50% 1264 90% 1264 99% 1264 ms
Write: 10% 1347 30% 1347 50% 1347 90% 1347 99% 1347 ms
Write: 10% 4648 30% 4648 50% 4648 90% 4648 99% 4648 ms
Write: 10% 5162 30% 5162 50% 5162 90% 5162 99% 5162 ms
Write: 10% 9556 30% 9556 50% 9556 90% 9556 99% 9556 ms
Write: 10% 10571 30% 10571 50% 10571 90% 10571 99% 10571 ms
Write: 10% 16409 30% 16409 50% 16409 90% 16409 99% 16409 ms
Was written: 24.609375 MiB, Speed: 0.20182291666666666 MiB/s
Write: 10% 16543 30% 16543 50% 16543 90% 16543 99% 16543 ms
Write: 10% 16348 30% 16348 50% 16348 90% 16348 99% 16348 ms
Write: 10% 17067 30% 17067 50% 17067 90% 17067 99% 17067 ms
Write: 10% 18843 30% 18843 50% 18843 90% 18843 99% 18843 ms
Write: 10% 16193 30% 16193 50% 16193 90% 16193 99% 16193 ms
Write: 10% 20886 30% 20886 50% 20886 90% 20886 99% 20886 ms
Write: 10% 19314 30% 19314 50% 19314 90% 19314 99% 19314 ms
Write: 10% 15379 30% 15379 50% 15379 90% 15379 99% 15379 ms
Write: 10% 21214 30% 21214 50% 21214 90% 21214 99% 21214 ms
Write: 10% 12894 30% 12894 50% 12894 90% 12894 99% 12894 ms
Write: 10% 7100 30% 7100 50% 7100 90% 7100 99% 7100 ms
Write: 10% 13549 30% 13549 50% 13549 90% 13549 99% 13549 ms
Write: 10% 9040 30% 9040 50% 9040 90% 9040 99% 9040 ms
Write: 10% 13352 30% 13352 50% 13352 90% 13352 99% 13352 ms
Write: 10% 10787 30% 10787 50% 10787 90% 10787 99% 10787 ms
Write: 10% 17526 30% 17526 50% 17526 90% 17526 99% 17526 ms
Write: 10% 13891 30% 13891 50% 13891 90% 13891 99% 13891 ms
Write: 10% 10773 30% 10773 50% 10773 90% 10773 99% 10773 ms
Write: 10% 12404 30% 12404 50% 12404 90% 12404 99% 12404 ms
Write: 10% 16410 30% 16410 50% 16410 90% 16410 99% 16410 ms
Write: 10% 19967 30% 19967 50% 19967 90% 19967 99% 19967 ms
Write: 10% 9236 30% 9236 50% 9236 90% 9236 99% 9236 ms
Write: 10% 3033 30% 3033 50% 3033 90% 3033 99% 3033 ms
Write: 10% 9369 30% 9369 50% 9369 90% 9369 99% 9369 ms
Write: 10% 15073 30% 15073 50% 15073 90% 15073 99% 15073 ms
Write: 10% 7691 30% 7691 50% 7691 90% 7691 99% 7691 ms
Write: 10% 12905 30% 12905 50% 12905 90% 12905 99% 12905 ms
Write: 10% 14838 30% 14838 50% 14838 90% 14838 99% 14838 ms
Write: 10% 12907 30% 12907 50% 12907 90% 12907 99% 12907 ms
Write: 10% 17932 30% 17932 50% 17932 90% 17932 99% 17932 ms
Write: 10% 12735 30% 12735 50% 12735 90% 12735 99% 12735 ms
Write: 10% 12055 30% 12055 50% 12055 90% 12055 99% 12055 ms
Write: 10% 12372 30% 12372 50% 12372 90% 12372 99% 12372 ms
Write: 10% 16203 30% 16203 50% 16203 90% 16203 99% 16203 ms
Write: 10% 9384 30% 9384 50% 9384 90% 9384 99% 9384 ms
Write: 10% 9777 30% 9777 50% 9777 90% 9777 99% 9777 ms
Write: 10% 5347 30% 5347 50% 5347 90% 5347 99% 5347 ms
Write: 10% 3605 30% 3605 50% 3605 90% 3605 99% 3605 ms
Write: 10% 3407 30% 3407 50% 3407 90% 3407 99% 3407 ms
Write: 10% 13484 30% 13484 50% 13484 90% 13484 99% 13484 ms
Write: 10% 3123 30% 3123 50% 3123 90% 3123 99% 3123 ms
Write: 10% 8139 30% 8139 50% 8139 90% 8139 99% 8139 ms
Write: 10% 12482 30% 12482 50% 12482 90% 12482 99% 12482 ms
Write: 10% 6138 30% 6138 50% 6138 90% 6138 99% 6138 ms
Write: 10% 5544 30% 5544 50% 5544 90% 5544 99% 5544 ms
Write: 10% 4405 30% 4405 50% 4405 90% 4405 99% 4405 ms
Write: 10% 10586 30% 10586 50% 10586 90% 10586 99% 10586 ms
Write: 10% 12625 30% 12625 50% 12625 90% 12625 99% 12625 ms
Write: 10% 4263 30% 4263 50% 4263 90% 4263 99% 4263 ms
Write: 10% 5772 30% 5772 50% 5772 90% 5772 99% 5772 ms
Write: 10% 4524 30% 4524 50% 4524 90% 4524 99% 4524 ms
Write: 10% 3429 30% 3429 50% 3429 90% 3429 99% 3429 ms
Write: 10% 7470 30% 7470 50% 7470 90% 7470 99% 7470 ms
Write: 10% 9010 30% 9010 50% 9010 90% 9010 99% 9010 ms
Write: 10% 7574 30% 7574 50% 7574 90% 7574 99% 7574 ms
Write: 10% 4551 30% 4551 50% 4551 90% 4551 99% 4551 ms
Read: 10% 4920 30% 7412 50% 9903 90% 22684 99% 25560 ms
Update: 10% 2188 30% 2188 50% 2188 90% 2188 99% 2188 ms
