Thread 0 failed
Thread 2 failed
Thread 0 failed
Thread 4 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/yaj5/002c8a/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/yaj5/002c8a/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/yaj5/002c8a/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 676, 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/yaj5/002c8a/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_7/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/yaj5/002c8a/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_7/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-10-31T11:25:10.580796Z): tablet_id=72075186224038277;self_id=[7:7567345285908706253:6947];ev=NActors::IEventHandle;tx_id=281474976720796;lock_id=281474976720794;verification=!CommitSnapshot;fline=written.h:108;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0x1F944A57
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1F93278A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x221D7D0D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x42207A84
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42BA75F0
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42BA6D77
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42B93F89
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E5F86AF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42C04175
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42D053C5
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x27284A00
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x2727ED0C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x2728762E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x2721B0FA
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x2721B0FA
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42D03DE5
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42C75657
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x220D1C07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x221B07E1
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x221BA406
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x221B99BD
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x221BBA2E
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1F949AB4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F5E74C6
24. ??:0: ?? @ 0x7F4D411A8AC2
25. ??:0: ?? @ 0x7F4D4123A8BF

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/yaj5/002c8a/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/yaj5/002c8a/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/yaj5/002c8a', '--source-root', '/home/runner/.ya/build/build_root/yaj5/002c8a/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/yaj5/002c8a/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/yaj5/002c8a/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/yaj5/002c8a/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/yaj5/002c8a', '--source-root', '/home/runner/.ya/build/build_root/yaj5/002c8a/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/yaj5/002c8a/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% 1502 30% 1502 50% 1502 90% 1502 99% 1502 ms
Write: 10% 3810 30% 3810 50% 3810 90% 3810 99% 3810 ms
Write: 10% 4049 30% 4049 50% 4049 90% 4049 99% 4049 ms
Write: 10% 6789 30% 6789 50% 6789 90% 6789 99% 6789 ms
Write: 10% 5203 30% 5203 50% 5203 90% 5203 99% 5203 ms
Write: 10% 5668 30% 5668 50% 5668 90% 5668 99% 5668 ms
Write: 10% 4851 30% 4851 50% 4851 90% 4851 99% 4851 ms
Write: 10% 5748 30% 5748 50% 5748 90% 5748 99% 5748 ms
Write: 10% 9420 30% 9420 50% 9420 90% 9420 99% 9420 ms
Write: 10% 9732 30% 9732 50% 9732 90% 9732 99% 9732 ms
Write: 10% 9336 30% 9336 50% 9336 90% 9336 99% 9336 ms
Write: 10% 10946 30% 10946 50% 10946 90% 10946 99% 10946 ms
Write: 10% 14979 30% 14979 50% 14979 90% 14979 99% 14979 ms
Write: 10% 15533 30% 15533 50% 15533 90% 15533 99% 15533 ms
Write: 10% 13875 30% 13875 50% 13875 90% 13875 99% 13875 ms
Write: 10% 15818 30% 15818 50% 15818 90% 15818 99% 15818 ms
Write: 10% 14677 30% 14677 50% 14677 90% 14677 99% 14677 ms
Write: 10% 9041 30% 9041 50% 9041 90% 9041 99% 9041 ms
Write: 10% 13845 30% 13845 50% 13845 90% 13845 99% 13845 ms
Write: 10% 15415 30% 15415 50% 15415 90% 15415 99% 15415 ms
Write: 10% 11122 30% 11122 50% 11122 90% 11122 99% 11122 ms
Write: 10% 15302 30% 15302 50% 15302 90% 15302 99% 15302 ms
Write: 10% 12897 30% 12897 50% 12897 90% 12897 99% 12897 ms
Write: 10% 12260 30% 12260 50% 12260 90% 12260 99% 12260 ms
Write: 10% 13818 30% 13818 50% 13818 90% 13818 99% 13818 ms
Write: 10% 12223 30% 12223 50% 12223 90% 12223 99% 12223 ms
Write: 10% 13570 30% 13570 50% 13570 90% 13570 99% 13570 ms
Write: 10% 10873 30% 10873 50% 10873 90% 10873 99% 10873 ms
Write: 10% 14123 30% 14123 50% 14123 90% 14123 99% 14123 ms
Write: 10% 11285 30% 11285 50% 11285 90% 11285 99% 11285 ms
Write: 10% 10567 30% 10567 50% 10567 90% 10567 99% 10567 ms
Write: 10% 6784 30% 6784 50% 6784 90% 6784 99% 6784 ms
Write: 10% 4914 30% 4914 50% 4914 90% 4914 99% 4914 ms
Write: 10% 11034 30% 11034 50% 11034 90% 11034 99% 11034 ms
Write: 10% 8587 30% 8587 50% 8587 90% 8587 99% 8587 ms
Write: 10% 11934 30% 11934 50% 11934 90% 11934 99% 11934 ms
Write: 10% 9584 30% 9584 50% 9584 90% 9584 99% 9584 ms
Write: 10% 3572 30% 3572 50% 3572 90% 3572 99% 3572 ms
Write: 10% 2657 30% 2657 50% 2657 90% 2657 99% 2657 ms
Write: 10% 4172 30% 4172 50% 4172 90% 4172 99% 4172 ms
Write: 10% 2813 30% 2813 50% 2813 90% 2813 99% 2813 ms
Write: 10% 6197 30% 6197 50% 6197 90% 6197 99% 6197 ms
Write: 10% 13357 30% 13357 50% 13357 90% 13357 99% 13357 ms
Write: 10% 5595 30% 5595 50% 5595 90% 5595 99% 5595 ms
Write: 10% 5929 30% 5929 50% 5929 90% 5929 99% 5929 ms
Write: 10% 2952 30% 2952 50% 2952 90% 2952 99% 2952 ms
Write: 10% 8110 30% 8110 50% 8110 90% 8110 99% 8110 ms
Write: 10% 4703 30% 4703 50% 4703 90% 4703 99% 4703 ms
Write: 10% 3021 30% 3021 50% 3021 90% 3021 99% 3021 ms
Write: 10% 2368 30% 2368 50% 2368 90% 2368 99% 2368 ms
Write: 10% 1965 30% 1965 50% 1965 90% 1965 99% 1965 ms
Write: 10% 12797 30% 12797 50% 12797 90% 12797 99% 12797 ms
Write: 10% 5731 30% 5731 50% 5731 90% 5731 99% 5731 ms
Write: 10% 3559 30% 3559 50% 3559 90% 3559 99% 3559 ms
Write: 10% 3506 30% 3506 50% 3506 90% 3506 99% 3506 ms
Write: 10% 2650 30% 2650 50% 2650 90% 2650 99% 2650 ms
Write: 10% 3626 30% 3626 50% 3626 90% 3626 99% 3626 ms
Write: 10% 7712 30% 7712 50% 7712 90% 7712 99% 7712 ms
Write: 10% 2282 30% 2282 50% 2282 90% 2282 99% 2282 ms
Write: 10% 2511 30% 2511 50% 2511 90% 2511 99% 2511 ms
Write: 10% 3058 30% 3058 50% 3058 90% 3058 99% 3058 ms
Write: 10% 2270 30% 2270 50% 2270 90% 2270 99% 2270 ms
Write: 10% 2397 30% 2397 50% 2397 90% 2397 99% 2397 ms
Write: 10% 2249 30% 2249 50% 2249 90% 2249 99% 2249 ms
Step 2. read write
Write: 10% 1623 30% 1623 50% 1623 90% 1623 99% 1623 ms
Write: 10% 2840 30% 2840 50% 2840 90% 2840 99% 2840 ms
Write: 10% 2736 30% 2736 50% 2736 90% 2736 99% 2736 ms
Write: 10% 5499 30% 5499 50% 5499 90% 5499 99% 5499 ms
Write: 10% 5718 30% 5718 50% 5718 90% 5718 99% 5718 ms
Write: 10% 6753 30% 6753 50% 6753 90% 6753 99% 6753 ms
Write: 10% 11240 30% 11240 50% 11240 90% 11240 99% 11240 ms
Write: 10% 16325 30% 16325 50% 16325 90% 16325 99% 16325 ms
Write: 10% 15803 30% 15803 50% 15803 90% 15803 99% 15803 ms
Write: 10% 16643 30% 16643 50% 16643 90% 16643 99% 16643 ms
Write: 10% 16745 30% 16745 50% 16745 90% 16745 99% 16745 ms
Write: 10% 16014 30% 16014 50% 16014 90% 16014 99% 16014 ms
Write: 10% 16249 30% 16249 50% 16249 90% 16249 99% 16249 ms
Write: 10% 16682 30% 16682 50% 16682 90% 16682 99% 16682 ms
Write: 10% 18050 30% 18050 50% 18050 90% 18050 99% 18050 ms
Write: 10% 14500 30% 14500 50% 14500 90% 14500 99% 14500 ms
Write: 10% 15816 30% 15816 50% 15816 90% 15816 99% 15816 ms
Write: 10% 16249 30% 16249 50% 16249 90% 16249 99% 16249 ms
Write: 10% 12889 30% 12889 50% 12889 90% 12889 99% 12889 ms
Write: 10% 14609 30% 14609 50% 14609 90% 14609 99% 14609 ms
Write: 10% 14840 30% 14840 50% 14840 90% 14840 99% 14840 ms
Write: 10% 10092 30% 10092 50% 10092 90% 10092 99% 10092 ms
Write: 10% 15506 30% 15506 50% 15506 90% 15506 99% 15506 ms
Write: 10% 5935 30% 5935 50% 5935 90% 5935 99% 5935 ms
Write: 10% 10236 30% 10236 50% 10236 90% 10236 99% 10236 ms
Write: 10% 14765 30% 14765 50% 14765 90% 14765 99% 14765 ms
Write: 10% 2259 30% 2259 50% 2259 90% 2259 99% 2259 ms
Write: 10% 16960 30% 16960 50% 16960 90% 16960 99% 16960 ms
Write: 10% 13965 30% 13965 50% 13965 90% 13965 99% 13965 ms
Write: 10% 15950 30% 15950 50% 15950 90% 15950 99% 15950 ms
Write: 10% 16458 30% 16458 50% 16458 90% 16458 99% 16458 ms
Write: 10% 12228 30% 12228 50% 12228 90% 12228 99% 12228 ms
Write: 10% 6465 30% 6465 50% 6465 90% 6465 99% 6465 ms
Write: 10% 3798 30% 3798 50% 3798 90% 3798 99% 3798 ms
Write: 10% 10357 30% 10357 50% 10357 90% 10357 99% 10357 ms
Write: 10% 6909 30% 6909 50% 6909 90% 6909 99% 6909 ms
Write: 10% 8310 30% 8310 50% 8310 90% 8310 99% 8310 ms
Write: 10% 3424 30% 3424 50% 3424 90% 3424 99% 3424 ms
Write: 10% 7691 30% 7691 50% 7691 90% 7691 99% 7691 ms
Write: 10% 4622 30% 4622 50% 4622 90% 4622 99% 4622 ms
Write: 10% 12186 30% 12186 50% 12186 90% 12186 99% 12186 ms
Write: 10% 9785 30% 9785 50% 9785 90% 9785 99% 9785 ms
Write: 10% 6420 30% 6420 50% 6420 90% 6420 99% 6420 ms
Write: 10% 9420 30% 9420 50% 9420 90% 9420 99% 9420 ms
Write: 10% 4609 30% 4609 50% 4609 90% 4609 99% 4609 ms
Write: 10% 4557 30% 4557 50% 4557 90% 4557 99% 4557 ms
Write: 10% 7184 30% 7184 50% 7184 90% 7184 99% 7184 ms
Write: 10% 3355 30% 3355 50% 3355 90% 3355 99% 3355 ms
Write: 10% 4276 30% 4276 50% 4276 90% 4276 99% 4276 ms
Write: 10% 3950 30% 3950 50% 3950 90% 3950 99% 3950 ms
Write: 10% 3223 30% 3223 50% 3223 90% 3223 99% 3223 ms
Write: 10% 2423 30% 2423 50% 2423 90% 2423 99% 2423 ms
Write: 10% 4787 30% 4787 50% 4787 90% 4787 99% 4787 ms
Write: 10% 3753 30% 3753 50% 3753 90% 3753 99% 3753 ms
Write: 10% 2981 30% 2981 50% 2981 90% 2981 99% 2981 ms
Write: 10% 3059 30% 3059 50% 3059 90% 3059 99% 3059 ms
Write: 10% 5821 30% 5821 50% 5821 90% 5821 99% 5821 ms
Write: 10% 3465 30% 3465 50% 3465 90% 3465 99% 3465 ms
Write: 10% 2467 30% 2467 50% 2467 90% 2467 99% 2467 ms
Write: 10% 5848 30% 5848 50% 5848 90% 5848 99% 5848 ms
Write: 10% 7684 30% 7684 50% 7684 90% 7684 99% 7684 ms
Write: 10% 7062 30% 7062 50% 7062 90% 7062 99% 7062 ms
Write: 10% 2613 30% 2613 50% 2613 90% 2613 99% 2613 ms
Write: 10% 6201 30% 6201 50% 6201 90% 6201 99% 6201 ms
Read: 10% 6723 30% 10709 50% 14695 90% 22667 99% 24460 ms
Step 3. write modify
Write: 10% 1220 30% 1220 50% 1220 90% 1220 99% 1220 ms
Write: 10% 1790 30% 1790 50% 1790 90% 1790 99% 1790 ms
Write: 10% 1798 30% 1798 50% 1798 90% 1798 99% 1798 ms
Write: 10% 1924 30% 1924 50% 1924 90% 1924 99% 1924 ms
Write: 10% 2244 30% 2244 50% 2244 90% 2244 99% 2244 ms
Write: 10% 2500 30% 2500 50% 2500 90% 2500 99% 2500 ms
Write: 10% 1906 30% 1906 50% 1906 90% 1906 99% 1906 ms
Was written: 16.11328125 MiB, Speed: 0.2685546875 MiB/s
Write: 10% 2561 30% 2561 50% 2561 90% 2561 99% 2561 ms
Write: 10% 5178 30% 5178 50% 5178 90% 5178 99% 5178 ms
Write: 10% 9195 30% 9195 50% 9195 90% 9195 99% 9195 ms
Write: 10% 8322 30% 8322 50% 8322 90% 8322 99% 8322 ms
Write: 10% 9182 30% 9182 50% 9182 90% 9182 99% 9182 ms
Write: 10% 12007 30% 12007 50% 12007 90% 12007 99% 12007 ms
Write: 10% 11967 30% 11967 50% 11967 90% 11967 99% 11967 ms
Write: 10% 15465 30% 15465 50% 15465 90% 15465 99% 15465 ms
Write: 10% 14016 30% 14016 50% 14016 90% 14016 99% 14016 ms
Write: 10% 15721 30% 15721 50% 15721 90% 15721 99% 15721 ms
Write: 10% 16851 30% 16851 50% 16851 90% 16851 99% 16851 ms
Write: 10% 14411 30% 14411 50% 14411 90% 14411 99% 14411 ms
Write: 10% 15175 30% 15175 50% 15175 90% 15175 99% 15175 ms
Write: 10% 12206 30% 12206 50% 12206 90% 12206 99% 12206 ms
Write: 10% 15326 30% 15326 50% 15326 90% 15326 99% 15326 ms
Write: 10% 11921 30% 11921 50% 11921 90% 11921 99% 11921 ms
Write: 10% 14842 30% 14842 50% 14842 90% 14842 99% 14842 ms
Write: 10% 10794 30% 10794 50% 10794 90% 10794 99% 10794 ms
Write: 10% 10596 30% 10596 50% 10596 90% 10596 99% 10596 ms
Write: 10% 12184 30% 12184 50% 12184 90% 12184 99% 12184 ms
Write: 10% 14933 30% 14933 50% 14933 90% 14933 99% 14933 ms
Write: 10% 14783 30% 14783 50% 14783 90% 14783 99% 14783 ms
Write: 10% 14819 30% 14819 50% 14819 90% 14819 99% 14819 ms
Write: 10% 9819 30% 9819 50% 9819 90% 9819 99% 9819 ms
Write: 10% 11741 30% 11741 50% 11741 90% 11741 99% 11741 ms
Write: 10% 13106 30% 13106 50% 13106 90% 13106 99% 13106 ms
Write: 10% 12466 30% 12466 50% 12466 90% 12466 99% 12466 ms
Write: 10% 6836 30% 6836 50% 6836 90% 6836 99% 6836 ms
Write: 10% 10356 30% 10356 50% 10356 90% 10356 99% 10356 ms
Write: 10% 5753 30% 5753 50% 5753 90% 5753 99% 5753 ms
Write: 10% 5754 30% 5754 50% 5754 90% 5754 99% 5754 ms
Write: 10% 10694 30% 10694 50% 10694 90% 10694 99% 10694 ms
Write: 10% 7707 30% 7707 50% 7707 90% 7707 99% 7707 ms
Write: 10% 3436 30% 3436 50% 3436 90% 3436 99% 3436 ms
Write: 10% 6607 30% 6607 50% 6607 90% 6607 99% 6607 ms
Write: 10% 10233 30% 10233 50% 10233 90% 10233 99% 10233 ms
Write: 10% 7516 30% 7516 50% 7516 90% 7516 99% 7516 ms
Write: 10% 5276 30% 5276 50% 5276 90% 5276 99% 5276 ms
Write: 10% 4848 30% 4848 50% 4848 90% 4848 99% 4848 ms
Write: 10% 8924 30% 8924 50% 8924 90% 8924 99% 8924 ms
Write: 10% 5146 30% 5146 50% 5146 90% 5146 99% 5146 ms
Write: 10% 5626 30% 5626 50% 5626 90% 5626 99% 5626 ms
Write: 10% 4431 30% 4431 50% 4431 90% 4431 99% 4431 ms
Write: 10% 4995 30% 4995 50% 4995 90% 4995 99% 4995 ms
Write: 10% 8847 30% 8847 50% 8847 90% 8847 99% 8847 ms
Write: 10% 4329 30% 4329 50% 4329 90% 4329 99% 4329 ms
Write: 10% 4341 30% 4341 50% 4341 90% 4341 99% 4341 ms
Write: 10% 3721 30% 3721 50% 3721 90% 3721 99% 3721 ms
Write: 10% 4397 30% 4397 50% 4397 90% 4397 99% 4397 ms
Write: 10% 3551 30% 3551 50% 3551 90% 3551 99% 3551 ms
Write: 10% 2633 30% 2633 50% 2633 90% 2633 99% 2633 ms
Write: 10% 3096 30% 3096 50% 3096 90% 3096 99% 3096 ms
Write: 10% 2958 30% 2958 50% 2958 90% 2958 99% 2958 ms
Write: 10% 5243 30% 5243 50% 5243 90% 5243 99% 5243 ms
Write: 10% 4776 30% 4776 50% 4776 90% 4776 99% 4776 ms
Write: 10% 2618 30% 2618 50% 2618 90% 2618 99% 2618 ms
Write: 10% 9803 30% 9803 50% 9803 90% 9803 99% 9803 ms
Update: 10% 1873 30% 1873 50% 1873 90% 1873 99% 1873 ms
Step 4. read modify write
Write: 10% 2576 30% 2576 50% 2576 90% 2576 99% 2576 ms
Write: 10% 3479 30% 3479 50% 3479 90% 3479 99% 3479 ms
Write: 10% 9454 30% 9454 50% 9454 90% 9454 99% 9454 ms
Write: 10% 15517 30% 15517 50% 15517 90% 15517 99% 15517 ms
Write: 10% 17270 30% 17270 50% 17270 90% 17270 99% 17270 ms
Write: 10% 16258 30% 16258 50% 16258 90% 16258 99% 16258 ms
Write: 10% 15963 30% 15963 50% 15963 90% 15963 99% 15963 ms
Write: 10% 16968 30% 16968 50% 16968 90% 16968 99% 16968 ms
Write: 10% 17607 30% 17607 50% 17607 90% 17607 99% 17607 ms
Write: 10% 15789 30% 15789 50% 15789 90% 15789 99% 15789 ms
Write: 10% 16202 30% 16202 50% 16202 90% 16202 99% 16202 ms
Write: 10% 16008 30% 16008 50% 16008 90% 16008 99% 16008 ms
Write: 10% 18512 30% 18512 50% 18512 90% 18512 99% 18512 ms
Write: 10% 17935 30% 17935 50% 17935 90% 17935 99% 17935 ms
Write: 10% 15510 30% 15510 50% 15510 90% 15510 99% 15510 ms
Write: 10% 18010 30% 18010 50% 18010 90% 18010 99% 18010 ms
Write: 10% 12588 30% 12588 50% 12588 90% 12588 99% 12588 ms
Write: 10% 17402 30% 17402 50% 17402 90% 17402 99% 17402 ms
Write: 10% 12792 30% 12792 50% 12792 90% 12792 99% 12792 ms
Write: 10% 12874 30% 12874 50% 12874 90% 12874 99% 12874 ms
Write: 10% 10754 30% 10754 50% 10754 90% 10754 99% 10754 ms
Write: 10% 16699 30% 16699 50% 16699 90% 16699 99% 16699 ms
Write: 10% 15910 30% 15910 50% 15910 90% 15910 99% 15910 ms
Write: 10% 18457 30% 18457 50% 18457 90% 18457 99% 18457 ms
Write: 10% 8106 30% 8106 50% 8106 90% 8106 99% 8106 ms
Write: 10% 9230 30% 9230 50% 9230 90% 9230 99% 9230 ms
Write: 10% 15221 30% 15221 50% 15221 90% 15221 99% 15221 ms
Write: 10% 7402 30% 7402 50% 7402 90% 7402 99% 7402 ms
Write: 10% 6362 30% 6362 50% 6362 90% 6362 99% 6362 ms
Write: 10% 14778 30% 14778 50% 14778 90% 14778 99% 14778 ms
Write: 10% 4359 30% 4359 50% 4359 90% 4359 99% 4359 ms
Write: 10% 17548 30% 17548 50% 17548 90% 17548 99% 17548 ms
Write: 10% 3519 30% 3519 50% 3519 90% 3519 99% 3519 ms
Write: 10% 13510 30% 13510 50% 13510 90% 13510 99% 13510 ms
Write: 10% 3871 30% 3871 50% 3871 90% 3871 99% 3871 ms
Write: 10% 8539 30% 8539 50% 8539 90% 8539 99% 8539 ms
Write: 10% 7638 30% 7638 50% 7638 90% 7638 99% 7638 ms
Write: 10% 3381 30% 3381 50% 3381 90% 3381 99% 3381 ms
Write: 10% 14955 30% 14955 50% 14955 90% 14955 99% 14955 ms
Write: 10% 9700 30% 9700 50% 9700 90% 9700 99% 9700 ms
Write: 10% 6091 30% 6091 50% 6091 90% 6091 99% 6091 ms
Write: 10% 6896 30% 6896 50% 6896 90% 6896 99% 6896 ms
Write: 10% 6052 30% 6052 50% 6052 90% 6052 99% 6052 ms
Write: 10% 4267 30% 4267 50% 4267 90% 4267 99% 4267 ms
Write: 10% 2995 30% 2995 50% 2995 90% 2995 99% 2995 ms
Write: 10% 4369 30% 4369 50% 4369 90% 4369 99% 4369 ms
Write: 10% 5380 30% 5380 50% 5380 90% 5380 99% 5380 ms
Write: 10% 3826 30% 3826 50% 3826 90% 3826 99% 3826 ms
Write: 10% 13785 30% 13785 50% 13785 90% 13785 99% 13785 ms
Write: 10% 3799 30% 3799 50% 3799 90% 3799 99% 3799 ms
Write: 10% 4926 30% 4926 50% 4926 90% 4926 99% 4926 ms
Write: 10% 5588 30% 5588 50% 5588 90% 5588 99% 5588 ms
Write: 10% 5359 30% 5359 50% 5359 90% 5359 99% 5359 ms
Write: 10% 4053 30% 4053 50% 4053 90% 4053 99% 4053 ms
Write: 10% 11420 30% 11420 50% 11420 90% 11420 99% 11420 ms
Write: 10% 5232 30% 5232 50% 5232 90% 5232 99% 5232 ms
Write: 10% 4249 30% 4249 50% 4249 90% 4249 99% 4249 ms
Write: 10% 10451 30% 10451 50% 10451 90% 10451 99% 10451 ms
Write: 10% 8632 30% 8632 50% 8632 90% 8632 99% 8632 ms
Write: 10% 5892 30% 5892 50% 5892 90% 5892 99% 5892 ms
Write: 10% 4850 30% 4850 50% 4850 90% 4850 99% 4850 ms
Write: 10% 3801 30% 3801 50% 3801 90% 3801 99% 3801 ms
Write: 10% 5047 30% 5047 50% 5047 90% 5047 99% 5047 ms
Write: 10% 6033 30% 6033 50% 6033 90% 6033 99% 6033 ms
Read: 10% 3532 30% 3911 50% 4289 90% 19815 99% 23308 ms
Update: 10% 1690 30% 1690 50% 1690 90% 1690 99% 1690 ms
