Thread 0 failed
Thread 0 failed
Thread 0 failed
Thread 1 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/v4jv/00218a/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/v4jv/00218a/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 81, in teardown_class
    cls._ydb_instance.stop()
  File "/home/runner/.ya/build/build_root/v4jv/00218a/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 639, 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/v4jv/00218a/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_3/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/v4jv/00218a/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_3/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-10-28T14:39:59.798339Z): tablet_id=72075186224037931;self_id=[3:7566282214074330574:2404];ev=NActors::IEventHandle;tx_id=281474976725687;lock_id=281474976725685;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 @ 0x1FB02267
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FAEFF9A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x2239A9CD
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x423A1224
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42D40C80
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42D40407
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42D2D619
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E7B5CAF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42D9D805
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42E9EA55
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2031: ExecuteTransaction @ 0x27434F90
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1936: DoExecute @ 0x2742F29C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1950: Execute @ 0x27437BBE
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x273CB79A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x273CB79A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42E9D475
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42E0ECE7
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x2228EC07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x223734A1
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x2237D0C6
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x2237C67D
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x2237E6EE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FB072C4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F7A4CD6
24. ??:0: ?? @ 0x7F4CAD214AC2
25. ??:0: ?? @ 0x7F4CAD2A68BF
Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/v4jv/00218a/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/v4jv/00218a/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-10-28T14:41:39.087959Z): tablet_id=72075186224038204;self_id=[4:7566282514801071929:4627];ev=NActors::IEventHandle;tx_id=281474976725762;lock_id=281474976725756;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 @ 0x1FB02267
1. /-S/util/system/yassert.cpp:55: Panic @ 0x1FAEFF9A
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0x2239A9CD
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x423A1224
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x42D40C80
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x42D40407
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x42D2D619
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0x1E7B5CAF
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x42D9D805
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x42E9EA55
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2031: ExecuteTransaction @ 0x27434F90
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1936: DoExecute @ 0x2742F29C
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1950: Execute @ 0x27437BBE
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0x273CB79A
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0x273CB79A
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x42E9D475
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:422: StateWork @ 0x42E0ECE7
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0x2228EC07
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0x223734A1
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0x2237D0C6
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0x2237C67D
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0x2237E6EE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0x1FB072C4
23. /tmp//-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239: asan_thread_start @ 0x1F7A4CD6
24. ??:0: ?? @ 0x7FF62C84CAC2
25. ??:0: ?? @ 0x7FF62C8DE8BF
Thread 0x00007b69749f7640 (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 0x00007b69ada6e640 (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/v4jv/00218a/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/v4jv/00218a/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 0x00007b697af39640 (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/v4jv/00218a/environment/arcadia/ydb/tests/olap/scenario/conftest.py", line 159 in _test_suffix
  File "/home/runner/.ya/build/build_root/v4jv/00218a/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 0x00007b69817ca640 (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 0x00007f69b4229a40 (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/v4jv/00218a/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/v4jv/00218a/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/v4jv/00218a', '--source-root', '/home/runner/.ya/build/build_root/v4jv/00218a/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/v4jv/00218a/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/10105424729/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/v4jv/00218a/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/v4jv/00218a/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/chunk2/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/v4jv/00218a', '--source-root', '/home/runner/.ya/build/build_root/v4jv/00218a/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/v4jv/00218a/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/10105424729/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% 2324 30% 2324 50% 2324 90% 2324 99% 2324 ms
Write: 10% 1015 30% 1015 50% 1015 90% 1015 99% 1015 ms
Write: 10% 5039 30% 5039 50% 5039 90% 5039 99% 5039 ms
Write: 10% 3798 30% 3798 50% 3798 90% 3798 99% 3798 ms
Write: 10% 4800 30% 4800 50% 4800 90% 4800 99% 4800 ms
Write: 10% 4661 30% 4661 50% 4661 90% 4661 99% 4661 ms
Write: 10% 4677 30% 4677 50% 4677 90% 4677 99% 4677 ms
Write: 10% 4773 30% 4773 50% 4773 90% 4773 99% 4773 ms
Write: 10% 10658 30% 10658 50% 10658 90% 10658 99% 10658 ms
Write: 10% 11779 30% 11779 50% 11779 90% 11779 99% 11779 ms
Write: 10% 15275 30% 15275 50% 15275 90% 15275 99% 15275 ms
Write: 10% 16062 30% 16062 50% 16062 90% 16062 99% 16062 ms
Write: 10% 19595 30% 19595 50% 19595 90% 19595 99% 19595 ms
Write: 10% 17844 30% 17844 50% 17844 90% 17844 99% 17844 ms
Write: 10% 17238 30% 17238 50% 17238 90% 17238 99% 17238 ms
Write: 10% 17743 30% 17743 50% 17743 90% 17743 99% 17743 ms
Write: 10% 17742 30% 17742 50% 17742 90% 17742 99% 17742 ms
Write: 10% 18098 30% 18098 50% 18098 90% 18098 99% 18098 ms
Write: 10% 16624 30% 16624 50% 16624 90% 16624 99% 16624 ms
Write: 10% 16364 30% 16364 50% 16364 90% 16364 99% 16364 ms
Write: 10% 17983 30% 17983 50% 17983 90% 17983 99% 17983 ms
Write: 10% 20421 30% 20421 50% 20421 90% 20421 99% 20421 ms
Write: 10% 20488 30% 20488 50% 20488 90% 20488 99% 20488 ms
Write: 10% 15893 30% 15893 50% 15893 90% 15893 99% 15893 ms
Write: 10% 13023 30% 13023 50% 13023 90% 13023 99% 13023 ms
Write: 10% 13038 30% 13038 50% 13038 90% 13038 99% 13038 ms
Write: 10% 16368 30% 16368 50% 16368 90% 16368 99% 16368 ms
Write: 10% 4243 30% 4243 50% 4243 90% 4243 99% 4243 ms
Write: 10% 9807 30% 9807 50% 9807 90% 9807 99% 9807 ms
Write: 10% 13745 30% 13745 50% 13745 90% 13745 99% 13745 ms
Write: 10% 9674 30% 9674 50% 9674 90% 9674 99% 9674 ms
Write: 10% 2863 30% 2863 50% 2863 90% 2863 99% 2863 ms
Write: 10% 9140 30% 9140 50% 9140 90% 9140 99% 9140 ms
Write: 10% 8404 30% 8404 50% 8404 90% 8404 99% 8404 ms
Write: 10% 10423 30% 10423 50% 10423 90% 10423 99% 10423 ms
Write: 10% 10896 30% 10896 50% 10896 90% 10896 99% 10896 ms
Write: 10% 10989 30% 10989 50% 10989 90% 10989 99% 10989 ms
Write: 10% 8064 30% 8064 50% 8064 90% 8064 99% 8064 ms
Write: 10% 4916 30% 4916 50% 4916 90% 4916 99% 4916 ms
Write: 10% 5072 30% 5072 50% 5072 90% 5072 99% 5072 ms
Write: 10% 5805 30% 5805 50% 5805 90% 5805 99% 5805 ms
Write: 10% 9005 30% 9005 50% 9005 90% 9005 99% 9005 ms
Write: 10% 12789 30% 12789 50% 12789 90% 12789 99% 12789 ms
Write: 10% 7119 30% 7119 50% 7119 90% 7119 99% 7119 ms
Write: 10% 6545 30% 6545 50% 6545 90% 6545 99% 6545 ms
Write: 10% 6895 30% 6895 50% 6895 90% 6895 99% 6895 ms
Write: 10% 12548 30% 12548 50% 12548 90% 12548 99% 12548 ms
Write: 10% 5787 30% 5787 50% 5787 90% 5787 99% 5787 ms
Write: 10% 3757 30% 3757 50% 3757 90% 3757 99% 3757 ms
Write: 10% 3133 30% 3133 50% 3133 90% 3133 99% 3133 ms
Write: 10% 2905 30% 2905 50% 2905 90% 2905 99% 2905 ms
Write: 10% 3249 30% 3249 50% 3249 90% 3249 99% 3249 ms
Write: 10% 12931 30% 12931 50% 12931 90% 12931 99% 12931 ms
Write: 10% 3854 30% 3854 50% 3854 90% 3854 99% 3854 ms
Write: 10% 13624 30% 13624 50% 13624 90% 13624 99% 13624 ms
Write: 10% 7689 30% 7689 50% 7689 90% 7689 99% 7689 ms
Write: 10% 3291 30% 3291 50% 3291 90% 3291 99% 3291 ms
Write: 10% 13016 30% 13016 50% 13016 90% 13016 99% 13016 ms
Write: 10% 8531 30% 8531 50% 8531 90% 8531 99% 8531 ms
Write: 10% 4157 30% 4157 50% 4157 90% 4157 99% 4157 ms
Write: 10% 3143 30% 3143 50% 3143 90% 3143 99% 3143 ms
Write: 10% 5626 30% 5626 50% 5626 90% 5626 99% 5626 ms
Write: 10% 2204 30% 2204 50% 2204 90% 2204 99% 2204 ms
Write: 10% 10400 30% 10400 50% 10400 90% 10400 99% 10400 ms
Step 2. read write
Write: 10% 1598 30% 1598 50% 1598 90% 1598 99% 1598 ms
Write: 10% 1663 30% 1663 50% 1663 90% 1663 99% 1663 ms
Write: 10% 2520 30% 2520 50% 2520 90% 2520 99% 2520 ms
Write: 10% 5976 30% 5976 50% 5976 90% 5976 99% 5976 ms
Write: 10% 8820 30% 8820 50% 8820 90% 8820 99% 8820 ms
Write: 10% 9609 30% 9609 50% 9609 90% 9609 99% 9609 ms
Write: 10% 9983 30% 9983 50% 9983 90% 9983 99% 9983 ms
Write: 10% 14929 30% 14929 50% 14929 90% 14929 99% 14929 ms
Write: 10% 14974 30% 14974 50% 14974 90% 14974 99% 14974 ms
Write: 10% 17558 30% 17558 50% 17558 90% 17558 99% 17558 ms
Write: 10% 19310 30% 19310 50% 19310 90% 19310 99% 19310 ms
Write: 10% 18021 30% 18021 50% 18021 90% 18021 99% 18021 ms
Write: 10% 19124 30% 19124 50% 19124 90% 19124 99% 19124 ms
Write: 10% 20821 30% 20821 50% 20821 90% 20821 99% 20821 ms
Write: 10% 20570 30% 20570 50% 20570 90% 20570 99% 20570 ms
Was written: 12.5 MiB, Speed: 0.20833333333333334 MiB/s
Write: 10% 22921 30% 22921 50% 22921 90% 22921 99% 22921 ms
Write: 10% 18375 30% 18375 50% 18375 90% 18375 99% 18375 ms
Write: 10% 19486 30% 19486 50% 19486 90% 19486 99% 19486 ms
Write: 10% 17968 30% 17968 50% 17968 90% 17968 99% 17968 ms
Write: 10% 20219 30% 20219 50% 20219 90% 20219 99% 20219 ms
Write: 10% 12614 30% 12614 50% 12614 90% 12614 99% 12614 ms
Write: 10% 6400 30% 6400 50% 6400 90% 6400 99% 6400 ms
Write: 10% 13382 30% 13382 50% 13382 90% 13382 99% 13382 ms
Write: 10% 9293 30% 9293 50% 9293 90% 9293 99% 9293 ms
Write: 10% 16354 30% 16354 50% 16354 90% 16354 99% 16354 ms
Write: 10% 15232 30% 15232 50% 15232 90% 15232 99% 15232 ms
Write: 10% 17419 30% 17419 50% 17419 90% 17419 99% 17419 ms
Write: 10% 11894 30% 11894 50% 11894 90% 11894 99% 11894 ms
Write: 10% 15676 30% 15676 50% 15676 90% 15676 99% 15676 ms
Write: 10% 17734 30% 17734 50% 17734 90% 17734 99% 17734 ms
Write: 10% 7779 30% 7779 50% 7779 90% 7779 99% 7779 ms
Write: 10% 17793 30% 17793 50% 17793 90% 17793 99% 17793 ms
Write: 10% 6014 30% 6014 50% 6014 90% 6014 99% 6014 ms
Write: 10% 11829 30% 11829 50% 11829 90% 11829 99% 11829 ms
Write: 10% 6593 30% 6593 50% 6593 90% 6593 99% 6593 ms
Write: 10% 6141 30% 6141 50% 6141 90% 6141 99% 6141 ms
Write: 10% 10700 30% 10700 50% 10700 90% 10700 99% 10700 ms
Write: 10% 10151 30% 10151 50% 10151 90% 10151 99% 10151 ms
Write: 10% 5943 30% 5943 50% 5943 90% 5943 99% 5943 ms
Write: 10% 10583 30% 10583 50% 10583 90% 10583 99% 10583 ms
Write: 10% 4610 30% 4610 50% 4610 90% 4610 99% 4610 ms
Write: 10% 2953 30% 2953 50% 2953 90% 2953 99% 2953 ms
Write: 10% 6977 30% 6977 50% 6977 90% 6977 99% 6977 ms
Write: 10% 6528 30% 6528 50% 6528 90% 6528 99% 6528 ms
Write: 10% 4145 30% 4145 50% 4145 90% 4145 99% 4145 ms
Write: 10% 10829 30% 10829 50% 10829 90% 10829 99% 10829 ms
Write: 10% 3557 30% 3557 50% 3557 90% 3557 99% 3557 ms
Write: 10% 13623 30% 13623 50% 13623 90% 13623 99% 13623 ms
Write: 10% 11127 30% 11127 50% 11127 90% 11127 99% 11127 ms
Write: 10% 11972 30% 11972 50% 11972 90% 11972 99% 11972 ms
Write: 10% 3348 30% 3348 50% 3348 90% 3348 99% 3348 ms
Write: 10% 10067 30% 10067 50% 10067 90% 10067 99% 10067 ms
Write: 10% 4317 30% 4317 50% 4317 90% 4317 99% 4317 ms
Write: 10% 3350 30% 3350 50% 3350 90% 3350 99% 3350 ms
Write: 10% 9134 30% 9134 50% 9134 90% 9134 99% 9134 ms
Write: 10% 19271 30% 19271 50% 19271 90% 19271 99% 19271 ms
Write: 10% 11233 30% 11233 50% 11233 90% 11233 99% 11233 ms
Write: 10% 5373 30% 5373 50% 5373 90% 5373 99% 5373 ms
Write: 10% 2922 30% 2922 50% 2922 90% 2922 99% 2922 ms
Write: 10% 3402 30% 3402 50% 3402 90% 3402 99% 3402 ms
Write: 10% 13081 30% 13081 50% 13081 90% 13081 99% 13081 ms
Write: 10% 5399 30% 5399 50% 5399 90% 5399 99% 5399 ms
Write: 10% 5930 30% 5930 50% 5930 90% 5930 99% 5930 ms
Write: 10% 5668 30% 5668 50% 5668 90% 5668 99% 5668 ms
Read: 10% 3869 30% 4134 50% 5305 90% 21605 99% 27458 ms
Step 3. write modify
Write: 10% 4857 30% 4857 50% 4857 90% 4857 99% 4857 ms
Write: 10% 6784 30% 6784 50% 6784 90% 6784 99% 6784 ms
Write: 10% 5628 30% 5628 50% 5628 90% 5628 99% 5628 ms
Write: 10% 6609 30% 6609 50% 6609 90% 6609 99% 6609 ms
Write: 10% 10098 30% 10098 50% 10098 90% 10098 99% 10098 ms
Write: 10% 12372 30% 12372 50% 12372 90% 12372 99% 12372 ms
Write: 10% 15560 30% 15560 50% 15560 90% 15560 99% 15560 ms
Write: 10% 23832 30% 23832 50% 23832 90% 23832 99% 23832 ms
Write: 10% 24312 30% 24312 50% 24312 90% 24312 99% 24312 ms
Write: 10% 22338 30% 22338 50% 22338 90% 22338 99% 22338 ms
Write: 10% 21795 30% 21795 50% 21795 90% 21795 99% 21795 ms
Write: 10% 22233 30% 22233 50% 22233 90% 22233 99% 22233 ms
Write: 10% 21360 30% 21360 50% 21360 90% 21360 99% 21360 ms
Write: 10% 23560 30% 23560 50% 23560 90% 23560 99% 23560 ms
Write: 10% 19142 30% 19142 50% 19142 90% 19142 99% 19142 ms
Write: 10% 17817 30% 17817 50% 17817 90% 17817 99% 17817 ms
Write: 10% 22142 30% 22142 50% 22142 90% 22142 99% 22142 ms
Write: 10% 21092 30% 21092 50% 21092 90% 21092 99% 21092 ms
Write: 10% 23861 30% 23861 50% 23861 90% 23861 99% 23861 ms
Write: 10% 12427 30% 12427 50% 12427 90% 12427 99% 12427 ms
Write: 10% 19884 30% 19884 50% 19884 90% 19884 99% 19884 ms
Write: 10% 19349 30% 19349 50% 19349 90% 19349 99% 19349 ms
Write: 10% 14286 30% 14286 50% 14286 90% 14286 99% 14286 ms
Write: 10% 14887 30% 14887 50% 14887 90% 14887 99% 14887 ms
Write: 10% 14972 30% 14972 50% 14972 90% 14972 99% 14972 ms
Write: 10% 19242 30% 19242 50% 19242 90% 19242 99% 19242 ms
Write: 10% 18728 30% 18728 50% 18728 90% 18728 99% 18728 ms
Write: 10% 18590 30% 18590 50% 18590 90% 18590 99% 18590 ms
Write: 10% 17869 30% 17869 50% 17869 90% 17869 99% 17869 ms
Write: 10% 17941 30% 17941 50% 17941 90% 17941 99% 17941 ms
Write: 10% 13472 30% 13472 50% 13472 90% 13472 99% 13472 ms
Write: 10% 11071 30% 11071 50% 11071 90% 11071 99% 11071 ms
Write: 10% 9341 30% 9341 50% 9341 90% 9341 99% 9341 ms
Write: 10% 6455 30% 6455 50% 6455 90% 6455 99% 6455 ms
Write: 10% 5227 30% 5227 50% 5227 90% 5227 99% 5227 ms
Write: 10% 15419 30% 15419 50% 15419 90% 15419 99% 15419 ms
Write: 10% 15516 30% 15516 50% 15516 90% 15516 99% 15516 ms
Write: 10% 9692 30% 9692 50% 9692 90% 9692 99% 9692 ms
Write: 10% 14853 30% 14853 50% 14853 90% 14853 99% 14853 ms
Write: 10% 12220 30% 12220 50% 12220 90% 12220 99% 12220 ms
Write: 10% 11423 30% 11423 50% 11423 90% 11423 99% 11423 ms
Write: 10% 5777 30% 5777 50% 5777 90% 5777 99% 5777 ms
Write: 10% 4548 30% 4548 50% 4548 90% 4548 99% 4548 ms
Write: 10% 5115 30% 5115 50% 5115 90% 5115 99% 5115 ms
Write: 10% 2444 30% 2444 50% 2444 90% 2444 99% 2444 ms
Write: 10% 17034 30% 17034 50% 17034 90% 17034 99% 17034 ms
Write: 10% 5442 30% 5442 50% 5442 90% 5442 99% 5442 ms
Write: 10% 4775 30% 4775 50% 4775 90% 4775 99% 4775 ms
Write: 10% 18968 30% 18968 50% 18968 90% 18968 99% 18968 ms
Write: 10% 6501 30% 6501 50% 6501 90% 6501 99% 6501 ms
Write: 10% 4368 30% 4368 50% 4368 90% 4368 99% 4368 ms
Write: 10% 6126 30% 6126 50% 6126 90% 6126 99% 6126 ms
Write: 10% 5056 30% 5056 50% 5056 90% 5056 99% 5056 ms
Write: 10% 9237 30% 9237 50% 9237 90% 9237 99% 9237 ms
Write: 10% 5578 30% 5578 50% 5578 90% 5578 99% 5578 ms
Write: 10% 9546 30% 9546 50% 9546 90% 9546 99% 9546 ms
Write: 10% 11097 30% 11097 50% 11097 90% 11097 99% 11097 ms
Write: 10% 15673 30% 15673 50% 15673 90% 15673 99% 15673 ms
Write: 10% 3205 30% 3205 50% 3205 90% 3205 99% 3205 ms
Write: 10% 5742 30% 5742 50% 5742 90% 5742 99% 5742 ms
Write: 10% 7434 30% 7434 50% 7434 90% 7434 99% 7434 ms
Write: 10% 3425 30% 3425 50% 3425 90% 3425 99% 3425 ms
Write: 10% 4520 30% 4520 50% 4520 90% 4520 99% 4520 ms
Write: 10% 3444 30% 3444 50% 3444 90% 3444 99% 3444 ms
Update: 10% 2652 30% 2652 50% 2652 90% 2652 99% 2652 ms
Step 4. read modify write
Write: 10% 2908 30% 2908 50% 2908 90% 2908 99% 2908 ms
Was written: 22.16796875 MiB, Speed: 0.1611328125 MiB/s
Write: 10% 563 30% 563 50% 563 90% 563 99% 563 ms
Write: 10% 4426 30% 4426 50% 4426 90% 4426 99% 4426 ms
Write: 10% 8033 30% 8033 50% 8033 90% 8033 99% 8033 ms
Write: 10% 11337 30% 11337 50% 11337 90% 11337 99% 11337 ms
Write: 10% 18466 30% 18466 50% 18466 90% 18466 99% 18466 ms
Write: 10% 22767 30% 22767 50% 22767 90% 22767 99% 22767 ms
Write: 10% 22348 30% 22348 50% 22348 90% 22348 99% 22348 ms
Write: 10% 16054 30% 16054 50% 16054 90% 16054 99% 16054 ms
Write: 10% 15556 30% 15556 50% 15556 90% 15556 99% 15556 ms
Write: 10% 21494 30% 21494 50% 21494 90% 21494 99% 21494 ms
Write: 10% 23542 30% 23542 50% 23542 90% 23542 99% 23542 ms
Write: 10% 18940 30% 18940 50% 18940 90% 18940 99% 18940 ms
Write: 10% 19635 30% 19635 50% 19635 90% 19635 99% 19635 ms
Write: 10% 17520 30% 17520 50% 17520 90% 17520 99% 17520 ms
Write: 10% 20723 30% 20723 50% 20723 90% 20723 99% 20723 ms
Write: 10% 9204 30% 9204 50% 9204 90% 9204 99% 9204 ms
Write: 10% 12041 30% 12041 50% 12041 90% 12041 99% 12041 ms
Write: 10% 18534 30% 18534 50% 18534 90% 18534 99% 18534 ms
Write: 10% 14716 30% 14716 50% 14716 90% 14716 99% 14716 ms
Write: 10% 19591 30% 19591 50% 19591 90% 19591 99% 19591 ms
Write: 10% 18423 30% 18423 50% 18423 90% 18423 99% 18423 ms
Write: 10% 18182 30% 18182 50% 18182 90% 18182 99% 18182 ms
Write: 10% 17931 30% 17931 50% 17931 90% 17931 99% 17931 ms
Write: 10% 11755 30% 11755 50% 11755 90% 11755 99% 11755 ms
Write: 10% 10850 30% 10850 50% 10850 90% 10850 99% 10850 ms
Write: 10% 13280 30% 13280 50% 13280 90% 13280 99% 13280 ms
Write: 10% 7415 30% 7415 50% 7415 90% 7415 99% 7415 ms
Write: 10% 12503 30% 12503 50% 12503 90% 12503 99% 12503 ms
Write: 10% 8794 30% 8794 50% 8794 90% 8794 99% 8794 ms
Write: 10% 6415 30% 6415 50% 6415 90% 6415 99% 6415 ms
Write: 10% 4399 30% 4399 50% 4399 90% 4399 99% 4399 ms
Write: 10% 14033 30% 14033 50% 14033 90% 14033 99% 14033 ms
Write: 10% 17262 30% 17262 50% 17262 90% 17262 99% 17262 ms
Write: 10% 11032 30% 11032 50% 11032 90% 11032 99% 11032 ms
Write: 10% 4817 30% 4817 50% 4817 90% 4817 99% 4817 ms
Write: 10% 8280 30% 8280 50% 8280 90% 8280 99% 8280 ms
Write: 10% 9909 30% 9909 50% 9909 90% 9909 99% 9909 ms
Write: 10% 4403 30% 4403 50% 4403 90% 4403 99% 4403 ms
Write: 10% 3553 30% 3553 50% 3553 90% 3553 99% 3553 ms
Write: 10% 17005 30% 17005 50% 17005 90% 17005 99% 17005 ms
Write: 10% 6972 30% 6972 50% 6972 90% 6972 99% 6972 ms
Write: 10% 3548 30% 3548 50% 3548 90% 3548 99% 3548 ms
Write: 10% 6467 30% 6467 50% 6467 90% 6467 99% 6467 ms
Write: 10% 4811 30% 4811 50% 4811 90% 4811 99% 4811 ms
Write: 10% 11367 30% 11367 50% 11367 90% 11367 99% 11367 ms
Write: 10% 17234 30% 17234 50% 17234 90% 17234 99% 17234 ms
Write: 10% 3430 30% 3430 50% 3430 90% 3430 99% 3430 ms
Write: 10% 20069 30% 20069 50% 20069 90% 20069 99% 20069 ms
Write: 10% 8594 30% 8594 50% 8594 90% 8594 99% 8594 ms
Write: 10% 9047 30% 9047 50% 9047 90% 9047 99% 9047 ms
Write: 10% 7049 30% 7049 50% 7049 90% 7049 99% 7049 ms
Write: 10% 5676 30% 5676 50% 5676 90% 5676 99% 5676 ms
Write: 10% 5296 30% 5296 50% 5296 90% 5296 99% 5296 ms
Write: 10% 3639 30% 3639 50% 3639 90% 3639 99% 3639 ms
Write: 10% 6043 30% 6043 50% 6043 90% 6043 99% 6043 ms
Write: 10% 5592 30% 5592 50% 5592 90% 5592 99% 5592 ms
Write: 10% 16075 30% 16075 50% 16075 90% 16075 99% 16075 ms
Write: 10% 10241 30% 10241 50% 10241 90% 10241 99% 10241 ms
Write: 10% 22012 30% 22012 50% 22012 90% 22012 99% 22012 ms
Write: 10% 4498 30% 4498 50% 4498 90% 4498 99% 4498 ms
Write: 10% 4235 30% 4235 50% 4235 90% 4235 99% 4235 ms
Write: 10% 4470 30% 4470 50% 4470 90% 4470 99% 4470 ms
Write: 10% 6710 30% 6710 50% 6710 90% 6710 99% 6710 ms
Read: 10% 5996 30% 9890 50% 13785 90% 18940 99% 20101 ms
Update: 10% 2686 30% 2686 50% 2686 90% 2686 99% 2686 ms
