Thread 0 failed
Thread 4 failed
Thread 2 failed
Thread 0 failed
Thread 3 failed
  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/e3to/001f4c/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 114, in test_multi
    t.join()
  File "contrib/tools/python3/Lib/threading.py", line 1149, in join
    self._wait_for_tstate_lock()
  File "contrib/tools/python3/Lib/threading.py", line 1169, in _wait_for_tstate_lock
    if lock.acquire(block, timeout):
  File "library/python/pytest/plugins/ya.py", line 344, in _graceful_shutdown
    stack = traceback.format_stack()
contrib/python/pytest/py3/_pytest/threadexception.py:77: PytestUnhandledThreadExceptionWarning: Exception in thread first response attach stream thread

Traceback (most recent call last):
  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 969, in _next
    raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-31T12:12:47.567914554+00:00"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "contrib/tools/python3/Lib/threading.py", line 1075, in _bootstrap_inner
    self.run()
  File "contrib/tools/python3/Lib/threading.py", line 1012, in run
    self._target(*self._args, **self._kwargs)
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 194, in get_first_response
    first_response = next(status_stream)
                     ^^^^^^^^^^^^^^^^^^^
  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 364, in __next__
    raise ydb_error
ydb.issues.Unavailable: recvmsg:Connection reset by peer

Thread 0x00007b019d8d1640 (most recent call first):
  File "ydb/tests/library/common/wait_for.py", line 19 in wait_for
  File "ydb/tests/library/harness/daemon.py", line 198 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 271 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 644 in __stop_node
  File "ydb/tests/library/harness/kikimr_runner.py", line 658 in stop_node
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b0189ff6640 (most recent call first):
  File "ydb/tests/library/common/wait_for.py", line 19 in wait_for
  File "ydb/tests/library/harness/daemon.py", line 198 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 271 in stop
  File "ydb/tests/library/harness/kikimr_runner.py", line 644 in __stop_node
  File "ydb/tests/library/harness/kikimr_runner.py", line 658 in stop_node
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b0197da1640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 451 in result
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 205 in get_first_message_with_timeout
  File "contrib/python/ydb/py3/ydb/query/session.py", line 247 in _attach
  File "contrib/python/ydb/py3/ydb/query/session.py", line 302 in create
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63 in _create_new_session
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111 in acquire
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331 in __enter__
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248 in wrapped_callee
  File "contrib/python/ydb/py3/ydb/retries.py", line 96 in retry_operation_impl
  File "contrib/python/ydb/py3/ydb/retries.py", line 135 in retry_operation_sync
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252 in execute_with_retries
  File "ydb/tests/olap/scenario/helpers/scenario_tests_helper.py", line 508 in <lambda>
  File "ydb/tests/olap/scenario/helpers/scenario_tests_helper.py", line 348 in _run_with_expected_status
  File "ydb/tests/olap/scenario/helpers/scenario_tests_helper.py", line 507 in execute_query
  File "contrib/python/allure-python-commons/allure_commons/_allure.py", line 202 in impl
  File "ydb/tests/olap/scenario/test_insert.py", line 56 in _loop_insert
  File "ydb/tests/olap/common/thread_helper.py", line 11 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b019c9c9640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 1169 in _wait_for_tstate_lock
  File "contrib/tools/python3/Lib/threading.py", line 1149 in join
  File "ydb/tests/olap/common/thread_helper.py", line 16 in join
  File "ydb/tests/olap/common/thread_helper.py", line 45 in join_all
  File "ydb/tests/olap/scenario/test_insert.py", line 106 in scenario_read_data_during_bulk_upsert
  File "/home/runner/.ya/build/build_root/e3to/001f4c/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 136 in _test_suffix
  File "/home/runner/.ya/build/build_root/e3to/001f4c/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 85 in worker
  File "contrib/tools/python3/Lib/threading.py", line 1012 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Thread 0x00007b01a0cfe640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/ydb/py3/ydb/pool.py", line 274 in run
  File "contrib/tools/python3/Lib/threading.py", line 1075 in _bootstrap_inner
  File "contrib/tools/python3/Lib/threading.py", line 1032 in _bootstrap

Current thread 0x00007f01d355fa40 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 1169 in _wait_for_tstate_lock
  File "contrib/tools/python3/Lib/threading.py", line 1149 in join
  File "ydb/tests/library/harness/kikimr_runner.py", line 669 in stop
  File "/home/runner/.ya/build/build_root/e3to/001f4c/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63 in stop
  File "/home/runner/.ya/build/build_root/e3to/001f4c/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81 in teardown_class
  File "contrib/python/pytest/py3/_pytest/python.py", line 764 in _call_with_optional_argument
  File "contrib/python/pytest/py3/_pytest/python.py", line 847 in xunit_setup_class_fixture
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 926 in _teardown_yield_fixture
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1042 in finish
  File "contrib/python/pytest/py3/_pytest/runner.py", line 543 in teardown_exact
  File "contrib/python/pytest/py3/_pytest/runner.py", line 109 in pytest_sessionfinish
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121 in _multicall
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120 in _hookexec
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512 in __call__
  File "contrib/python/pytest/py3/_pytest/main.py", line 308 in wrap_session
  File "contrib/python/pytest/py3/_pytest/main.py", line 320 in pytest_cmdline_main
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121 in _multicall
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120 in _hookexec
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512 in __call__
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175 in main
  File "library/python/pytest/main.py", line 101 in main

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/e3to/001f4c/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/e3to/001f4c/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/e3to/001f4c', '--source-root', '/home/runner/.ya/build/build_root/e3to/001f4c/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/e3to/001f4c/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10153859564/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--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/e3to/001f4c/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/e3to/001f4c/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/e3to/001f4c', '--source-root', '/home/runner/.ya/build/build_root/e3to/001f4c/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/e3to/001f4c/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10153859564/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--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",), {})
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 1548 30% 1548 50% 1548 90% 1548 99% 1548 ms
Write: 10% 7073 30% 7073 50% 7073 90% 7073 99% 7073 ms
Write: 10% 7290 30% 7290 50% 7290 90% 7290 99% 7290 ms
Write: 10% 11536 30% 11536 50% 11536 90% 11536 99% 11536 ms
Write: 10% 12446 30% 12446 50% 12446 90% 12446 99% 12446 ms
Write: 10% 14348 30% 14348 50% 14348 90% 14348 99% 14348 ms
Write: 10% 16480 30% 16480 50% 16480 90% 16480 99% 16480 ms
Write: 10% 17404 30% 17404 50% 17404 90% 17404 99% 17404 ms
Write: 10% 18873 30% 18873 50% 18873 90% 18873 99% 18873 ms
Write: 10% 16306 30% 16306 50% 16306 90% 16306 99% 16306 ms
Write: 10% 18137 30% 18137 50% 18137 90% 18137 99% 18137 ms
Write: 10% 15910 30% 15910 50% 15910 90% 15910 99% 15910 ms
Write: 10% 12138 30% 12138 50% 12138 90% 12138 99% 12138 ms
Write: 10% 15347 30% 15347 50% 15347 90% 15347 99% 15347 ms
Write: 10% 16565 30% 16565 50% 16565 90% 16565 99% 16565 ms
Write: 10% 13567 30% 13567 50% 13567 90% 13567 99% 13567 ms
Write: 10% 12166 30% 12166 50% 12166 90% 12166 99% 12166 ms
Write: 10% 10964 30% 10964 50% 10964 90% 10964 99% 10964 ms
Write: 10% 7265 30% 7265 50% 7265 90% 7265 99% 7265 ms
Write: 10% 13317 30% 13317 50% 13317 90% 13317 99% 13317 ms
Write: 10% 9880 30% 9880 50% 9880 90% 9880 99% 9880 ms
Write: 10% 12379 30% 12379 50% 12379 90% 12379 99% 12379 ms
Write: 10% 11402 30% 11402 50% 11402 90% 11402 99% 11402 ms
Write: 10% 15446 30% 15446 50% 15446 90% 15446 99% 15446 ms
Write: 10% 11693 30% 11693 50% 11693 90% 11693 99% 11693 ms
Write: 10% 14056 30% 14056 50% 14056 90% 14056 99% 14056 ms
Write: 10% 10247 30% 10247 50% 10247 90% 10247 99% 10247 ms
Write: 10% 9556 30% 9556 50% 9556 90% 9556 99% 9556 ms
Write: 10% 12841 30% 12841 50% 12841 90% 12841 99% 12841 ms
Write: 10% 4396 30% 4396 50% 4396 90% 4396 99% 4396 ms
Write: 10% 4662 30% 4662 50% 4662 90% 4662 99% 4662 ms
Write: 10% 8476 30% 8476 50% 8476 90% 8476 99% 8476 ms
Write: 10% 11387 30% 11387 50% 11387 90% 11387 99% 11387 ms
Write: 10% 15199 30% 15199 50% 15199 90% 15199 99% 15199 ms
Write: 10% 3745 30% 3745 50% 3745 90% 3745 99% 3745 ms
Write: 10% 4975 30% 4975 50% 4975 90% 4975 99% 4975 ms
Write: 10% 3601 30% 3601 50% 3601 90% 3601 99% 3601 ms
Write: 10% 7059 30% 7059 50% 7059 90% 7059 99% 7059 ms
Write: 10% 3695 30% 3695 50% 3695 90% 3695 99% 3695 ms
Write: 10% 4834 30% 4834 50% 4834 90% 4834 99% 4834 ms
Write: 10% 6136 30% 6136 50% 6136 90% 6136 99% 6136 ms
Write: 10% 1697 30% 1697 50% 1697 90% 1697 99% 1697 ms
Write: 10% 13595 30% 13595 50% 13595 90% 13595 99% 13595 ms
Write: 10% 14772 30% 14772 50% 14772 90% 14772 99% 14772 ms
Write: 10% 4670 30% 4670 50% 4670 90% 4670 99% 4670 ms
Write: 10% 9891 30% 9891 50% 9891 90% 9891 99% 9891 ms
Write: 10% 8817 30% 8817 50% 8817 90% 8817 99% 8817 ms
Write: 10% 7572 30% 7572 50% 7572 90% 7572 99% 7572 ms
Write: 10% 3961 30% 3961 50% 3961 90% 3961 99% 3961 ms
Write: 10% 13137 30% 13137 50% 13137 90% 13137 99% 13137 ms
Write: 10% 7604 30% 7604 50% 7604 90% 7604 99% 7604 ms
Write: 10% 5049 30% 5049 50% 5049 90% 5049 99% 5049 ms
Write: 10% 9371 30% 9371 50% 9371 90% 9371 99% 9371 ms
Write: 10% 2482 30% 2482 50% 2482 90% 2482 99% 2482 ms
Write: 10% 3236 30% 3236 50% 3236 90% 3236 99% 3236 ms
Write: 10% 6665 30% 6665 50% 6665 90% 6665 99% 6665 ms
Write: 10% 7106 30% 7106 50% 7106 90% 7106 99% 7106 ms
Write: 10% 9484 30% 9484 50% 9484 90% 9484 99% 9484 ms
Write: 10% 2595 30% 2595 50% 2595 90% 2595 99% 2595 ms
Write: 10% 10006 30% 10006 50% 10006 90% 10006 99% 10006 ms
Write: 10% 3928 30% 3928 50% 3928 90% 3928 99% 3928 ms
Write: 10% 2336 30% 2336 50% 2336 90% 2336 99% 2336 ms
Write: 10% 8639 30% 8639 50% 8639 90% 8639 99% 8639 ms
Write: 10% 4790 30% 4790 50% 4790 90% 4790 99% 4790 ms
Step 2. read write
Write: 10% 2647 30% 2647 50% 2647 90% 2647 99% 2647 ms
Write: 10% 16625 30% 16625 50% 16625 90% 16625 99% 16625 ms
Write: 10% 20119 30% 20119 50% 20119 90% 20119 99% 20119 ms
Write: 10% 20355 30% 20355 50% 20355 90% 20355 99% 20355 ms
Write: 10% 22642 30% 22642 50% 22642 90% 22642 99% 22642 ms
Write: 10% 20475 30% 20475 50% 20475 90% 20475 99% 20475 ms
Write: 10% 18540 30% 18540 50% 18540 90% 18540 99% 18540 ms
Write: 10% 22969 30% 22969 50% 22969 90% 22969 99% 22969 ms
Write: 10% 18810 30% 18810 50% 18810 90% 18810 99% 18810 ms
Write: 10% 16725 30% 16725 50% 16725 90% 16725 99% 16725 ms
Write: 10% 22172 30% 22172 50% 22172 90% 22172 99% 22172 ms
Write: 10% 22869 30% 22869 50% 22869 90% 22869 99% 22869 ms
Write: 10% 14407 30% 14407 50% 14407 90% 14407 99% 14407 ms
Write: 10% 13178 30% 13178 50% 13178 90% 13178 99% 13178 ms
Write: 10% 14791 30% 14791 50% 14791 90% 14791 99% 14791 ms
Write: 10% 13076 30% 13076 50% 13076 90% 13076 99% 13076 ms
Write: 10% 12788 30% 12788 50% 12788 90% 12788 99% 12788 ms
Write: 10% 13637 30% 13637 50% 13637 90% 13637 99% 13637 ms
Write: 10% 18896 30% 18896 50% 18896 90% 18896 99% 18896 ms
Write: 10% 18036 30% 18036 50% 18036 90% 18036 99% 18036 ms
Write: 10% 21889 30% 21889 50% 21889 90% 21889 99% 21889 ms
Write: 10% 11779 30% 11779 50% 11779 90% 11779 99% 11779 ms
Write: 10% 4000 30% 4000 50% 4000 90% 4000 99% 4000 ms
Write: 10% 16617 30% 16617 50% 16617 90% 16617 99% 16617 ms
Write: 10% 17831 30% 17831 50% 17831 90% 17831 99% 17831 ms
Write: 10% 11159 30% 11159 50% 11159 90% 11159 99% 11159 ms
Write: 10% 16312 30% 16312 50% 16312 90% 16312 99% 16312 ms
Write: 10% 10300 30% 10300 50% 10300 90% 10300 99% 10300 ms
Write: 10% 2983 30% 2983 50% 2983 90% 2983 99% 2983 ms
Write: 10% 10035 30% 10035 50% 10035 90% 10035 99% 10035 ms
Write: 10% 10307 30% 10307 50% 10307 90% 10307 99% 10307 ms
Write: 10% 20527 30% 20527 50% 20527 90% 20527 99% 20527 ms
Write: 10% 5175 30% 5175 50% 5175 90% 5175 99% 5175 ms
Write: 10% 2966 30% 2966 50% 2966 90% 2966 99% 2966 ms
Write: 10% 3839 30% 3839 50% 3839 90% 3839 99% 3839 ms
Write: 10% 14462 30% 14462 50% 14462 90% 14462 99% 14462 ms
Write: 10% 13423 30% 13423 50% 13423 90% 13423 99% 13423 ms
Write: 10% 9644 30% 9644 50% 9644 90% 9644 99% 9644 ms
Write: 10% 16991 30% 16991 50% 16991 90% 16991 99% 16991 ms
Write: 10% 15933 30% 15933 50% 15933 90% 15933 99% 15933 ms
Write: 10% 2772 30% 2772 50% 2772 90% 2772 99% 2772 ms
Write: 10% 9745 30% 9745 50% 9745 90% 9745 99% 9745 ms
Write: 10% 10599 30% 10599 50% 10599 90% 10599 99% 10599 ms
Write: 10% 2579 30% 2579 50% 2579 90% 2579 99% 2579 ms
Write: 10% 6460 30% 6460 50% 6460 90% 6460 99% 6460 ms
Write: 10% 2437 30% 2437 50% 2437 90% 2437 99% 2437 ms
Write: 10% 5344 30% 5344 50% 5344 90% 5344 99% 5344 ms
Write: 10% 9535 30% 9535 50% 9535 90% 9535 99% 9535 ms
Write: 10% 3317 30% 3317 50% 3317 90% 3317 99% 3317 ms
Write: 10% 7409 30% 7409 50% 7409 90% 7409 99% 7409 ms
Write: 10% 2225 30% 2225 50% 2225 90% 2225 99% 2225 ms
Write: 10% 10978 30% 10978 50% 10978 90% 10978 99% 10978 ms
Write: 10% 14555 30% 14555 50% 14555 90% 14555 99% 14555 ms
Write: 10% 8567 30% 8567 50% 8567 90% 8567 99% 8567 ms
Write: 10% 3851 30% 3851 50% 3851 90% 3851 99% 3851 ms
Write: 10% 7906 30% 7906 50% 7906 90% 7906 99% 7906 ms
Write: 10% 5427 30% 5427 50% 5427 90% 5427 99% 5427 ms
Write: 10% 6759 30% 6759 50% 6759 90% 6759 99% 6759 ms
Write: 10% 12751 30% 12751 50% 12751 90% 12751 99% 12751 ms
Write: 10% 5832 30% 5832 50% 5832 90% 5832 99% 5832 ms
Write: 10% 3735 30% 3735 50% 3735 90% 3735 99% 3735 ms
Write: 10% 3857 30% 3857 50% 3857 90% 3857 99% 3857 ms
Write: 10% 3439 30% 3439 50% 3439 90% 3439 99% 3439 ms
Write: 10% 2507 30% 2507 50% 2507 90% 2507 99% 2507 ms
Read: 10% 6603 30% 11525 50% 16447 90% 26292 99% 28506 ms
Step 3. write modify
Was written: 15.234375 MiB, Speed: 0.25390625 MiB/s
Write: 10% 4047 30% 4047 50% 4047 90% 4047 99% 4047 ms
Write: 10% 3394 30% 3394 50% 3394 90% 3394 99% 3394 ms
Write: 10% 4562 30% 4562 50% 4562 90% 4562 99% 4562 ms
Write: 10% 18087 30% 18087 50% 18087 90% 18087 99% 18087 ms
Write: 10% 20709 30% 20709 50% 20709 90% 20709 99% 20709 ms
Write: 10% 16736 30% 16736 50% 16736 90% 16736 99% 16736 ms
Write: 10% 18421 30% 18421 50% 18421 90% 18421 99% 18421 ms
Write: 10% 20754 30% 20754 50% 20754 90% 20754 99% 20754 ms
Write: 10% 22243 30% 22243 50% 22243 90% 22243 99% 22243 ms
Write: 10% 21708 30% 21708 50% 21708 90% 21708 99% 21708 ms
Write: 10% 21762 30% 21762 50% 21762 90% 21762 99% 21762 ms
Write: 10% 22929 30% 22929 50% 22929 90% 22929 99% 22929 ms
Write: 10% 18809 30% 18809 50% 18809 90% 18809 99% 18809 ms
Write: 10% 19693 30% 19693 50% 19693 90% 19693 99% 19693 ms
Write: 10% 20980 30% 20980 50% 20980 90% 20980 99% 20980 ms
Write: 10% 22077 30% 22077 50% 22077 90% 22077 99% 22077 ms
Write: 10% 13715 30% 13715 50% 13715 90% 13715 99% 13715 ms
Write: 10% 19838 30% 19838 50% 19838 90% 19838 99% 19838 ms
Write: 10% 18687 30% 18687 50% 18687 90% 18687 99% 18687 ms
Write: 10% 21752 30% 21752 50% 21752 90% 21752 99% 21752 ms
Write: 10% 20393 30% 20393 50% 20393 90% 20393 99% 20393 ms
Write: 10% 17055 30% 17055 50% 17055 90% 17055 99% 17055 ms
Write: 10% 13896 30% 13896 50% 13896 90% 13896 99% 13896 ms
Write: 10% 17753 30% 17753 50% 17753 90% 17753 99% 17753 ms
Write: 10% 13303 30% 13303 50% 13303 90% 13303 99% 13303 ms
Write: 10% 17666 30% 17666 50% 17666 90% 17666 99% 17666 ms
Write: 10% 13261 30% 13261 50% 13261 90% 13261 99% 13261 ms
Write: 10% 3536 30% 3536 50% 3536 90% 3536 99% 3536 ms
Write: 10% 15523 30% 15523 50% 15523 90% 15523 99% 15523 ms
Write: 10% 3996 30% 3996 50% 3996 90% 3996 99% 3996 ms
Write: 10% 13148 30% 13148 50% 13148 90% 13148 99% 13148 ms
Write: 10% 5601 30% 5601 50% 5601 90% 5601 99% 5601 ms
Write: 10% 7656 30% 7656 50% 7656 90% 7656 99% 7656 ms
Write: 10% 7700 30% 7700 50% 7700 90% 7700 99% 7700 ms
Write: 10% 4481 30% 4481 50% 4481 90% 4481 99% 4481 ms
Write: 10% 12453 30% 12453 50% 12453 90% 12453 99% 12453 ms
Write: 10% 5251 30% 5251 50% 5251 90% 5251 99% 5251 ms
Write: 10% 15319 30% 15319 50% 15319 90% 15319 99% 15319 ms
Write: 10% 7490 30% 7490 50% 7490 90% 7490 99% 7490 ms
Write: 10% 16473 30% 16473 50% 16473 90% 16473 99% 16473 ms
Write: 10% 10648 30% 10648 50% 10648 90% 10648 99% 10648 ms
Write: 10% 5189 30% 5189 50% 5189 90% 5189 99% 5189 ms
Write: 10% 12813 30% 12813 50% 12813 90% 12813 99% 12813 ms
Write: 10% 3455 30% 3455 50% 3455 90% 3455 99% 3455 ms
Write: 10% 7876 30% 7876 50% 7876 90% 7876 99% 7876 ms
Write: 10% 10128 30% 10128 50% 10128 90% 10128 99% 10128 ms
Write: 10% 6162 30% 6162 50% 6162 90% 6162 99% 6162 ms
Write: 10% 14703 30% 14703 50% 14703 90% 14703 99% 14703 ms
Write: 10% 8253 30% 8253 50% 8253 90% 8253 99% 8253 ms
Write: 10% 11256 30% 11256 50% 11256 90% 11256 99% 11256 ms
Write: 10% 5755 30% 5755 50% 5755 90% 5755 99% 5755 ms
Write: 10% 14185 30% 14185 50% 14185 90% 14185 99% 14185 ms
Write: 10% 4781 30% 4781 50% 4781 90% 4781 99% 4781 ms
Write: 10% 5893 30% 5893 50% 5893 90% 5893 99% 5893 ms
Write: 10% 12436 30% 12436 50% 12436 90% 12436 99% 12436 ms
Write: 10% 3638 30% 3638 50% 3638 90% 3638 99% 3638 ms
Write: 10% 6556 30% 6556 50% 6556 90% 6556 99% 6556 ms
Write: 10% 6830 30% 6830 50% 6830 90% 6830 99% 6830 ms
Write: 10% 3943 30% 3943 50% 3943 90% 3943 99% 3943 ms
Write: 10% 18120 30% 18120 50% 18120 90% 18120 99% 18120 ms
Write: 10% 6446 30% 6446 50% 6446 90% 6446 99% 6446 ms
Write: 10% 10244 30% 10244 50% 10244 90% 10244 99% 10244 ms
Write: 10% 7601 30% 7601 50% 7601 90% 7601 99% 7601 ms
Write: 10% 6642 30% 6642 50% 6642 90% 6642 99% 6642 ms
Update: 10% 2236 30% 2236 50% 2236 90% 2236 99% 2236 ms
Step 4. read modify write
Write: 10% 2847 30% 2847 50% 2847 90% 2847 99% 2847 ms
Write: 10% 1767 30% 1767 50% 1767 90% 1767 99% 1767 ms
Write: 10% 1456 30% 1456 50% 1456 90% 1456 99% 1456 ms
Write: 10% 1999 30% 1999 50% 1999 90% 1999 99% 1999 ms
Write: 10% 834 30% 834 50% 834 90% 834 99% 834 ms
Write: 10% 1560 30% 1560 50% 1560 90% 1560 99% 1560 ms
Write: 10% 2165 30% 2165 50% 2165 90% 2165 99% 2165 ms
Write: 10% 4775 30% 4775 50% 4775 90% 4775 99% 4775 ms
Write: 10% 5307 30% 5307 50% 5307 90% 5307 99% 5307 ms
Write: 10% 5139 30% 5139 50% 5139 90% 5139 99% 5139 ms
Write: 10% 4807 30% 4807 50% 4807 90% 4807 99% 4807 ms
Write: 10% 5595 30% 5595 50% 5595 90% 5595 99% 5595 ms
Write: 10% 8716 30% 8716 50% 8716 90% 8716 99% 8716 ms
Write: 10% 11658 30% 11658 50% 11658 90% 11658 99% 11658 ms
Write: 10% 11971 30% 11971 50% 11971 90% 11971 99% 11971 ms
Write: 10% 11853 30% 11853 50% 11853 90% 11853 99% 11853 ms
Write: 10% 14658 30% 14658 50% 14658 90% 14658 99% 14658 ms
Write: 10% 13415 30% 13415 50% 13415 90% 13415 99% 13415 ms
Write: 10% 13754 30% 13754 50% 13754 90% 13754 99% 13754 ms
Write: 10% 14873 30% 14873 50% 14873 90% 14873 99% 14873 ms
Write: 10% 15270 30% 15270 50% 15270 90% 15270 99% 15270 ms
Write: 10% 15042 30% 15042 50% 15042 90% 15042 99% 15042 ms
Write: 10% 14981 30% 14981 50% 14981 90% 14981 99% 14981 ms
Write: 10% 12668 30% 12668 50% 12668 90% 12668 99% 12668 ms
Write: 10% 16578 30% 16578 50% 16578 90% 16578 99% 16578 ms
Write: 10% 13472 30% 13472 50% 13472 90% 13472 99% 13472 ms
Write: 10% 12505 30% 12505 50% 12505 90% 12505 99% 12505 ms
Write: 10% 14793 30% 14793 50% 14793 90% 14793 99% 14793 ms
Write: 10% 7085 30% 7085 50% 7085 90% 7085 99% 7085 ms
Write: 10% 13921 30% 13921 50% 13921 90% 13921 99% 13921 ms
Write: 10% 7365 30% 7365 50% 7365 90% 7365 99% 7365 ms
Write: 10% 12379 30% 12379 50% 12379 90% 12379 99% 12379 ms
Write: 10% 17708 30% 17708 50% 17708 90% 17708 99% 17708 ms
Write: 10% 6347 30% 6347 50% 6347 90% 6347 99% 6347 ms
Write: 10% 15636 30% 15636 50% 15636 90% 15636 99% 15636 ms
Write: 10% 11247 30% 11247 50% 11247 90% 11247 99% 11247 ms
Write: 10% 7221 30% 7221 50% 7221 90% 7221 99% 7221 ms
Write: 10% 5703 30% 5703 50% 5703 90% 5703 99% 5703 ms
Write: 10% 12959 30% 12959 50% 12959 90% 12959 99% 12959 ms
Write: 10% 13110 30% 13110 50% 13110 90% 13110 99% 13110 ms
Write: 10% 6949 30% 6949 50% 6949 90% 6949 99% 6949 ms
Write: 10% 5258 30% 5258 50% 5258 90% 5258 99% 5258 ms
Write: 10% 3660 30% 3660 50% 3660 90% 3660 99% 3660 ms
Write: 10% 8372 30% 8372 50% 8372 90% 8372 99% 8372 ms
Write: 10% 2329 30% 2329 50% 2329 90% 2329 99% 2329 ms
Write: 10% 4813 30% 4813 50% 4813 90% 4813 99% 4813 ms
Write: 10% 12053 30% 12053 50% 12053 90% 12053 99% 12053 ms
Was written: 25.0 MiB, Speed: 0.16276041666666666 MiB/s
Write: 10% 2905 30% 2905 50% 2905 90% 2905 99% 2905 ms
Write: 10% 4890 30% 4890 50% 4890 90% 4890 99% 4890 ms
Write: 10% 3263 30% 3263 50% 3263 90% 3263 99% 3263 ms
Write: 10% 2348 30% 2348 50% 2348 90% 2348 99% 2348 ms
Write: 10% 6258 30% 6258 50% 6258 90% 6258 99% 6258 ms
Write: 10% 13316 30% 13316 50% 13316 90% 13316 99% 13316 ms
Write: 10% 3024 30% 3024 50% 3024 90% 3024 99% 3024 ms
Write: 10% 4123 30% 4123 50% 4123 90% 4123 99% 4123 ms
Write: 10% 4506 30% 4506 50% 4506 90% 4506 99% 4506 ms
Write: 10% 3935 30% 3935 50% 3935 90% 3935 99% 3935 ms
Write: 10% 4374 30% 4374 50% 4374 90% 4374 99% 4374 ms
Write: 10% 4445 30% 4445 50% 4445 90% 4445 99% 4445 ms
Write: 10% 10360 30% 10360 50% 10360 90% 10360 99% 10360 ms
Write: 10% 2933 30% 2933 50% 2933 90% 2933 99% 2933 ms
Write: 10% 3254 30% 3254 50% 3254 90% 3254 99% 3254 ms
Write: 10% 3984 30% 3984 50% 3984 90% 3984 99% 3984 ms
Write: 10% 3988 30% 3988 50% 3988 90% 3988 99% 3988 ms
Read: 10% 5758 30% 9519 50% 13280 90% 17102 99% 17962 ms
Update: 10% 1704 30% 1704 50% 1704 90% 1704 99% 1704 ms
