Thread 0 failed
Thread 0 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/fole/004472/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/fole/004472/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/fole/004472/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 693, 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/fole/004472/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/fole/004472/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-01T09:58:00.694134Z): tablet_id=72075186224037943;self_id=[1:7567693916521865784:2475];ev=NActors::IEventHandle;tx_id=281474976755674;lock_id=281474976755672;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 @ 0x1F994057
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1F981D8A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x2222C62D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x422A2C44
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42C426A0
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42C41E27
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42C2F039
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E647CAF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42C9F225
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42DA0475
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x272E5480
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x272DF78C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x272E80AE
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x2727BB7A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x2727BB7A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42D9EE95
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42D10707
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x22120C07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x22205101
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x2220ED26
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x2220E2DD
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x2221034E
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1F9990B4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F636AC6
24. ??:0: ?? @ 0x7F3D4D6FCAC2
25. ??:0: ?? @ 0x7F3D4D78E8BF
Thread 0x00007be890c93640 (most recent call first):
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 1942 in _poll_connectivity
  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 0x00007be8a9464640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 147 in _set_logs_command
  File "ydb/tests/olap/lib/allure_utils.py", line 856 in allure_test_description
  File "/home/runner/.ya/build/build_root/fole/004472/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/fole/004472/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 0x00007be8a7651640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 147 in _set_logs_command
  File "ydb/tests/olap/lib/allure_utils.py", line 856 in allure_test_description
  File "/home/runner/.ya/build/build_root/fole/004472/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/fole/004472/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 0x00007be8a4534640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 147 in _set_logs_command
  File "ydb/tests/olap/lib/allure_utils.py", line 856 in allure_test_description
  File "/home/runner/.ya/build/build_root/fole/004472/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/fole/004472/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 0x00007be8a0f1e640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 147 in _set_logs_command
  File "ydb/tests/olap/lib/allure_utils.py", line 856 in allure_test_description
  File "/home/runner/.ya/build/build_root/fole/004472/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/fole/004472/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 0x00007be8a322a640 (most recent call first):
  File "ydb/tests/olap/lib/ydb_cluster.py", line 157 in get_cluster_nodes
  File "ydb/tests/olap/lib/allure_utils.py", line 147 in _set_logs_command
  File "ydb/tests/olap/lib/allure_utils.py", line 856 in allure_test_description
  File "/home/runner/.ya/build/build_root/fole/004472/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/fole/004472/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 0x00007be8aa76e640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 108 in _block
  File "contrib/python/grpcio/py3/grpc/_utilities.py", line 162 in result
  File "contrib/python/ydb/py3/ydb/connection.py", line 527 in ready_factory
  File "contrib/python/ydb/py3/ydb/resolver.py", line 177 in context_resolve
  File "contrib/tools/python3/Lib/contextlib.py", line 137 in __enter__
  File "contrib/python/ydb/py3/ydb/pool.py", line 213 in execute_discovery
  File "contrib/python/ydb/py3/ydb/pool.py", line 264 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 0x00007fe8dda10a40 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 1624 in _shutdown

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/fole/004472/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/fole/004472/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/fole/004472', '--source-root', '/home/runner/.ya/build/build_root/fole/004472/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/fole/004472/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/fole/004472/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/fole/004472/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/fole/004472', '--source-root', '/home/runner/.ya/build/build_root/fole/004472/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/fole/004472/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% 1483 30% 1483 50% 1483 90% 1483 99% 1483 ms
Write: 10% 1479 30% 1479 50% 1479 90% 1479 99% 1479 ms
Write: 10% 3214 30% 3214 50% 3214 90% 3214 99% 3214 ms
Write: 10% 5287 30% 5287 50% 5287 90% 5287 99% 5287 ms
Write: 10% 10767 30% 10767 50% 10767 90% 10767 99% 10767 ms
Write: 10% 12789 30% 12789 50% 12789 90% 12789 99% 12789 ms
Write: 10% 13946 30% 13946 50% 13946 90% 13946 99% 13946 ms
Write: 10% 18195 30% 18195 50% 18195 90% 18195 99% 18195 ms
Write: 10% 18956 30% 18956 50% 18956 90% 18956 99% 18956 ms
Write: 10% 17585 30% 17585 50% 17585 90% 17585 99% 17585 ms
Write: 10% 15166 30% 15166 50% 15166 90% 15166 99% 15166 ms
Write: 10% 15748 30% 15748 50% 15748 90% 15748 99% 15748 ms
Write: 10% 17144 30% 17144 50% 17144 90% 17144 99% 17144 ms
Write: 10% 12175 30% 12175 50% 12175 90% 12175 99% 12175 ms
Write: 10% 15332 30% 15332 50% 15332 90% 15332 99% 15332 ms
Write: 10% 17576 30% 17576 50% 17576 90% 17576 99% 17576 ms
Write: 10% 17214 30% 17214 50% 17214 90% 17214 99% 17214 ms
Write: 10% 16983 30% 16983 50% 16983 90% 16983 99% 16983 ms
Write: 10% 17257 30% 17257 50% 17257 90% 17257 99% 17257 ms
Write: 10% 18313 30% 18313 50% 18313 90% 18313 99% 18313 ms
Write: 10% 12027 30% 12027 50% 12027 90% 12027 99% 12027 ms
Write: 10% 15919 30% 15919 50% 15919 90% 15919 99% 15919 ms
Write: 10% 15269 30% 15269 50% 15269 90% 15269 99% 15269 ms
Write: 10% 17057 30% 17057 50% 17057 90% 17057 99% 17057 ms
Write: 10% 16971 30% 16971 50% 16971 90% 16971 99% 16971 ms
Write: 10% 10239 30% 10239 50% 10239 90% 10239 99% 10239 ms
Write: 10% 3079 30% 3079 50% 3079 90% 3079 99% 3079 ms
Write: 10% 13116 30% 13116 50% 13116 90% 13116 99% 13116 ms
Write: 10% 15275 30% 15275 50% 15275 90% 15275 99% 15275 ms
Write: 10% 14571 30% 14571 50% 14571 90% 14571 99% 14571 ms
Write: 10% 2964 30% 2964 50% 2964 90% 2964 99% 2964 ms
Write: 10% 13251 30% 13251 50% 13251 90% 13251 99% 13251 ms
Write: 10% 11858 30% 11858 50% 11858 90% 11858 99% 11858 ms
Write: 10% 15153 30% 15153 50% 15153 90% 15153 99% 15153 ms
Write: 10% 10017 30% 10017 50% 10017 90% 10017 99% 10017 ms
Write: 10% 16718 30% 16718 50% 16718 90% 16718 99% 16718 ms
Write: 10% 9291 30% 9291 50% 9291 90% 9291 99% 9291 ms
Write: 10% 8243 30% 8243 50% 8243 90% 8243 99% 8243 ms
Write: 10% 11082 30% 11082 50% 11082 90% 11082 99% 11082 ms
Write: 10% 12537 30% 12537 50% 12537 90% 12537 99% 12537 ms
Write: 10% 4588 30% 4588 50% 4588 90% 4588 99% 4588 ms
Write: 10% 2962 30% 2962 50% 2962 90% 2962 99% 2962 ms
Write: 10% 2841 30% 2841 50% 2841 90% 2841 99% 2841 ms
Write: 10% 13876 30% 13876 50% 13876 90% 13876 99% 13876 ms
Write: 10% 5213 30% 5213 50% 5213 90% 5213 99% 5213 ms
Write: 10% 4116 30% 4116 50% 4116 90% 4116 99% 4116 ms
Write: 10% 5815 30% 5815 50% 5815 90% 5815 99% 5815 ms
Write: 10% 12587 30% 12587 50% 12587 90% 12587 99% 12587 ms
Write: 10% 6902 30% 6902 50% 6902 90% 6902 99% 6902 ms
Write: 10% 9065 30% 9065 50% 9065 90% 9065 99% 9065 ms
Write: 10% 3401 30% 3401 50% 3401 90% 3401 99% 3401 ms
Write: 10% 3250 30% 3250 50% 3250 90% 3250 99% 3250 ms
Write: 10% 10140 30% 10140 50% 10140 90% 10140 99% 10140 ms
Write: 10% 2906 30% 2906 50% 2906 90% 2906 99% 2906 ms
Write: 10% 4240 30% 4240 50% 4240 90% 4240 99% 4240 ms
Write: 10% 5430 30% 5430 50% 5430 90% 5430 99% 5430 ms
Write: 10% 9228 30% 9228 50% 9228 90% 9228 99% 9228 ms
Write: 10% 2483 30% 2483 50% 2483 90% 2483 99% 2483 ms
Write: 10% 6630 30% 6630 50% 6630 90% 6630 99% 6630 ms
Write: 10% 3859 30% 3859 50% 3859 90% 3859 99% 3859 ms
Write: 10% 5776 30% 5776 50% 5776 90% 5776 99% 5776 ms
Write: 10% 9838 30% 9838 50% 9838 90% 9838 99% 9838 ms
Write: 10% 3864 30% 3864 50% 3864 90% 3864 99% 3864 ms
Write: 10% 3622 30% 3622 50% 3622 90% 3622 99% 3622 ms
Step 2. read write
Write: 10% 1222 30% 1222 50% 1222 90% 1222 99% 1222 ms
Write: 10% 3376 30% 3376 50% 3376 90% 3376 99% 3376 ms
Write: 10% 4942 30% 4942 50% 4942 90% 4942 99% 4942 ms
Write: 10% 11038 30% 11038 50% 11038 90% 11038 99% 11038 ms
Write: 10% 18786 30% 18786 50% 18786 90% 18786 99% 18786 ms
Write: 10% 19985 30% 19985 50% 19985 90% 19985 99% 19985 ms
Write: 10% 18081 30% 18081 50% 18081 90% 18081 99% 18081 ms
Write: 10% 19607 30% 19607 50% 19607 90% 19607 99% 19607 ms
Write: 10% 19162 30% 19162 50% 19162 90% 19162 99% 19162 ms
Write: 10% 19615 30% 19615 50% 19615 90% 19615 99% 19615 ms
Write: 10% 19366 30% 19366 50% 19366 90% 19366 99% 19366 ms
Write: 10% 21879 30% 21879 50% 21879 90% 21879 99% 21879 ms
Write: 10% 19906 30% 19906 50% 19906 90% 19906 99% 19906 ms
Write: 10% 21194 30% 21194 50% 21194 90% 21194 99% 21194 ms
Write: 10% 3755 30% 3755 50% 3755 90% 3755 99% 3755 ms
Write: 10% 16670 30% 16670 50% 16670 90% 16670 99% 16670 ms
Write: 10% 11624 30% 11624 50% 11624 90% 11624 99% 11624 ms
Write: 10% 14377 30% 14377 50% 14377 90% 14377 99% 14377 ms
Write: 10% 17716 30% 17716 50% 17716 90% 17716 99% 17716 ms
Write: 10% 12075 30% 12075 50% 12075 90% 12075 99% 12075 ms
Write: 10% 19963 30% 19963 50% 19963 90% 19963 99% 19963 ms
Write: 10% 15874 30% 15874 50% 15874 90% 15874 99% 15874 ms
Write: 10% 11226 30% 11226 50% 11226 90% 11226 99% 11226 ms
Write: 10% 15880 30% 15880 50% 15880 90% 15880 99% 15880 ms
Write: 10% 7265 30% 7265 50% 7265 90% 7265 99% 7265 ms
Write: 10% 8021 30% 8021 50% 8021 90% 8021 99% 8021 ms
Write: 10% 14878 30% 14878 50% 14878 90% 14878 99% 14878 ms
Write: 10% 13048 30% 13048 50% 13048 90% 13048 99% 13048 ms
Write: 10% 6929 30% 6929 50% 6929 90% 6929 99% 6929 ms
Write: 10% 17734 30% 17734 50% 17734 90% 17734 99% 17734 ms
Write: 10% 5831 30% 5831 50% 5831 90% 5831 99% 5831 ms
Write: 10% 4274 30% 4274 50% 4274 90% 4274 99% 4274 ms
Write: 10% 5028 30% 5028 50% 5028 90% 5028 99% 5028 ms
Write: 10% 5432 30% 5432 50% 5432 90% 5432 99% 5432 ms
Write: 10% 11731 30% 11731 50% 11731 90% 11731 99% 11731 ms
Write: 10% 6117 30% 6117 50% 6117 90% 6117 99% 6117 ms
Write: 10% 4786 30% 4786 50% 4786 90% 4786 99% 4786 ms
Write: 10% 10951 30% 10951 50% 10951 90% 10951 99% 10951 ms
Write: 10% 4053 30% 4053 50% 4053 90% 4053 99% 4053 ms
Write: 10% 3986 30% 3986 50% 3986 90% 3986 99% 3986 ms
Write: 10% 8411 30% 8411 50% 8411 90% 8411 99% 8411 ms
Write: 10% 9188 30% 9188 50% 9188 90% 9188 99% 9188 ms
Write: 10% 3938 30% 3938 50% 3938 90% 3938 99% 3938 ms
Write: 10% 3639 30% 3639 50% 3639 90% 3639 99% 3639 ms
Write: 10% 13916 30% 13916 50% 13916 90% 13916 99% 13916 ms
Write: 10% 3632 30% 3632 50% 3632 90% 3632 99% 3632 ms
Write: 10% 5178 30% 5178 50% 5178 90% 5178 99% 5178 ms
Write: 10% 4938 30% 4938 50% 4938 90% 4938 99% 4938 ms
Write: 10% 8013 30% 8013 50% 8013 90% 8013 99% 8013 ms
Write: 10% 5305 30% 5305 50% 5305 90% 5305 99% 5305 ms
Write: 10% 8938 30% 8938 50% 8938 90% 8938 99% 8938 ms
Write: 10% 13867 30% 13867 50% 13867 90% 13867 99% 13867 ms
Write: 10% 4096 30% 4096 50% 4096 90% 4096 99% 4096 ms
Write: 10% 2834 30% 2834 50% 2834 90% 2834 99% 2834 ms
Write: 10% 5204 30% 5204 50% 5204 90% 5204 99% 5204 ms
Write: 10% 2409 30% 2409 50% 2409 90% 2409 99% 2409 ms
Write: 10% 7314 30% 7314 50% 7314 90% 7314 99% 7314 ms
Write: 10% 3604 30% 3604 50% 3604 90% 3604 99% 3604 ms
Write: 10% 8001 30% 8001 50% 8001 90% 8001 99% 8001 ms
Write: 10% 4661 30% 4661 50% 4661 90% 4661 99% 4661 ms
Write: 10% 2456 30% 2456 50% 2456 90% 2456 99% 2456 ms
Write: 10% 2172 30% 2172 50% 2172 90% 2172 99% 2172 ms
Write: 10% 10571 30% 10571 50% 10571 90% 10571 99% 10571 ms
Write: 10% 2738 30% 2738 50% 2738 90% 2738 99% 2738 ms
Read: 10% 6554 30% 11719 50% 16884 90% 27214 99% 29538 ms
Step 3. write modify
Was written: 14.6484375 MiB, Speed: 0.244140625 MiB/s
Write: 10% 5374 30% 5374 50% 5374 90% 5374 99% 5374 ms
Write: 10% 7527 30% 7527 50% 7527 90% 7527 99% 7527 ms
Write: 10% 11508 30% 11508 50% 11508 90% 11508 99% 11508 ms
Write: 10% 10386 30% 10386 50% 10386 90% 10386 99% 10386 ms
Write: 10% 17553 30% 17553 50% 17553 90% 17553 99% 17553 ms
Write: 10% 18898 30% 18898 50% 18898 90% 18898 99% 18898 ms
Write: 10% 16370 30% 16370 50% 16370 90% 16370 99% 16370 ms
Write: 10% 16735 30% 16735 50% 16735 90% 16735 99% 16735 ms
Write: 10% 17247 30% 17247 50% 17247 90% 17247 99% 17247 ms
Write: 10% 20406 30% 20406 50% 20406 90% 20406 99% 20406 ms
Write: 10% 17317 30% 17317 50% 17317 90% 17317 99% 17317 ms
Write: 10% 20330 30% 20330 50% 20330 90% 20330 99% 20330 ms
Write: 10% 14146 30% 14146 50% 14146 90% 14146 99% 14146 ms
Write: 10% 17124 30% 17124 50% 17124 90% 17124 99% 17124 ms
Write: 10% 18599 30% 18599 50% 18599 90% 18599 99% 18599 ms
Write: 10% 17038 30% 17038 50% 17038 90% 17038 99% 17038 ms
Write: 10% 16084 30% 16084 50% 16084 90% 16084 99% 16084 ms
Write: 10% 16465 30% 16465 50% 16465 90% 16465 99% 16465 ms
Write: 10% 16127 30% 16127 50% 16127 90% 16127 99% 16127 ms
Write: 10% 15208 30% 15208 50% 15208 90% 15208 99% 15208 ms
Write: 10% 16980 30% 16980 50% 16980 90% 16980 99% 16980 ms
Write: 10% 5985 30% 5985 50% 5985 90% 5985 99% 5985 ms
Write: 10% 20245 30% 20245 50% 20245 90% 20245 99% 20245 ms
Write: 10% 14762 30% 14762 50% 14762 90% 14762 99% 14762 ms
Write: 10% 12544 30% 12544 50% 12544 90% 12544 99% 12544 ms
Write: 10% 8690 30% 8690 50% 8690 90% 8690 99% 8690 ms
Write: 10% 3845 30% 3845 50% 3845 90% 3845 99% 3845 ms
Write: 10% 13204 30% 13204 50% 13204 90% 13204 99% 13204 ms
Write: 10% 16273 30% 16273 50% 16273 90% 16273 99% 16273 ms
Write: 10% 17335 30% 17335 50% 17335 90% 17335 99% 17335 ms
Write: 10% 15520 30% 15520 50% 15520 90% 15520 99% 15520 ms
Write: 10% 2963 30% 2963 50% 2963 90% 2963 99% 2963 ms
Write: 10% 8581 30% 8581 50% 8581 90% 8581 99% 8581 ms
Write: 10% 4728 30% 4728 50% 4728 90% 4728 99% 4728 ms
Write: 10% 5773 30% 5773 50% 5773 90% 5773 99% 5773 ms
Write: 10% 4213 30% 4213 50% 4213 90% 4213 99% 4213 ms
Write: 10% 5878 30% 5878 50% 5878 90% 5878 99% 5878 ms
Write: 10% 9866 30% 9866 50% 9866 90% 9866 99% 9866 ms
Write: 10% 12002 30% 12002 50% 12002 90% 12002 99% 12002 ms
Write: 10% 3317 30% 3317 50% 3317 90% 3317 99% 3317 ms
Write: 10% 8645 30% 8645 50% 8645 90% 8645 99% 8645 ms
Write: 10% 6607 30% 6607 50% 6607 90% 6607 99% 6607 ms
Write: 10% 13043 30% 13043 50% 13043 90% 13043 99% 13043 ms
Write: 10% 4169 30% 4169 50% 4169 90% 4169 99% 4169 ms
Write: 10% 8889 30% 8889 50% 8889 90% 8889 99% 8889 ms
Write: 10% 9488 30% 9488 50% 9488 90% 9488 99% 9488 ms
Write: 10% 10444 30% 10444 50% 10444 90% 10444 99% 10444 ms
Write: 10% 6583 30% 6583 50% 6583 90% 6583 99% 6583 ms
Write: 10% 4166 30% 4166 50% 4166 90% 4166 99% 4166 ms
Write: 10% 3290 30% 3290 50% 3290 90% 3290 99% 3290 ms
Write: 10% 14907 30% 14907 50% 14907 90% 14907 99% 14907 ms
Write: 10% 17373 30% 17373 50% 17373 90% 17373 99% 17373 ms
Write: 10% 5078 30% 5078 50% 5078 90% 5078 99% 5078 ms
Write: 10% 4063 30% 4063 50% 4063 90% 4063 99% 4063 ms
Write: 10% 6598 30% 6598 50% 6598 90% 6598 99% 6598 ms
Write: 10% 3158 30% 3158 50% 3158 90% 3158 99% 3158 ms
Write: 10% 2981 30% 2981 50% 2981 90% 2981 99% 2981 ms
Write: 10% 2963 30% 2963 50% 2963 90% 2963 99% 2963 ms
Write: 10% 5688 30% 5688 50% 5688 90% 5688 99% 5688 ms
Write: 10% 4607 30% 4607 50% 4607 90% 4607 99% 4607 ms
Write: 10% 3576 30% 3576 50% 3576 90% 3576 99% 3576 ms
Write: 10% 3257 30% 3257 50% 3257 90% 3257 99% 3257 ms
Write: 10% 5457 30% 5457 50% 5457 90% 5457 99% 5457 ms
Write: 10% 6736 30% 6736 50% 6736 90% 6736 99% 6736 ms
Update: 10% 1970 30% 1970 50% 1970 90% 1970 99% 1970 ms
Step 4. read modify write
Write: 10% 6579 30% 6579 50% 6579 90% 6579 99% 6579 ms
Write: 10% 16881 30% 16881 50% 16881 90% 16881 99% 16881 ms
Write: 10% 18321 30% 18321 50% 18321 90% 18321 99% 18321 ms
Write: 10% 18683 30% 18683 50% 18683 90% 18683 99% 18683 ms
Write: 10% 20317 30% 20317 50% 20317 90% 20317 99% 20317 ms
Write: 10% 16904 30% 16904 50% 16904 90% 16904 99% 16904 ms
Write: 10% 18583 30% 18583 50% 18583 90% 18583 99% 18583 ms
Write: 10% 18927 30% 18927 50% 18927 90% 18927 99% 18927 ms
Write: 10% 18861 30% 18861 50% 18861 90% 18861 99% 18861 ms
Write: 10% 18947 30% 18947 50% 18947 90% 18947 99% 18947 ms
Write: 10% 22052 30% 22052 50% 22052 90% 22052 99% 22052 ms
Write: 10% 18899 30% 18899 50% 18899 90% 18899 99% 18899 ms
Write: 10% 10611 30% 10611 50% 10611 90% 10611 99% 10611 ms
Write: 10% 15026 30% 15026 50% 15026 90% 15026 99% 15026 ms
Write: 10% 18284 30% 18284 50% 18284 90% 18284 99% 18284 ms
Write: 10% 18984 30% 18984 50% 18984 90% 18984 99% 18984 ms
Write: 10% 18512 30% 18512 50% 18512 90% 18512 99% 18512 ms
Write: 10% 18547 30% 18547 50% 18547 90% 18547 99% 18547 ms
Write: 10% 17471 30% 17471 50% 17471 90% 17471 99% 17471 ms
Write: 10% 10975 30% 10975 50% 10975 90% 10975 99% 10975 ms
Write: 10% 18113 30% 18113 50% 18113 90% 18113 99% 18113 ms
Write: 10% 3336 30% 3336 50% 3336 90% 3336 99% 3336 ms
Write: 10% 9941 30% 9941 50% 9941 90% 9941 99% 9941 ms
Write: 10% 10329 30% 10329 50% 10329 90% 10329 99% 10329 ms
Write: 10% 15731 30% 15731 50% 15731 90% 15731 99% 15731 ms
Write: 10% 12292 30% 12292 50% 12292 90% 12292 99% 12292 ms
Write: 10% 4376 30% 4376 50% 4376 90% 4376 99% 4376 ms
Write: 10% 7328 30% 7328 50% 7328 90% 7328 99% 7328 ms
Write: 10% 16639 30% 16639 50% 16639 90% 16639 99% 16639 ms
Write: 10% 11370 30% 11370 50% 11370 90% 11370 99% 11370 ms
Write: 10% 15877 30% 15877 50% 15877 90% 15877 99% 15877 ms
Write: 10% 15868 30% 15868 50% 15868 90% 15868 99% 15868 ms
Write: 10% 3225 30% 3225 50% 3225 90% 3225 99% 3225 ms
Write: 10% 13218 30% 13218 50% 13218 90% 13218 99% 13218 ms
Write: 10% 11799 30% 11799 50% 11799 90% 11799 99% 11799 ms
Write: 10% 9030 30% 9030 50% 9030 90% 9030 99% 9030 ms
Write: 10% 4858 30% 4858 50% 4858 90% 4858 99% 4858 ms
Write: 10% 4650 30% 4650 50% 4650 90% 4650 99% 4650 ms
Write: 10% 12116 30% 12116 50% 12116 90% 12116 99% 12116 ms
Write: 10% 16302 30% 16302 50% 16302 90% 16302 99% 16302 ms
Write: 10% 8475 30% 8475 50% 8475 90% 8475 99% 8475 ms
Write: 10% 4462 30% 4462 50% 4462 90% 4462 99% 4462 ms
Write: 10% 6483 30% 6483 50% 6483 90% 6483 99% 6483 ms
Write: 10% 10342 30% 10342 50% 10342 90% 10342 99% 10342 ms
Write: 10% 11072 30% 11072 50% 11072 90% 11072 99% 11072 ms
Write: 10% 11775 30% 11775 50% 11775 90% 11775 99% 11775 ms
Write: 10% 15047 30% 15047 50% 15047 90% 15047 99% 15047 ms
Write: 10% 16711 30% 16711 50% 16711 90% 16711 99% 16711 ms
Write: 10% 10159 30% 10159 50% 10159 90% 10159 99% 10159 ms
Write: 10% 12348 30% 12348 50% 12348 90% 12348 99% 12348 ms
Write: 10% 3153 30% 3153 50% 3153 90% 3153 99% 3153 ms
Write: 10% 12924 30% 12924 50% 12924 90% 12924 99% 12924 ms
Write: 10% 16888 30% 16888 50% 16888 90% 16888 99% 16888 ms
Write: 10% 5918 30% 5918 50% 5918 90% 5918 99% 5918 ms
Write: 10% 5444 30% 5444 50% 5444 90% 5444 99% 5444 ms
Write: 10% 3333 30% 3333 50% 3333 90% 3333 99% 3333 ms
Write: 10% 2796 30% 2796 50% 2796 90% 2796 99% 2796 ms
Write: 10% 3993 30% 3993 50% 3993 90% 3993 99% 3993 ms
Write: 10% 9438 30% 9438 50% 9438 90% 9438 99% 9438 ms
Write: 10% 14634 30% 14634 50% 14634 90% 14634 99% 14634 ms
Write: 10% 3367 30% 3367 50% 3367 90% 3367 99% 3367 ms
Write: 10% 3354 30% 3354 50% 3354 90% 3354 99% 3354 ms
Write: 10% 6411 30% 6411 50% 6411 90% 6411 99% 6411 ms
Write: 10% 5328 30% 5328 50% 5328 90% 5328 99% 5328 ms
Read: 10% 7949 30% 11971 50% 15993 90% 24037 99% 25847 ms
Was written: 25.0 MiB, Speed: 0.17252604166666666 MiB/s
Update: 10% 1805 30% 1805 50% 1805 90% 1805 99% 1805 ms
