Thread 0 failed
Thread 3 failed
Thread 1 failed
Thread 2 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/q807/00208d/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()
Traceback (most recent call last):
  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 167, in _multicall
    raise exception
  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 308, in wrap_session
    config.hook.pytest_sessionfinish(
  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 167, in _multicall
    raise exception
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "contrib/python/pytest/py3/_pytest/logging.py", line 861, in pytest_sessionfinish
    return (yield)
            ^^^^^
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
  File "contrib/python/pytest/py3/_pytest/terminal.py", line 854, in pytest_sessionfinish
    result = yield
             ^^^^^
  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 109, in pytest_sessionfinish
    session._setupstate.teardown_exact(None)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 554, in teardown_exact
    raise exceptions[0]
  File "contrib/python/pytest/py3/_pytest/runner.py", line 543, in teardown_exact
    fin()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1049, in finish
    raise exc
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 1042, in finish
    func()
  File "contrib/python/pytest/py3/_pytest/fixtures.py", line 926, in _teardown_yield_fixture
    next(it)
  File "contrib/python/pytest/py3/_pytest/python.py", line 847, in xunit_setup_class_fixture
    _call_with_optional_argument(func, self.obj)
  File "contrib/python/pytest/py3/_pytest/python.py", line 764, in _call_with_optional_argument
    func(arg)
  File "/home/runner/.ya/build/build_root/q807/00208d/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/q807/00208d/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 63, in stop
    self._temp_ydb_cluster.stop()
  File "ydb/tests/library/harness/kikimr_runner.py", line 694, in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/q807/00208d/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/q807/00208d/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-11-11T11:14:39.383723Z): tablet_id=72075186224038275;self_id=[1:7571424349748515440:6998];ev=NActors::IEventHandle;tx_id=281474976750836;lock_id=281474976750832;verification=!HasRemoveSnapshot();fline=portion_info.h:217;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0x1FC37357
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FC2508A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x224D12DD
3. /-S/ydb/core/tx/columnshard/engines/portions/portion_info.h:217: SetRemoveSnapshot @ 0x1E8087A1
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:234: AbortPortionOnExecute @ 0x3D63FFC0
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:131: AbortOnExecute @ 0x3D63F74C
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x3D62C949
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E8EB44F
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x3D69CB45
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x3D7A08B5
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x275B8D10
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x275B301C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x275BB93E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x2754F40A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x2754F40A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x3D79F2D5
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x3D70E417
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x223C3BA7
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x224A9DB1
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x224B39D6
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x224B2F8D
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x224B4FFE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FC3C3B4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F8D9DC6
24. ??:0: ?? @ 0x7F3E9DC3EAC2
25. ??:0: ?? @ 0x7F3E9DCD08BF

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/q807/00208d/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/q807/00208d/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/q807/00208d', '--source-root', '/home/runner/.ya/build/build_root/q807/00208d/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/q807/00208d/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/10190826595/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/q807/00208d/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/q807/00208d/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/q807/00208d', '--source-root', '/home/runner/.ya/build/build_root/q807/00208d/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/q807/00208d/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/10190826595/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% 1707 30% 1707 50% 1707 90% 1707 99% 1707 ms
Write: 10% 4662 30% 4662 50% 4662 90% 4662 99% 4662 ms
Write: 10% 12161 30% 12161 50% 12161 90% 12161 99% 12161 ms
Write: 10% 11839 30% 11839 50% 11839 90% 11839 99% 11839 ms
Write: 10% 17341 30% 17341 50% 17341 90% 17341 99% 17341 ms
Write: 10% 18443 30% 18443 50% 18443 90% 18443 99% 18443 ms
Write: 10% 18888 30% 18888 50% 18888 90% 18888 99% 18888 ms
Write: 10% 20589 30% 20589 50% 20589 90% 20589 99% 20589 ms
Write: 10% 21440 30% 21440 50% 21440 90% 21440 99% 21440 ms
Write: 10% 22533 30% 22533 50% 22533 90% 22533 99% 22533 ms
Write: 10% 18117 30% 18117 50% 18117 90% 18117 99% 18117 ms
Write: 10% 20037 30% 20037 50% 20037 90% 20037 99% 20037 ms
Write: 10% 19681 30% 19681 50% 19681 90% 19681 99% 19681 ms
Write: 10% 20984 30% 20984 50% 20984 90% 20984 99% 20984 ms
Write: 10% 19525 30% 19525 50% 19525 90% 19525 99% 19525 ms
Write: 10% 19333 30% 19333 50% 19333 90% 19333 99% 19333 ms
Write: 10% 19391 30% 19391 50% 19391 90% 19391 99% 19391 ms
Write: 10% 19350 30% 19350 50% 19350 90% 19350 99% 19350 ms
Write: 10% 12420 30% 12420 50% 12420 90% 12420 99% 12420 ms
Write: 10% 19329 30% 19329 50% 19329 90% 19329 99% 19329 ms
Write: 10% 20037 30% 20037 50% 20037 90% 20037 99% 20037 ms
Write: 10% 6019 30% 6019 50% 6019 90% 6019 99% 6019 ms
Write: 10% 16990 30% 16990 50% 16990 90% 16990 99% 16990 ms
Write: 10% 20515 30% 20515 50% 20515 90% 20515 99% 20515 ms
Write: 10% 16637 30% 16637 50% 16637 90% 16637 99% 16637 ms
Write: 10% 13143 30% 13143 50% 13143 90% 13143 99% 13143 ms
Write: 10% 16642 30% 16642 50% 16642 90% 16642 99% 16642 ms
Write: 10% 15200 30% 15200 50% 15200 90% 15200 99% 15200 ms
Write: 10% 15056 30% 15056 50% 15056 90% 15056 99% 15056 ms
Write: 10% 12544 30% 12544 50% 12544 90% 12544 99% 12544 ms
Write: 10% 14171 30% 14171 50% 14171 90% 14171 99% 14171 ms
Write: 10% 12542 30% 12542 50% 12542 90% 12542 99% 12542 ms
Write: 10% 10571 30% 10571 50% 10571 90% 10571 99% 10571 ms
Write: 10% 12536 30% 12536 50% 12536 90% 12536 99% 12536 ms
Write: 10% 13091 30% 13091 50% 13091 90% 13091 99% 13091 ms
Write: 10% 12072 30% 12072 50% 12072 90% 12072 99% 12072 ms
Write: 10% 3858 30% 3858 50% 3858 90% 3858 99% 3858 ms
Write: 10% 7289 30% 7289 50% 7289 90% 7289 99% 7289 ms
Write: 10% 12263 30% 12263 50% 12263 90% 12263 99% 12263 ms
Write: 10% 6672 30% 6672 50% 6672 90% 6672 99% 6672 ms
Write: 10% 4288 30% 4288 50% 4288 90% 4288 99% 4288 ms
Write: 10% 6184 30% 6184 50% 6184 90% 6184 99% 6184 ms
Write: 10% 3874 30% 3874 50% 3874 90% 3874 99% 3874 ms
Write: 10% 15946 30% 15946 50% 15946 90% 15946 99% 15946 ms
Write: 10% 12142 30% 12142 50% 12142 90% 12142 99% 12142 ms
Write: 10% 2575 30% 2575 50% 2575 90% 2575 99% 2575 ms
Write: 10% 3478 30% 3478 50% 3478 90% 3478 99% 3478 ms
Write: 10% 12358 30% 12358 50% 12358 90% 12358 99% 12358 ms
Write: 10% 12669 30% 12669 50% 12669 90% 12669 99% 12669 ms
Write: 10% 3143 30% 3143 50% 3143 90% 3143 99% 3143 ms
Write: 10% 11956 30% 11956 50% 11956 90% 11956 99% 11956 ms
Write: 10% 4852 30% 4852 50% 4852 90% 4852 99% 4852 ms
Write: 10% 3093 30% 3093 50% 3093 90% 3093 99% 3093 ms
Write: 10% 3692 30% 3692 50% 3692 90% 3692 99% 3692 ms
Write: 10% 3779 30% 3779 50% 3779 90% 3779 99% 3779 ms
Write: 10% 2064 30% 2064 50% 2064 90% 2064 99% 2064 ms
Write: 10% 17930 30% 17930 50% 17930 90% 17930 99% 17930 ms
Write: 10% 4198 30% 4198 50% 4198 90% 4198 99% 4198 ms
Write: 10% 19857 30% 19857 50% 19857 90% 19857 99% 19857 ms
Write: 10% 5150 30% 5150 50% 5150 90% 5150 99% 5150 ms
Write: 10% 5327 30% 5327 50% 5327 90% 5327 99% 5327 ms
Write: 10% 2863 30% 2863 50% 2863 90% 2863 99% 2863 ms
Write: 10% 5375 30% 5375 50% 5375 90% 5375 99% 5375 ms
Write: 10% 3000 30% 3000 50% 3000 90% 3000 99% 3000 ms
Step 2. read write
Write: 10% 3829 30% 3829 50% 3829 90% 3829 99% 3829 ms
Write: 10% 4027 30% 4027 50% 4027 90% 4027 99% 4027 ms
Write: 10% 8180 30% 8180 50% 8180 90% 8180 99% 8180 ms
Write: 10% 21122 30% 21122 50% 21122 90% 21122 99% 21122 ms
Write: 10% 21974 30% 21974 50% 21974 90% 21974 99% 21974 ms
Write: 10% 25707 30% 25707 50% 25707 90% 25707 99% 25707 ms
Write: 10% 22724 30% 22724 50% 22724 90% 22724 99% 22724 ms
Write: 10% 20266 30% 20266 50% 20266 90% 20266 99% 20266 ms
Write: 10% 22979 30% 22979 50% 22979 90% 22979 99% 22979 ms
Write: 10% 21788 30% 21788 50% 21788 90% 21788 99% 21788 ms
Write: 10% 22090 30% 22090 50% 22090 90% 22090 99% 22090 ms
Write: 10% 19291 30% 19291 50% 19291 90% 19291 99% 19291 ms
Write: 10% 21818 30% 21818 50% 21818 90% 21818 99% 21818 ms
Write: 10% 24175 30% 24175 50% 24175 90% 24175 99% 24175 ms
Write: 10% 5873 30% 5873 50% 5873 90% 5873 99% 5873 ms
Write: 10% 10389 30% 10389 50% 10389 90% 10389 99% 10389 ms
Write: 10% 20745 30% 20745 50% 20745 90% 20745 99% 20745 ms
Write: 10% 6993 30% 6993 50% 6993 90% 6993 99% 6993 ms
Write: 10% 20464 30% 20464 50% 20464 90% 20464 99% 20464 ms
Write: 10% 20433 30% 20433 50% 20433 90% 20433 99% 20433 ms
Write: 10% 22919 30% 22919 50% 22919 90% 22919 99% 22919 ms
Write: 10% 9917 30% 9917 50% 9917 90% 9917 99% 9917 ms
Write: 10% 18043 30% 18043 50% 18043 90% 18043 99% 18043 ms
Write: 10% 7234 30% 7234 50% 7234 90% 7234 99% 7234 ms
Write: 10% 13445 30% 13445 50% 13445 90% 13445 99% 13445 ms
Write: 10% 20600 30% 20600 50% 20600 90% 20600 99% 20600 ms
Write: 10% 16690 30% 16690 50% 16690 90% 16690 99% 16690 ms
Write: 10% 5939 30% 5939 50% 5939 90% 5939 99% 5939 ms
Write: 10% 10177 30% 10177 50% 10177 90% 10177 99% 10177 ms
Write: 10% 11318 30% 11318 50% 11318 90% 11318 99% 11318 ms
Write: 10% 7260 30% 7260 50% 7260 90% 7260 99% 7260 ms
Write: 10% 15659 30% 15659 50% 15659 90% 15659 99% 15659 ms
Write: 10% 5476 30% 5476 50% 5476 90% 5476 99% 5476 ms
Write: 10% 16108 30% 16108 50% 16108 90% 16108 99% 16108 ms
Write: 10% 4736 30% 4736 50% 4736 90% 4736 99% 4736 ms
Write: 10% 18719 30% 18719 50% 18719 90% 18719 99% 18719 ms
Write: 10% 19093 30% 19093 50% 19093 90% 19093 99% 19093 ms
Write: 10% 11388 30% 11388 50% 11388 90% 11388 99% 11388 ms
Write: 10% 2323 30% 2323 50% 2323 90% 2323 99% 2323 ms
Write: 10% 9103 30% 9103 50% 9103 90% 9103 99% 9103 ms
Write: 10% 19478 30% 19478 50% 19478 90% 19478 99% 19478 ms
Write: 10% 18700 30% 18700 50% 18700 90% 18700 99% 18700 ms
Write: 10% 3323 30% 3323 50% 3323 90% 3323 99% 3323 ms
Write: 10% 13561 30% 13561 50% 13561 90% 13561 99% 13561 ms
Write: 10% 5599 30% 5599 50% 5599 90% 5599 99% 5599 ms
Write: 10% 2544 30% 2544 50% 2544 90% 2544 99% 2544 ms
Write: 10% 3152 30% 3152 50% 3152 90% 3152 99% 3152 ms
Write: 10% 5026 30% 5026 50% 5026 90% 5026 99% 5026 ms
Write: 10% 14498 30% 14498 50% 14498 90% 14498 99% 14498 ms
Write: 10% 4738 30% 4738 50% 4738 90% 4738 99% 4738 ms
Write: 10% 9724 30% 9724 50% 9724 90% 9724 99% 9724 ms
Write: 10% 3591 30% 3591 50% 3591 90% 3591 99% 3591 ms
Write: 10% 3229 30% 3229 50% 3229 90% 3229 99% 3229 ms
Write: 10% 3758 30% 3758 50% 3758 90% 3758 99% 3758 ms
Write: 10% 13286 30% 13286 50% 13286 90% 13286 99% 13286 ms
Write: 10% 5862 30% 5862 50% 5862 90% 5862 99% 5862 ms
Write: 10% 18079 30% 18079 50% 18079 90% 18079 99% 18079 ms
Write: 10% 5013 30% 5013 50% 5013 90% 5013 99% 5013 ms
Write: 10% 2393 30% 2393 50% 2393 90% 2393 99% 2393 ms
Write: 10% 12587 30% 12587 50% 12587 90% 12587 99% 12587 ms
Write: 10% 3951 30% 3951 50% 3951 90% 3951 99% 3951 ms
Write: 10% 2172 30% 2172 50% 2172 90% 2172 99% 2172 ms
Write: 10% 2531 30% 2531 50% 2531 90% 2531 99% 2531 ms
Write: 10% 4458 30% 4458 50% 4458 90% 4458 99% 4458 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Read: 10% 4182 30% 4761 50% 5340 90% 24377 99% 28660 ms
Step 3. write modify
Write: 10% 1385 30% 1385 50% 1385 90% 1385 99% 1385 ms
Write: 10% 823 30% 823 50% 823 90% 823 99% 823 ms
Write: 10% 2172 30% 2172 50% 2172 90% 2172 99% 2172 ms
Write: 10% 2194 30% 2194 50% 2194 90% 2194 99% 2194 ms
Write: 10% 1725 30% 1725 50% 1725 90% 1725 99% 1725 ms
Write: 10% 1783 30% 1783 50% 1783 90% 1783 99% 1783 ms
Write: 10% 2130 30% 2130 50% 2130 90% 2130 99% 2130 ms
Write: 10% 2135 30% 2135 50% 2135 90% 2135 99% 2135 ms
Write: 10% 3770 30% 3770 50% 3770 90% 3770 99% 3770 ms
Write: 10% 5654 30% 5654 50% 5654 90% 5654 99% 5654 ms
Write: 10% 11958 30% 11958 50% 11958 90% 11958 99% 11958 ms
Write: 10% 11776 30% 11776 50% 11776 90% 11776 99% 11776 ms
Write: 10% 17511 30% 17511 50% 17511 90% 17511 99% 17511 ms
Write: 10% 17425 30% 17425 50% 17425 90% 17425 99% 17425 ms
Write: 10% 17987 30% 17987 50% 17987 90% 17987 99% 17987 ms
Write: 10% 14582 30% 14582 50% 14582 90% 14582 99% 14582 ms
Write: 10% 17379 30% 17379 50% 17379 90% 17379 99% 17379 ms
Write: 10% 14931 30% 14931 50% 14931 90% 14931 99% 14931 ms
Write: 10% 16931 30% 16931 50% 16931 90% 16931 99% 16931 ms
Write: 10% 15408 30% 15408 50% 15408 90% 15408 99% 15408 ms
Write: 10% 14485 30% 14485 50% 14485 90% 14485 99% 14485 ms
Write: 10% 14931 30% 14931 50% 14931 90% 14931 99% 14931 ms
Write: 10% 16546 30% 16546 50% 16546 90% 16546 99% 16546 ms
Write: 10% 16987 30% 16987 50% 16987 90% 16987 99% 16987 ms
Write: 10% 14432 30% 14432 50% 14432 90% 14432 99% 14432 ms
Write: 10% 11559 30% 11559 50% 11559 90% 11559 99% 11559 ms
Write: 10% 11299 30% 11299 50% 11299 90% 11299 99% 11299 ms
Write: 10% 11157 30% 11157 50% 11157 90% 11157 99% 11157 ms
Write: 10% 11399 30% 11399 50% 11399 90% 11399 99% 11399 ms
Write: 10% 16623 30% 16623 50% 16623 90% 16623 99% 16623 ms
Write: 10% 16283 30% 16283 50% 16283 90% 16283 99% 16283 ms
Write: 10% 10167 30% 10167 50% 10167 90% 10167 99% 10167 ms
Write: 10% 8632 30% 8632 50% 8632 90% 8632 99% 8632 ms
Write: 10% 9818 30% 9818 50% 9818 90% 9818 99% 9818 ms
Write: 10% 18164 30% 18164 50% 18164 90% 18164 99% 18164 ms
Write: 10% 9064 30% 9064 50% 9064 90% 9064 99% 9064 ms
Write: 10% 13075 30% 13075 50% 13075 90% 13075 99% 13075 ms
Write: 10% 16693 30% 16693 50% 16693 90% 16693 99% 16693 ms
Write: 10% 11690 30% 11690 50% 11690 90% 11690 99% 11690 ms
Write: 10% 8699 30% 8699 50% 8699 90% 8699 99% 8699 ms
Write: 10% 5888 30% 5888 50% 5888 90% 5888 99% 5888 ms
Write: 10% 19108 30% 19108 50% 19108 90% 19108 99% 19108 ms
Write: 10% 3707 30% 3707 50% 3707 90% 3707 99% 3707 ms
Write: 10% 12579 30% 12579 50% 12579 90% 12579 99% 12579 ms
Write: 10% 13033 30% 13033 50% 13033 90% 13033 99% 13033 ms
Write: 10% 10867 30% 10867 50% 10867 90% 10867 99% 10867 ms
Write: 10% 8909 30% 8909 50% 8909 90% 8909 99% 8909 ms
Write: 10% 6101 30% 6101 50% 6101 90% 6101 99% 6101 ms
Write: 10% 7015 30% 7015 50% 7015 90% 7015 99% 7015 ms
Write: 10% 9529 30% 9529 50% 9529 90% 9529 99% 9529 ms
Write: 10% 7664 30% 7664 50% 7664 90% 7664 99% 7664 ms
Write: 10% 4232 30% 4232 50% 4232 90% 4232 99% 4232 ms
Write: 10% 4159 30% 4159 50% 4159 90% 4159 99% 4159 ms
Write: 10% 3061 30% 3061 50% 3061 90% 3061 99% 3061 ms
Write: 10% 2913 30% 2913 50% 2913 90% 2913 99% 2913 ms
Write: 10% 3207 30% 3207 50% 3207 90% 3207 99% 3207 ms
Write: 10% 3828 30% 3828 50% 3828 90% 3828 99% 3828 ms
Write: 10% 6265 30% 6265 50% 6265 90% 6265 99% 6265 ms
Write: 10% 2952 30% 2952 50% 2952 90% 2952 99% 2952 ms
Write: 10% 4319 30% 4319 50% 4319 90% 4319 99% 4319 ms
Write: 10% 3119 30% 3119 50% 3119 90% 3119 99% 3119 ms
Write: 10% 5635 30% 5635 50% 5635 90% 5635 99% 5635 ms
Write: 10% 3840 30% 3840 50% 3840 90% 3840 99% 3840 ms
Write: 10% 11587 30% 11587 50% 11587 90% 11587 99% 11587 ms
Update: 10% 1787 30% 1787 50% 1787 90% 1787 99% 1787 ms
Step 4. read modify write
Write: 10% 2227 30% 2227 50% 2227 90% 2227 99% 2227 ms
Write: 10% 2461 30% 2461 50% 2461 90% 2461 99% 2461 ms
Write: 10% 3136 30% 3136 50% 3136 90% 3136 99% 3136 ms
Write: 10% 3112 30% 3112 50% 3112 90% 3112 99% 3112 ms
Write: 10% 5776 30% 5776 50% 5776 90% 5776 99% 5776 ms
Write: 10% 4849 30% 4849 50% 4849 90% 4849 99% 4849 ms
Write: 10% 7205 30% 7205 50% 7205 90% 7205 99% 7205 ms
Was written: 25.0 MiB, Speed: 0.20833333333333334 MiB/s
Write: 10% 17162 30% 17162 50% 17162 90% 17162 99% 17162 ms
Write: 10% 18717 30% 18717 50% 18717 90% 18717 99% 18717 ms
Write: 10% 18308 30% 18308 50% 18308 90% 18308 99% 18308 ms
Write: 10% 17230 30% 17230 50% 17230 90% 17230 99% 17230 ms
Write: 10% 18683 30% 18683 50% 18683 90% 18683 99% 18683 ms
Write: 10% 19125 30% 19125 50% 19125 90% 19125 99% 19125 ms
Write: 10% 18505 30% 18505 50% 18505 90% 18505 99% 18505 ms
Write: 10% 18149 30% 18149 50% 18149 90% 18149 99% 18149 ms
Write: 10% 14639 30% 14639 50% 14639 90% 14639 99% 14639 ms
Write: 10% 17315 30% 17315 50% 17315 90% 17315 99% 17315 ms
Write: 10% 13760 30% 13760 50% 13760 90% 13760 99% 13760 ms
Write: 10% 11950 30% 11950 50% 11950 90% 11950 99% 11950 ms
Write: 10% 20418 30% 20418 50% 20418 90% 20418 99% 20418 ms
Write: 10% 17038 30% 17038 50% 17038 90% 17038 99% 17038 ms
Write: 10% 11435 30% 11435 50% 11435 90% 11435 99% 11435 ms
Write: 10% 16962 30% 16962 50% 16962 90% 16962 99% 16962 ms
Write: 10% 18190 30% 18190 50% 18190 90% 18190 99% 18190 ms
Write: 10% 15832 30% 15832 50% 15832 90% 15832 99% 15832 ms
Write: 10% 6480 30% 6480 50% 6480 90% 6480 99% 6480 ms
Write: 10% 7634 30% 7634 50% 7634 90% 7634 99% 7634 ms
Write: 10% 17128 30% 17128 50% 17128 90% 17128 99% 17128 ms
Write: 10% 14266 30% 14266 50% 14266 90% 14266 99% 14266 ms
Write: 10% 15263 30% 15263 50% 15263 90% 15263 99% 15263 ms
Write: 10% 13152 30% 13152 50% 13152 90% 13152 99% 13152 ms
Write: 10% 18454 30% 18454 50% 18454 90% 18454 99% 18454 ms
Write: 10% 10749 30% 10749 50% 10749 90% 10749 99% 10749 ms
Write: 10% 11550 30% 11550 50% 11550 90% 11550 99% 11550 ms
Write: 10% 11083 30% 11083 50% 11083 90% 11083 99% 11083 ms
Write: 10% 11085 30% 11085 50% 11085 90% 11085 99% 11085 ms
Write: 10% 4161 30% 4161 50% 4161 90% 4161 99% 4161 ms
Write: 10% 3583 30% 3583 50% 3583 90% 3583 99% 3583 ms
Write: 10% 4166 30% 4166 50% 4166 90% 4166 99% 4166 ms
Write: 10% 3091 30% 3091 50% 3091 90% 3091 99% 3091 ms
Write: 10% 4049 30% 4049 50% 4049 90% 4049 99% 4049 ms
Write: 10% 4973 30% 4973 50% 4973 90% 4973 99% 4973 ms
Write: 10% 10631 30% 10631 50% 10631 90% 10631 99% 10631 ms
Write: 10% 3517 30% 3517 50% 3517 90% 3517 99% 3517 ms
Write: 10% 9141 30% 9141 50% 9141 90% 9141 99% 9141 ms
Write: 10% 8471 30% 8471 50% 8471 90% 8471 99% 8471 ms
Write: 10% 5481 30% 5481 50% 5481 90% 5481 99% 5481 ms
Write: 10% 7492 30% 7492 50% 7492 90% 7492 99% 7492 ms
Write: 10% 3609 30% 3609 50% 3609 90% 3609 99% 3609 ms
Write: 10% 5513 30% 5513 50% 5513 90% 5513 99% 5513 ms
Write: 10% 11615 30% 11615 50% 11615 90% 11615 99% 11615 ms
Write: 10% 4340 30% 4340 50% 4340 90% 4340 99% 4340 ms
Write: 10% 3391 30% 3391 50% 3391 90% 3391 99% 3391 ms
Write: 10% 5822 30% 5822 50% 5822 90% 5822 99% 5822 ms
Write: 10% 4227 30% 4227 50% 4227 90% 4227 99% 4227 ms
Write: 10% 3844 30% 3844 50% 3844 90% 3844 99% 3844 ms
Write: 10% 4778 30% 4778 50% 4778 90% 4778 99% 4778 ms
Write: 10% 4489 30% 4489 50% 4489 90% 4489 99% 4489 ms
Write: 10% 5566 30% 5566 50% 5566 90% 5566 99% 5566 ms
Write: 10% 9725 30% 9725 50% 9725 90% 9725 99% 9725 ms
Write: 10% 4799 30% 4799 50% 4799 90% 4799 99% 4799 ms
Write: 10% 3622 30% 3622 50% 3622 90% 3622 99% 3622 ms
Write: 10% 9424 30% 9424 50% 9424 90% 9424 99% 9424 ms
Write: 10% 5570 30% 5570 50% 5570 90% 5570 99% 5570 ms
Read: 10% 4130 30% 5321 50% 6511 90% 21291 99% 24616 ms
Update: 10% 2131 30% 2131 50% 2131 90% 2131 99% 2131 ms
