Thread 0 failed
Thread 4 failed
Thread 2 failed
Thread 3 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/oa3o/000fee/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/oa3o/000fee/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/oa3o/000fee/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/oa3o/000fee/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/oa3o/000fee/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-03T09:37:56.473534Z): tablet_id=72075186224038311;self_id=[4:7568430752446247556:7667];ev=NActors::IEventHandle;tx_id=281474976740829;lock_id=281474976740824;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 @ 0x1FA10057
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1F9FDD8A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x222A862D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x42372A34
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42D12490
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42D11C17
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42CFEE29
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E6C3CAF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42D6F015
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42E71A75
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x27358060
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x2735236C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x2735AC8E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x272EE75A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x272EE75A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42E70495
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x42DE0667
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x2219CC07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x22281101
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x2228AD26
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x2228A2DD
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x2228C34E
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FA150B4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F6B2AC6
24. ??:0: ?? @ 0x7F0FB3955AC2
25. ??:0: ?? @ 0x7F0FB39E78BF
Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/oa3o/000fee/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_7/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/oa3o/000fee/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_7/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-11-03T09:37:57.452547Z): tablet_id=72075186224038175;self_id=[7:7568430750487938336:7464];ev=NKikimr::TEvDataShard::TEvCancelTransactionProposal;tx_id=281474976745822;lock_id=281474976745818;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 @ 0x1FA10057
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1F9FDD8A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x222A862D
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x42372A34
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42D12490
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42D11C17
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42CFEE29
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E6C3CAF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42D6F015
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42E71A75
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2032: ExecuteTransaction @ 0x27358060
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1937: DoExecute @ 0x2735236C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1951: Execute @ 0x2735AC8E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x272EE75A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x272EE75A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42E70495
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x42DE0667
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x2219CC07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x22281101
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x2228AD26
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x2228A2DD
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x2228C34E
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FA150B4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F6B2AC6
24. ??:0: ?? @ 0x7F693094AAC2
25. ??:0: ?? @ 0x7F69309DC8BF
Thread 0x00007b4c15d25640 (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 0x00007b4c27937640 (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/oa3o/000fee/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/oa3o/000fee/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 0x00007b4c28c57640 (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/oa3o/000fee/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/oa3o/000fee/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 0x00007b4c29f77640 (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 0x00007f4c5c900a40 (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/oa3o/000fee/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/oa3o/000fee/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/oa3o/000fee', '--source-root', '/home/runner/.ya/build/build_root/oa3o/000fee/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/oa3o/000fee/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/oa3o/000fee/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/oa3o/000fee/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/oa3o/000fee', '--source-root', '/home/runner/.ya/build/build_root/oa3o/000fee/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/oa3o/000fee/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% 1767 30% 1767 50% 1767 90% 1767 99% 1767 ms
Write: 10% 2319 30% 2319 50% 2319 90% 2319 99% 2319 ms
Write: 10% 2857 30% 2857 50% 2857 90% 2857 99% 2857 ms
Write: 10% 1303 30% 1303 50% 1303 90% 1303 99% 1303 ms
Write: 10% 1040 30% 1040 50% 1040 90% 1040 99% 1040 ms
Write: 10% 2660 30% 2660 50% 2660 90% 2660 99% 2660 ms
Write: 10% 2111 30% 2111 50% 2111 90% 2111 99% 2111 ms
Write: 10% 3717 30% 3717 50% 3717 90% 3717 99% 3717 ms
Write: 10% 8719 30% 8719 50% 8719 90% 8719 99% 8719 ms
Write: 10% 9856 30% 9856 50% 9856 90% 9856 99% 9856 ms
Write: 10% 11658 30% 11658 50% 11658 90% 11658 99% 11658 ms
Write: 10% 13140 30% 13140 50% 13140 90% 13140 99% 13140 ms
Write: 10% 12879 30% 12879 50% 12879 90% 12879 99% 12879 ms
Write: 10% 16947 30% 16947 50% 16947 90% 16947 99% 16947 ms
Write: 10% 15216 30% 15216 50% 15216 90% 15216 99% 15216 ms
Write: 10% 14791 30% 14791 50% 14791 90% 14791 99% 14791 ms
Write: 10% 15680 30% 15680 50% 15680 90% 15680 99% 15680 ms
Write: 10% 18832 30% 18832 50% 18832 90% 18832 99% 18832 ms
Write: 10% 17896 30% 17896 50% 17896 90% 17896 99% 17896 ms
Write: 10% 18143 30% 18143 50% 18143 90% 18143 99% 18143 ms
Write: 10% 9691 30% 9691 50% 9691 90% 9691 99% 9691 ms
Write: 10% 16471 30% 16471 50% 16471 90% 16471 99% 16471 ms
Write: 10% 17517 30% 17517 50% 17517 90% 17517 99% 17517 ms
Write: 10% 14687 30% 14687 50% 14687 90% 14687 99% 14687 ms
Write: 10% 19342 30% 19342 50% 19342 90% 19342 99% 19342 ms
Write: 10% 15667 30% 15667 50% 15667 90% 15667 99% 15667 ms
Write: 10% 11405 30% 11405 50% 11405 90% 11405 99% 11405 ms
Write: 10% 13757 30% 13757 50% 13757 90% 13757 99% 13757 ms
Write: 10% 12699 30% 12699 50% 12699 90% 12699 99% 12699 ms
Write: 10% 9756 30% 9756 50% 9756 90% 9756 99% 9756 ms
Write: 10% 5614 30% 5614 50% 5614 90% 5614 99% 5614 ms
Write: 10% 13710 30% 13710 50% 13710 90% 13710 99% 13710 ms
Write: 10% 10377 30% 10377 50% 10377 90% 10377 99% 10377 ms
Write: 10% 14404 30% 14404 50% 14404 90% 14404 99% 14404 ms
Write: 10% 5633 30% 5633 50% 5633 90% 5633 99% 5633 ms
Write: 10% 6264 30% 6264 50% 6264 90% 6264 99% 6264 ms
Write: 10% 6478 30% 6478 50% 6478 90% 6478 99% 6478 ms
Write: 10% 12805 30% 12805 50% 12805 90% 12805 99% 12805 ms
Write: 10% 3880 30% 3880 50% 3880 90% 3880 99% 3880 ms
Write: 10% 10274 30% 10274 50% 10274 90% 10274 99% 10274 ms
Write: 10% 4204 30% 4204 50% 4204 90% 4204 99% 4204 ms
Write: 10% 3496 30% 3496 50% 3496 90% 3496 99% 3496 ms
Write: 10% 9093 30% 9093 50% 9093 90% 9093 99% 9093 ms
Write: 10% 5023 30% 5023 50% 5023 90% 5023 99% 5023 ms
Write: 10% 3771 30% 3771 50% 3771 90% 3771 99% 3771 ms
Write: 10% 6408 30% 6408 50% 6408 90% 6408 99% 6408 ms
Write: 10% 3061 30% 3061 50% 3061 90% 3061 99% 3061 ms
Write: 10% 6286 30% 6286 50% 6286 90% 6286 99% 6286 ms
Write: 10% 6438 30% 6438 50% 6438 90% 6438 99% 6438 ms
Write: 10% 3394 30% 3394 50% 3394 90% 3394 99% 3394 ms
Write: 10% 1978 30% 1978 50% 1978 90% 1978 99% 1978 ms
Write: 10% 5975 30% 5975 50% 5975 90% 5975 99% 5975 ms
Write: 10% 3275 30% 3275 50% 3275 90% 3275 99% 3275 ms
Write: 10% 10981 30% 10981 50% 10981 90% 10981 99% 10981 ms
Write: 10% 4755 30% 4755 50% 4755 90% 4755 99% 4755 ms
Write: 10% 6510 30% 6510 50% 6510 90% 6510 99% 6510 ms
Write: 10% 1890 30% 1890 50% 1890 90% 1890 99% 1890 ms
Write: 10% 5891 30% 5891 50% 5891 90% 5891 99% 5891 ms
Write: 10% 3525 30% 3525 50% 3525 90% 3525 99% 3525 ms
Write: 10% 5224 30% 5224 50% 5224 90% 5224 99% 5224 ms
Write: 10% 10308 30% 10308 50% 10308 90% 10308 99% 10308 ms
Write: 10% 3080 30% 3080 50% 3080 90% 3080 99% 3080 ms
Write: 10% 2739 30% 2739 50% 2739 90% 2739 99% 2739 ms
Write: 10% 3592 30% 3592 50% 3592 90% 3592 99% 3592 ms
Step 2. read write
Write: 10% 976 30% 976 50% 976 90% 976 99% 976 ms
Write: 10% 2329 30% 2329 50% 2329 90% 2329 99% 2329 ms
Write: 10% 9553 30% 9553 50% 9553 90% 9553 99% 9553 ms
Write: 10% 22721 30% 22721 50% 22721 90% 22721 99% 22721 ms
Write: 10% 22001 30% 22001 50% 22001 90% 22001 99% 22001 ms
Write: 10% 20090 30% 20090 50% 20090 90% 20090 99% 20090 ms
Write: 10% 22283 30% 22283 50% 22283 90% 22283 99% 22283 ms
Write: 10% 22047 30% 22047 50% 22047 90% 22047 99% 22047 ms
Write: 10% 19442 30% 19442 50% 19442 90% 19442 99% 19442 ms
Write: 10% 22409 30% 22409 50% 22409 90% 22409 99% 22409 ms
Write: 10% 23096 30% 23096 50% 23096 90% 23096 99% 23096 ms
Write: 10% 23365 30% 23365 50% 23365 90% 23365 99% 23365 ms
Write: 10% 22773 30% 22773 50% 22773 90% 22773 99% 22773 ms
Write: 10% 22130 30% 22130 50% 22130 90% 22130 99% 22130 ms
Write: 10% 22766 30% 22766 50% 22766 90% 22766 99% 22766 ms
Write: 10% 21033 30% 21033 50% 21033 90% 21033 99% 21033 ms
Write: 10% 17023 30% 17023 50% 17023 90% 17023 99% 17023 ms
Write: 10% 21085 30% 21085 50% 21085 90% 21085 99% 21085 ms
Write: 10% 14968 30% 14968 50% 14968 90% 14968 99% 14968 ms
Write: 10% 18123 30% 18123 50% 18123 90% 18123 99% 18123 ms
Write: 10% 14362 30% 14362 50% 14362 90% 14362 99% 14362 ms
Write: 10% 20378 30% 20378 50% 20378 90% 20378 99% 20378 ms
Write: 10% 20713 30% 20713 50% 20713 90% 20713 99% 20713 ms
Write: 10% 21396 30% 21396 50% 21396 90% 21396 99% 21396 ms
Write: 10% 6762 30% 6762 50% 6762 90% 6762 99% 6762 ms
Write: 10% 12892 30% 12892 50% 12892 90% 12892 99% 12892 ms
Write: 10% 13293 30% 13293 50% 13293 90% 13293 99% 13293 ms
Write: 10% 19636 30% 19636 50% 19636 90% 19636 99% 19636 ms
Write: 10% 13760 30% 13760 50% 13760 90% 13760 99% 13760 ms
Write: 10% 19794 30% 19794 50% 19794 90% 19794 99% 19794 ms
Write: 10% 13071 30% 13071 50% 13071 90% 13071 99% 13071 ms
Write: 10% 20900 30% 20900 50% 20900 90% 20900 99% 20900 ms
Write: 10% 20207 30% 20207 50% 20207 90% 20207 99% 20207 ms
Write: 10% 8327 30% 8327 50% 8327 90% 8327 99% 8327 ms
Write: 10% 5199 30% 5199 50% 5199 90% 5199 99% 5199 ms
Write: 10% 6708 30% 6708 50% 6708 90% 6708 99% 6708 ms
Write: 10% 4192 30% 4192 50% 4192 90% 4192 99% 4192 ms
Write: 10% 19811 30% 19811 50% 19811 90% 19811 99% 19811 ms
Write: 10% 5053 30% 5053 50% 5053 90% 5053 99% 5053 ms
Write: 10% 3604 30% 3604 50% 3604 90% 3604 99% 3604 ms
Write: 10% 11580 30% 11580 50% 11580 90% 11580 99% 11580 ms
Write: 10% 3214 30% 3214 50% 3214 90% 3214 99% 3214 ms
Write: 10% 9827 30% 9827 50% 9827 90% 9827 99% 9827 ms
Write: 10% 4611 30% 4611 50% 4611 90% 4611 99% 4611 ms
Write: 10% 9412 30% 9412 50% 9412 90% 9412 99% 9412 ms
Write: 10% 3435 30% 3435 50% 3435 90% 3435 99% 3435 ms
Write: 10% 6469 30% 6469 50% 6469 90% 6469 99% 6469 ms
Write: 10% 11406 30% 11406 50% 11406 90% 11406 99% 11406 ms
Write: 10% 6044 30% 6044 50% 6044 90% 6044 99% 6044 ms
Write: 10% 3975 30% 3975 50% 3975 90% 3975 99% 3975 ms
Write: 10% 9823 30% 9823 50% 9823 90% 9823 99% 9823 ms
Write: 10% 12954 30% 12954 50% 12954 90% 12954 99% 12954 ms
Write: 10% 7124 30% 7124 50% 7124 90% 7124 99% 7124 ms
Write: 10% 3361 30% 3361 50% 3361 90% 3361 99% 3361 ms
Write: 10% 9587 30% 9587 50% 9587 90% 9587 99% 9587 ms
Write: 10% 2704 30% 2704 50% 2704 90% 2704 99% 2704 ms
Write: 10% 4229 30% 4229 50% 4229 90% 4229 99% 4229 ms
Write: 10% 4793 30% 4793 50% 4793 90% 4793 99% 4793 ms
Write: 10% 6834 30% 6834 50% 6834 90% 6834 99% 6834 ms
Write: 10% 8550 30% 8550 50% 8550 90% 8550 99% 8550 ms
Write: 10% 4328 30% 4328 50% 4328 90% 4328 99% 4328 ms
Write: 10% 7681 30% 7681 50% 7681 90% 7681 99% 7681 ms
Write: 10% 6082 30% 6082 50% 6082 90% 6082 99% 6082 ms
Write: 10% 5078 30% 5078 50% 5078 90% 5078 99% 5078 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Read: 10% 4545 30% 5957 50% 7368 90% 24065 99% 27822 ms
Step 3. write modify
Write: 10% 1372 30% 1372 50% 1372 90% 1372 99% 1372 ms
Write: 10% 2088 30% 2088 50% 2088 90% 2088 99% 2088 ms
Write: 10% 2242 30% 2242 50% 2242 90% 2242 99% 2242 ms
Write: 10% 10131 30% 10131 50% 10131 90% 10131 99% 10131 ms
Write: 10% 9490 30% 9490 50% 9490 90% 9490 99% 9490 ms
Write: 10% 8925 30% 8925 50% 8925 90% 8925 99% 8925 ms
Write: 10% 10582 30% 10582 50% 10582 90% 10582 99% 10582 ms
Write: 10% 15955 30% 15955 50% 15955 90% 15955 99% 15955 ms
Write: 10% 15264 30% 15264 50% 15264 90% 15264 99% 15264 ms
Write: 10% 18536 30% 18536 50% 18536 90% 18536 99% 18536 ms
Write: 10% 16983 30% 16983 50% 16983 90% 16983 99% 16983 ms
Write: 10% 15594 30% 15594 50% 15594 90% 15594 99% 15594 ms
Write: 10% 15167 30% 15167 50% 15167 90% 15167 99% 15167 ms
Write: 10% 17073 30% 17073 50% 17073 90% 17073 99% 17073 ms
Write: 10% 19227 30% 19227 50% 19227 90% 19227 99% 19227 ms
Write: 10% 18284 30% 18284 50% 18284 90% 18284 99% 18284 ms
Write: 10% 18763 30% 18763 50% 18763 90% 18763 99% 18763 ms
Write: 10% 19954 30% 19954 50% 19954 90% 19954 99% 19954 ms
Write: 10% 19538 30% 19538 50% 19538 90% 19538 99% 19538 ms
Write: 10% 15955 30% 15955 50% 15955 90% 15955 99% 15955 ms
Write: 10% 16400 30% 16400 50% 16400 90% 16400 99% 16400 ms
Write: 10% 18938 30% 18938 50% 18938 90% 18938 99% 18938 ms
Write: 10% 17193 30% 17193 50% 17193 90% 17193 99% 17193 ms
Write: 10% 17896 30% 17896 50% 17896 90% 17896 99% 17896 ms
Write: 10% 18448 30% 18448 50% 18448 90% 18448 99% 18448 ms
Write: 10% 20546 30% 20546 50% 20546 90% 20546 99% 20546 ms
Write: 10% 17968 30% 17968 50% 17968 90% 17968 99% 17968 ms
Write: 10% 18109 30% 18109 50% 18109 90% 18109 99% 18109 ms
Write: 10% 17586 30% 17586 50% 17586 90% 17586 99% 17586 ms
Write: 10% 16894 30% 16894 50% 16894 90% 16894 99% 16894 ms
Write: 10% 7383 30% 7383 50% 7383 90% 7383 99% 7383 ms
Write: 10% 11633 30% 11633 50% 11633 90% 11633 99% 11633 ms
Write: 10% 11055 30% 11055 50% 11055 90% 11055 99% 11055 ms
Write: 10% 12287 30% 12287 50% 12287 90% 12287 99% 12287 ms
Write: 10% 16640 30% 16640 50% 16640 90% 16640 99% 16640 ms
Write: 10% 16919 30% 16919 50% 16919 90% 16919 99% 16919 ms
Write: 10% 14881 30% 14881 50% 14881 90% 14881 99% 14881 ms
Write: 10% 14278 30% 14278 50% 14278 90% 14278 99% 14278 ms
Write: 10% 9154 30% 9154 50% 9154 90% 9154 99% 9154 ms
Write: 10% 17272 30% 17272 50% 17272 90% 17272 99% 17272 ms
Write: 10% 13777 30% 13777 50% 13777 90% 13777 99% 13777 ms
Write: 10% 14802 30% 14802 50% 14802 90% 14802 99% 14802 ms
Write: 10% 14170 30% 14170 50% 14170 90% 14170 99% 14170 ms
Write: 10% 4737 30% 4737 50% 4737 90% 4737 99% 4737 ms
Write: 10% 4095 30% 4095 50% 4095 90% 4095 99% 4095 ms
Write: 10% 3472 30% 3472 50% 3472 90% 3472 99% 3472 ms
Write: 10% 4080 30% 4080 50% 4080 90% 4080 99% 4080 ms
Write: 10% 2973 30% 2973 50% 2973 90% 2973 99% 2973 ms
Write: 10% 3804 30% 3804 50% 3804 90% 3804 99% 3804 ms
Write: 10% 8691 30% 8691 50% 8691 90% 8691 99% 8691 ms
Write: 10% 2092 30% 2092 50% 2092 90% 2092 99% 2092 ms
Write: 10% 3526 30% 3526 50% 3526 90% 3526 99% 3526 ms
Write: 10% 2999 30% 2999 50% 2999 90% 2999 99% 2999 ms
Write: 10% 5651 30% 5651 50% 5651 90% 5651 99% 5651 ms
Write: 10% 11695 30% 11695 50% 11695 90% 11695 99% 11695 ms
Write: 10% 3289 30% 3289 50% 3289 90% 3289 99% 3289 ms
Write: 10% 11085 30% 11085 50% 11085 90% 11085 99% 11085 ms
Write: 10% 6112 30% 6112 50% 6112 90% 6112 99% 6112 ms
Write: 10% 3830 30% 3830 50% 3830 90% 3830 99% 3830 ms
Write: 10% 7642 30% 7642 50% 7642 90% 7642 99% 7642 ms
Write: 10% 2809 30% 2809 50% 2809 90% 2809 99% 2809 ms
Write: 10% 4509 30% 4509 50% 4509 90% 4509 99% 4509 ms
Write: 10% 3029 30% 3029 50% 3029 90% 3029 99% 3029 ms
Write: 10% 2658 30% 2658 50% 2658 90% 2658 99% 2658 ms
Update: 10% 1940 30% 1940 50% 1940 90% 1940 99% 1940 ms
Step 4. read modify write
Write: 10% 3911 30% 3911 50% 3911 90% 3911 99% 3911 ms
Write: 10% 5155 30% 5155 50% 5155 90% 5155 99% 5155 ms
Write: 10% 8685 30% 8685 50% 8685 90% 8685 99% 8685 ms
Was written: 23.53515625 MiB, Speed: 0.18391927083333334 MiB/s
Write: 10% 8469 30% 8469 50% 8469 90% 8469 99% 8469 ms
Write: 10% 8560 30% 8560 50% 8560 90% 8560 99% 8560 ms
Write: 10% 18742 30% 18742 50% 18742 90% 18742 99% 18742 ms
Write: 10% 18677 30% 18677 50% 18677 90% 18677 99% 18677 ms
Write: 10% 20027 30% 20027 50% 20027 90% 20027 99% 20027 ms
Write: 10% 21842 30% 21842 50% 21842 90% 21842 99% 21842 ms
Write: 10% 20684 30% 20684 50% 20684 90% 20684 99% 20684 ms
Write: 10% 20726 30% 20726 50% 20726 90% 20726 99% 20726 ms
Write: 10% 21707 30% 21707 50% 21707 90% 21707 99% 21707 ms
Write: 10% 20540 30% 20540 50% 20540 90% 20540 99% 20540 ms
Write: 10% 20616 30% 20616 50% 20616 90% 20616 99% 20616 ms
Write: 10% 22151 30% 22151 50% 22151 90% 22151 99% 22151 ms
Write: 10% 19611 30% 19611 50% 19611 90% 19611 99% 19611 ms
Write: 10% 17762 30% 17762 50% 17762 90% 17762 99% 17762 ms
Write: 10% 23601 30% 23601 50% 23601 90% 23601 99% 23601 ms
Write: 10% 9192 30% 9192 50% 9192 90% 9192 99% 9192 ms
Write: 10% 22665 30% 22665 50% 22665 90% 22665 99% 22665 ms
Write: 10% 16009 30% 16009 50% 16009 90% 16009 99% 16009 ms
Write: 10% 13859 30% 13859 50% 13859 90% 13859 99% 13859 ms
Write: 10% 13494 30% 13494 50% 13494 90% 13494 99% 13494 ms
Write: 10% 13590 30% 13590 50% 13590 90% 13590 99% 13590 ms
Write: 10% 10031 30% 10031 50% 10031 90% 10031 99% 10031 ms
Write: 10% 12380 30% 12380 50% 12380 90% 12380 99% 12380 ms
Write: 10% 10525 30% 10525 50% 10525 90% 10525 99% 10525 ms
Write: 10% 9069 30% 9069 50% 9069 90% 9069 99% 9069 ms
Write: 10% 23466 30% 23466 50% 23466 90% 23466 99% 23466 ms
Write: 10% 9187 30% 9187 50% 9187 90% 9187 99% 9187 ms
Write: 10% 23492 30% 23492 50% 23492 90% 23492 99% 23492 ms
Write: 10% 18702 30% 18702 50% 18702 90% 18702 99% 18702 ms
Write: 10% 18358 30% 18358 50% 18358 90% 18358 99% 18358 ms
Write: 10% 6553 30% 6553 50% 6553 90% 6553 99% 6553 ms
Write: 10% 7284 30% 7284 50% 7284 90% 7284 99% 7284 ms
Write: 10% 19100 30% 19100 50% 19100 90% 19100 99% 19100 ms
Write: 10% 6224 30% 6224 50% 6224 90% 6224 99% 6224 ms
Write: 10% 12493 30% 12493 50% 12493 90% 12493 99% 12493 ms
Write: 10% 4000 30% 4000 50% 4000 90% 4000 99% 4000 ms
Write: 10% 5908 30% 5908 50% 5908 90% 5908 99% 5908 ms
Write: 10% 3915 30% 3915 50% 3915 90% 3915 99% 3915 ms
Write: 10% 10457 30% 10457 50% 10457 90% 10457 99% 10457 ms
Write: 10% 10028 30% 10028 50% 10028 90% 10028 99% 10028 ms
Write: 10% 10720 30% 10720 50% 10720 90% 10720 99% 10720 ms
Write: 10% 7522 30% 7522 50% 7522 90% 7522 99% 7522 ms
Write: 10% 6520 30% 6520 50% 6520 90% 6520 99% 6520 ms
Write: 10% 15456 30% 15456 50% 15456 90% 15456 99% 15456 ms
Write: 10% 5529 30% 5529 50% 5529 90% 5529 99% 5529 ms
Write: 10% 5188 30% 5188 50% 5188 90% 5188 99% 5188 ms
Write: 10% 6455 30% 6455 50% 6455 90% 6455 99% 6455 ms
Write: 10% 13284 30% 13284 50% 13284 90% 13284 99% 13284 ms
Write: 10% 9218 30% 9218 50% 9218 90% 9218 99% 9218 ms
Write: 10% 4159 30% 4159 50% 4159 90% 4159 99% 4159 ms
Write: 10% 8321 30% 8321 50% 8321 90% 8321 99% 8321 ms
Write: 10% 3419 30% 3419 50% 3419 90% 3419 99% 3419 ms
Write: 10% 13360 30% 13360 50% 13360 90% 13360 99% 13360 ms
Write: 10% 6250 30% 6250 50% 6250 90% 6250 99% 6250 ms
Write: 10% 5457 30% 5457 50% 5457 90% 5457 99% 5457 ms
Write: 10% 4449 30% 4449 50% 4449 90% 4449 99% 4449 ms
Write: 10% 8711 30% 8711 50% 8711 90% 8711 99% 8711 ms
Write: 10% 3960 30% 3960 50% 3960 90% 3960 99% 3960 ms
Write: 10% 4568 30% 4568 50% 4568 90% 4568 99% 4568 ms
Write: 10% 11928 30% 11928 50% 11928 90% 11928 99% 11928 ms
Write: 10% 4683 30% 4683 50% 4683 90% 4683 99% 4683 ms
Read: 10% 4247 30% 5013 50% 5779 90% 24237 99% 28391 ms
Update: 10% 2569 30% 2569 50% 2569 90% 2569 99% 2569 ms
