contrib/python/Flask/py3/flask/scaffold.py:109: DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:751: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:748: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/tools/python3/Lib/ast.py:587: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:755: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
Thread 0 failed
Thread 4 failed
Thread 3 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/3ye8/00125a/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()
contrib/python/pytest/py3/_pytest/threadexception.py:77: PytestUnhandledThreadExceptionWarning: Exception in thread first response attach stream thread

Traceback (most recent call last):
  File "contrib/python/ydb/py3/ydb/connection.py", line 359, in __next__
    return self.it.__next__()
           ^^^^^^^^^^^^^^^^^^
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 543, in __next__
    return self._next()
           ^^^^^^^^^^^^
  File "contrib/python/grpcio/py3/grpc/_channel.py", line 969, in _next
    raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-29T09:57:56.657016266+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "contrib/tools/python3/Lib/threading.py", line 1075, in _bootstrap_inner
    self.run()
  File "contrib/tools/python3/Lib/threading.py", line 1012, in run
    self._target(*self._args, **self._kwargs)
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 194, in get_first_response
    first_response = next(status_stream)
                     ^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 173, in __next__
    return self._next()
           ^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 164, in _next
    res = self.wrapper(next(self.it))
                       ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 364, in __next__
    raise ydb_error
ydb.issues.Unavailable: recvmsg:Connection reset by peer

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/3ye8/00125a/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/3ye8/00125a/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 676, 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/3ye8/00125a/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/3ye8/00125a/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-10-29T09:57:53.276560Z): tablet_id=72075186224038293;self_id=[7:7566580729172373548:6028];ev=NActors::IEventHandle;tx_id=281474976720832;lock_id=281474976720830;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 @ 0xA7F7DD5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA7F0316
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB680C98
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x16965266
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x16C80E61
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x16C80C74
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16C78C8E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0xA18ED7C
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x16CA227C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x16D05E8E
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2031: ExecuteTransaction @ 0xD158436
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1936: DoExecute @ 0xD1563FE
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1950: Execute @ 0xD15977E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xD132506
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xD132506
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x16D055C9
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x16CCDC1A
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB629D57
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB671744
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB675804
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB675410
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB675FFE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7F9A2C
23. ??:0: ?? @ 0x7F040A686AC2
24. ??:0: ?? @ 0x7F040A7188BF
Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/3ye8/00125a/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_2/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/3ye8/00125a/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_2/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-29T09:57:53.703146Z): tablet_id=72075186224038268;self_id=[2:7566580730345543555:5287];ev=NActors::IEventHandle;tx_id=281474976715877;lock_id=281474976715875;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 @ 0xA7F7DD5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA7F0316
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB680C98
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x16965266
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x16C80E61
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x16C80C74
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16C78C8E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0xA18ED7C
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x16CA227C
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x16D05E8E
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2031: ExecuteTransaction @ 0xD158436
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1936: DoExecute @ 0xD1563FE
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1950: Execute @ 0xD15977E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xD132506
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xD132506
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x16D055C9
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x16CCDC1A
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB629D57
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB671744
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB675804
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB675410
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB675FFE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7F9A2C
23. ??:0: ?? @ 0x7F890AC6DAC2
24. ??:0: ?? @ 0x7F890ACFF8BF
Thread 0x00007f8f9f3ff640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/tools/python3/Lib/concurrent/futures/_base.py", line 451 in result
  File "contrib/python/ydb/py3/ydb/_utilities.py", line 205 in get_first_message_with_timeout
  File "contrib/python/ydb/py3/ydb/query/session.py", line 247 in _attach
  File "contrib/python/ydb/py3/ydb/query/session.py", line 302 in create
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63 in _create_new_session
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111 in acquire
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331 in __enter__
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248 in wrapped_callee
  File "contrib/python/ydb/py3/ydb/retries.py", line 96 in retry_operation_impl
  File "contrib/python/ydb/py3/ydb/retries.py", line 135 in retry_operation_sync
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252 in execute_with_retries
  File "ydb/tests/olap/scenario/helpers/scenario_tests_helper.py", line 508 in <lambda>
  File "ydb/tests/olap/scenario/helpers/scenario_tests_helper.py", line 348 in _run_with_expected_status
  File "ydb/tests/olap/scenario/helpers/scenario_tests_helper.py", line 507 in execute_query
  File "contrib/python/allure-python-commons/allure_commons/_allure.py", line 202 in impl
  File "ydb/tests/olap/scenario/test_insert.py", line 56 in _loop_insert
  File "ydb/tests/olap/common/thread_helper.py", line 11 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 0x00007f8fac9ff640 (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/3ye8/00125a/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/3ye8/00125a/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 0x00007f8fb25ff640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 1169 in _wait_for_tstate_lock
  File "contrib/tools/python3/Lib/threading.py", line 1149 in join
  File "ydb/tests/olap/common/thread_helper.py", line 16 in join
  File "ydb/tests/olap/common/thread_helper.py", line 45 in join_all
  File "ydb/tests/olap/scenario/test_insert.py", line 106 in scenario_read_data_during_bulk_upsert
  File "/home/runner/.ya/build/build_root/3ye8/00125a/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 136 in _test_suffix
  File "/home/runner/.ya/build/build_root/3ye8/00125a/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 0x00007f8fb5263640 (most recent call first):
  File "contrib/tools/python3/Lib/threading.py", line 359 in wait
  File "contrib/python/ydb/py3/ydb/pool.py", line 274 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 0x00007f8fd3002440 (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/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/3ye8/00125a/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/3ye8/00125a/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/3ye8/00125a', '--source-root', '/home/runner/.ya/build/build_root/3ye8/00125a/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/3ye8/00125a/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/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--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', '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']' 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: (("...a/ydb/tests/olap/scenario/ydb-tests-olap-scenario', '--basetemp', '/home/runner/.ya/build/build_root/3ye8/00125a/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/3ye8/00125a/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/3ye8/00125a', '--source-root', '/home/runner/.ya/build/build_root/3ye8/00125a/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/3ye8/00125a/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/10116586272/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--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', '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']' stopped by 600 seconds timeout",), {})
Was written: 0.0 MiB, Speed: 0.0 MiB/s
Step 1. only write
Write: 10% 6772 30% 6772 50% 6772 90% 6772 99% 6772 ms
Write: 10% 6297 30% 6297 50% 6297 90% 6297 99% 6297 ms
Write: 10% 10261 30% 10261 50% 10261 90% 10261 99% 10261 ms
Write: 10% 9733 30% 9733 50% 9733 90% 9733 99% 9733 ms
Write: 10% 11745 30% 11745 50% 11745 90% 11745 99% 11745 ms
Write: 10% 11661 30% 11661 50% 11661 90% 11661 99% 11661 ms
Write: 10% 11333 30% 11333 50% 11333 90% 11333 99% 11333 ms
Write: 10% 11133 30% 11133 50% 11133 90% 11133 99% 11133 ms
Write: 10% 10983 30% 10983 50% 10983 90% 10983 99% 10983 ms
Write: 10% 8672 30% 8672 50% 8672 90% 8672 99% 8672 ms
Write: 10% 10297 30% 10297 50% 10297 90% 10297 99% 10297 ms
Write: 10% 10770 30% 10770 50% 10770 90% 10770 99% 10770 ms
Write: 10% 10746 30% 10746 50% 10746 90% 10746 99% 10746 ms
Write: 10% 7126 30% 7126 50% 7126 90% 7126 99% 7126 ms
Write: 10% 10105 30% 10105 50% 10105 90% 10105 99% 10105 ms
Write: 10% 10379 30% 10379 50% 10379 90% 10379 99% 10379 ms
Write: 10% 7712 30% 7712 50% 7712 90% 7712 99% 7712 ms
Write: 10% 7834 30% 7834 50% 7834 90% 7834 99% 7834 ms
Write: 10% 9677 30% 9677 50% 9677 90% 9677 99% 9677 ms
Write: 10% 8763 30% 8763 50% 8763 90% 8763 99% 8763 ms
Write: 10% 9214 30% 9214 50% 9214 90% 9214 99% 9214 ms
Write: 10% 10937 30% 10937 50% 10937 90% 10937 99% 10937 ms
Write: 10% 7806 30% 7806 50% 7806 90% 7806 99% 7806 ms
Write: 10% 8909 30% 8909 50% 8909 90% 8909 99% 8909 ms
Write: 10% 8012 30% 8012 50% 8012 90% 8012 99% 8012 ms
Write: 10% 1648 30% 1648 50% 1648 90% 1648 99% 1648 ms
Write: 10% 8768 30% 8768 50% 8768 90% 8768 99% 8768 ms
Write: 10% 8754 30% 8754 50% 8754 90% 8754 99% 8754 ms
Write: 10% 7853 30% 7853 50% 7853 90% 7853 99% 7853 ms
Write: 10% 2835 30% 2835 50% 2835 90% 2835 99% 2835 ms
Write: 10% 8116 30% 8116 50% 8116 90% 8116 99% 8116 ms
Write: 10% 8941 30% 8941 50% 8941 90% 8941 99% 8941 ms
Write: 10% 2916 30% 2916 50% 2916 90% 2916 99% 2916 ms
Write: 10% 6164 30% 6164 50% 6164 90% 6164 99% 6164 ms
Write: 10% 7609 30% 7609 50% 7609 90% 7609 99% 7609 ms
Write: 10% 7417 30% 7417 50% 7417 90% 7417 99% 7417 ms
Write: 10% 8702 30% 8702 50% 8702 90% 8702 99% 8702 ms
Write: 10% 7315 30% 7315 50% 7315 90% 7315 99% 7315 ms
Write: 10% 6446 30% 6446 50% 6446 90% 6446 99% 6446 ms
Write: 10% 2254 30% 2254 50% 2254 90% 2254 99% 2254 ms
Write: 10% 3913 30% 3913 50% 3913 90% 3913 99% 3913 ms
Write: 10% 5439 30% 5439 50% 5439 90% 5439 99% 5439 ms
Write: 10% 3466 30% 3466 50% 3466 90% 3466 99% 3466 ms
Write: 10% 3997 30% 3997 50% 3997 90% 3997 99% 3997 ms
Write: 10% 3451 30% 3451 50% 3451 90% 3451 99% 3451 ms
Write: 10% 3357 30% 3357 50% 3357 90% 3357 99% 3357 ms
Write: 10% 4348 30% 4348 50% 4348 90% 4348 99% 4348 ms
Write: 10% 5081 30% 5081 50% 5081 90% 5081 99% 5081 ms
Write: 10% 2742 30% 2742 50% 2742 90% 2742 99% 2742 ms
Write: 10% 2662 30% 2662 50% 2662 90% 2662 99% 2662 ms
Write: 10% 7912 30% 7912 50% 7912 90% 7912 99% 7912 ms
Write: 10% 2247 30% 2247 50% 2247 90% 2247 99% 2247 ms
Write: 10% 2645 30% 2645 50% 2645 90% 2645 99% 2645 ms
Write: 10% 2640 30% 2640 50% 2640 90% 2640 99% 2640 ms
Write: 10% 2083 30% 2083 50% 2083 90% 2083 99% 2083 ms
Write: 10% 1932 30% 1932 50% 1932 90% 1932 99% 1932 ms
Write: 10% 1715 30% 1715 50% 1715 90% 1715 99% 1715 ms
Write: 10% 3658 30% 3658 50% 3658 90% 3658 99% 3658 ms
Write: 10% 7745 30% 7745 50% 7745 90% 7745 99% 7745 ms
Write: 10% 5368 30% 5368 50% 5368 90% 5368 99% 5368 ms
Write: 10% 1739 30% 1739 50% 1739 90% 1739 99% 1739 ms
Write: 10% 2338 30% 2338 50% 2338 90% 2338 99% 2338 ms
Write: 10% 2884 30% 2884 50% 2884 90% 2884 99% 2884 ms
Write: 10% 2809 30% 2809 50% 2809 90% 2809 99% 2809 ms
Step 2. read write
Write: 10% 6576 30% 6576 50% 6576 90% 6576 99% 6576 ms
Write: 10% 11166 30% 11166 50% 11166 90% 11166 99% 11166 ms
Write: 10% 10632 30% 10632 50% 10632 90% 10632 99% 10632 ms
Write: 10% 11366 30% 11366 50% 11366 90% 11366 99% 11366 ms
Write: 10% 12107 30% 12107 50% 12107 90% 12107 99% 12107 ms
Write: 10% 11917 30% 11917 50% 11917 90% 11917 99% 11917 ms
Write: 10% 10810 30% 10810 50% 10810 90% 10810 99% 10810 ms
Write: 10% 11593 30% 11593 50% 11593 90% 11593 99% 11593 ms
Write: 10% 10195 30% 10195 50% 10195 90% 10195 99% 10195 ms
Write: 10% 10008 30% 10008 50% 10008 90% 10008 99% 10008 ms
Write: 10% 10142 30% 10142 50% 10142 90% 10142 99% 10142 ms
Write: 10% 7028 30% 7028 50% 7028 90% 7028 99% 7028 ms
Write: 10% 9847 30% 9847 50% 9847 90% 9847 99% 9847 ms
Write: 10% 9382 30% 9382 50% 9382 90% 9382 99% 9382 ms
Write: 10% 9836 30% 9836 50% 9836 90% 9836 99% 9836 ms
Write: 10% 9305 30% 9305 50% 9305 90% 9305 99% 9305 ms
Write: 10% 8696 30% 8696 50% 8696 90% 8696 99% 8696 ms
Write: 10% 9450 30% 9450 50% 9450 90% 9450 99% 9450 ms
Write: 10% 9313 30% 9313 50% 9313 90% 9313 99% 9313 ms
Write: 10% 8952 30% 8952 50% 8952 90% 8952 99% 8952 ms
Write: 10% 9166 30% 9166 50% 9166 90% 9166 99% 9166 ms
Write: 10% 8543 30% 8543 50% 8543 90% 8543 99% 8543 ms
Write: 10% 8123 30% 8123 50% 8123 90% 8123 99% 8123 ms
Write: 10% 8247 30% 8247 50% 8247 90% 8247 99% 8247 ms
Write: 10% 8586 30% 8586 50% 8586 90% 8586 99% 8586 ms
Write: 10% 8017 30% 8017 50% 8017 90% 8017 99% 8017 ms
Write: 10% 7928 30% 7928 50% 7928 90% 7928 99% 7928 ms
Write: 10% 7791 30% 7791 50% 7791 90% 7791 99% 7791 ms
Write: 10% 7666 30% 7666 50% 7666 90% 7666 99% 7666 ms
Write: 10% 7247 30% 7247 50% 7247 90% 7247 99% 7247 ms
Write: 10% 7564 30% 7564 50% 7564 90% 7564 99% 7564 ms
Write: 10% 9630 30% 9630 50% 9630 90% 9630 99% 9630 ms
Write: 10% 4461 30% 4461 50% 4461 90% 4461 99% 4461 ms
Write: 10% 7230 30% 7230 50% 7230 90% 7230 99% 7230 ms
Write: 10% 6726 30% 6726 50% 6726 90% 6726 99% 6726 ms
Write: 10% 6575 30% 6575 50% 6575 90% 6575 99% 6575 ms
Write: 10% 6425 30% 6425 50% 6425 90% 6425 99% 6425 ms
Write: 10% 5637 30% 5637 50% 5637 90% 5637 99% 5637 ms
Write: 10% 5056 30% 5056 50% 5056 90% 5056 99% 5056 ms
Write: 10% 6293 30% 6293 50% 6293 90% 6293 99% 6293 ms
Write: 10% 2143 30% 2143 50% 2143 90% 2143 99% 2143 ms
Write: 10% 5252 30% 5252 50% 5252 90% 5252 99% 5252 ms
Write: 10% 4454 30% 4454 50% 4454 90% 4454 99% 4454 ms
Write: 10% 7324 30% 7324 50% 7324 90% 7324 99% 7324 ms
Write: 10% 4377 30% 4377 50% 4377 90% 4377 99% 4377 ms
Write: 10% 3969 30% 3969 50% 3969 90% 3969 99% 3969 ms
Write: 10% 6000 30% 6000 50% 6000 90% 6000 99% 6000 ms
Write: 10% 5430 30% 5430 50% 5430 90% 5430 99% 5430 ms
Write: 10% 3907 30% 3907 50% 3907 90% 3907 99% 3907 ms
Write: 10% 4354 30% 4354 50% 4354 90% 4354 99% 4354 ms
Write: 10% 4976 30% 4976 50% 4976 90% 4976 99% 4976 ms
Write: 10% 3854 30% 3854 50% 3854 90% 3854 99% 3854 ms
Write: 10% 2941 30% 2941 50% 2941 90% 2941 99% 2941 ms
Write: 10% 2518 30% 2518 50% 2518 90% 2518 99% 2518 ms
Write: 10% 5061 30% 5061 50% 5061 90% 5061 99% 5061 ms
Write: 10% 2972 30% 2972 50% 2972 90% 2972 99% 2972 ms
Write: 10% 2136 30% 2136 50% 2136 90% 2136 99% 2136 ms
Write: 10% 2155 30% 2155 50% 2155 90% 2155 99% 2155 ms
Write: 10% 2687 30% 2687 50% 2687 90% 2687 99% 2687 ms
Write: 10% 1594 30% 1594 50% 1594 90% 1594 99% 1594 ms
Write: 10% 2155 30% 2155 50% 2155 90% 2155 99% 2155 ms
Write: 10% 1849 30% 1849 50% 1849 90% 1849 99% 1849 ms
Write: 10% 2168 30% 2168 50% 2168 90% 2168 99% 2168 ms
Write: 10% 1725 30% 1725 50% 1725 90% 1725 99% 1725 ms
Read: 10% 4408 30% 6773 50% 9137 90% 13865 99% 14929 ms
Step 3. write modify
Write: 10% 12052 30% 12052 50% 12052 90% 12052 99% 12052 ms
Write: 10% 10951 30% 10951 50% 10951 90% 10951 99% 10951 ms
Write: 10% 12474 30% 12474 50% 12474 90% 12474 99% 12474 ms
Write: 10% 12351 30% 12351 50% 12351 90% 12351 99% 12351 ms
Write: 10% 13586 30% 13586 50% 13586 90% 13586 99% 13586 ms
Write: 10% 12516 30% 12516 50% 12516 90% 12516 99% 12516 ms
Write: 10% 13445 30% 13445 50% 13445 90% 13445 99% 13445 ms
Write: 10% 13010 30% 13010 50% 13010 90% 13010 99% 13010 ms
Write: 10% 12938 30% 12938 50% 12938 90% 12938 99% 12938 ms
Write: 10% 13388 30% 13388 50% 13388 90% 13388 99% 13388 ms
Write: 10% 11760 30% 11760 50% 11760 90% 11760 99% 11760 ms
Write: 10% 12591 30% 12591 50% 12591 90% 12591 99% 12591 ms
Write: 10% 13115 30% 13115 50% 13115 90% 13115 99% 13115 ms
Write: 10% 12840 30% 12840 50% 12840 90% 12840 99% 12840 ms
Write: 10% 5928 30% 5928 50% 5928 90% 5928 99% 5928 ms
Write: 10% 12283 30% 12283 50% 12283 90% 12283 99% 12283 ms
Write: 10% 12472 30% 12472 50% 12472 90% 12472 99% 12472 ms
Write: 10% 11721 30% 11721 50% 11721 90% 11721 99% 11721 ms
Write: 10% 13885 30% 13885 50% 13885 90% 13885 99% 13885 ms
Write: 10% 11839 30% 11839 50% 11839 90% 11839 99% 11839 ms
Write: 10% 11710 30% 11710 50% 11710 90% 11710 99% 11710 ms
Write: 10% 7202 30% 7202 50% 7202 90% 7202 99% 7202 ms
Write: 10% 11554 30% 11554 50% 11554 90% 11554 99% 11554 ms
Write: 10% 11417 30% 11417 50% 11417 90% 11417 99% 11417 ms
Write: 10% 7919 30% 7919 50% 7919 90% 7919 99% 7919 ms
Write: 10% 5093 30% 5093 50% 5093 90% 5093 99% 5093 ms
Write: 10% 10583 30% 10583 50% 10583 90% 10583 99% 10583 ms
Write: 10% 10794 30% 10794 50% 10794 90% 10794 99% 10794 ms
Write: 10% 8232 30% 8232 50% 8232 90% 8232 99% 8232 ms
Write: 10% 4577 30% 4577 50% 4577 90% 4577 99% 4577 ms
Write: 10% 9946 30% 9946 50% 9946 90% 9946 99% 9946 ms
Write: 10% 9641 30% 9641 50% 9641 90% 9641 99% 9641 ms
Write: 10% 8340 30% 8340 50% 8340 90% 8340 99% 8340 ms
Write: 10% 9539 30% 9539 50% 9539 90% 9539 99% 9539 ms
Write: 10% 4879 30% 4879 50% 4879 90% 4879 99% 4879 ms
Write: 10% 9675 30% 9675 50% 9675 90% 9675 99% 9675 ms
Write: 10% 8867 30% 8867 50% 8867 90% 8867 99% 8867 ms
Write: 10% 9647 30% 9647 50% 9647 90% 9647 99% 9647 ms
Write: 10% 10163 30% 10163 50% 10163 90% 10163 99% 10163 ms
Write: 10% 10054 30% 10054 50% 10054 90% 10054 99% 10054 ms
Write: 10% 6396 30% 6396 50% 6396 90% 6396 99% 6396 ms
Write: 10% 6800 30% 6800 50% 6800 90% 6800 99% 6800 ms
Write: 10% 6135 30% 6135 50% 6135 90% 6135 99% 6135 ms
Write: 10% 7094 30% 7094 50% 7094 90% 7094 99% 7094 ms
Write: 10% 6155 30% 6155 50% 6155 90% 6155 99% 6155 ms
Write: 10% 5585 30% 5585 50% 5585 90% 5585 99% 5585 ms
Write: 10% 4933 30% 4933 50% 4933 90% 4933 99% 4933 ms
Write: 10% 5260 30% 5260 50% 5260 90% 5260 99% 5260 ms
Write: 10% 4760 30% 4760 50% 4760 90% 4760 99% 4760 ms
Write: 10% 9917 30% 9917 50% 9917 90% 9917 99% 9917 ms
Write: 10% 5341 30% 5341 50% 5341 90% 5341 99% 5341 ms
Write: 10% 4134 30% 4134 50% 4134 90% 4134 99% 4134 ms
Write: 10% 9222 30% 9222 50% 9222 90% 9222 99% 9222 ms
Write: 10% 6869 30% 6869 50% 6869 90% 6869 99% 6869 ms
Write: 10% 5031 30% 5031 50% 5031 90% 5031 99% 5031 ms
Write: 10% 4262 30% 4262 50% 4262 90% 4262 99% 4262 ms
Write: 10% 6248 30% 6248 50% 6248 90% 6248 99% 6248 ms
Write: 10% 4375 30% 4375 50% 4375 90% 4375 99% 4375 ms
Write: 10% 4144 30% 4144 50% 4144 90% 4144 99% 4144 ms
Write: 10% 6837 30% 6837 50% 6837 90% 6837 99% 6837 ms
Write: 10% 4517 30% 4517 50% 4517 90% 4517 99% 4517 ms
Write: 10% 3758 30% 3758 50% 3758 90% 3758 99% 3758 ms
Write: 10% 4633 30% 4633 50% 4633 90% 4633 99% 4633 ms
Write: 10% 6638 30% 6638 50% 6638 90% 6638 99% 6638 ms
Update: 10% 1658 30% 1658 50% 1658 90% 1658 99% 1658 ms
Step 4. read modify write
Write: 10% 4303 30% 4303 50% 4303 90% 4303 99% 4303 ms
Was written: 23.828125 MiB, Speed: 0.3971354166666667 MiB/s
Write: 10% 10738 30% 10738 50% 10738 90% 10738 99% 10738 ms
Write: 10% 13320 30% 13320 50% 13320 90% 13320 99% 13320 ms
Write: 10% 13819 30% 13819 50% 13819 90% 13819 99% 13819 ms
Write: 10% 14471 30% 14471 50% 14471 90% 14471 99% 14471 ms
Write: 10% 14564 30% 14564 50% 14564 90% 14564 99% 14564 ms
Write: 10% 13340 30% 13340 50% 13340 90% 13340 99% 13340 ms
Write: 10% 13851 30% 13851 50% 13851 90% 13851 99% 13851 ms
Write: 10% 14124 30% 14124 50% 14124 90% 14124 99% 14124 ms
Write: 10% 11259 30% 11259 50% 11259 90% 11259 99% 11259 ms
Write: 10% 13664 30% 13664 50% 13664 90% 13664 99% 13664 ms
Write: 10% 14114 30% 14114 50% 14114 90% 14114 99% 14114 ms
Write: 10% 13881 30% 13881 50% 13881 90% 13881 99% 13881 ms
Write: 10% 13835 30% 13835 50% 13835 90% 13835 99% 13835 ms
Write: 10% 13325 30% 13325 50% 13325 90% 13325 99% 13325 ms
Write: 10% 13076 30% 13076 50% 13076 90% 13076 99% 13076 ms
Write: 10% 12919 30% 12919 50% 12919 90% 12919 99% 12919 ms
Write: 10% 12897 30% 12897 50% 12897 90% 12897 99% 12897 ms
Write: 10% 13655 30% 13655 50% 13655 90% 13655 99% 13655 ms
Write: 10% 12377 30% 12377 50% 12377 90% 12377 99% 12377 ms
Write: 10% 12080 30% 12080 50% 12080 90% 12080 99% 12080 ms
Write: 10% 12586 30% 12586 50% 12586 90% 12586 99% 12586 ms
Write: 10% 8769 30% 8769 50% 8769 90% 8769 99% 8769 ms
Write: 10% 11047 30% 11047 50% 11047 90% 11047 99% 11047 ms
Write: 10% 11352 30% 11352 50% 11352 90% 11352 99% 11352 ms
Write: 10% 8396 30% 8396 50% 8396 90% 8396 99% 8396 ms
Write: 10% 9904 30% 9904 50% 9904 90% 9904 99% 9904 ms
Write: 10% 9661 30% 9661 50% 9661 90% 9661 99% 9661 ms
Write: 10% 10172 30% 10172 50% 10172 90% 10172 99% 10172 ms
Write: 10% 9456 30% 9456 50% 9456 90% 9456 99% 9456 ms
Write: 10% 9678 30% 9678 50% 9678 90% 9678 99% 9678 ms
Write: 10% 4551 30% 4551 50% 4551 90% 4551 99% 4551 ms
Write: 10% 6874 30% 6874 50% 6874 90% 6874 99% 6874 ms
Write: 10% 9263 30% 9263 50% 9263 90% 9263 99% 9263 ms
Write: 10% 11022 30% 11022 50% 11022 90% 11022 99% 11022 ms
Write: 10% 7575 30% 7575 50% 7575 90% 7575 99% 7575 ms
Write: 10% 5022 30% 5022 50% 5022 90% 5022 99% 5022 ms
Write: 10% 7362 30% 7362 50% 7362 90% 7362 99% 7362 ms
Write: 10% 7173 30% 7173 50% 7173 90% 7173 99% 7173 ms
Write: 10% 8771 30% 8771 50% 8771 90% 8771 99% 8771 ms
Write: 10% 6800 30% 6800 50% 6800 90% 6800 99% 6800 ms
Write: 10% 7190 30% 7190 50% 7190 90% 7190 99% 7190 ms
Write: 10% 5965 30% 5965 50% 5965 90% 5965 99% 5965 ms
Write: 10% 6796 30% 6796 50% 6796 90% 6796 99% 6796 ms
Write: 10% 6266 30% 6266 50% 6266 90% 6266 99% 6266 ms
Write: 10% 5821 30% 5821 50% 5821 90% 5821 99% 5821 ms
Write: 10% 5784 30% 5784 50% 5784 90% 5784 99% 5784 ms
Write: 10% 8855 30% 8855 50% 8855 90% 8855 99% 8855 ms
Write: 10% 4741 30% 4741 50% 4741 90% 4741 99% 4741 ms
Write: 10% 5381 30% 5381 50% 5381 90% 5381 99% 5381 ms
Write: 10% 5713 30% 5713 50% 5713 90% 5713 99% 5713 ms
Write: 10% 4894 30% 4894 50% 4894 90% 4894 99% 4894 ms
Write: 10% 4520 30% 4520 50% 4520 90% 4520 99% 4520 ms
Write: 10% 4415 30% 4415 50% 4415 90% 4415 99% 4415 ms
Write: 10% 4585 30% 4585 50% 4585 90% 4585 99% 4585 ms
Write: 10% 4400 30% 4400 50% 4400 90% 4400 99% 4400 ms
Write: 10% 4646 30% 4646 50% 4646 90% 4646 99% 4646 ms
Write: 10% 4568 30% 4568 50% 4568 90% 4568 99% 4568 ms
Write: 10% 4201 30% 4201 50% 4201 90% 4201 99% 4201 ms
Write: 10% 4150 30% 4150 50% 4150 90% 4150 99% 4150 ms
Write: 10% 4246 30% 4246 50% 4246 90% 4246 99% 4246 ms
Write: 10% 6007 30% 6007 50% 6007 90% 6007 99% 6007 ms
Write: 10% 3984 30% 3984 50% 3984 90% 3984 99% 3984 ms
Write: 10% 6985 30% 6985 50% 6985 90% 6985 99% 6985 ms
Update: 10% 825 30% 825 50% 825 90% 825 99% 825 ms
Read: 10% 5779 30% 8667 50% 11554 90% 17329 99% 18628 ms
