Thread 0 failed
Thread 0 failed
  File "library/python/pytest/main.py", line 101, in main
    rc = pytest.main(
  File "contrib/python/pytest/py3/_pytest/config/__init__.py", line 175, in main
    ret: Union[ExitCode, int] = config.hook.pytest_cmdline_main(
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 320, in pytest_cmdline_main
    return wrap_session(config, _main)
  File "contrib/python/pytest/py3/_pytest/main.py", line 273, in wrap_session
    session.exitstatus = doit(config, session) or 0
  File "contrib/python/pytest/py3/_pytest/main.py", line 327, in _main
    config.hook.pytest_runtestloop(session=session)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/main.py", line 352, in pytest_runtestloop
    item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 115, in pytest_runtest_protocol
    runtestprotocol(item, nextitem=nextitem)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 134, in runtestprotocol
    reports.append(call_and_report(item, "call", log))
  File "contrib/python/pytest/py3/_pytest/runner.py", line 223, in call_and_report
    call = call_runtest_hook(item, when, **kwds)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 262, in call_runtest_hook
    return CallInfo.from_call(
  File "contrib/python/pytest/py3/_pytest/runner.py", line 342, in from_call
    result: Optional[TResult] = func()
  File "contrib/python/pytest/py3/_pytest/runner.py", line 263, in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "contrib/python/pytest/py3/_pytest/runner.py", line 170, in pytest_runtest_call
    item.runtest()
  File "contrib/python/pytest/py3/_pytest/python.py", line 1844, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
  File "contrib/python/pluggy/py3/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "contrib/python/pluggy/py3/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "library/python/pytest/plugins/ya.py", line 565, in pytest_pyfunc_call
    pyfuncitem.retval = testfunction(**testargs)
  File "/home/runner/.ya/build/build_root/bif1/001ac7/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/bif1/001ac7/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/bif1/001ac7/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 658, 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/bif1/001ac7/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/bif1/001ac7/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-10-27T08:01:32.549787Z): tablet_id=72075186224037902;self_id=[1:7565808587491312938:2441];ev=NActors::IEventHandle;tx_id=281474976725660;lock_id=281474976725658;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 @ 0x1FA1E367
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FA0C09A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x222821AD
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x421BB504
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42B59810
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42B58F97
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42B461A9
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E6CFD1F
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42BB6395
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42CB75E5
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2031: ExecuteTransaction @ 0x27328EEE
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1936: DoExecute @ 0x2732320A
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1950: Execute @ 0x2732BB1E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x272BF71A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x272BF71A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42CB6005
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42C27877
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x221A4C07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x2225ACA1
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x222648A4
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x22263E5D
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x22265ECE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FA233C4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F6C0B46
24. ??:0: ?? @ 0x7F1B2D88FAC2
25. ??:0: ?? @ 0x7F1B2D9218BF
Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/bif1/001ac7/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_8/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/bif1/001ac7/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_8/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-10-27T08:09:02.960757Z): tablet_id=72075186224038099;self_id=[8:7565810256473640545:4513];ev=NActors::IEventHandle;tx_id=281474976735775;lock_id=281474976735772;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 @ 0x1FA1E367
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FA0C09A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x222821AD
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x421BB504
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42B59810
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42B58F97
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42B461A9
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E6CFD1F
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42BB6395
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42CB75E5
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2031: ExecuteTransaction @ 0x27328EEE
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1936: DoExecute @ 0x2732320A
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1950: Execute @ 0x2732BB1E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x272BF71A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x272BF71A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42CB6005
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42C27877
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x221A4C07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x2225ACA1
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x222648A4
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x22263E5D
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x22265ECE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FA233C4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F6C0B46
24. ??:0: ?? @ 0x7F6F0A964AC2
25. ??:0: ?? @ 0x7F6F0A9F68BF
Thread 0x00007ba62e450640 (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 0x00007ba640064640 (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/bif1/001ac7/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 161 in _test_suffix
  File "/home/runner/.ya/build/build_root/bif1/001ac7/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 0x00007ba6397ab640 (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 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/bif1/001ac7/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/bif1/001ac7/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 0x00007ba641f7f640 (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 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/bif1/001ac7/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/bif1/001ac7/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 0x00007ba63d9da640 (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 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/bif1/001ac7/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/bif1/001ac7/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 0x00007ba63d1a1640 (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 290 in __create_iterations_table
  File "ydb/tests/olap/lib/allure_utils.py", line 888 in allure_test_description
  File "/home/runner/.ya/build/build_root/bif1/001ac7/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/bif1/001ac7/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 0x00007ba643a9f640 (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 0x00007fa6758cea40 (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: ...a/build/build_root/bif1/001ac7/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/bif1/001ac7/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/bif1/001ac7', '--source-root', '/home/runner/.ya/build/build_root/bif1/001ac7/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/bif1/001ac7/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/9985353571/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 1770, 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: (("...a/build/build_root/bif1/001ac7/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/bif1/001ac7/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/bif1/001ac7', '--source-root', '/home/runner/.ya/build/build_root/bif1/001ac7/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/bif1/001ac7/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/9985353571/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% 2148 30% 2148 50% 2148 90% 2148 99% 2148 ms
Write: 10% 4008 30% 4008 50% 4008 90% 4008 99% 4008 ms
Write: 10% 5851 30% 5851 50% 5851 90% 5851 99% 5851 ms
Write: 10% 6006 30% 6006 50% 6006 90% 6006 99% 6006 ms
Write: 10% 9824 30% 9824 50% 9824 90% 9824 99% 9824 ms
Write: 10% 10256 30% 10256 50% 10256 90% 10256 99% 10256 ms
Write: 10% 12900 30% 12900 50% 12900 90% 12900 99% 12900 ms
Write: 10% 15457 30% 15457 50% 15457 90% 15457 99% 15457 ms
Write: 10% 17258 30% 17258 50% 17258 90% 17258 99% 17258 ms
Write: 10% 18797 30% 18797 50% 18797 90% 18797 99% 18797 ms
Write: 10% 19638 30% 19638 50% 19638 90% 19638 99% 19638 ms
Write: 10% 21476 30% 21476 50% 21476 90% 21476 99% 21476 ms
Write: 10% 20852 30% 20852 50% 20852 90% 20852 99% 20852 ms
Write: 10% 22269 30% 22269 50% 22269 90% 22269 99% 22269 ms
Write: 10% 22269 30% 22269 50% 22269 90% 22269 99% 22269 ms
Write: 10% 18108 30% 18108 50% 18108 90% 18108 99% 18108 ms
Write: 10% 21836 30% 21836 50% 21836 90% 21836 99% 21836 ms
Write: 10% 21822 30% 21822 50% 21822 90% 21822 99% 21822 ms
Write: 10% 21660 30% 21660 50% 21660 90% 21660 99% 21660 ms
Write: 10% 16700 30% 16700 50% 16700 90% 16700 99% 16700 ms
Write: 10% 21259 30% 21259 50% 21259 90% 21259 99% 21259 ms
Write: 10% 20980 30% 20980 50% 20980 90% 20980 99% 20980 ms
Write: 10% 21958 30% 21958 50% 21958 90% 21958 99% 21958 ms
Write: 10% 22187 30% 22187 50% 22187 90% 22187 99% 22187 ms
Write: 10% 21891 30% 21891 50% 21891 90% 21891 99% 21891 ms
Write: 10% 18026 30% 18026 50% 18026 90% 18026 99% 18026 ms
Write: 10% 21124 30% 21124 50% 21124 90% 21124 99% 21124 ms
Write: 10% 16671 30% 16671 50% 16671 90% 16671 99% 16671 ms
Write: 10% 19633 30% 19633 50% 19633 90% 19633 99% 19633 ms
Write: 10% 19915 30% 19915 50% 19915 90% 19915 99% 19915 ms
Write: 10% 17306 30% 17306 50% 17306 90% 17306 99% 17306 ms
Write: 10% 4117 30% 4117 50% 4117 90% 4117 99% 4117 ms
Write: 10% 7741 30% 7741 50% 7741 90% 7741 99% 7741 ms
Write: 10% 9427 30% 9427 50% 9427 90% 9427 99% 9427 ms
Write: 10% 13696 30% 13696 50% 13696 90% 13696 99% 13696 ms
Write: 10% 17851 30% 17851 50% 17851 90% 17851 99% 17851 ms
Write: 10% 3195 30% 3195 50% 3195 90% 3195 99% 3195 ms
Write: 10% 11607 30% 11607 50% 11607 90% 11607 99% 11607 ms
Write: 10% 13444 30% 13444 50% 13444 90% 13444 99% 13444 ms
Write: 10% 12320 30% 12320 50% 12320 90% 12320 99% 12320 ms
Write: 10% 5323 30% 5323 50% 5323 90% 5323 99% 5323 ms
Write: 10% 11257 30% 11257 50% 11257 90% 11257 99% 11257 ms
Write: 10% 14969 30% 14969 50% 14969 90% 14969 99% 14969 ms
Write: 10% 5431 30% 5431 50% 5431 90% 5431 99% 5431 ms
Write: 10% 13121 30% 13121 50% 13121 90% 13121 99% 13121 ms
Write: 10% 12200 30% 12200 50% 12200 90% 12200 99% 12200 ms
Write: 10% 2860 30% 2860 50% 2860 90% 2860 99% 2860 ms
Write: 10% 8586 30% 8586 50% 8586 90% 8586 99% 8586 ms
Write: 10% 4838 30% 4838 50% 4838 90% 4838 99% 4838 ms
Write: 10% 3418 30% 3418 50% 3418 90% 3418 99% 3418 ms
Write: 10% 3507 30% 3507 50% 3507 90% 3507 99% 3507 ms
Write: 10% 5685 30% 5685 50% 5685 90% 5685 99% 5685 ms
Write: 10% 6179 30% 6179 50% 6179 90% 6179 99% 6179 ms
Write: 10% 10984 30% 10984 50% 10984 90% 10984 99% 10984 ms
Write: 10% 3459 30% 3459 50% 3459 90% 3459 99% 3459 ms
Write: 10% 13233 30% 13233 50% 13233 90% 13233 99% 13233 ms
Write: 10% 4021 30% 4021 50% 4021 90% 4021 99% 4021 ms
Write: 10% 4464 30% 4464 50% 4464 90% 4464 99% 4464 ms
Write: 10% 5599 30% 5599 50% 5599 90% 5599 99% 5599 ms
Write: 10% 3445 30% 3445 50% 3445 90% 3445 99% 3445 ms
Write: 10% 4010 30% 4010 50% 4010 90% 4010 99% 4010 ms
Write: 10% 6306 30% 6306 50% 6306 90% 6306 99% 6306 ms
Write: 10% 4888 30% 4888 50% 4888 90% 4888 99% 4888 ms
Write: 10% 4220 30% 4220 50% 4220 90% 4220 99% 4220 ms
Step 2. read write
Write: 10% 970 30% 970 50% 970 90% 970 99% 970 ms
Write: 10% 3054 30% 3054 50% 3054 90% 3054 99% 3054 ms
Write: 10% 8341 30% 8341 50% 8341 90% 8341 99% 8341 ms
Write: 10% 9885 30% 9885 50% 9885 90% 9885 99% 9885 ms
Write: 10% 14944 30% 14944 50% 14944 90% 14944 99% 14944 ms
Write: 10% 16269 30% 16269 50% 16269 90% 16269 99% 16269 ms
Write: 10% 15903 30% 15903 50% 15903 90% 15903 99% 15903 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Write: 10% 25019 30% 25019 50% 25019 90% 25019 99% 25019 ms
Write: 10% 24198 30% 24198 50% 24198 90% 24198 99% 24198 ms
Write: 10% 17329 30% 17329 50% 17329 90% 17329 99% 17329 ms
Write: 10% 18783 30% 18783 50% 18783 90% 18783 99% 18783 ms
Write: 10% 23670 30% 23670 50% 23670 90% 23670 99% 23670 ms
Write: 10% 22991 30% 22991 50% 22991 90% 22991 99% 22991 ms
Write: 10% 18883 30% 18883 50% 18883 90% 18883 99% 18883 ms
Write: 10% 21196 30% 21196 50% 21196 90% 21196 99% 21196 ms
Write: 10% 20828 30% 20828 50% 20828 90% 20828 99% 20828 ms
Write: 10% 20814 30% 20814 50% 20814 90% 20814 99% 20814 ms
Write: 10% 20726 30% 20726 50% 20726 90% 20726 99% 20726 ms
Write: 10% 16509 30% 16509 50% 16509 90% 16509 99% 16509 ms
Write: 10% 24676 30% 24676 50% 24676 90% 24676 99% 24676 ms
Write: 10% 23235 30% 23235 50% 23235 90% 23235 99% 23235 ms
Write: 10% 23753 30% 23753 50% 23753 90% 23753 99% 23753 ms
Write: 10% 18611 30% 18611 50% 18611 90% 18611 99% 18611 ms
Write: 10% 19050 30% 19050 50% 19050 90% 19050 99% 19050 ms
Write: 10% 22362 30% 22362 50% 22362 90% 22362 99% 22362 ms
Write: 10% 15783 30% 15783 50% 15783 90% 15783 99% 15783 ms
Write: 10% 24796 30% 24796 50% 24796 90% 24796 99% 24796 ms
Write: 10% 10915 30% 10915 50% 10915 90% 10915 99% 10915 ms
Write: 10% 11591 30% 11591 50% 11591 90% 11591 99% 11591 ms
Write: 10% 16254 30% 16254 50% 16254 90% 16254 99% 16254 ms
Write: 10% 9164 30% 9164 50% 9164 90% 9164 99% 9164 ms
Write: 10% 6469 30% 6469 50% 6469 90% 6469 99% 6469 ms
Write: 10% 6097 30% 6097 50% 6097 90% 6097 99% 6097 ms
Write: 10% 6916 30% 6916 50% 6916 90% 6916 99% 6916 ms
Write: 10% 14862 30% 14862 50% 14862 90% 14862 99% 14862 ms
Write: 10% 4631 30% 4631 50% 4631 90% 4631 99% 4631 ms
Write: 10% 11197 30% 11197 50% 11197 90% 11197 99% 11197 ms
Write: 10% 5267 30% 5267 50% 5267 90% 5267 99% 5267 ms
Write: 10% 4637 30% 4637 50% 4637 90% 4637 99% 4637 ms
Write: 10% 9876 30% 9876 50% 9876 90% 9876 99% 9876 ms
Write: 10% 10801 30% 10801 50% 10801 90% 10801 99% 10801 ms
Write: 10% 4694 30% 4694 50% 4694 90% 4694 99% 4694 ms
Write: 10% 3750 30% 3750 50% 3750 90% 3750 99% 3750 ms
Write: 10% 10641 30% 10641 50% 10641 90% 10641 99% 10641 ms
Write: 10% 3941 30% 3941 50% 3941 90% 3941 99% 3941 ms
Write: 10% 11224 30% 11224 50% 11224 90% 11224 99% 11224 ms
Write: 10% 3119 30% 3119 50% 3119 90% 3119 99% 3119 ms
Write: 10% 7157 30% 7157 50% 7157 90% 7157 99% 7157 ms
Write: 10% 6557 30% 6557 50% 6557 90% 6557 99% 6557 ms
Write: 10% 12406 30% 12406 50% 12406 90% 12406 99% 12406 ms
Write: 10% 8458 30% 8458 50% 8458 90% 8458 99% 8458 ms
Write: 10% 5019 30% 5019 50% 5019 90% 5019 99% 5019 ms
Write: 10% 20048 30% 20048 50% 20048 90% 20048 99% 20048 ms
Write: 10% 2677 30% 2677 50% 2677 90% 2677 99% 2677 ms
Write: 10% 8719 30% 8719 50% 8719 90% 8719 99% 8719 ms
Write: 10% 4125 30% 4125 50% 4125 90% 4125 99% 4125 ms
Write: 10% 3968 30% 3968 50% 3968 90% 3968 99% 3968 ms
Write: 10% 14752 30% 14752 50% 14752 90% 14752 99% 14752 ms
Write: 10% 3190 30% 3190 50% 3190 90% 3190 99% 3190 ms
Write: 10% 2702 30% 2702 50% 2702 90% 2702 99% 2702 ms
Write: 10% 6106 30% 6106 50% 6106 90% 6106 99% 6106 ms
Write: 10% 15556 30% 15556 50% 15556 90% 15556 99% 15556 ms
Write: 10% 8902 30% 8902 50% 8902 90% 8902 99% 8902 ms
Write: 10% 5030 30% 5030 50% 5030 90% 5030 99% 5030 ms
Read: 10% 14167 30% 18448 50% 22728 90% 31289 99% 33215 ms
Step 3. write modify
Write: 10% 4438 30% 4438 50% 4438 90% 4438 99% 4438 ms
Write: 10% 2951 30% 2951 50% 2951 90% 2951 99% 2951 ms
Write: 10% 4216 30% 4216 50% 4216 90% 4216 99% 4216 ms
Write: 10% 17574 30% 17574 50% 17574 90% 17574 99% 17574 ms
Write: 10% 21014 30% 21014 50% 21014 90% 21014 99% 21014 ms
Write: 10% 21677 30% 21677 50% 21677 90% 21677 99% 21677 ms
Write: 10% 19043 30% 19043 50% 19043 90% 19043 99% 19043 ms
Write: 10% 21996 30% 21996 50% 21996 90% 21996 99% 21996 ms
Write: 10% 21639 30% 21639 50% 21639 90% 21639 99% 21639 ms
Write: 10% 21829 30% 21829 50% 21829 90% 21829 99% 21829 ms
Write: 10% 20030 30% 20030 50% 20030 90% 20030 99% 20030 ms
Write: 10% 25545 30% 25545 50% 25545 90% 25545 99% 25545 ms
Write: 10% 23150 30% 23150 50% 23150 90% 23150 99% 23150 ms
Write: 10% 21379 30% 21379 50% 21379 90% 21379 99% 21379 ms
Write: 10% 16185 30% 16185 50% 16185 90% 16185 99% 16185 ms
Write: 10% 13704 30% 13704 50% 13704 90% 13704 99% 13704 ms
Write: 10% 18632 30% 18632 50% 18632 90% 18632 99% 18632 ms
Write: 10% 20879 30% 20879 50% 20879 90% 20879 99% 20879 ms
Write: 10% 15993 30% 15993 50% 15993 90% 15993 99% 15993 ms
Write: 10% 15399 30% 15399 50% 15399 90% 15399 99% 15399 ms
Write: 10% 13487 30% 13487 50% 13487 90% 13487 99% 13487 ms
Write: 10% 18290 30% 18290 50% 18290 90% 18290 99% 18290 ms
Write: 10% 18764 30% 18764 50% 18764 90% 18764 99% 18764 ms
Write: 10% 18483 30% 18483 50% 18483 90% 18483 99% 18483 ms
Write: 10% 19785 30% 19785 50% 19785 90% 19785 99% 19785 ms
Write: 10% 12553 30% 12553 50% 12553 90% 12553 99% 12553 ms
Write: 10% 15154 30% 15154 50% 15154 90% 15154 99% 15154 ms
Write: 10% 16100 30% 16100 50% 16100 90% 16100 99% 16100 ms
Write: 10% 12973 30% 12973 50% 12973 90% 12973 99% 12973 ms
Write: 10% 17037 30% 17037 50% 17037 90% 17037 99% 17037 ms
Write: 10% 10147 30% 10147 50% 10147 90% 10147 99% 10147 ms
Write: 10% 17353 30% 17353 50% 17353 90% 17353 99% 17353 ms
Write: 10% 17380 30% 17380 50% 17380 90% 17380 99% 17380 ms
Write: 10% 8537 30% 8537 50% 8537 90% 8537 99% 8537 ms
Write: 10% 15560 30% 15560 50% 15560 90% 15560 99% 15560 ms
Write: 10% 5427 30% 5427 50% 5427 90% 5427 99% 5427 ms
Write: 10% 6240 30% 6240 50% 6240 90% 6240 99% 6240 ms
Write: 10% 6616 30% 6616 50% 6616 90% 6616 99% 6616 ms
Write: 10% 3301 30% 3301 50% 3301 90% 3301 99% 3301 ms
Write: 10% 18089 30% 18089 50% 18089 90% 18089 99% 18089 ms
Write: 10% 5048 30% 5048 50% 5048 90% 5048 99% 5048 ms
Write: 10% 12561 30% 12561 50% 12561 90% 12561 99% 12561 ms
Write: 10% 3794 30% 3794 50% 3794 90% 3794 99% 3794 ms
Write: 10% 17330 30% 17330 50% 17330 90% 17330 99% 17330 ms
Write: 10% 4661 30% 4661 50% 4661 90% 4661 99% 4661 ms
Write: 10% 5795 30% 5795 50% 5795 90% 5795 99% 5795 ms
Write: 10% 14315 30% 14315 50% 14315 90% 14315 99% 14315 ms
Write: 10% 7788 30% 7788 50% 7788 90% 7788 99% 7788 ms
Write: 10% 8620 30% 8620 50% 8620 90% 8620 99% 8620 ms
Write: 10% 6599 30% 6599 50% 6599 90% 6599 99% 6599 ms
Write: 10% 6843 30% 6843 50% 6843 90% 6843 99% 6843 ms
Write: 10% 3706 30% 3706 50% 3706 90% 3706 99% 3706 ms
Write: 10% 8200 30% 8200 50% 8200 90% 8200 99% 8200 ms
Write: 10% 5304 30% 5304 50% 5304 90% 5304 99% 5304 ms
Write: 10% 16825 30% 16825 50% 16825 90% 16825 99% 16825 ms
Write: 10% 10635 30% 10635 50% 10635 90% 10635 99% 10635 ms
Write: 10% 3478 30% 3478 50% 3478 90% 3478 99% 3478 ms
Write: 10% 11650 30% 11650 50% 11650 90% 11650 99% 11650 ms
Write: 10% 5432 30% 5432 50% 5432 90% 5432 99% 5432 ms
Write: 10% 6133 30% 6133 50% 6133 90% 6133 99% 6133 ms
Write: 10% 5033 30% 5033 50% 5033 90% 5033 99% 5033 ms
Write: 10% 4446 30% 4446 50% 4446 90% 4446 99% 4446 ms
Write: 10% 17108 30% 17108 50% 17108 90% 17108 99% 17108 ms
Write: 10% 7031 30% 7031 50% 7031 90% 7031 99% 7031 ms
Update: 10% 3344 30% 3344 50% 3344 90% 3344 99% 3344 ms
Step 4. read modify write
Was written: 21.38671875 MiB, Speed: 0.14811197916666666 MiB/s
Write: 10% 4596 30% 4596 50% 4596 90% 4596 99% 4596 ms
Write: 10% 21496 30% 21496 50% 21496 90% 21496 99% 21496 ms
Write: 10% 21251 30% 21251 50% 21251 90% 21251 99% 21251 ms
Write: 10% 23225 30% 23225 50% 23225 90% 23225 99% 23225 ms
Write: 10% 23246 30% 23246 50% 23246 90% 23246 99% 23246 ms
Write: 10% 24127 30% 24127 50% 24127 90% 24127 99% 24127 ms
Write: 10% 24534 30% 24534 50% 24534 90% 24534 99% 24534 ms
Write: 10% 20626 30% 20626 50% 20626 90% 20626 99% 20626 ms
Write: 10% 24830 30% 24830 50% 24830 90% 24830 99% 24830 ms
Write: 10% 25146 30% 25146 50% 25146 90% 25146 99% 25146 ms
Write: 10% 23396 30% 23396 50% 23396 90% 23396 99% 23396 ms
Write: 10% 10959 30% 10959 50% 10959 90% 10959 99% 10959 ms
Write: 10% 24188 30% 24188 50% 24188 90% 24188 99% 24188 ms
Write: 10% 17363 30% 17363 50% 17363 90% 17363 99% 17363 ms
Write: 10% 16786 30% 16786 50% 16786 90% 16786 99% 16786 ms
Write: 10% 21784 30% 21784 50% 21784 90% 21784 99% 21784 ms
Write: 10% 22161 30% 22161 50% 22161 90% 22161 99% 22161 ms
Write: 10% 16765 30% 16765 50% 16765 90% 16765 99% 16765 ms
Write: 10% 14747 30% 14747 50% 14747 90% 14747 99% 14747 ms
Write: 10% 22174 30% 22174 50% 22174 90% 22174 99% 22174 ms
Write: 10% 19156 30% 19156 50% 19156 90% 19156 99% 19156 ms
Write: 10% 12951 30% 12951 50% 12951 90% 12951 99% 12951 ms
Write: 10% 14757 30% 14757 50% 14757 90% 14757 99% 14757 ms
Write: 10% 23968 30% 23968 50% 23968 90% 23968 99% 23968 ms
Write: 10% 11372 30% 11372 50% 11372 90% 11372 99% 11372 ms
Write: 10% 10007 30% 10007 50% 10007 90% 10007 99% 10007 ms
Write: 10% 9295 30% 9295 50% 9295 90% 9295 99% 9295 ms
Write: 10% 18042 30% 18042 50% 18042 90% 18042 99% 18042 ms
Write: 10% 8431 30% 8431 50% 8431 90% 8431 99% 8431 ms
Write: 10% 18237 30% 18237 50% 18237 90% 18237 99% 18237 ms
Write: 10% 17840 30% 17840 50% 17840 90% 17840 99% 17840 ms
Write: 10% 7773 30% 7773 50% 7773 90% 7773 99% 7773 ms
Write: 10% 18239 30% 18239 50% 18239 90% 18239 99% 18239 ms
Write: 10% 14258 30% 14258 50% 14258 90% 14258 99% 14258 ms
Write: 10% 7060 30% 7060 50% 7060 90% 7060 99% 7060 ms
Write: 10% 14411 30% 14411 50% 14411 90% 14411 99% 14411 ms
Write: 10% 15048 30% 15048 50% 15048 90% 15048 99% 15048 ms
Write: 10% 12363 30% 12363 50% 12363 90% 12363 99% 12363 ms
Write: 10% 12103 30% 12103 50% 12103 90% 12103 99% 12103 ms
Write: 10% 13914 30% 13914 50% 13914 90% 13914 99% 13914 ms
Write: 10% 11653 30% 11653 50% 11653 90% 11653 99% 11653 ms
Write: 10% 18909 30% 18909 50% 18909 90% 18909 99% 18909 ms
Write: 10% 3608 30% 3608 50% 3608 90% 3608 99% 3608 ms
Write: 10% 4378 30% 4378 50% 4378 90% 4378 99% 4378 ms
Write: 10% 4150 30% 4150 50% 4150 90% 4150 99% 4150 ms
Write: 10% 8296 30% 8296 50% 8296 90% 8296 99% 8296 ms
Write: 10% 15374 30% 15374 50% 15374 90% 15374 99% 15374 ms
Write: 10% 7964 30% 7964 50% 7964 90% 7964 99% 7964 ms
Write: 10% 10363 30% 10363 50% 10363 90% 10363 99% 10363 ms
Write: 10% 6059 30% 6059 50% 6059 90% 6059 99% 6059 ms
Write: 10% 5777 30% 5777 50% 5777 90% 5777 99% 5777 ms
Write: 10% 10636 30% 10636 50% 10636 90% 10636 99% 10636 ms
Write: 10% 4532 30% 4532 50% 4532 90% 4532 99% 4532 ms
Write: 10% 3864 30% 3864 50% 3864 90% 3864 99% 3864 ms
Write: 10% 4076 30% 4076 50% 4076 90% 4076 99% 4076 ms
Write: 10% 7238 30% 7238 50% 7238 90% 7238 99% 7238 ms
Write: 10% 4706 30% 4706 50% 4706 90% 4706 99% 4706 ms
Write: 10% 3206 30% 3206 50% 3206 90% 3206 99% 3206 ms
Write: 10% 4565 30% 4565 50% 4565 90% 4565 99% 4565 ms
Write: 10% 5120 30% 5120 50% 5120 90% 5120 99% 5120 ms
Write: 10% 9895 30% 9895 50% 9895 90% 9895 99% 9895 ms
Write: 10% 18960 30% 18960 50% 18960 90% 18960 99% 18960 ms
Write: 10% 3086 30% 3086 50% 3086 90% 3086 99% 3086 ms
Write: 10% 7358 30% 7358 50% 7358 90% 7358 99% 7358 ms
Read: 10% 3785 30% 3899 50% 4014 90% 26594 99% 31674 ms
Update: 10% 2454 30% 2454 50% 2454 90% 2454 99% 2454 ms
