============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yr17/0027f8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

data_read_correctness.py ...
order_by_with_limit.py .FFF
tablets_movement.py ..

=================================== FAILURES ===================================
______________________ TestOrderBy.test_filtered_portion _______________________
ydb/tests/olap/order_by_with_limit.py:166: in test_filtered_portion
    self.ydb_client.query(
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_filtered_portion
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_filtered_portion)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTgzN2RmMDUtYTM4NTg2MTYtY2ZmYmE5NDQtYmFlYTIwZGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d52e1e55-2b5a-44a0-8852-440352ecd1b3, ghrun-uclxbphiny.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d52e1e55-2b5a-44a0-8852-440352ecd1b3, ghrun-uclxbphiny.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MTgzN2RmMDUtYTM4NTg2MTYtY2ZmYmE5NDQtYmFlYTIwZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/order_by/table` (\n                id Uint64 NOT NULL,\n                value bool NOT NULL,\n                PRIMARY KEY(id),\n            )\n            WITH (\n                STORE = COLUMN,\n                AUTO_PARTITIONING_MIN_PARTITIONS_COUNT = 1\n            )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d52e1e55-2b5a-44a0-8852-440352ecd1b3, ghrun-uclxbphiny.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTgzN2RmMDUtYTM4NTg2MTYtY2ZmYmE5NDQtYmFlYTIwZGM=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
___________________________ TestOrderBy.test_random ____________________________
ydb/tests/olap/order_by_with_limit.py:65: in test_random
    self.ydb_client.query(
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_random
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_random)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTgzN2RmMDUtYTM4NTg2MTYtY2ZmYmE5NDQtYmFlYTIwZGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 554ae11b-6700-423e-86fe-edf0d4ae7d86, ghrun-uclxbphiny.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 554ae11b-6700-423e-86fe-edf0d4ae7d86, ghrun-uclxbphiny.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MTgzN2RmMDUtYTM4NTg2MTYtY2ZmYmE5NDQtYmFlYTIwZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/order_by/table` (\n                id Uint64 NOT NULL,\n                value Uint64 NOT NULL,\n                PRIMARY KEY(id),\n            )\n            WITH (\n                STORE = COLUMN,\n                AUTO_PARTITIONING_MIN_PARTITIONS_COUNT = 1\n            )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 554ae11b-6700-423e-86fe-edf0d4ae7d86, ghrun-uclxbphiny.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTgzN2RmMDUtYTM4NTg2MTYtY2ZmYmE5NDQtYmFlYTIwZGM=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
_______________________ TestOrderBy.test_stress_sorting ________________________
ydb/tests/olap/order_by_with_limit.py:210: in test_stress_sorting
    self.ydb_client.query(
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 11 column: 58 } message: "At function: KiCreateTable!" end_position { row: 11 column: 58 } severity: 1 issues { position { row: 11 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 11 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_stress_sorting
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_stress_sorting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTgzN2RmMDUtYTM4NTg2MTYtY2ZmYmE5NDQtYmFlYTIwZGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 922040bb-209f-49bf-bd72-9a296bdaf48b, ghrun-uclxbphiny.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 922040bb-209f-49bf-bd72-9a296bdaf48b, ghrun-uclxbphiny.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MTgzN2RmMDUtYTM4NTg2MTYtY2ZmYmE5NDQtYmFlYTIwZGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/order_by/table` (\n                time Timestamp NOT NULL,\n                uniq Utf8 NOT NULL,\n                class Utf8 NOT NULL,\n                value Utf8,\n                PRIMARY KEY(time, class, uniq),\n            )\n            WITH (\n                STORE = COLUMN,\n                AUTO_PARTITIONING_MIN_PARTITIONS_COUNT = 1\n            )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 922040bb-209f-49bf-bd72-9a296bdaf48b, ghrun-uclxbphiny.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTgzN2RmMDUtYTM4NTg2MTYtY2ZmYmE5NDQtYmFlYTIwZGM=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
224.27s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
166.07s call     tablets_movement.py::TestTabletsMovement::test[ROW]
105.43s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
41.98s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
31.79s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
18.19s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
3.10s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.06s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
1.75s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.45s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.41s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.15s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.13s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.03s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.02s teardown data_read_correctness.py::TestDataReadCorrectness::test[table]
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_random

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED order_by_with_limit.py::TestOrderBy::test_filtered_portion - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_random - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_stress_sorting - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 11 column: 58 } message: "At function: KiCreateTable!" end_position { row: 11 column: 58 } severity: 1 issues { position { row: 11 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 11 column: 58 } severity: 1 } } (server_code: 400080)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
=================== 3 failed, 6 passed in 600.76s (0:10:00) ====================

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: ...er/.ya/build/build_root/yr17/0027f8/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/yr17/0027f8/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/yr17/0027f8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/yr17/0027f8', '--source-root', '/home/runner/.ya/build/build_root/yr17/0027f8/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/yr17/0027f8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10309775065/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--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: (("...er/.ya/build/build_root/yr17/0027f8/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/yr17/0027f8/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/yr17/0027f8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/yr17/0027f8', '--source-root', '/home/runner/.ya/build/build_root/yr17/0027f8/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/yr17/0027f8/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10309775065/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--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",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yr17/002800/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_create.py F...
test_cs_many_updates.py drop table: 174.9 ms
create table: 654.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 75.8
    "min_ms": 43.5
    "median_ms": 60.5
    "max_ms": 186.6
    "stdev_ms": 41.9
select count(*) after initial inserts: 350.9 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 120.2
    "min_ms": 50.3
    "median_ms": 108.5
    "max_ms": 498.8
    "stdev_ms": 54.7
select count(*) after all modifications: 5411.9 ms
select all: 4899.6 ms
delete from table: 4105.4 ms
select all after delete: 4192.1 ms
.drop table: 35.6 ms
create table: 500.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.6
    "min_ms": 25.8
    "median_ms": 30.7
    "max_ms": 45.3
    "stdev_ms": 5.6
select count(*) after initial inserts: 106.6 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 55.6
    "min_ms": 46.3
    "median_ms": 52.9
    "max_ms": 93.5
    "stdev_ms": 8.2
updates (step 1):
    "runs": 200
    "avg_ms": 178.3
    "min_ms": 126.8
    "median_ms": 169.4
    "max_ms": 409.8
    "stdev_ms": 37.3
upserts (step 2):
    "runs": 200
    "avg_ms": 38.4
    "min_ms": 21.6
    "median_ms": 34.4
    "max_ms": 82.6
    "stdev_ms": 12.5
select count(*) after all modifications: 430.0 ms
select all: 381.8 ms
delete from table: 413.2 ms
select all after delete: 391.7 ms
.drop table: 41.6 ms
create table: 516.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 37.3
    "min_ms": 25.6
    "median_ms": 39.8
    "max_ms": 49.6
    "stdev_ms": 7.9
select count(*) after initial inserts: 105.1 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 120.1
    "min_ms": 83.1
    "median_ms": 117.3
    "max_ms": 223.3
    "stdev_ms": 19.8
select count(*) after all modifications: 338.4 ms
select all: 210.7 ms
delete from table: 220.9 ms
select all after delete: 170.1 ms
.drop table: 25.5 ms
create table: 341.4 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.6
    "min_ms": 22.9
    "median_ms": 29.9
    "max_ms": 32.4
    "stdev_ms": 2.2
select count(*) after initial inserts: 81.0 ms
updates (step 0):
    "runs": 150
    "avg_ms": 94.1
    "min_ms": 81.8
    "median_ms": 92.1
    "max_ms": 120.6
    "stdev_ms": 8.0
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 59.0
    "min_ms": 53.3
    "median_ms": 58.2
    "max_ms": 94.3
    "stdev_ms": 5.2
select count(*) after all modifications: 279.9 ms
select all: 259.2 ms
delete from table: 301.1 ms
select all after delete: 274.2 ms
.drop table: 24.4 ms
create table: 335.1 ms
initial inserts:
    "runs": 20
    "avg_ms": 30.0
    "min_ms": 20.4
    "median_ms": 29.6
    "max_ms": 63.4
    "stdev_ms": 8.5
select count(*) after initial inserts: 78.7 ms
updates (step 0):
    "runs": 200
    "avg_ms": 98.0
    "min_ms": 80.0
    "median_ms": 92.4
    "max_ms": 169.0
    "stdev_ms": 15.8
upserts (step 1):
    "runs": 200
    "avg_ms": 29.8
    "min_ms": 20.6
    "median_ms": 28.3
    "max_ms": 70.0
    "stdev_ms": 6.8
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 85.9
    "min_ms": 74.4
    "median_ms": 85.8
    "max_ms": 108.3
    "stdev_ms": 7.1
select count(*) after all modifications: 694.0 ms
select all: 676.9 ms
delete from table: 679.8 ms
select all after delete: 622.2 ms
.drop table: 38.7 ms
create table: 496.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.3
    "min_ms": 29.3
    "median_ms": 30.5
    "max_ms": 31.8
    "stdev_ms": 0.7
select count(*) after initial inserts: 115.6 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 85.7
    "min_ms": 23.5
    "median_ms": 59.5
    "max_ms": 516.2
    "stdev_ms": 72.4
select count(*) after all modifications: 1077.5 ms
select all: 643.6 ms
delete from table: 1033.9 ms
select all after delete: 749.2 ms
.
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: ...er/.ya/build/build_root/yr17/002800/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/yr17/002800/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/yr17/002800/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/yr17/002800', '--source-root', '/home/runner/.ya/build/build_root/yr17/002800/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/yr17/002800/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10309775065/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '1', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--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: (("...er/.ya/build/build_root/yr17/002800/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/yr17/002800/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/yr17/002800/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/yr17/002800', '--source-root', '/home/runner/.ya/build/build_root/yr17/002800/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/yr17/002800/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10309775065/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '1', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--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",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yr17/0027fd/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_delete.py ............

============================== slowest durations ===============================
31.83s setup    test_delete.py::TestDelete::test_delete_where[False-100]
2.22s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
2.13s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
2.09s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
2.05s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
2.01s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
1.95s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
1.94s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
1.56s call     test_delete.py::TestDelete::test_delete_where[True-0]
1.52s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.40s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
1.35s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
1.34s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.09s setup    test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.06s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.06s teardown test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.04s setup    test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.03s setup    test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.02s setup    test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.02s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.01s teardown test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.01s teardown test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.01s teardown test_delete.py::TestDelete::test_delete_where[False-100]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 55.61s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yr17/0027fb/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_delete.py .
test_insert.py ...........

============================== slowest durations ===============================
32.74s setup    test_delete.py::TestDelete::test_incorrect
10.04s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
3.18s call     test_insert.py::TestInsertStatement::test_copy_full
3.18s call     test_insert.py::TestInsertStatement::test_copy_partial
2.06s call     test_insert.py::TestInsertStatement::test_insert_rollback
1.73s call     test_insert.py::TestInsertStatement::test_plain
1.33s call     test_insert.py::TestInsertStatement::test_out_of_range
1.30s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
1.17s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
1.17s call     test_insert.py::TestInsertStatement::test_incorrect
1.13s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
1.01s call     test_insert.py::TestInsertStatement::test_bulk
1.00s call     test_insert.py::TestInsertStatement::test_duplicate
0.93s call     test_delete.py::TestDelete::test_incorrect
0.08s setup    test_insert.py::TestInsertStatement::test_out_of_range
0.07s setup    test_insert.py::TestInsertStatement::test_duplicate
0.05s teardown test_insert.py::TestInsertStatement::test_incorrect
0.04s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.04s setup    test_insert.py::TestInsertStatement::test_copy_partial
0.03s teardown test_insert.py::TestInsertStatement::test_copy_full
0.02s setup    test_insert.py::TestInsertStatement::test_bulk
0.02s setup    test_insert.py::TestInsertStatement::test_incorrect
0.01s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.01s setup    test_insert.py::TestInsertStatement::test_plain

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 63.91s (0:01:03) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yr17/0027fa/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_insert.py ...
test_log_scenario.py ..FE
test_overloads.py ......

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:702: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/yr17/0027fa/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/yr17/0027fa/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   VERIFY failed (2025-11-19T13:51:02.220678Z): source_id=348;tablet_id=72075186224037999;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA779755
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA771C96
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB607FC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E89DB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCD258
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCCFAF
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C3AED
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141877FB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCE627
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1F433
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1F433
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D1C253
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D22D07
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A55E8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA7525
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5AAED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F8A74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FCB34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FC740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FD32E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77B3AC
E   21. ??:0: ?? @ 0x7F4B40752AC2
E   22. ??:0: ?? @ 0x7F4B407E48BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb -e grpc://localhost:64992 -d /Root workload log --path log init --path log --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64992', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3438093
DEBUG    ya.test:process.py:259 Command (pid 3438093) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3438093) elapsed time (sec): 0.5796506404876709
DEBUG    ya.test:process.py:263 Command (pid 3438093) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) maxrss: 496180
DEBUG    ya.test:process.py:263 Command (pid 3438093) minflt: 3556
DEBUG    ya.test:process.py:263 Command (pid 3438093) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) nivcsw: 43
DEBUG    ya.test:process.py:263 Command (pid 3438093) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) nvcsw: 152
DEBUG    ya.test:process.py:263 Command (pid 3438093) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3438093) stime: 0.019764999999999998
DEBUG    ya.test:process.py:263 Command (pid 3438093) utime: 0.059296999999999996
DEBUG    ya.test:process.py:263 Command (pid 3438093) wtime: 0.602
DEBUG    ya.test:process.py:275 Command (pid 3438093) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3438093) errors:

INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb -e grpc://localhost:64992 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64992', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3438437
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 04fcbb4b-2c09-4756-9b89-0e2743019528, localhost:26682): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 04fcbb4b-2c09-4756-9b89-0e2743019528, localhost:26682): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 04fcbb4b-2c09-4756-9b89-0e2743019528, localhost:26682): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uclxbphiny.auto.internal" port: 26682 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-uclxbphiny.auto.internal:26682, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26682
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3438437) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3438437) elapsed time (sec): 30.262956857681274
DEBUG    ya.test:process.py:263 Command (pid 3438437) wtime: 30.265
DEBUG    ya.test:process.py:275 Command (pid 3438437) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    321	321	0	0	25	67	103	110
2	    372	372	0	0	26	39	43	47
3	    355	355	0	0	26	45	62	73
4	    338	338	0	0	28	47	61	65
5	    376	376	0	0	24	43	57	63
6	    309	309	0	0	29	51	58	64
7	    365	365	0	0	25	46	60	62
8	    388	388	0	0	24	40	42	49
9	    395	395	0	0	23	38	54	59
10	    405	405	0	0	23	35	38	45
11	    395	395	0	0	22	43	49	55
12	    432	432	0	0	21	41	50	65
13	    477	477	0	0	20	24	28	29
14	    478	478	0	0	20	24	28	29
15	    485	485	0	0	20	22	25	28
16	    444	444	0	0	21	33	43	56
17	    444	444	0	0	21	29	33	35
18	    483	483	0	0	20	23	26	29
19	    470	470	0	0	20	27	31	35
20	    466	466	0	0	20	26	30	31
21	    476	476	0	0	20	25	29	30
22	    479	479	0	0	20	23	28	29
23	    456	456	0	0	20	29	39	48
24	    487	487	0	0	20	22	24	28
25	    489	489	0	0	20	21	22	23
26	    485	485	0	0	20	23	27	28
27	    488	488	0	0	20	21	22	22
28	    489	489	0	0	20	22	24	26
29	    472	472	0	0	20	26	29	33
30	    497	497	0	0	20	21	23	26

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13016	433.867	0	0	20	35	48	110

DEBUG    ya.test:process.py:276 Command (pid 3438437) errors:

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmQ0ZjUwMTYtOWUxMzJlNDAtZjUzNTk2ZDMtMzgwMGY0ODE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dac709a4-bded-48af-95f2-9095ea88619f, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dac709a4-bded-48af-95f2-9095ea88619f, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=ZmQ0ZjUwMTYtOWUxMzJlNDAtZjUzNTk2ZDMtMzgwMGY0ODE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, dac709a4-bded-48af-95f2-9095ea88619f, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZmQ0ZjUwMTYtOWUxMzJlNDAtZjUzNTk2ZDMtMzgwMGY0ODE=
INFO     root:test_log_scenario.py:217 Count rows after insert 12799 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWQ1YjZhNTYtYWFkZTZmZTMtZWQwNjkwN2QtYmNhOGI0YjE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e2da802a-43ff-419f-a468-7c17bcae2eed, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e2da802a-43ff-419f-a468-7c17bcae2eed, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=ZWQ1YjZhNTYtYWFkZTZmZTMtZWQwNjkwN2QtYmNhOGI0YjE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e2da802a-43ff-419f-a468-7c17bcae2eed, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWQ1YjZhNTYtYWFkZTZmZTMtZWQwNjkwN2QtYmNhOGI0YjE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2Y4MWViZmQtNWMzNzM3NjktYTExMWQ2ODQtNGQ0NTY5MDk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bbd7479e-afc7-4b73-978e-01ff48628c77, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bbd7479e-afc7-4b73-978e-01ff48628c77, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=Y2Y4MWViZmQtNWMzNzM3NjktYTExMWQ2ODQtNGQ0NTY5MDk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bbd7479e-afc7-4b73-978e-01ff48628c77, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2Y4MWViZmQtNWMzNzM3NjktYTExMWQ2ODQtNGQ0NTY5MDk=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb -e grpc://localhost:64992 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmM2Y2NjYTktZjljNDkwZTUtZGJlYTQ1Zi1jY2NmYThjNA==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb -e grpc://localhost:64992 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb -e grpc://localhost:64992 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ad69a92d-eb01-4dc3-b5a1-a4e109672a2e, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDY1MjVlMDAtYjllNWI3YWMtOGY0YTg5MC1hMmY1Yzky
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ad69a92d-eb01-4dc3-b5a1-a4e109672a2e, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=MmM2Y2NjYTktZjljNDkwZTUtZGJlYTQ1Zi1jY2NmYThjNA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 68e3c60d-5822-4e96-a7a0-99380c0dd726, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGJkOGZjN2MtMjM3NWEwZDUtZjcxNTdjLTdmZWNlNzZi
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ad69a92d-eb01-4dc3-b5a1-a4e109672a2e, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 68e3c60d-5822-4e96-a7a0-99380c0dd726, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=NDY1MjVlMDAtYjllNWI3YWMtOGY0YTg5MC1hMmY1Yzky" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aaaf5a38-3ec8-467a-b7be-a89538c1b983, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGNhYzE3NzQtNDk2ZmMzM2ItZjQ1M2YzZjYtZmJmMjNlN2M=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 68e3c60d-5822-4e96-a7a0-99380c0dd726, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, aaaf5a38-3ec8-467a-b7be-a89538c1b983, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=OGJkOGZjN2MtMjM3NWEwZDUtZjcxNTdjLTdmZWNlNzZi" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 71060517-e0b8-4e89-b804-8bce2a73bacc, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTg1ZDFhMzUtZTJjMDc4YWYtOTI0YmM1NTQtMTZlNDA2YWI=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64992', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, aaaf5a38-3ec8-467a-b7be-a89538c1b983, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 71060517-e0b8-4e89-b804-8bce2a73bacc, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=ZGNhYzE3NzQtNDk2ZmMzM2ItZjQ1M2YzZjYtZmJmMjNlN2M=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7623343d-7267-40c2-b7bc-e90e907799a1, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64992', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGYzNzk3Y2YtZmRiY2Q5MjgtZDY0ZjI5ODItYTE2YWFiNmM=
DEBUG    ya.test:process.py:628 Command pid: 3457562
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64992', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 71060517-e0b8-4e89-b804-8bce2a73bacc, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7623343d-7267-40c2-b7bc-e90e907799a1, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=NTg1ZDFhMzUtZTJjMDc4YWYtOTI0YmM1NTQtMTZlNDA2YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 3457565
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e81029de-aadc-45c1-adf8-2944846cca4c, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTNiNmZiYjEtYjIxMTAxMzMtZmU5ZGE0OGQtYzkwZDYxMmU=
DEBUG    ya.test:process.py:628 Command pid: 3457566
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7623343d-7267-40c2-b7bc-e90e907799a1, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e81029de-aadc-45c1-adf8-2944846cca4c, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=OGYzNzk3Y2YtZmRiY2Q5MjgtZDY0ZjI5ODItYTE2YWFiNmM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e3e9074b-a10f-4223-8e83-7a54f20cb8c6, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmQ0ZjUwMTYtOWUxMzJlNDAtZjUzNTk2ZDMtMzgwMGY0ODE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e3e9074b-a10f-4223-8e83-7a54f20cb8c6, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=NTNiNmZiYjEtYjIxMTAxMzMtZmU5ZGE0OGQtYzkwZDYxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e81029de-aadc-45c1-adf8-2944846cca4c, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0bfd5c80-47ff-462d-a8be-67afe3d2e213, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWQ1YjZhNTYtYWFkZTZmZTMtZWQwNjkwN2QtYmNhOGI0YjE=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e3e9074b-a10f-4223-8e83-7a54f20cb8c6, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0bfd5c80-47ff-462d-a8be-67afe3d2e213, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=ZmQ0ZjUwMTYtOWUxMzJlNDAtZjUzNTk2ZDMtMzgwMGY0ODE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 85286c13-1512-45de-a55d-ede9f3b780d2, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2Y4MWViZmQtNWMzNzM3NjktYTExMWQ2ODQtNGQ0NTY5MDk=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 85286c13-1512-45de-a55d-ede9f3b780d2, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=ZWQ1YjZhNTYtYWFkZTZmZTMtZWQwNjkwN2QtYmNhOGI0YjE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a8372bc7-1673-4c47-b083-a2f4b4444e5e, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a8372bc7-1673-4c47-b083-a2f4b4444e5e, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=Y2Y4MWViZmQtNWMzNzM3NjktYTExMWQ2ODQtNGQ0NTY5MDk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0bfd5c80-47ff-462d-a8be-67afe3d2e213, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 85286c13-1512-45de-a55d-ede9f3b780d2, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a8372bc7-1673-4c47-b083-a2f4b4444e5e, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, dcd45852-3428-462d-a5f7-750757e67562, localhost:64992): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, dcd45852-3428-462d-a5f7-750757e67562, localhost:64992): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, dcd45852-3428-462d-a5f7-750757e67562, localhost:64992): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uclxbphiny.auto.internal" port: 64992 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-uclxbphiny.auto.internal:64992, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 26c81b8e-09e2-4f85-b66c-95567c36b489, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.215923403+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 178a8a2c-9927-4e0b-87ff-14125f4af288, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216054382+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ab9e3475-2ec5-4036-b4de-155ef111afae, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216073617+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dbc47dd8-9973-42f8-87ac-3123a82780cb, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216089853+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9444e591-0895-41a0-a8c4-d4436c81754f, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T13:51:08.216103245+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, aeccf92b-b9c9-4adf-bd63-caa77961b34a, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T13:51:08.216130123+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5c0f96ab-792d-41bf-bfa5-803fbb5a5a6a, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.21614754+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b385929f-f2d8-494f-b494-4b5d26660fda, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T13:51:08.21616739+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bfc16289-ea2d-4fe4-b082-c592d25c90d3, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T13:51:08.216195924+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8d2c32be-e4fa-4a86-9fbd-94bfd4da8de8, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216181543+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ad69a92d-eb01-4dc3-b5a1-a4e109672a2e, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216217506+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 68e3c60d-5822-4e96-a7a0-99380c0dd726, ghrun-uclxbphiny.auto.internal:64992): received error, <_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-11-19T13:51:08.216232986+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, aaaf5a38-3ec8-467a-b7be-a89538c1b983, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216247456+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 71060517-e0b8-4e89-b804-8bce2a73bacc, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216277371+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7623343d-7267-40c2-b7bc-e90e907799a1, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216292875+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e3e9074b-a10f-4223-8e83-7a54f20cb8c6, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216322956+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0bfd5c80-47ff-462d-a8be-67afe3d2e213, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216341004+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 85286c13-1512-45de-a55d-ede9f3b780d2, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.21635493+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e81029de-aadc-45c1-adf8-2944846cca4c, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216307725+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a8372bc7-1673-4c47-b083-a2f4b4444e5e, ghrun-uclxbphiny.auto.internal:64992): received error, <_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-11-19T13:51:08.216375535+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3457565) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3457565) elapsed time (sec): 30.192273139953613
DEBUG    ya.test:process.py:263 Command (pid 3457565) wtime: 30.198
DEBUG    ya.test:process.py:275 Command (pid 3457565) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     47	47	0	0	79	675	695	695
2	    104	104	0	0	96	145	160	162
3	    121	121	0	0	80	98	100	101
4	    139	139	0	0	71	89	94	97
5	    119	119	0	0	82	116	131	132
6	     57	57	0	0	95	124	128	128
7	      0	0	0	867	0	0	0	0
8	      0	0	0	1725	0	0	0	0
9	      0	0	0	1394	0	0	0	0
10	      0	0	0	1087	0	0	0	0
11	      0	0	0	1338	0	0	0	0
12	      0	0	0	1515	0	0	0	0
13	      0	0	0	947	0	0	0	0
14	      0	0	0	594	0	0	0	0
15	      0	0	0	1298	0	0	0	0
16	      0	0	0	1629	0	0	0	0
17	      0	0	0	867	0	0	0	0
18	      0	0	0	1411	0	0	0	0
19	      0	0	0	1390	0	0	0	0
20	      0	0	0	1542	0	0	0	0
21	      0	0	0	1520	0	0	0	0
22	      0	0	0	1583	0	0	0	0
23	      0	0	0	1363	0	0	0	0
24	      0	0	0	894	0	0	0	0
25	      0	0	0	1442	0	0	0	0
26	      0	0	0	1395	0	0	0	0
27	      0	0	0	1514	0	0	0	0
28	      0	0	0	1495	0	0	0	0
29	      0	0	0	1393	0	0	0	0
30	      0	0	0	1231	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    587	19.5667	0	31434	80	129	607	695

DEBUG    ya.test:process.py:276 Command (pid 3457565) errors:

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3457566) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3457566) elapsed time (sec): 30.212600231170654
DEBUG    ya.test:process.py:263 Command (pid 3457566) wtime: 30.218
DEBUG    ya.test:process.py:275 Command (pid 3457566) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     71	71	0	0	60	527	535	535
2	    136	136	0	0	70	115	132	138
3	    160	160	0	0	62	75	82	85
4	    187	187	0	0	52	69	77	86
5	    152	152	0	0	62	88	116	119
6	     77	77	0	0	70	98	99	103
7	      0	0	0	824	0	0	0	0
8	      0	0	0	1623	0	0	0	0
9	      0	0	0	1302	0	0	0	0
10	      0	0	0	1066	0	0	0	0
11	      0	0	0	1281	0	0	0	0
12	      0	0	0	1462	0	0	0	0
13	      0	0	0	778	0	0	0	0
14	      0	0	0	542	0	0	0	0
15	      0	0	0	1213	0	0	0	0
16	      0	0	0	1570	0	0	0	0
17	      0	0	0	818	0	0	0	0
18	      0	0	0	1351	0	0	0	0
19	      0	0	0	1265	0	0	0	0
20	      0	0	0	1447	0	0	0	0
21	      0	0	0	1522	0	0	0	0
22	      0	0	0	1442	0	0	0	0
23	      0	0	0	1320	0	0	0	0
24	      0	0	0	933	0	0	0	0
25	      0	0	0	1423	0	0	0	0
26	      0	0	0	1308	0	0	0	0
27	      0	0	0	1498	0	0	0	0
28	      0	0	0	1236	0	0	0	0
29	      0	0	0	1195	0	0	0	0
30	      0	0	0	1063	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    783	26.1	0	29482	61	106	503	535

DEBUG    ya.test:process.py:276 Command (pid 3457566) errors:

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3457562) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3457562) elapsed time (sec): 30.238693714141846
DEBUG    ya.test:process.py:263 Command (pid 3457562) wtime: 30.245
DEBUG    ya.test:process.py:275 Command (pid 3457562) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      1	1	0	10	188	188	188	188
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	802	0	0	0	0
8	      0	0	0	1700	0	0	0	0
9	      0	0	0	1406	0	0	0	0
10	      0	0	0	1087	0	0	0	0
11	      0	0	0	1345	0	0	0	0
12	      0	0	0	1512	0	0	0	0
13	      0	0	0	940	0	0	0	0
14	      0	0	0	587	0	0	0	0
15	      0	0	0	1256	0	0	0	0
16	      0	0	0	1566	0	0	0	0
17	      0	0	0	830	0	0	0	0
18	      0	0	0	1377	0	0	0	0
19	      0	0	0	1242	0	0	0	0
20	      0	0	0	1491	0	0	0	0
21	      0	0	0	1404	0	0	0	0
22	      0	0	0	1504	0	0	0	0
23	      0	0	0	1382	0	0	0	0
24	      0	0	0	909	0	0	0	0
25	      0	0	0	1425	0	0	0	0
26	      0	0	0	1382	0	0	0	0
27	      0	0	0	1361	0	0	0	0
28	      0	0	0	1389	0	0	0	0
29	      0	0	0	1275	0	0	0	0
30	      0	0	0	1150	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	30372	188	188	188	188

DEBUG    ya.test:process.py:276 Command (pid 3457562) errors:

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, e14ceeb8-5eac-4b4c-9836-8290cdce2906, localhost:26682): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e14ceeb8-5eac-4b4c-9836-8290cdce2906, localhost:26682): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e14ceeb8-5eac-4b4c-9836-8290cdce2906, localhost:26682): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uclxbphiny.auto.internal" port: 26682 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-uclxbphiny.auto.internal:26682, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26682
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 146df583-d572-4e40-ad82-c24fdf9e874d, localhost:26682): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 146df583-d572-4e40-ad82-c24fdf9e874d, localhost:26682): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 146df583-d572-4e40-ad82-c24fdf9e874d, localhost:26682): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uclxbphiny.auto.internal" port: 26682 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-uclxbphiny.auto.internal:26682, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26682
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-uclxbphiny'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/yr17/0027fa/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.3407578' in '/home/runner/.ya/build/build_root/yr17/0027fa/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_0fudut3h.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:64992/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18983
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8270
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19805
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64992
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61229
=================================== FAILURES ===================================
_______________________ TestLogScenario.test_log_uniform _______________________
ydb/tests/olap/test_log_scenario.py:235: in test_log_uniform
    thread.join()
ydb/tests/olap/common/thread_helper.py:18: in join
    raise self.exc
ydb/tests/olap/common/thread_helper.py:11: in run
    self.ret = self._target(*self._args, **self._kwargs)
ydb/tests/olap/test_log_scenario.py:147: in aggregation_query
    self.ydb_client.query(f"SELECT COUNT(*) FROM `{self.table_name}` ")
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:130: in retry_operation_impl
    raise status
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:248: in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
contrib/python/ydb/py3/ydb/query/pool.py:331: in __enter__
    self._session = self._pool.acquire(self._timeout)
contrib/python/ydb/py3/ydb/query/pool.py:111: in acquire
    session = self._create_new_session(time_left)
contrib/python/ydb/py3/ydb/query/pool.py:63: in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
contrib/python/ydb/py3/ydb/query/session.py:301: in create
    self._create_call(settings=settings)
contrib/python/ydb/py3/ydb/query/session.py:171: in _create_call
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:459: in __call__
    connection = self._store.get(preferred_endpoint)
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:144: in get
    raise issues.ConnectionLost("Couldn't find valid connection")
E   ydb.issues.ConnectionLost: Couldn't find valid connection
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb -e grpc://localhost:64992 -d /Root workload log --path log init --path log --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64992', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3438093
DEBUG    ya.test:process.py:259 Command (pid 3438093) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3438093) elapsed time (sec): 0.5796506404876709
DEBUG    ya.test:process.py:263 Command (pid 3438093) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) maxrss: 496180
DEBUG    ya.test:process.py:263 Command (pid 3438093) minflt: 3556
DEBUG    ya.test:process.py:263 Command (pid 3438093) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) nivcsw: 43
DEBUG    ya.test:process.py:263 Command (pid 3438093) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3438093) nvcsw: 152
DEBUG    ya.test:process.py:263 Command (pid 3438093) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3438093) stime: 0.019764999999999998
DEBUG    ya.test:process.py:263 Command (pid 3438093) utime: 0.059296999999999996
DEBUG    ya.test:process.py:263 Command (pid 3438093) wtime: 0.602
DEBUG    ya.test:process.py:275 Command (pid 3438093) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3438093) errors:

INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb -e grpc://localhost:64992 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64992', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3438437
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 04fcbb4b-2c09-4756-9b89-0e2743019528, localhost:26682): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 04fcbb4b-2c09-4756-9b89-0e2743019528, localhost:26682): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 04fcbb4b-2c09-4756-9b89-0e2743019528, localhost:26682): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uclxbphiny.auto.internal" port: 26682 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-uclxbphiny.auto.internal:26682, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26682
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3438437) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3438437) elapsed time (sec): 30.262956857681274
DEBUG    ya.test:process.py:263 Command (pid 3438437) wtime: 30.265
DEBUG    ya.test:process.py:275 Command (pid 3438437) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    321	321	0	0	25	67	103	110
2	    372	372	0	0	26	39	43	47
3	    355	355	0	0	26	45	62	73
4	    338	338	0	0	28	47	61	65
5	    376	376	0	0	24	43	57	63
6	    309	309	0	0	29	51	58	64
7	    365	365	0	0	25	46	60	62
8	    388	388	0	0	24	40	42	49
9	    395	395	0	0	23	38	54	59
10	    405	405	0	0	23	35	38	45
11	    395	395	0	0	22	43	49	55
12	    432	432	0	0	21	41	50	65
13	    477	477	0	0	20	24	28	29
14	    478	478	0	0	20	24	28	29
15	    485	485	0	0	20	22	25	28
16	    444	444	0	0	21	33	43	56
17	    444	444	0	0	21	29	33	35
18	    483	483	0	0	20	23	26	29
19	    470	470	0	0	20	27	31	35
20	    466	466	0	0	20	26	30	31
21	    476	476	0	0	20	25	29	30
22	    479	479	0	0	20	23	28	29
23	    456	456	0	0	20	29	39	48
24	    487	487	0	0	20	22	24	28
25	    489	489	0	0	20	21	22	23
26	    485	485	0	0	20	23	27	28
27	    488	488	0	0	20	21	22	22
28	    489	489	0	0	20	22	24	26
29	    472	472	0	0	20	26	29	33
30	    497	497	0	0	20	21	23	26

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13016	433.867	0	0	20	35	48	110

DEBUG    ya.test:process.py:276 Command (pid 3438437) errors:

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmQ0ZjUwMTYtOWUxMzJlNDAtZjUzNTk2ZDMtMzgwMGY0ODE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dac709a4-bded-48af-95f2-9095ea88619f, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dac709a4-bded-48af-95f2-9095ea88619f, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=ZmQ0ZjUwMTYtOWUxMzJlNDAtZjUzNTk2ZDMtMzgwMGY0ODE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, dac709a4-bded-48af-95f2-9095ea88619f, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZmQ0ZjUwMTYtOWUxMzJlNDAtZjUzNTk2ZDMtMzgwMGY0ODE=
INFO     root:test_log_scenario.py:217 Count rows after insert 12799 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWQ1YjZhNTYtYWFkZTZmZTMtZWQwNjkwN2QtYmNhOGI0YjE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e2da802a-43ff-419f-a468-7c17bcae2eed, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e2da802a-43ff-419f-a468-7c17bcae2eed, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=ZWQ1YjZhNTYtYWFkZTZmZTMtZWQwNjkwN2QtYmNhOGI0YjE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e2da802a-43ff-419f-a468-7c17bcae2eed, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWQ1YjZhNTYtYWFkZTZmZTMtZWQwNjkwN2QtYmNhOGI0YjE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2Y4MWViZmQtNWMzNzM3NjktYTExMWQ2ODQtNGQ0NTY5MDk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bbd7479e-afc7-4b73-978e-01ff48628c77, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bbd7479e-afc7-4b73-978e-01ff48628c77, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=Y2Y4MWViZmQtNWMzNzM3NjktYTExMWQ2ODQtNGQ0NTY5MDk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "select count(*) as Rows from `log`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bbd7479e-afc7-4b73-978e-01ff48628c77, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2Y4MWViZmQtNWMzNzM3NjktYTExMWQ2ODQtNGQ0NTY5MDk=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb -e grpc://localhost:64992 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmM2Y2NjYTktZjljNDkwZTUtZGJlYTQ1Zi1jY2NmYThjNA==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb -e grpc://localhost:64992 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb -e grpc://localhost:64992 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ad69a92d-eb01-4dc3-b5a1-a4e109672a2e, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDY1MjVlMDAtYjllNWI3YWMtOGY0YTg5MC1hMmY1Yzky
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ad69a92d-eb01-4dc3-b5a1-a4e109672a2e, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=MmM2Y2NjYTktZjljNDkwZTUtZGJlYTQ1Zi1jY2NmYThjNA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 68e3c60d-5822-4e96-a7a0-99380c0dd726, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGJkOGZjN2MtMjM3NWEwZDUtZjcxNTdjLTdmZWNlNzZi
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ad69a92d-eb01-4dc3-b5a1-a4e109672a2e, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 68e3c60d-5822-4e96-a7a0-99380c0dd726, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=NDY1MjVlMDAtYjllNWI3YWMtOGY0YTg5MC1hMmY1Yzky" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aaaf5a38-3ec8-467a-b7be-a89538c1b983, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGNhYzE3NzQtNDk2ZmMzM2ItZjQ1M2YzZjYtZmJmMjNlN2M=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 68e3c60d-5822-4e96-a7a0-99380c0dd726, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, aaaf5a38-3ec8-467a-b7be-a89538c1b983, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=OGJkOGZjN2MtMjM3NWEwZDUtZjcxNTdjLTdmZWNlNzZi" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 71060517-e0b8-4e89-b804-8bce2a73bacc, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTg1ZDFhMzUtZTJjMDc4YWYtOTI0YmM1NTQtMTZlNDA2YWI=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64992', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, aaaf5a38-3ec8-467a-b7be-a89538c1b983, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 71060517-e0b8-4e89-b804-8bce2a73bacc, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=ZGNhYzE3NzQtNDk2ZmMzM2ItZjQ1M2YzZjYtZmJmMjNlN2M=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7623343d-7267-40c2-b7bc-e90e907799a1, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64992', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGYzNzk3Y2YtZmRiY2Q5MjgtZDY0ZjI5ODItYTE2YWFiNmM=
DEBUG    ya.test:process.py:628 Command pid: 3457562
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/yr17/0027fa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:64992', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 71060517-e0b8-4e89-b804-8bce2a73bacc, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7623343d-7267-40c2-b7bc-e90e907799a1, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=NTg1ZDFhMzUtZTJjMDc4YWYtOTI0YmM1NTQtMTZlNDA2YWI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 3457565
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e81029de-aadc-45c1-adf8-2944846cca4c, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTNiNmZiYjEtYjIxMTAxMzMtZmU5ZGE0OGQtYzkwZDYxMmU=
DEBUG    ya.test:process.py:628 Command pid: 3457566
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7623343d-7267-40c2-b7bc-e90e907799a1, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e81029de-aadc-45c1-adf8-2944846cca4c, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=OGYzNzk3Y2YtZmRiY2Q5MjgtZDY0ZjI5ODItYTE2YWFiNmM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e3e9074b-a10f-4223-8e83-7a54f20cb8c6, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmQ0ZjUwMTYtOWUxMzJlNDAtZjUzNTk2ZDMtMzgwMGY0ODE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e3e9074b-a10f-4223-8e83-7a54f20cb8c6, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=NTNiNmZiYjEtYjIxMTAxMzMtZmU5ZGE0OGQtYzkwZDYxMmU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e81029de-aadc-45c1-adf8-2944846cca4c, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0bfd5c80-47ff-462d-a8be-67afe3d2e213, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWQ1YjZhNTYtYWFkZTZmZTMtZWQwNjkwN2QtYmNhOGI0YjE=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e3e9074b-a10f-4223-8e83-7a54f20cb8c6, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0bfd5c80-47ff-462d-a8be-67afe3d2e213, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=ZmQ0ZjUwMTYtOWUxMzJlNDAtZjUzNTk2ZDMtMzgwMGY0ODE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 85286c13-1512-45de-a55d-ede9f3b780d2, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2Y4MWViZmQtNWMzNzM3NjktYTExMWQ2ODQtNGQ0NTY5MDk=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 85286c13-1512-45de-a55d-ede9f3b780d2, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=ZWQ1YjZhNTYtYWFkZTZmZTMtZWQwNjkwN2QtYmNhOGI0YjE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a8372bc7-1673-4c47-b083-a2f4b4444e5e, ghrun-uclxbphiny.auto.internal:64992): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a8372bc7-1673-4c47-b083-a2f4b4444e5e, ghrun-uclxbphiny.auto.internal:64992): request = { session_id: "ydb://session/3?node_id=1&id=Y2Y4MWViZmQtNWMzNzM3NjktYTExMWQ2ODQtNGQ0NTY5MDk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0bfd5c80-47ff-462d-a8be-67afe3d2e213, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 85286c13-1512-45de-a55d-ede9f3b780d2, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a8372bc7-1673-4c47-b083-a2f4b4444e5e, ghrun-uclxbphiny.auto.internal:64992): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, dcd45852-3428-462d-a5f7-750757e67562, localhost:64992): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, dcd45852-3428-462d-a5f7-750757e67562, localhost:64992): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, dcd45852-3428-462d-a5f7-750757e67562, localhost:64992): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uclxbphiny.auto.internal" port: 64992 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-uclxbphiny.auto.internal:64992, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 26c81b8e-09e2-4f85-b66c-95567c36b489, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.215923403+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 178a8a2c-9927-4e0b-87ff-14125f4af288, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216054382+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ab9e3475-2ec5-4036-b4de-155ef111afae, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216073617+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dbc47dd8-9973-42f8-87ac-3123a82780cb, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216089853+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9444e591-0895-41a0-a8c4-d4436c81754f, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T13:51:08.216103245+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, aeccf92b-b9c9-4adf-bd63-caa77961b34a, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T13:51:08.216130123+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5c0f96ab-792d-41bf-bfa5-803fbb5a5a6a, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.21614754+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b385929f-f2d8-494f-b494-4b5d26660fda, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T13:51:08.21616739+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bfc16289-ea2d-4fe4-b082-c592d25c90d3, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T13:51:08.216195924+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8d2c32be-e4fa-4a86-9fbd-94bfd4da8de8, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:64992 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216181543+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ad69a92d-eb01-4dc3-b5a1-a4e109672a2e, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216217506+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 68e3c60d-5822-4e96-a7a0-99380c0dd726, ghrun-uclxbphiny.auto.internal:64992): received error, <_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-11-19T13:51:08.216232986+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, aaaf5a38-3ec8-467a-b7be-a89538c1b983, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216247456+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 71060517-e0b8-4e89-b804-8bce2a73bacc, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216277371+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7623343d-7267-40c2-b7bc-e90e907799a1, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216292875+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e3e9074b-a10f-4223-8e83-7a54f20cb8c6, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216322956+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0bfd5c80-47ff-462d-a8be-67afe3d2e213, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216341004+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 85286c13-1512-45de-a55d-ede9f3b780d2, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.21635493+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e81029de-aadc-45c1-adf8-2944846cca4c, ghrun-uclxbphiny.auto.internal:64992): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T13:51:08.216307725+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a8372bc7-1673-4c47-b083-a2f4b4444e5e, ghrun-uclxbphiny.auto.internal:64992): received error, <_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-11-19T13:51:08.216375535+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:64992
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3457565) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3457565) elapsed time (sec): 30.192273139953613
DEBUG    ya.test:process.py:263 Command (pid 3457565) wtime: 30.198
DEBUG    ya.test:process.py:275 Command (pid 3457565) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     47	47	0	0	79	675	695	695
2	    104	104	0	0	96	145	160	162
3	    121	121	0	0	80	98	100	101
4	    139	139	0	0	71	89	94	97
5	    119	119	0	0	82	116	131	132
6	     57	57	0	0	95	124	128	128
7	      0	0	0	867	0	0	0	0
8	      0	0	0	1725	0	0	0	0
9	      0	0	0	1394	0	0	0	0
10	      0	0	0	1087	0	0	0	0
11	      0	0	0	1338	0	0	0	0
12	      0	0	0	1515	0	0	0	0
13	      0	0	0	947	0	0	0	0
14	      0	0	0	594	0	0	0	0
15	      0	0	0	1298	0	0	0	0
16	      0	0	0	1629	0	0	0	0
17	      0	0	0	867	0	0	0	0
18	      0	0	0	1411	0	0	0	0
19	      0	0	0	1390	0	0	0	0
20	      0	0	0	1542	0	0	0	0
21	      0	0	0	1520	0	0	0	0
22	      0	0	0	1583	0	0	0	0
23	      0	0	0	1363	0	0	0	0
24	      0	0	0	894	0	0	0	0
25	      0	0	0	1442	0	0	0	0
26	      0	0	0	1395	0	0	0	0
27	      0	0	0	1514	0	0	0	0
28	      0	0	0	1495	0	0	0	0
29	      0	0	0	1393	0	0	0	0
30	      0	0	0	1231	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    587	19.5667	0	31434	80	129	607	695

DEBUG    ya.test:process.py:276 Command (pid 3457565) errors:

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3457566) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3457566) elapsed time (sec): 30.212600231170654
DEBUG    ya.test:process.py:263 Command (pid 3457566) wtime: 30.218
DEBUG    ya.test:process.py:275 Command (pid 3457566) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     71	71	0	0	60	527	535	535
2	    136	136	0	0	70	115	132	138
3	    160	160	0	0	62	75	82	85
4	    187	187	0	0	52	69	77	86
5	    152	152	0	0	62	88	116	119
6	     77	77	0	0	70	98	99	103
7	      0	0	0	824	0	0	0	0
8	      0	0	0	1623	0	0	0	0
9	      0	0	0	1302	0	0	0	0
10	      0	0	0	1066	0	0	0	0
11	      0	0	0	1281	0	0	0	0
12	      0	0	0	1462	0	0	0	0
13	      0	0	0	778	0	0	0	0
14	      0	0	0	542	0	0	0	0
15	      0	0	0	1213	0	0	0	0
16	      0	0	0	1570	0	0	0	0
17	      0	0	0	818	0	0	0	0
18	      0	0	0	1351	0	0	0	0
19	      0	0	0	1265	0	0	0	0
20	      0	0	0	1447	0	0	0	0
21	      0	0	0	1522	0	0	0	0
22	      0	0	0	1442	0	0	0	0
23	      0	0	0	1320	0	0	0	0
24	      0	0	0	933	0	0	0	0
25	      0	0	0	1423	0	0	0	0
26	      0	0	0	1308	0	0	0	0
27	      0	0	0	1498	0	0	0	0
28	      0	0	0	1236	0	0	0	0
29	      0	0	0	1195	0	0	0	0
30	      0	0	0	1063	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    783	26.1	0	29482	61	106	503	535

DEBUG    ya.test:process.py:276 Command (pid 3457566) errors:

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3457562) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3457562) elapsed time (sec): 30.238693714141846
DEBUG    ya.test:process.py:263 Command (pid 3457562) wtime: 30.245
DEBUG    ya.test:process.py:275 Command (pid 3457562) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      1	1	0	10	188	188	188	188
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	802	0	0	0	0
8	      0	0	0	1700	0	0	0	0
9	      0	0	0	1406	0	0	0	0
10	      0	0	0	1087	0	0	0	0
11	      0	0	0	1345	0	0	0	0
12	      0	0	0	1512	0	0	0	0
13	      0	0	0	940	0	0	0	0
14	      0	0	0	587	0	0	0	0
15	      0	0	0	1256	0	0	0	0
16	      0	0	0	1566	0	0	0	0
17	      0	0	0	830	0	0	0	0
18	      0	0	0	1377	0	0	0	0
19	      0	0	0	1242	0	0	0	0
20	      0	0	0	1491	0	0	0	0
21	      0	0	0	1404	0	0	0	0
22	      0	0	0	1504	0	0	0	0
23	      0	0	0	1382	0	0	0	0
24	      0	0	0	909	0	0	0	0
25	      0	0	0	1425	0	0	0	0
26	      0	0	0	1382	0	0	0	0
27	      0	0	0	1361	0	0	0	0
28	      0	0	0	1389	0	0	0	0
29	      0	0	0	1275	0	0	0	0
30	      0	0	0	1150	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	30372	188	188	188	188

DEBUG    ya.test:process.py:276 Command (pid 3457562) errors:

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, e14ceeb8-5eac-4b4c-9836-8290cdce2906, localhost:26682): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e14ceeb8-5eac-4b4c-9836-8290cdce2906, localhost:26682): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e14ceeb8-5eac-4b4c-9836-8290cdce2906, localhost:26682): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uclxbphiny.auto.internal" port: 26682 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-uclxbphiny.auto.internal:26682, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26682
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 146df583-d572-4e40-ad82-c24fdf9e874d, localhost:26682): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 146df583-d572-4e40-ad82-c24fdf9e874d, localhost:26682): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 146df583-d572-4e40-ad82-c24fdf9e874d, localhost:26682): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uclxbphiny.auto.internal" port: 26682 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-uclxbphiny.auto.internal:26682, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26682
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64992
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:64992". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
============================== slowest durations ===============================
319.03s call     test_log_scenario.py::TestLogScenario::test_log_uniform
28.99s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
28.66s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
22.83s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
14.57s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
13.26s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
13.04s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
12.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
12.10s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
9.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
8.92s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
7.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
4.65s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
1.39s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.88s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.85s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.14s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.11s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.09s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.08s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.06s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.06s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.02s teardown test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.issues.ConnectionLost: Couldn't find valid connection
ERROR test_log_scenario.py::TestLogScenario::test_log_uniform - 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/yr17/0027fa/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/yr17/0027fa/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-11-19T13:51:02.220678Z): source_id=348;tablet_id=72075186224037999;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA779755
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA771C96
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB607FC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E89DB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCD258
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCCFAF
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C3AED
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141877FB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCE627
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1F433
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1F433
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D1C253
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D22D07
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A55E8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA7525
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5AAED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F8A74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FCB34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FC740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FD32E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77B3AC
21. ??:0: ?? @ 0x7F4B40752AC2
22. ??:0: ?? @ 0x7F4B407E48BF
============== 1 failed, 11 passed, 1 error in 502.05s (0:08:22) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yr17/0027f9/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_overloads.py ............

============================== slowest durations ===============================
28.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
24.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
18.07s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
10.08s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
9.89s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
7.13s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
5.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
5.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
5.14s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
4.22s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
4.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
3.95s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
1.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 129.98s (0:02:09) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yr17/0027fe/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_overloads.py ...........

============================== slowest durations ===============================
33.93s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
21.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
15.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
14.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
7.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
7.07s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
6.86s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
6.59s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
4.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
4.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.12s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
1.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.09s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 130.10s (0:02:10) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yr17/0027f7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_overloads.py .......

============================== slowest durations ===============================
121.24s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
112.13s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
101.39s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
85.52s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
79.26s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
23.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
14.44s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.08s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 7 passed in 621.36s (0:10:21) =========================

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: ...er/.ya/build/build_root/yr17/0027f7/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/yr17/0027f7/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/yr17/0027f7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/yr17/0027f7', '--source-root', '/home/runner/.ya/build/build_root/yr17/0027f7/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/yr17/0027f7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10309775065/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--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: (("...er/.ya/build/build_root/yr17/0027f7/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/yr17/0027f7/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/yr17/0027f7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/yr17/0027f7', '--source-root', '/home/runner/.ya/build/build_root/yr17/0027f7/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/yr17/0027f7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10309775065/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--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",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yr17/0027ff/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_replace.py .....
test_select.py ..
test_update.py ....

============================== slowest durations ===============================
30.90s setup    test_replace.py::TestReplace::test_incorrect
25.30s setup    test_update.py::TestUpdate::test_incorrect
15.42s setup    test_select.py::TestSelect::test_incorrect
2.51s call     test_select.py::TestSelect::test_json_query
2.02s call     test_replace.py::TestReplace::test_replace_total
1.90s call     test_update.py::TestUpdate::test_partial_update
1.63s call     test_replace.py::TestReplace::test_replace_with_nulls
1.62s call     test_replace.py::TestReplace::test_replace_rollback
1.52s call     test_update.py::TestUpdate::test_update_many_rows
1.37s call     test_replace.py::TestReplace::test_partial_replace
1.32s call     test_update.py::TestUpdate::test_incorrect
0.99s call     test_replace.py::TestReplace::test_incorrect
0.97s call     test_update.py::TestUpdate::test_update_pk
0.87s call     test_select.py::TestSelect::test_incorrect
0.08s setup    test_replace.py::TestReplace::test_partial_replace
0.06s setup    test_update.py::TestUpdate::test_update_many_rows
0.05s setup    test_replace.py::TestReplace::test_replace_with_nulls
0.03s setup    test_update.py::TestUpdate::test_partial_update
0.02s setup    test_replace.py::TestReplace::test_replace_rollback
0.02s teardown test_update.py::TestUpdate::test_incorrect
0.01s setup    test_update.py::TestUpdate::test_update_pk
0.01s teardown test_replace.py::TestReplace::test_incorrect
0.01s setup    test_replace.py::TestReplace::test_replace_total
0.01s setup    test_select.py::TestSelect::test_json_query

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 90.99s (0:01:30) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/yr17/0027fc/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_update.py ...
test_upsert.py ......
upgrade_to_internal_path_id.py .
zip_bomb.py .

============================== slowest durations ===============================
310.42s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
119.35s call     zip_bomb.py::TestZipBomb::test
41.03s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
19.42s setup    test_update.py::TestUpdate::test_update_rollback
17.28s teardown zip_bomb.py::TestZipBomb::test
9.98s setup    zip_bomb.py::TestZipBomb::test
8.78s setup    test_upsert.py::TestUpsert::test_copy_full
7.51s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.18s call     test_upsert.py::TestUpsert::test_copy_partial
3.14s call     test_upsert.py::TestUpsert::test_copy_full
3.00s call     test_upsert.py::TestUpsert::test_count
2.88s call     test_update.py::TestUpdate::test_update_rollback
1.76s call     test_upsert.py::TestUpsert::test_partial_update
1.71s call     test_update.py::TestUpdate::test_update_single_column
1.40s call     test_upsert.py::TestUpsert::test_incorrect
1.18s call     test_upsert.py::TestUpsert::test_insert_nulls
0.90s call     test_update.py::TestUpdate::test_update_single_row
0.04s setup    test_upsert.py::TestUpsert::test_insert_nulls
0.03s setup    test_upsert.py::TestUpsert::test_copy_partial
0.02s setup    test_upsert.py::TestUpsert::test_incorrect
0.02s setup    test_update.py::TestUpdate::test_update_single_column
0.01s setup    test_upsert.py::TestUpsert::test_partial_update
0.01s teardown test_upsert.py::TestUpsert::test_copy_partial
0.01s setup    test_update.py::TestUpdate::test_update_single_row

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 554.76s (0:09:14) ========================
