Thread 0 failed
Thread 2 failed
Thread 0 failed
Thread 1 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/6xoa/000c1d/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/6xoa/000c1d/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/6xoa/000c1d/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 697, 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/6xoa/000c1d/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/6xoa/000c1d/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-12T13:05:14.847223Z): tablet_id=72075186224038101;self_id=[1:7571823997623857961:7514];ev=NActors::IEventHandle;tx_id=281474976750836;lock_id=281474976750834;verification=!HasRemoveSnapshot();fline=portion_info.h:217;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0x1FCE93B7
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FCD70EA
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x225832DD
3. /-S/ydb/core/tx/columnshard/engines/portions/portion_info.h:217: SetRemoveSnapshot @ 0x1E8BA7A1
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:234: AbortPortionOnExecute @ 0x3D6FD420
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:131: AbortOnExecute @ 0x3D6FCBAC
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x3D6E9DA9
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E99D44F
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x3D759FA5
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x3D85DD15
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x2766C3E0
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x276666EC
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x2766F00E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x27602ADA
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x27602ADA
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x3D85C735
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x3D7CB877
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x22475BA7
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x2255BDB1
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x225659D6
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x22564F8D
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x22566FFE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FCEE414
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F98BE26
24. ??:0: ?? @ 0x7FE161FB5AC2
25. ??:0: ?? @ 0x7FE1620478BF
Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/6xoa/000c1d/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_3/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/6xoa/000c1d/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_3/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-12T13:05:22.278002Z): tablet_id=72075186224038250;self_id=[3:7571823995940258337:6789];ev=NActors::IEventHandle;tx_id=281474976730844;lock_id=281474976730841;verification=!HasRemoveSnapshot();fline=portion_info.h:217;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0x1FCE93B7
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FCD70EA
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x225832DD
3. /-S/ydb/core/tx/columnshard/engines/portions/portion_info.h:217: SetRemoveSnapshot @ 0x1E8BA7A1
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:234: AbortPortionOnExecute @ 0x3D6FD420
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:131: AbortOnExecute @ 0x3D6FCBAC
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x3D6E9DA9
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E99D44F
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x3D759FA5
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x3D85DD15
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x2766C3E0
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x276666EC
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x2766F00E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x27602ADA
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x27602ADA
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x3D85C735
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x3D7CB877
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x22475BA7
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x2255BDB1
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x225659D6
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x22564F8D
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x22566FFE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FCEE414
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F98BE26
24. ??:0: ?? @ 0x7FD82D828AC2
25. ??:0: ?? @ 0x7FD82D8BA8BF
Thread 0x00007bb53cc2b640 (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 0x00007bb542855640 (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/6xoa/000c1d/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/6xoa/000c1d/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 0x00007bb540a42640 (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/6xoa/000c1d/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/6xoa/000c1d/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 0x00007bb54647b640 (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 0x00007fb57988ba40 (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/6xoa/000c1d/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/6xoa/000c1d/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/6xoa/000c1d', '--source-root', '/home/runner/.ya/build/build_root/6xoa/000c1d/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/6xoa/000c1d/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10190826595/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: ((".../build/build_root/6xoa/000c1d/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/6xoa/000c1d/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/6xoa/000c1d', '--source-root', '/home/runner/.ya/build/build_root/6xoa/000c1d/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/6xoa/000c1d/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap/scenario', '--test-tool-bin', '/home/runner/.ya/tools/v4/10190826595/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--modulo', '10', '--modulo-index', '2', '--partition-mode', 'SEQUENTIAL', '--dep-root', 'ydb/tests/olap/scenario', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address']' stopped by 600 seconds timeout",), {})
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 1760 30% 1760 50% 1760 90% 1760 99% 1760 ms
Write: 10% 2390 30% 2390 50% 2390 90% 2390 99% 2390 ms
Write: 10% 2243 30% 2243 50% 2243 90% 2243 99% 2243 ms
Write: 10% 1313 30% 1313 50% 1313 90% 1313 99% 1313 ms
Write: 10% 2534 30% 2534 50% 2534 90% 2534 99% 2534 ms
Write: 10% 6093 30% 6093 50% 6093 90% 6093 99% 6093 ms
Write: 10% 16345 30% 16345 50% 16345 90% 16345 99% 16345 ms
Write: 10% 15951 30% 15951 50% 15951 90% 15951 99% 15951 ms
Write: 10% 18432 30% 18432 50% 18432 90% 18432 99% 18432 ms
Write: 10% 17383 30% 17383 50% 17383 90% 17383 99% 17383 ms
Write: 10% 17086 30% 17086 50% 17086 90% 17086 99% 17086 ms
Write: 10% 18393 30% 18393 50% 18393 90% 18393 99% 18393 ms
Write: 10% 14299 30% 14299 50% 14299 90% 14299 99% 14299 ms
Write: 10% 17681 30% 17681 50% 17681 90% 17681 99% 17681 ms
Write: 10% 18300 30% 18300 50% 18300 90% 18300 99% 18300 ms
Write: 10% 17426 30% 17426 50% 17426 90% 17426 99% 17426 ms
Write: 10% 15508 30% 15508 50% 15508 90% 15508 99% 15508 ms
Write: 10% 16608 30% 16608 50% 16608 90% 16608 99% 16608 ms
Write: 10% 2537 30% 2537 50% 2537 90% 2537 99% 2537 ms
Write: 10% 12408 30% 12408 50% 12408 90% 12408 99% 12408 ms
Write: 10% 16274 30% 16274 50% 16274 90% 16274 99% 16274 ms
Write: 10% 16546 30% 16546 50% 16546 90% 16546 99% 16546 ms
Write: 10% 17527 30% 17527 50% 17527 90% 17527 99% 17527 ms
Write: 10% 15350 30% 15350 50% 15350 90% 15350 99% 15350 ms
Write: 10% 7744 30% 7744 50% 7744 90% 7744 99% 7744 ms
Write: 10% 15376 30% 15376 50% 15376 90% 15376 99% 15376 ms
Write: 10% 13794 30% 13794 50% 13794 90% 13794 99% 13794 ms
Write: 10% 12235 30% 12235 50% 12235 90% 12235 99% 12235 ms
Write: 10% 10631 30% 10631 50% 10631 90% 10631 99% 10631 ms
Write: 10% 9294 30% 9294 50% 9294 90% 9294 99% 9294 ms
Write: 10% 3215 30% 3215 50% 3215 90% 3215 99% 3215 ms
Write: 10% 15497 30% 15497 50% 15497 90% 15497 99% 15497 ms
Write: 10% 8843 30% 8843 50% 8843 90% 8843 99% 8843 ms
Write: 10% 12483 30% 12483 50% 12483 90% 12483 99% 12483 ms
Write: 10% 14891 30% 14891 50% 14891 90% 14891 99% 14891 ms
Write: 10% 11594 30% 11594 50% 11594 90% 11594 99% 11594 ms
Write: 10% 12060 30% 12060 50% 12060 90% 12060 99% 12060 ms
Write: 10% 5061 30% 5061 50% 5061 90% 5061 99% 5061 ms
Write: 10% 16123 30% 16123 50% 16123 90% 16123 99% 16123 ms
Write: 10% 4378 30% 4378 50% 4378 90% 4378 99% 4378 ms
Write: 10% 2840 30% 2840 50% 2840 90% 2840 99% 2840 ms
Write: 10% 4950 30% 4950 50% 4950 90% 4950 99% 4950 ms
Write: 10% 2753 30% 2753 50% 2753 90% 2753 99% 2753 ms
Write: 10% 6360 30% 6360 50% 6360 90% 6360 99% 6360 ms
Write: 10% 3064 30% 3064 50% 3064 90% 3064 99% 3064 ms
Write: 10% 2893 30% 2893 50% 2893 90% 2893 99% 2893 ms
Write: 10% 6957 30% 6957 50% 6957 90% 6957 99% 6957 ms
Write: 10% 3048 30% 3048 50% 3048 90% 3048 99% 3048 ms
Write: 10% 2876 30% 2876 50% 2876 90% 2876 99% 2876 ms
Write: 10% 6163 30% 6163 50% 6163 90% 6163 99% 6163 ms
Write: 10% 9037 30% 9037 50% 9037 90% 9037 99% 9037 ms
Write: 10% 5191 30% 5191 50% 5191 90% 5191 99% 5191 ms
Write: 10% 2967 30% 2967 50% 2967 90% 2967 99% 2967 ms
Write: 10% 7286 30% 7286 50% 7286 90% 7286 99% 7286 ms
Write: 10% 4922 30% 4922 50% 4922 90% 4922 99% 4922 ms
Write: 10% 11710 30% 11710 50% 11710 90% 11710 99% 11710 ms
Write: 10% 5159 30% 5159 50% 5159 90% 5159 99% 5159 ms
Write: 10% 6538 30% 6538 50% 6538 90% 6538 99% 6538 ms
Write: 10% 3237 30% 3237 50% 3237 90% 3237 99% 3237 ms
Write: 10% 6094 30% 6094 50% 6094 90% 6094 99% 6094 ms
Write: 10% 2823 30% 2823 50% 2823 90% 2823 99% 2823 ms
Write: 10% 5757 30% 5757 50% 5757 90% 5757 99% 5757 ms
Write: 10% 7678 30% 7678 50% 7678 90% 7678 99% 7678 ms
Write: 10% 3337 30% 3337 50% 3337 90% 3337 99% 3337 ms
Step 2. read write
Write: 10% 4834 30% 4834 50% 4834 90% 4834 99% 4834 ms
Write: 10% 5675 30% 5675 50% 5675 90% 5675 99% 5675 ms
Write: 10% 7133 30% 7133 50% 7133 90% 7133 99% 7133 ms
Write: 10% 11449 30% 11449 50% 11449 90% 11449 99% 11449 ms
Write: 10% 12543 30% 12543 50% 12543 90% 12543 99% 12543 ms
Write: 10% 14995 30% 14995 50% 14995 90% 14995 99% 14995 ms
Write: 10% 15541 30% 15541 50% 15541 90% 15541 99% 15541 ms
Write: 10% 16523 30% 16523 50% 16523 90% 16523 99% 16523 ms
Write: 10% 17709 30% 17709 50% 17709 90% 17709 99% 17709 ms
Write: 10% 17201 30% 17201 50% 17201 90% 17201 99% 17201 ms
Write: 10% 11488 30% 11488 50% 11488 90% 11488 99% 11488 ms
Write: 10% 15974 30% 15974 50% 15974 90% 15974 99% 15974 ms
Write: 10% 19767 30% 19767 50% 19767 90% 19767 99% 19767 ms
Write: 10% 16287 30% 16287 50% 16287 90% 16287 99% 16287 ms
Write: 10% 12917 30% 12917 50% 12917 90% 12917 99% 12917 ms
Write: 10% 15252 30% 15252 50% 15252 90% 15252 99% 15252 ms
Write: 10% 17469 30% 17469 50% 17469 90% 17469 99% 17469 ms
Write: 10% 15827 30% 15827 50% 15827 90% 15827 99% 15827 ms
Write: 10% 15457 30% 15457 50% 15457 90% 15457 99% 15457 ms
Write: 10% 17269 30% 17269 50% 17269 90% 17269 99% 17269 ms
Write: 10% 6908 30% 6908 50% 6908 90% 6908 99% 6908 ms
Write: 10% 16265 30% 16265 50% 16265 90% 16265 99% 16265 ms
Write: 10% 16159 30% 16159 50% 16159 90% 16159 99% 16159 ms
Write: 10% 8746 30% 8746 50% 8746 90% 8746 99% 8746 ms
Write: 10% 9623 30% 9623 50% 9623 90% 9623 99% 9623 ms
Write: 10% 9975 30% 9975 50% 9975 90% 9975 99% 9975 ms
Write: 10% 7958 30% 7958 50% 7958 90% 7958 99% 7958 ms
Write: 10% 9059 30% 9059 50% 9059 90% 9059 99% 9059 ms
Write: 10% 7655 30% 7655 50% 7655 90% 7655 99% 7655 ms
Write: 10% 12943 30% 12943 50% 12943 90% 12943 99% 12943 ms
Write: 10% 11506 30% 11506 50% 11506 90% 11506 99% 11506 ms
Write: 10% 6873 30% 6873 50% 6873 90% 6873 99% 6873 ms
Write: 10% 6051 30% 6051 50% 6051 90% 6051 99% 6051 ms
Write: 10% 4931 30% 4931 50% 4931 90% 4931 99% 4931 ms
Write: 10% 10562 30% 10562 50% 10562 90% 10562 99% 10562 ms
Write: 10% 4935 30% 4935 50% 4935 90% 4935 99% 4935 ms
Write: 10% 11193 30% 11193 50% 11193 90% 11193 99% 11193 ms
Write: 10% 6282 30% 6282 50% 6282 90% 6282 99% 6282 ms
Write: 10% 7392 30% 7392 50% 7392 90% 7392 99% 7392 ms
Write: 10% 15709 30% 15709 50% 15709 90% 15709 99% 15709 ms
Write: 10% 5058 30% 5058 50% 5058 90% 5058 99% 5058 ms
Write: 10% 6920 30% 6920 50% 6920 90% 6920 99% 6920 ms
Write: 10% 9662 30% 9662 50% 9662 90% 9662 99% 9662 ms
Write: 10% 5148 30% 5148 50% 5148 90% 5148 99% 5148 ms
Write: 10% 5388 30% 5388 50% 5388 90% 5388 99% 5388 ms
Write: 10% 2480 30% 2480 50% 2480 90% 2480 99% 2480 ms
Write: 10% 9356 30% 9356 50% 9356 90% 9356 99% 9356 ms
Write: 10% 5492 30% 5492 50% 5492 90% 5492 99% 5492 ms
Write: 10% 5721 30% 5721 50% 5721 90% 5721 99% 5721 ms
Write: 10% 5232 30% 5232 50% 5232 90% 5232 99% 5232 ms
Write: 10% 2025 30% 2025 50% 2025 90% 2025 99% 2025 ms
Write: 10% 2510 30% 2510 50% 2510 90% 2510 99% 2510 ms
Write: 10% 6066 30% 6066 50% 6066 90% 6066 99% 6066 ms
Write: 10% 3325 30% 3325 50% 3325 90% 3325 99% 3325 ms
Write: 10% 2013 30% 2013 50% 2013 90% 2013 99% 2013 ms
Write: 10% 6220 30% 6220 50% 6220 90% 6220 99% 6220 ms
Write: 10% 2797 30% 2797 50% 2797 90% 2797 99% 2797 ms
Write: 10% 2818 30% 2818 50% 2818 90% 2818 99% 2818 ms
Write: 10% 3540 30% 3540 50% 3540 90% 3540 99% 3540 ms
Write: 10% 4713 30% 4713 50% 4713 90% 4713 99% 4713 ms
Write: 10% 3526 30% 3526 50% 3526 90% 3526 99% 3526 ms
Write: 10% 2758 30% 2758 50% 2758 90% 2758 99% 2758 ms
Write: 10% 3131 30% 3131 50% 3131 90% 3131 99% 3131 ms
Write: 10% 2198 30% 2198 50% 2198 90% 2198 99% 2198 ms
Read: 10% 11184 30% 13249 50% 15314 90% 19444 99% 20373 ms
Step 3. write modify
Write: 10% 2202 30% 2202 50% 2202 90% 2202 99% 2202 ms
Was written: 16.30859375 MiB, Speed: 0.2718098958333333 MiB/s
Write: 10% 3087 30% 3087 50% 3087 90% 3087 99% 3087 ms
Write: 10% 4371 30% 4371 50% 4371 90% 4371 99% 4371 ms
Write: 10% 6285 30% 6285 50% 6285 90% 6285 99% 6285 ms
Write: 10% 12926 30% 12926 50% 12926 90% 12926 99% 12926 ms
Write: 10% 14658 30% 14658 50% 14658 90% 14658 99% 14658 ms
Write: 10% 14941 30% 14941 50% 14941 90% 14941 99% 14941 ms
Write: 10% 16245 30% 16245 50% 16245 90% 16245 99% 16245 ms
Write: 10% 13760 30% 13760 50% 13760 90% 13760 99% 13760 ms
Write: 10% 15137 30% 15137 50% 15137 90% 15137 99% 15137 ms
Write: 10% 9344 30% 9344 50% 9344 90% 9344 99% 9344 ms
Write: 10% 15407 30% 15407 50% 15407 90% 15407 99% 15407 ms
Write: 10% 15757 30% 15757 50% 15757 90% 15757 99% 15757 ms
Write: 10% 15189 30% 15189 50% 15189 90% 15189 99% 15189 ms
Write: 10% 14408 30% 14408 50% 14408 90% 14408 99% 14408 ms
Write: 10% 13911 30% 13911 50% 13911 90% 13911 99% 13911 ms
Write: 10% 13831 30% 13831 50% 13831 90% 13831 99% 13831 ms
Write: 10% 13174 30% 13174 50% 13174 90% 13174 99% 13174 ms
Write: 10% 6373 30% 6373 50% 6373 90% 6373 99% 6373 ms
Write: 10% 13674 30% 13674 50% 13674 90% 13674 99% 13674 ms
Write: 10% 12613 30% 12613 50% 12613 90% 12613 99% 12613 ms
Write: 10% 11926 30% 11926 50% 11926 90% 11926 99% 11926 ms
Write: 10% 10383 30% 10383 50% 10383 90% 10383 99% 10383 ms
Write: 10% 8959 30% 8959 50% 8959 90% 8959 99% 8959 ms
Write: 10% 12482 30% 12482 50% 12482 90% 12482 99% 12482 ms
Write: 10% 13139 30% 13139 50% 13139 90% 13139 99% 13139 ms
Write: 10% 8078 30% 8078 50% 8078 90% 8078 99% 8078 ms
Write: 10% 11341 30% 11341 50% 11341 90% 11341 99% 11341 ms
Write: 10% 7151 30% 7151 50% 7151 90% 7151 99% 7151 ms
Write: 10% 9950 30% 9950 50% 9950 90% 9950 99% 9950 ms
Write: 10% 10983 30% 10983 50% 10983 90% 10983 99% 10983 ms
Write: 10% 9310 30% 9310 50% 9310 90% 9310 99% 9310 ms
Write: 10% 3841 30% 3841 50% 3841 90% 3841 99% 3841 ms
Write: 10% 9635 30% 9635 50% 9635 90% 9635 99% 9635 ms
Write: 10% 12979 30% 12979 50% 12979 90% 12979 99% 12979 ms
Write: 10% 9676 30% 9676 50% 9676 90% 9676 99% 9676 ms
Write: 10% 9277 30% 9277 50% 9277 90% 9277 99% 9277 ms
Write: 10% 4277 30% 4277 50% 4277 90% 4277 99% 4277 ms
Write: 10% 7420 30% 7420 50% 7420 90% 7420 99% 7420 ms
Write: 10% 8722 30% 8722 50% 8722 90% 8722 99% 8722 ms
Write: 10% 3389 30% 3389 50% 3389 90% 3389 99% 3389 ms
Write: 10% 7350 30% 7350 50% 7350 90% 7350 99% 7350 ms
Write: 10% 5581 30% 5581 50% 5581 90% 5581 99% 5581 ms
Write: 10% 6872 30% 6872 50% 6872 90% 6872 99% 6872 ms
Write: 10% 6030 30% 6030 50% 6030 90% 6030 99% 6030 ms
Write: 10% 7996 30% 7996 50% 7996 90% 7996 99% 7996 ms
Write: 10% 4438 30% 4438 50% 4438 90% 4438 99% 4438 ms
Write: 10% 6877 30% 6877 50% 6877 90% 6877 99% 6877 ms
Write: 10% 10010 30% 10010 50% 10010 90% 10010 99% 10010 ms
Write: 10% 5034 30% 5034 50% 5034 90% 5034 99% 5034 ms
Write: 10% 6639 30% 6639 50% 6639 90% 6639 99% 6639 ms
Write: 10% 4668 30% 4668 50% 4668 90% 4668 99% 4668 ms
Write: 10% 3675 30% 3675 50% 3675 90% 3675 99% 3675 ms
Write: 10% 5047 30% 5047 50% 5047 90% 5047 99% 5047 ms
Write: 10% 3867 30% 3867 50% 3867 90% 3867 99% 3867 ms
Write: 10% 4311 30% 4311 50% 4311 90% 4311 99% 4311 ms
Write: 10% 7130 30% 7130 50% 7130 90% 7130 99% 7130 ms
Write: 10% 3536 30% 3536 50% 3536 90% 3536 99% 3536 ms
Write: 10% 3407 30% 3407 50% 3407 90% 3407 99% 3407 ms
Write: 10% 6225 30% 6225 50% 6225 90% 6225 99% 6225 ms
Write: 10% 3818 30% 3818 50% 3818 90% 3818 99% 3818 ms
Write: 10% 5838 30% 5838 50% 5838 90% 5838 99% 5838 ms
Write: 10% 12329 30% 12329 50% 12329 90% 12329 99% 12329 ms
Write: 10% 5129 30% 5129 50% 5129 90% 5129 99% 5129 ms
Update: 10% 756 30% 756 50% 756 90% 756 99% 756 ms
Step 4. read modify write
Write: 10% 1383 30% 1383 50% 1383 90% 1383 99% 1383 ms
Write: 10% 9246 30% 9246 50% 9246 90% 9246 99% 9246 ms
Write: 10% 12380 30% 12380 50% 12380 90% 12380 99% 12380 ms
Write: 10% 15637 30% 15637 50% 15637 90% 15637 99% 15637 ms
Write: 10% 17715 30% 17715 50% 17715 90% 17715 99% 17715 ms
Write: 10% 16576 30% 16576 50% 16576 90% 16576 99% 16576 ms
Write: 10% 14958 30% 14958 50% 14958 90% 14958 99% 14958 ms
Write: 10% 16614 30% 16614 50% 16614 90% 16614 99% 16614 ms
Write: 10% 18133 30% 18133 50% 18133 90% 18133 99% 18133 ms
Write: 10% 16370 30% 16370 50% 16370 90% 16370 99% 16370 ms
Write: 10% 18828 30% 18828 50% 18828 90% 18828 99% 18828 ms
Write: 10% 14507 30% 14507 50% 14507 90% 14507 99% 14507 ms
Write: 10% 16770 30% 16770 50% 16770 90% 16770 99% 16770 ms
Write: 10% 16501 30% 16501 50% 16501 90% 16501 99% 16501 ms
Write: 10% 15803 30% 15803 50% 15803 90% 15803 99% 15803 ms
Write: 10% 12487 30% 12487 50% 12487 90% 12487 99% 12487 ms
Write: 10% 12822 30% 12822 50% 12822 90% 12822 99% 12822 ms
Write: 10% 10522 30% 10522 50% 10522 90% 10522 99% 10522 ms
Write: 10% 16980 30% 16980 50% 16980 90% 16980 99% 16980 ms
Write: 10% 11266 30% 11266 50% 11266 90% 11266 99% 11266 ms
Write: 10% 15387 30% 15387 50% 15387 90% 15387 99% 15387 ms
Write: 10% 15061 30% 15061 50% 15061 90% 15061 99% 15061 ms
Write: 10% 15248 30% 15248 50% 15248 90% 15248 99% 15248 ms
Write: 10% 14143 30% 14143 50% 14143 90% 14143 99% 14143 ms
Write: 10% 13916 30% 13916 50% 13916 90% 13916 99% 13916 ms
Write: 10% 14038 30% 14038 50% 14038 90% 14038 99% 14038 ms
Write: 10% 7242 30% 7242 50% 7242 90% 7242 99% 7242 ms
Write: 10% 5469 30% 5469 50% 5469 90% 5469 99% 5469 ms
Write: 10% 7709 30% 7709 50% 7709 90% 7709 99% 7709 ms
Write: 10% 13113 30% 13113 50% 13113 90% 13113 99% 13113 ms
Write: 10% 3752 30% 3752 50% 3752 90% 3752 99% 3752 ms
Write: 10% 9706 30% 9706 50% 9706 90% 9706 99% 9706 ms
Write: 10% 15089 30% 15089 50% 15089 90% 15089 99% 15089 ms
Write: 10% 11415 30% 11415 50% 11415 90% 11415 99% 11415 ms
Write: 10% 7474 30% 7474 50% 7474 90% 7474 99% 7474 ms
Write: 10% 4954 30% 4954 50% 4954 90% 4954 99% 4954 ms
Write: 10% 8933 30% 8933 50% 8933 90% 8933 99% 8933 ms
Write: 10% 3559 30% 3559 50% 3559 90% 3559 99% 3559 ms
Write: 10% 4129 30% 4129 50% 4129 90% 4129 99% 4129 ms
Write: 10% 12712 30% 12712 50% 12712 90% 12712 99% 12712 ms
Write: 10% 4036 30% 4036 50% 4036 90% 4036 99% 4036 ms
Write: 10% 9203 30% 9203 50% 9203 90% 9203 99% 9203 ms
Write: 10% 5416 30% 5416 50% 5416 90% 5416 99% 5416 ms
Write: 10% 5779 30% 5779 50% 5779 90% 5779 99% 5779 ms
Write: 10% 5308 30% 5308 50% 5308 90% 5308 99% 5308 ms
Write: 10% 13855 30% 13855 50% 13855 90% 13855 99% 13855 ms
Write: 10% 6606 30% 6606 50% 6606 90% 6606 99% 6606 ms
Write: 10% 5871 30% 5871 50% 5871 90% 5871 99% 5871 ms
Write: 10% 3332 30% 3332 50% 3332 90% 3332 99% 3332 ms
Write: 10% 3618 30% 3618 50% 3618 90% 3618 99% 3618 ms
Write: 10% 11350 30% 11350 50% 11350 90% 11350 99% 11350 ms
Write: 10% 5923 30% 5923 50% 5923 90% 5923 99% 5923 ms
Write: 10% 4056 30% 4056 50% 4056 90% 4056 99% 4056 ms
Write: 10% 11765 30% 11765 50% 11765 90% 11765 99% 11765 ms
Write: 10% 3455 30% 3455 50% 3455 90% 3455 99% 3455 ms
Write: 10% 3804 30% 3804 50% 3804 90% 3804 99% 3804 ms
Write: 10% 3944 30% 3944 50% 3944 90% 3944 99% 3944 ms
Write: 10% 5040 30% 5040 50% 5040 90% 5040 99% 5040 ms
Write: 10% 3848 30% 3848 50% 3848 90% 3848 99% 3848 ms
Write: 10% 6926 30% 6926 50% 6926 90% 6926 99% 6926 ms
Write: 10% 3953 30% 3953 50% 3953 90% 3953 99% 3953 ms
Write: 10% 3889 30% 3889 50% 3889 90% 3889 99% 3889 ms
Write: 10% 7121 30% 7121 50% 7121 90% 7121 99% 7121 ms
Write: 10% 3855 30% 3855 50% 3855 90% 3855 99% 3855 ms
Read: 10% 7974 30% 10869 50% 13763 90% 19553 99% 20855 ms
Update: 10% 1828 30% 1828 50% 1828 90% 1828 99% 1828 ms
