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/c5p2/001b04/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/c5p2/001b04/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/c5p2/001b04/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/c5p2/001b04/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/c5p2/001b04/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-05T19:08:30.199382Z): tablet_id=72075186224038064;self_id=[1:7569320139663448809:7571];ev=NActors::IEventHandle;tx_id=281474976715747;lock_id=281474976715741;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 @ 0x1FA36A57
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FA2478A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x222CF62D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x41A2B0C4
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x423CD250
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x423CC9D7
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x423B9BE9
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E6EA6AF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42429DD5
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x4252CEC5
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x273960F0
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x273903FC
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x27398D1E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x2732C7EA
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x2732C7EA
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x4252B8E5
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x4249B727
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x221C3C07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x222A8101
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x222B1D26
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x222B12DD
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x222B334E
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FA3BAB4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F6D94C6
24. ??:0: ?? @ 0x7FDAFE59AAC2
25. ??:0: ?? @ 0x7FDAFE62C8BF
Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/c5p2/001b04/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_4/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/c5p2/001b04/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_4/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-05T19:08:32.610051Z): tablet_id=72075186224038190;self_id=[4:7569320141544963973:7485];ev=NActors::IEventHandle;tx_id=281474976715753;lock_id=281474976715750;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 @ 0x1FA36A57
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FA2478A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x222CF62D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x41A2B0C4
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x423CD250
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x423CC9D7
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x423B9BE9
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E6EA6AF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42429DD5
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x4252CEC5
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x273960F0
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x273903FC
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x27398D1E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x2732C7EA
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x2732C7EA
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x4252B8E5
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x4249B727
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x221C3C07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x222A8101
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x222B1D26
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x222B12DD
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x222B334E
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FA3BAB4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F6D94C6
24. ??:0: ?? @ 0x7FB0DD522AC2
25. ??:0: ?? @ 0x7FB0DD5B48BF
Thread 0x00007b1a1d219640 (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 0x00007b1a2c76b640 (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/c5p2/001b04/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/c5p2/001b04/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 0x00007b1a2987e640 (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/c5p2/001b04/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/c5p2/001b04/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 0x00007b1a3282a640 (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 0x00007f1a64912a40 (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/c5p2/001b04/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/c5p2/001b04/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/c5p2/001b04', '--source-root', '/home/runner/.ya/build/build_root/c5p2/001b04/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/c5p2/001b04/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/10164110401/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/c5p2/001b04/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/c5p2/001b04/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/c5p2/001b04', '--source-root', '/home/runner/.ya/build/build_root/c5p2/001b04/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/c5p2/001b04/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/10164110401/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% 5844 30% 5844 50% 5844 90% 5844 99% 5844 ms
Write: 10% 17163 30% 17163 50% 17163 90% 17163 99% 17163 ms
Write: 10% 18838 30% 18838 50% 18838 90% 18838 99% 18838 ms
Write: 10% 16293 30% 16293 50% 16293 90% 16293 99% 16293 ms
Write: 10% 10986 30% 10986 50% 10986 90% 10986 99% 10986 ms
Write: 10% 19117 30% 19117 50% 19117 90% 19117 99% 19117 ms
Write: 10% 19664 30% 19664 50% 19664 90% 19664 99% 19664 ms
Write: 10% 20014 30% 20014 50% 20014 90% 20014 99% 20014 ms
Write: 10% 15028 30% 15028 50% 15028 90% 15028 99% 15028 ms
Write: 10% 18585 30% 18585 50% 18585 90% 18585 99% 18585 ms
Write: 10% 16673 30% 16673 50% 16673 90% 16673 99% 16673 ms
Write: 10% 17231 30% 17231 50% 17231 90% 17231 99% 17231 ms
Write: 10% 18825 30% 18825 50% 18825 90% 18825 99% 18825 ms
Write: 10% 19356 30% 19356 50% 19356 90% 19356 99% 19356 ms
Write: 10% 13549 30% 13549 50% 13549 90% 13549 99% 13549 ms
Write: 10% 12489 30% 12489 50% 12489 90% 12489 99% 12489 ms
Write: 10% 13313 30% 13313 50% 13313 90% 13313 99% 13313 ms
Write: 10% 9935 30% 9935 50% 9935 90% 9935 99% 9935 ms
Write: 10% 17230 30% 17230 50% 17230 90% 17230 99% 17230 ms
Write: 10% 13869 30% 13869 50% 13869 90% 13869 99% 13869 ms
Write: 10% 15820 30% 15820 50% 15820 90% 15820 99% 15820 ms
Write: 10% 14842 30% 14842 50% 14842 90% 14842 99% 14842 ms
Write: 10% 17921 30% 17921 50% 17921 90% 17921 99% 17921 ms
Write: 10% 16471 30% 16471 50% 16471 90% 16471 99% 16471 ms
Write: 10% 13310 30% 13310 50% 13310 90% 13310 99% 13310 ms
Write: 10% 9959 30% 9959 50% 9959 90% 9959 99% 9959 ms
Write: 10% 2942 30% 2942 50% 2942 90% 2942 99% 2942 ms
Write: 10% 16614 30% 16614 50% 16614 90% 16614 99% 16614 ms
Write: 10% 5042 30% 5042 50% 5042 90% 5042 99% 5042 ms
Write: 10% 14504 30% 14504 50% 14504 90% 14504 99% 14504 ms
Write: 10% 14961 30% 14961 50% 14961 90% 14961 99% 14961 ms
Write: 10% 12978 30% 12978 50% 12978 90% 12978 99% 12978 ms
Write: 10% 13985 30% 13985 50% 13985 90% 13985 99% 13985 ms
Write: 10% 3223 30% 3223 50% 3223 90% 3223 99% 3223 ms
Write: 10% 10540 30% 10540 50% 10540 90% 10540 99% 10540 ms
Write: 10% 6959 30% 6959 50% 6959 90% 6959 99% 6959 ms
Write: 10% 7828 30% 7828 50% 7828 90% 7828 99% 7828 ms
Write: 10% 20938 30% 20938 50% 20938 90% 20938 99% 20938 ms
Write: 10% 17256 30% 17256 50% 17256 90% 17256 99% 17256 ms
Write: 10% 2837 30% 2837 50% 2837 90% 2837 99% 2837 ms
Write: 10% 4662 30% 4662 50% 4662 90% 4662 99% 4662 ms
Write: 10% 10803 30% 10803 50% 10803 90% 10803 99% 10803 ms
Write: 10% 3087 30% 3087 50% 3087 90% 3087 99% 3087 ms
Write: 10% 4108 30% 4108 50% 4108 90% 4108 99% 4108 ms
Write: 10% 14900 30% 14900 50% 14900 90% 14900 99% 14900 ms
Write: 10% 8708 30% 8708 50% 8708 90% 8708 99% 8708 ms
Write: 10% 2020 30% 2020 50% 2020 90% 2020 99% 2020 ms
Write: 10% 11056 30% 11056 50% 11056 90% 11056 99% 11056 ms
Write: 10% 7801 30% 7801 50% 7801 90% 7801 99% 7801 ms
Write: 10% 11810 30% 11810 50% 11810 90% 11810 99% 11810 ms
Write: 10% 6410 30% 6410 50% 6410 90% 6410 99% 6410 ms
Write: 10% 6729 30% 6729 50% 6729 90% 6729 99% 6729 ms
Write: 10% 4517 30% 4517 50% 4517 90% 4517 99% 4517 ms
Write: 10% 3854 30% 3854 50% 3854 90% 3854 99% 3854 ms
Write: 10% 6137 30% 6137 50% 6137 90% 6137 99% 6137 ms
Write: 10% 3879 30% 3879 50% 3879 90% 3879 99% 3879 ms
Write: 10% 7369 30% 7369 50% 7369 90% 7369 99% 7369 ms
Write: 10% 3157 30% 3157 50% 3157 90% 3157 99% 3157 ms
Write: 10% 2782 30% 2782 50% 2782 90% 2782 99% 2782 ms
Write: 10% 12477 30% 12477 50% 12477 90% 12477 99% 12477 ms
Write: 10% 4147 30% 4147 50% 4147 90% 4147 99% 4147 ms
Write: 10% 3794 30% 3794 50% 3794 90% 3794 99% 3794 ms
Write: 10% 5604 30% 5604 50% 5604 90% 5604 99% 5604 ms
Write: 10% 11843 30% 11843 50% 11843 90% 11843 99% 11843 ms
Step 2. read write
Write: 10% 3545 30% 3545 50% 3545 90% 3545 99% 3545 ms
Write: 10% 6636 30% 6636 50% 6636 90% 6636 99% 6636 ms
Write: 10% 9835 30% 9835 50% 9835 90% 9835 99% 9835 ms
Write: 10% 11789 30% 11789 50% 11789 90% 11789 99% 11789 ms
Write: 10% 13114 30% 13114 50% 13114 90% 13114 99% 13114 ms
Write: 10% 16098 30% 16098 50% 16098 90% 16098 99% 16098 ms
Write: 10% 15750 30% 15750 50% 15750 90% 15750 99% 15750 ms
Write: 10% 14840 30% 14840 50% 14840 90% 14840 99% 14840 ms
Write: 10% 18460 30% 18460 50% 18460 90% 18460 99% 18460 ms
Write: 10% 16392 30% 16392 50% 16392 90% 16392 99% 16392 ms
Write: 10% 16520 30% 16520 50% 16520 90% 16520 99% 16520 ms
Write: 10% 17743 30% 17743 50% 17743 90% 17743 99% 17743 ms
Write: 10% 16032 30% 16032 50% 16032 90% 16032 99% 16032 ms
Write: 10% 15850 30% 15850 50% 15850 90% 15850 99% 15850 ms
Write: 10% 12411 30% 12411 50% 12411 90% 12411 99% 12411 ms
Write: 10% 12022 30% 12022 50% 12022 90% 12022 99% 12022 ms
Write: 10% 10305 30% 10305 50% 10305 90% 10305 99% 10305 ms
Write: 10% 16557 30% 16557 50% 16557 90% 16557 99% 16557 ms
Write: 10% 9626 30% 9626 50% 9626 90% 9626 99% 9626 ms
Write: 10% 10941 30% 10941 50% 10941 90% 10941 99% 10941 ms
Write: 10% 12513 30% 12513 50% 12513 90% 12513 99% 12513 ms
Write: 10% 8804 30% 8804 50% 8804 90% 8804 99% 8804 ms
Write: 10% 10964 30% 10964 50% 10964 90% 10964 99% 10964 ms
Write: 10% 9276 30% 9276 50% 9276 90% 9276 99% 9276 ms
Write: 10% 11013 30% 11013 50% 11013 90% 11013 99% 11013 ms
Write: 10% 9390 30% 9390 50% 9390 90% 9390 99% 9390 ms
Write: 10% 13813 30% 13813 50% 13813 90% 13813 99% 13813 ms
Write: 10% 9104 30% 9104 50% 9104 90% 9104 99% 9104 ms
Write: 10% 13208 30% 13208 50% 13208 90% 13208 99% 13208 ms
Write: 10% 13047 30% 13047 50% 13047 90% 13047 99% 13047 ms
Write: 10% 12235 30% 12235 50% 12235 90% 12235 99% 12235 ms
Write: 10% 13827 30% 13827 50% 13827 90% 13827 99% 13827 ms
Write: 10% 11064 30% 11064 50% 11064 90% 11064 99% 11064 ms
Write: 10% 16061 30% 16061 50% 16061 90% 16061 99% 16061 ms
Write: 10% 12364 30% 12364 50% 12364 90% 12364 99% 12364 ms
Write: 10% 9897 30% 9897 50% 9897 90% 9897 99% 9897 ms
Write: 10% 6639 30% 6639 50% 6639 90% 6639 99% 6639 ms
Write: 10% 9074 30% 9074 50% 9074 90% 9074 99% 9074 ms
Write: 10% 13942 30% 13942 50% 13942 90% 13942 99% 13942 ms
Write: 10% 3998 30% 3998 50% 3998 90% 3998 99% 3998 ms
Write: 10% 5693 30% 5693 50% 5693 90% 5693 99% 5693 ms
Write: 10% 6700 30% 6700 50% 6700 90% 6700 99% 6700 ms
Write: 10% 3153 30% 3153 50% 3153 90% 3153 99% 3153 ms
Write: 10% 3363 30% 3363 50% 3363 90% 3363 99% 3363 ms
Write: 10% 4666 30% 4666 50% 4666 90% 4666 99% 4666 ms
Write: 10% 4631 30% 4631 50% 4631 90% 4631 99% 4631 ms
Write: 10% 10771 30% 10771 50% 10771 90% 10771 99% 10771 ms
Write: 10% 9006 30% 9006 50% 9006 90% 9006 99% 9006 ms
Write: 10% 6696 30% 6696 50% 6696 90% 6696 99% 6696 ms
Write: 10% 8636 30% 8636 50% 8636 90% 8636 99% 8636 ms
Write: 10% 5176 30% 5176 50% 5176 90% 5176 99% 5176 ms
Write: 10% 6635 30% 6635 50% 6635 90% 6635 99% 6635 ms
Write: 10% 4553 30% 4553 50% 4553 90% 4553 99% 4553 ms
Write: 10% 9738 30% 9738 50% 9738 90% 9738 99% 9738 ms
Write: 10% 3540 30% 3540 50% 3540 90% 3540 99% 3540 ms
Write: 10% 5810 30% 5810 50% 5810 90% 5810 99% 5810 ms
Write: 10% 2013 30% 2013 50% 2013 90% 2013 99% 2013 ms
Write: 10% 2984 30% 2984 50% 2984 90% 2984 99% 2984 ms
Write: 10% 5374 30% 5374 50% 5374 90% 5374 99% 5374 ms
Write: 10% 7159 30% 7159 50% 7159 90% 7159 99% 7159 ms
Write: 10% 3135 30% 3135 50% 3135 90% 3135 99% 3135 ms
Write: 10% 5137 30% 5137 50% 5137 90% 5137 99% 5137 ms
Write: 10% 3273 30% 3273 50% 3273 90% 3273 99% 3273 ms
Write: 10% 3691 30% 3691 50% 3691 90% 3691 99% 3691 ms
Read: 10% 6680 30% 11466 50% 16252 90% 25825 99% 27978 ms
Step 3. write modify
Was written: 14.453125 MiB, Speed: 0.24088541666666666 MiB/s
Write: 10% 2614 30% 2614 50% 2614 90% 2614 99% 2614 ms
Write: 10% 1993 30% 1993 50% 1993 90% 1993 99% 1993 ms
Write: 10% 1626 30% 1626 50% 1626 90% 1626 99% 1626 ms
Write: 10% 4317 30% 4317 50% 4317 90% 4317 99% 4317 ms
Write: 10% 3056 30% 3056 50% 3056 90% 3056 99% 3056 ms
Write: 10% 3741 30% 3741 50% 3741 90% 3741 99% 3741 ms
Write: 10% 4091 30% 4091 50% 4091 90% 4091 99% 4091 ms
Write: 10% 7253 30% 7253 50% 7253 90% 7253 99% 7253 ms
Write: 10% 10694 30% 10694 50% 10694 90% 10694 99% 10694 ms
Write: 10% 11535 30% 11535 50% 11535 90% 11535 99% 11535 ms
Write: 10% 18222 30% 18222 50% 18222 90% 18222 99% 18222 ms
Write: 10% 17823 30% 17823 50% 17823 90% 17823 99% 17823 ms
Write: 10% 18314 30% 18314 50% 18314 90% 18314 99% 18314 ms
Write: 10% 16570 30% 16570 50% 16570 90% 16570 99% 16570 ms
Write: 10% 18354 30% 18354 50% 18354 90% 18354 99% 18354 ms
Write: 10% 16260 30% 16260 50% 16260 90% 16260 99% 16260 ms
Write: 10% 18677 30% 18677 50% 18677 90% 18677 99% 18677 ms
Write: 10% 17502 30% 17502 50% 17502 90% 17502 99% 17502 ms
Write: 10% 19697 30% 19697 50% 19697 90% 19697 99% 19697 ms
Write: 10% 16479 30% 16479 50% 16479 90% 16479 99% 16479 ms
Write: 10% 15764 30% 15764 50% 15764 90% 15764 99% 15764 ms
Write: 10% 14681 30% 14681 50% 14681 90% 14681 99% 14681 ms
Write: 10% 20273 30% 20273 50% 20273 90% 20273 99% 20273 ms
Write: 10% 18638 30% 18638 50% 18638 90% 18638 99% 18638 ms
Write: 10% 18456 30% 18456 50% 18456 90% 18456 99% 18456 ms
Write: 10% 11705 30% 11705 50% 11705 90% 11705 99% 11705 ms
Write: 10% 12224 30% 12224 50% 12224 90% 12224 99% 12224 ms
Write: 10% 11317 30% 11317 50% 11317 90% 11317 99% 11317 ms
Write: 10% 12916 30% 12916 50% 12916 90% 12916 99% 12916 ms
Write: 10% 13293 30% 13293 50% 13293 90% 13293 99% 13293 ms
Write: 10% 14631 30% 14631 50% 14631 90% 14631 99% 14631 ms
Write: 10% 8990 30% 8990 50% 8990 90% 8990 99% 8990 ms
Write: 10% 8702 30% 8702 50% 8702 90% 8702 99% 8702 ms
Write: 10% 10685 30% 10685 50% 10685 90% 10685 99% 10685 ms
Write: 10% 18419 30% 18419 50% 18419 90% 18419 99% 18419 ms
Write: 10% 8213 30% 8213 50% 8213 90% 8213 99% 8213 ms
Write: 10% 9565 30% 9565 50% 9565 90% 9565 99% 9565 ms
Write: 10% 9473 30% 9473 50% 9473 90% 9473 99% 9473 ms
Write: 10% 2670 30% 2670 50% 2670 90% 2670 99% 2670 ms
Write: 10% 13012 30% 13012 50% 13012 90% 13012 99% 13012 ms
Write: 10% 8231 30% 8231 50% 8231 90% 8231 99% 8231 ms
Write: 10% 10067 30% 10067 50% 10067 90% 10067 99% 10067 ms
Write: 10% 5010 30% 5010 50% 5010 90% 5010 99% 5010 ms
Write: 10% 3285 30% 3285 50% 3285 90% 3285 99% 3285 ms
Write: 10% 5981 30% 5981 50% 5981 90% 5981 99% 5981 ms
Write: 10% 11572 30% 11572 50% 11572 90% 11572 99% 11572 ms
Write: 10% 5030 30% 5030 50% 5030 90% 5030 99% 5030 ms
Write: 10% 7311 30% 7311 50% 7311 90% 7311 99% 7311 ms
Write: 10% 6979 30% 6979 50% 6979 90% 6979 99% 6979 ms
Write: 10% 7460 30% 7460 50% 7460 90% 7460 99% 7460 ms
Write: 10% 7722 30% 7722 50% 7722 90% 7722 99% 7722 ms
Write: 10% 3920 30% 3920 50% 3920 90% 3920 99% 3920 ms
Write: 10% 6143 30% 6143 50% 6143 90% 6143 99% 6143 ms
Write: 10% 4482 30% 4482 50% 4482 90% 4482 99% 4482 ms
Write: 10% 5322 30% 5322 50% 5322 90% 5322 99% 5322 ms
Write: 10% 5277 30% 5277 50% 5277 90% 5277 99% 5277 ms
Write: 10% 8381 30% 8381 50% 8381 90% 8381 99% 8381 ms
Write: 10% 3559 30% 3559 50% 3559 90% 3559 99% 3559 ms
Write: 10% 5695 30% 5695 50% 5695 90% 5695 99% 5695 ms
Write: 10% 5244 30% 5244 50% 5244 90% 5244 99% 5244 ms
Write: 10% 3765 30% 3765 50% 3765 90% 3765 99% 3765 ms
Write: 10% 7111 30% 7111 50% 7111 90% 7111 99% 7111 ms
Write: 10% 4211 30% 4211 50% 4211 90% 4211 99% 4211 ms
Write: 10% 5237 30% 5237 50% 5237 90% 5237 99% 5237 ms
Update: 10% 490 30% 490 50% 490 90% 490 99% 490 ms
Step 4. read modify write
Write: 10% 1765 30% 1765 50% 1765 90% 1765 99% 1765 ms
Write: 10% 5197 30% 5197 50% 5197 90% 5197 99% 5197 ms
Write: 10% 7983 30% 7983 50% 7983 90% 7983 99% 7983 ms
Write: 10% 7575 30% 7575 50% 7575 90% 7575 99% 7575 ms
Write: 10% 8491 30% 8491 50% 8491 90% 8491 99% 8491 ms
Write: 10% 9941 30% 9941 50% 9941 90% 9941 99% 9941 ms
Write: 10% 9916 30% 9916 50% 9916 90% 9916 99% 9916 ms
Write: 10% 18283 30% 18283 50% 18283 90% 18283 99% 18283 ms
Write: 10% 20129 30% 20129 50% 20129 90% 20129 99% 20129 ms
Write: 10% 19754 30% 19754 50% 19754 90% 19754 99% 19754 ms
Write: 10% 19049 30% 19049 50% 19049 90% 19049 99% 19049 ms
Write: 10% 18345 30% 18345 50% 18345 90% 18345 99% 18345 ms
Write: 10% 19222 30% 19222 50% 19222 90% 19222 99% 19222 ms
Write: 10% 18379 30% 18379 50% 18379 90% 18379 99% 18379 ms
Write: 10% 18211 30% 18211 50% 18211 90% 18211 99% 18211 ms
Write: 10% 20561 30% 20561 50% 20561 90% 20561 99% 20561 ms
Write: 10% 14087 30% 14087 50% 14087 90% 14087 99% 14087 ms
Write: 10% 16321 30% 16321 50% 16321 90% 16321 99% 16321 ms
Write: 10% 17743 30% 17743 50% 17743 90% 17743 99% 17743 ms
Write: 10% 18360 30% 18360 50% 18360 90% 18360 99% 18360 ms
Write: 10% 11029 30% 11029 50% 11029 90% 11029 99% 11029 ms
Write: 10% 7809 30% 7809 50% 7809 90% 7809 99% 7809 ms
Write: 10% 9472 30% 9472 50% 9472 90% 9472 99% 9472 ms
Write: 10% 9830 30% 9830 50% 9830 90% 9830 99% 9830 ms
Write: 10% 19495 30% 19495 50% 19495 90% 19495 99% 19495 ms
Write: 10% 17297 30% 17297 50% 17297 90% 17297 99% 17297 ms
Write: 10% 15220 30% 15220 50% 15220 90% 15220 99% 15220 ms
Write: 10% 9766 30% 9766 50% 9766 90% 9766 99% 9766 ms
Write: 10% 10132 30% 10132 50% 10132 90% 10132 99% 10132 ms
Write: 10% 14117 30% 14117 50% 14117 90% 14117 99% 14117 ms
Write: 10% 10899 30% 10899 50% 10899 90% 10899 99% 10899 ms
Write: 10% 5888 30% 5888 50% 5888 90% 5888 99% 5888 ms
Write: 10% 5344 30% 5344 50% 5344 90% 5344 99% 5344 ms
Write: 10% 8231 30% 8231 50% 8231 90% 8231 99% 8231 ms
Write: 10% 7339 30% 7339 50% 7339 90% 7339 99% 7339 ms
Write: 10% 9674 30% 9674 50% 9674 90% 9674 99% 9674 ms
Write: 10% 3794 30% 3794 50% 3794 90% 3794 99% 3794 ms
Write: 10% 9875 30% 9875 50% 9875 90% 9875 99% 9875 ms
Write: 10% 3368 30% 3368 50% 3368 90% 3368 99% 3368 ms
Write: 10% 15929 30% 15929 50% 15929 90% 15929 99% 15929 ms
Write: 10% 5094 30% 5094 50% 5094 90% 5094 99% 5094 ms
Write: 10% 10849 30% 10849 50% 10849 90% 10849 99% 10849 ms
Write: 10% 5876 30% 5876 50% 5876 90% 5876 99% 5876 ms
Write: 10% 7752 30% 7752 50% 7752 90% 7752 99% 7752 ms
Write: 10% 8350 30% 8350 50% 8350 90% 8350 99% 8350 ms
Write: 10% 6397 30% 6397 50% 6397 90% 6397 99% 6397 ms
Write: 10% 3109 30% 3109 50% 3109 90% 3109 99% 3109 ms
Write: 10% 4471 30% 4471 50% 4471 90% 4471 99% 4471 ms
Write: 10% 8235 30% 8235 50% 8235 90% 8235 99% 8235 ms
Write: 10% 4951 30% 4951 50% 4951 90% 4951 99% 4951 ms
Write: 10% 6361 30% 6361 50% 6361 90% 6361 99% 6361 ms
Write: 10% 7448 30% 7448 50% 7448 90% 7448 99% 7448 ms
Write: 10% 4335 30% 4335 50% 4335 90% 4335 99% 4335 ms
Write: 10% 4819 30% 4819 50% 4819 90% 4819 99% 4819 ms
Write: 10% 9918 30% 9918 50% 9918 90% 9918 99% 9918 ms
Write: 10% 13098 30% 13098 50% 13098 90% 13098 99% 13098 ms
Write: 10% 4953 30% 4953 50% 4953 90% 4953 99% 4953 ms
Write: 10% 4468 30% 4468 50% 4468 90% 4468 99% 4468 ms
Write: 10% 6339 30% 6339 50% 6339 90% 6339 99% 6339 ms
Write: 10% 3486 30% 3486 50% 3486 90% 3486 99% 3486 ms
Write: 10% 5485 30% 5485 50% 5485 90% 5485 99% 5485 ms
Write: 10% 3987 30% 3987 50% 3987 90% 3987 99% 3987 ms
Write: 10% 4535 30% 4535 50% 4535 90% 4535 99% 4535 ms
Write: 10% 5021 30% 5021 50% 5021 90% 5021 99% 5021 ms
Read: 10% 4064 30% 4717 50% 5369 90% 21233 99% 24803 ms
Update: 10% 1650 30% 1650 50% 1650 90% 1650 99% 1650 ms
