============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3h6f/0021d4/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 110 items

data_read_correctness.py ...
order_by_with_limit.py .FFF
tablets_movement.py ..
test_create.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=NzMyODQzZWMtZWNhMDkwMTEtZWFjYzk4NzUtYjEyMDljMmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 852f3064-ce0d-4213-8fa9-97ae5e23900c, ghrun-ytw772vita.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 852f3064-ce0d-4213-8fa9-97ae5e23900c, ghrun-ytw772vita.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NzMyODQzZWMtZWNhMDkwMTEtZWFjYzk4NzUtYjEyMDljMmI=" 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, 852f3064-ce0d-4213-8fa9-97ae5e23900c, ghrun-ytw772vita.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzMyODQzZWMtZWNhMDkwMTEtZWFjYzk4NzUtYjEyMDljMmI=
---------------------------- 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=NzMyODQzZWMtZWNhMDkwMTEtZWFjYzk4NzUtYjEyMDljMmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b3df45c3-1a21-4361-b1e1-1d023f2bde8d, ghrun-ytw772vita.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b3df45c3-1a21-4361-b1e1-1d023f2bde8d, ghrun-ytw772vita.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NzMyODQzZWMtZWNhMDkwMTEtZWFjYzk4NzUtYjEyMDljMmI=" 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, b3df45c3-1a21-4361-b1e1-1d023f2bde8d, ghrun-ytw772vita.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzMyODQzZWMtZWNhMDkwMTEtZWFjYzk4NzUtYjEyMDljMmI=
---------------------------- 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=NzMyODQzZWMtZWNhMDkwMTEtZWFjYzk4NzUtYjEyMDljMmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e0d3e4a6-bfba-4650-8153-19a8d6b8a964, ghrun-ytw772vita.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e0d3e4a6-bfba-4650-8153-19a8d6b8a964, ghrun-ytw772vita.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NzMyODQzZWMtZWNhMDkwMTEtZWFjYzk4NzUtYjEyMDljMmI=" 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, e0d3e4a6-bfba-4650-8153-19a8d6b8a964, ghrun-ytw772vita.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzMyODQzZWMtZWNhMDkwMTEtZWFjYzk4NzUtYjEyMDljMmI=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
177.20s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
94.99s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
82.32s call     tablets_movement.py::TestTabletsMovement::test[ROW]
50.35s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
16.71s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
9.33s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
3.93s setup    test_create.py::TestCreate::test_create_all_opt_ints
3.72s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.55s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.62s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.49s call     test_create.py::TestCreate::test_create_all_opt_ints
0.48s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.39s call     test_create.py::TestCreate::test_create_all_req_ints
0.28s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.21s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.20s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.04s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion

(13 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)
=================== 3 failed, 8 passed in 446.19s (0:07:26) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3h6f/002185/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 110 items

test_create.py .....
test_cs_many_updates.py drop table: 18.6 ms
create table: 368.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 32.0
    "min_ms": 20.3
    "median_ms": 29.9
    "max_ms": 55.4
    "stdev_ms": 9.9
select count(*) after initial inserts: 120.7 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 53.3
    "min_ms": 38.1
    "median_ms": 48.1
    "max_ms": 387.0
    "stdev_ms": 20.3
select count(*) after all modifications: 3125.8 ms
select all: 2778.1 ms
delete from table: 3299.7 ms
select all after delete: 3037.7 ms
.drop table: 40.5 ms
create table: 601.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 33.5
    "min_ms": 24.6
    "median_ms": 31.2
    "max_ms": 47.0
    "stdev_ms": 7.8
select count(*) after initial inserts: 107.2 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 60.1
    "min_ms": 42.0
    "median_ms": 55.6
    "max_ms": 139.0
    "stdev_ms": 15.8
updates (step 1):
    "runs": 200
    "avg_ms": 211.8
    "min_ms": 136.5
    "median_ms": 207.2
    "max_ms": 903.2
    "stdev_ms": 59.5
upserts (step 2):
    "runs": 200
    "avg_ms": 30.4
    "min_ms": 20.7
    "median_ms": 29.5
    "max_ms": 67.2
    "stdev_ms": 6.4
select count(*) after all modifications: 339.0 ms
select all: 323.1 ms
delete from table: 355.3 ms
select all after delete: 343.2 ms
.drop table: 25.8 ms
create table: 392.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.0
    "min_ms": 23.5
    "median_ms": 30.9
    "max_ms": 37.7
    "stdev_ms": 3.7
select count(*) after initial inserts: 95.5 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 106.1
    "min_ms": 75.1
    "median_ms": 102.5
    "max_ms": 185.0
    "stdev_ms": 17.5
select count(*) after all modifications: 248.8 ms
select all: 223.6 ms
delete from table: 236.6 ms
select all after delete: 193.4 ms
.drop table: 24.7 ms
create table: 353.4 ms
initial inserts:
    "runs": 15
    "avg_ms": 28.5
    "min_ms": 20.8
    "median_ms": 29.7
    "max_ms": 32.0
    "stdev_ms": 3.5
select count(*) after initial inserts: 84.0 ms
updates (step 0):
    "runs": 150
    "avg_ms": 93.5
    "min_ms": 72.8
    "median_ms": 92.0
    "max_ms": 171.1
    "stdev_ms": 12.5
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 60.1
    "min_ms": 51.5
    "median_ms": 59.6
    "max_ms": 85.2
    "stdev_ms": 4.4
select count(*) after all modifications: 299.1 ms
select all: 306.1 ms
delete from table: 414.9 ms
select all after delete: 309.7 ms
.drop table: 24.9 ms
create table: 352.8 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.5
    "min_ms": 26.2
    "median_ms": 29.7
    "max_ms": 31.1
    "stdev_ms": 1.3
select count(*) after initial inserts: 94.4 ms
updates (step 0):
    "runs": 200
    "avg_ms": 87.3
    "min_ms": 70.7
    "median_ms": 86.6
    "max_ms": 131.7
    "stdev_ms": 7.8
upserts (step 1):
    "runs": 200
    "avg_ms": 21.7
    "min_ms": 17.4
    "median_ms": 20.6
    "max_ms": 35.7
    "stdev_ms": 3.1
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 77.4
    "min_ms": 68.4
    "median_ms": 76.6
    "max_ms": 93.7
    "stdev_ms": 5.2
select count(*) after all modifications: 531.3 ms
select all: 489.8 ms
delete from table: 558.5 ms
select all after delete: 472.4 ms
.drop table: 28.8 ms
create table: 342.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.3
    "min_ms": 22.2
    "median_ms": 30.2
    "max_ms": 30.9
    "stdev_ms": 2.6
select count(*) after initial inserts: 85.5 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 23.6
    "min_ms": 17.7
    "median_ms": 22.6
    "max_ms": 57.7
    "stdev_ms": 4.2
select count(*) after all modifications: 288.9 ms
select all: 223.8 ms
delete from table: 228.7 ms
select all after delete: 155.4 ms
.

============================== slowest durations ===============================
107.81s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
56.91s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
39.74s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
32.66s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
25.31s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
22.27s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
14.00s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
13.99s setup    test_create.py::TestCreate::test_create_decimals
7.42s call     test_create.py::TestCreate::test_create_decimals
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.67s call     test_create.py::TestCreate::test_create_strings_opt
0.62s call     test_create.py::TestCreate::test_create_real_opt
0.55s call     test_create.py::TestCreate::test_create_real_req
0.02s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s setup    test_create.py::TestCreate::test_create_real_opt
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s setup    test_create.py::TestCreate::test_create_real_req
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]

(10 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 326.07s (0:05:26) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3h6f/0021c0/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 110 items

test_cs_many_updates.py Generated operation sequence:
  0. BULK_UPSERT: 4 operations
  1. BULK_UPSERT: 18 operations
  2. BULK_UPSERT: 14 operations
  3. UPSERT: 5 operations
  4. BULK_UPSERT: 6 operations
  5. BULK_UPSERT: 10 operations
  6. BULK_UPSERT: 4 operations
  7. BULK_UPSERT: 10 operations
  8. UPSERT: 3 operations
  9. BULK_UPSERT: 16 operations
drop table: 40.8 ms
create table: 581.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 51.8
    "min_ms": 36.3
    "median_ms": 50.5
    "max_ms": 81.5
    "stdev_ms": 15.6
select count(*) after initial inserts: 207.6 ms
bulk_upserts (step 0):
    "runs": 4
    "avg_ms": 58.0
    "min_ms": 47.5
    "median_ms": 56.5
    "max_ms": 78.8
    "stdev_ms": 14.4
bulk_upserts (step 1):
    "runs": 18
    "avg_ms": 58.2
    "min_ms": 44.3
    "median_ms": 59.8
    "max_ms": 78.6
    "stdev_ms": 11.6
bulk_upserts (step 2):
    "runs": 14
    "avg_ms": 74.7
    "min_ms": 48.4
    "median_ms": 69.3
    "max_ms": 122.5
    "stdev_ms": 25.4
upserts (step 3):
    "runs": 50
    "avg_ms": 29.5
    "min_ms": 18.6
    "median_ms": 26.7
    "max_ms": 60.8
    "stdev_ms": 10.7
bulk_upserts (step 4):
    "runs": 6
    "avg_ms": 58.0
    "min_ms": 42.7
    "median_ms": 57.9
    "max_ms": 76.4
    "stdev_ms": 13.2
bulk_upserts (step 5):
    "runs": 10
    "avg_ms": 57.3
    "min_ms": 42.9
    "median_ms": 54.8
    "max_ms": 87.9
    "stdev_ms": 14.2
bulk_upserts (step 6):
    "runs": 4
    "avg_ms": 51.0
    "min_ms": 46.3
    "median_ms": 49.7
    "max_ms": 59.4
    "stdev_ms": 5.8
bulk_upserts (step 7):
    "runs": 10
    "avg_ms": 75.5
    "min_ms": 43.3
    "median_ms": 60.4
    "max_ms": 125.4
    "stdev_ms": 33.5
upserts (step 8):
    "runs": 30
    "avg_ms": 25.3
    "min_ms": 16.6
    "median_ms": 23.0
    "max_ms": 58.4
    "stdev_ms": 8.1
bulk_upserts (step 9):
    "runs": 16
    "avg_ms": 56.6
    "min_ms": 43.6
    "median_ms": 51.6
    "max_ms": 98.2
    "stdev_ms": 15.8
select count(*) after all modifications: 174.4 ms
select all: 168.8 ms
delete from table: 200.4 ms
select all after delete: 136.7 ms
.
test_delete.py ..........

============================== slowest durations ===============================
16.33s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
9.41s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
7.50s setup    test_delete.py::TestDelete::test_delete_rollback
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.07s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.96s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.92s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.83s call     test_delete.py::TestDelete::test_delete_rollback
0.82s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.75s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.67s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.66s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.57s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.48s call     test_delete.py::TestDelete::test_delete_where[False-100]

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 44.91s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3h6f/0021c5/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 110 items

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

============================== slowest durations ===============================
20.48s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
7.69s setup    test_insert.py::TestInsertStatement::test_bulk
1.27s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
1.21s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
1.13s call     test_insert.py::TestInsertStatement::test_copy_full
1.11s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.97s call     test_delete.py::TestDelete::test_incorrect
0.87s call     test_insert.py::TestInsertStatement::test_copy_partial
0.56s call     test_insert.py::TestInsertStatement::test_bulk
0.45s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.39s call     test_insert.py::TestInsertStatement::test_duplicate
0.31s call     test_insert.py::TestInsertStatement::test_incorrect
0.26s call     test_insert.py::TestInsertStatement::test_out_of_range

(20 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 37.51s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3h6f/0021bb/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 110 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/3h6f/0021bb/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/3h6f/0021bb/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-18T15:20:02.621325Z): source_id=112;tablet_id=72075186224037969;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 @ 0xA78C915
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA784E56
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB61AFC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5FAA0B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DE03D8
E   5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DE012F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5D5C3D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141716EB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DB7D57
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D09263
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D09263
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D06083
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D0CB37
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x1418F4D8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CC937E5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5BDED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB60BA74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB60FB34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB60F740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB61032E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA78E56C
E   21. ??:0: ?? @ 0x7F2AB03FAAC2
E   22. ??:0: ?? @ 0x7F2AB048C8BF
------------------------------ 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/3h6f/0021bb/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/3h6f/0021bb/ydb/apps/ydb/ydb -e grpc://localhost:6430 -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/3h6f/0021bb/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:6430', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1690158
DEBUG    ya.test:process.py:259 Command (pid 1690158) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1690158) elapsed time (sec): 0.3814408779144287
DEBUG    ya.test:process.py:263 Command (pid 1690158) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) maxrss: 839424
DEBUG    ya.test:process.py:263 Command (pid 1690158) minflt: 3558
DEBUG    ya.test:process.py:263 Command (pid 1690158) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) nivcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1690158) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) nvcsw: 180
DEBUG    ya.test:process.py:263 Command (pid 1690158) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1690158) stime: 0.032101
DEBUG    ya.test:process.py:263 Command (pid 1690158) utime: 0.040125999999999995
DEBUG    ya.test:process.py:263 Command (pid 1690158) wtime: 0.382
DEBUG    ya.test:process.py:275 Command (pid 1690158) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1690158) 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/3h6f/0021bb/ydb/apps/ydb/ydb -e grpc://localhost:6430 -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/3h6f/0021bb/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:6430', '-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: 1690357
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, ef051f87-9533-4c16-89a5-1bb7bf2744a8, localhost:1589): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ef051f87-9533-4c16-89a5-1bb7bf2744a8, localhost:1589): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ef051f87-9533-4c16-89a5-1bb7bf2744a8, localhost:1589): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ytw772vita.auto.internal" port: 1589 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-ytw772vita.auto.internal:1589, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1589
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 1690357) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1690357) elapsed time (sec): 30.400827884674072
DEBUG    ya.test:process.py:263 Command (pid 1690357) wtime: 30.402
DEBUG    ya.test:process.py:275 Command (pid 1690357) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    418	418	0	0	22	36	50	51
2	    395	395	0	0	22	43	59	63
3	    464	464	0	0	20	27	31	33
4	    417	417	0	0	21	37	44	47
5	    459	459	0	0	20	30	32	39
6	    484	484	0	0	20	23	25	28
7	    462	462	0	0	20	28	32	35
8	    480	480	0	0	20	23	27	30
9	    475	475	0	0	20	25	29	31
10	    465	465	0	0	20	28	33	37
11	    469	469	0	0	20	26	32	38
12	    474	474	0	0	20	26	30	34
13	    483	483	0	0	20	23	26	30
14	    487	487	0	0	20	21	23	23
15	    487	487	0	0	20	21	22	25
16	    480	480	0	0	20	24	26	29
17	    486	486	0	0	20	23	25	29
18	    460	460	0	0	20	27	32	36
19	    471	471	0	0	20	24	27	31
20	    459	459	0	0	20	27	38	50
21	    443	443	0	0	21	31	43	50
22	    447	447	0	0	21	31	35	40
23	    486	486	0	0	20	22	24	27
24	    471	471	0	0	20	26	29	33
25	    465	465	0	0	20	25	48	61
26	    423	423	0	0	21	35	45	49
27	    374	374	0	0	24	40	55	60
28	    405	405	0	0	24	36	41	48
29	    412	412	0	0	23	36	39	41
30	    441	441	0	0	21	33	42	46

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13642	454.733	0	0	20	30	39	63

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2U3NTZhNzktYjIzY2Y1MGEtZjFkZTQ4MGItMzQ0M2MxNzg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 913ece8e-bfb7-4f99-a9bc-065f15df817e, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 913ece8e-bfb7-4f99-a9bc-065f15df817e, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=N2U3NTZhNzktYjIzY2Y1MGEtZjFkZTQ4MGItMzQ0M2MxNzg=" 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, 913ece8e-bfb7-4f99-a9bc-065f15df817e, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=N2U3NTZhNzktYjIzY2Y1MGEtZjFkZTQ4MGItMzQ0M2MxNzg=
INFO     root:test_log_scenario.py:217 Count rows after insert 13323 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjQ1Y2YwZTctNzk3ZDg5N2MtNWZjZTQ3OTMtY2ZmOTI0ZDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7468f564-75e7-4e33-8ba1-88303009a15f, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7468f564-75e7-4e33-8ba1-88303009a15f, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=YjQ1Y2YwZTctNzk3ZDg5N2MtNWZjZTQ3OTMtY2ZmOTI0ZDY=" 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, 7468f564-75e7-4e33-8ba1-88303009a15f, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjQ1Y2YwZTctNzk3ZDg5N2MtNWZjZTQ3OTMtY2ZmOTI0ZDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2UyOTkyYzEtZjU0ODg0NmEtMzc4NjMzYmYtNDliZDViMDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 06855260-4180-4d7e-9c82-2efbc54a4f1d, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 06855260-4180-4d7e-9c82-2efbc54a4f1d, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=Y2UyOTkyYzEtZjU0ODg0NmEtMzc4NjMzYmYtNDliZDViMDc=" 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, 06855260-4180-4d7e-9c82-2efbc54a4f1d, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2UyOTkyYzEtZjU0ODg0NmEtMzc4NjMzYmYtNDliZDViMDc=
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:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/3h6f/0021bb/ydb/apps/ydb/ydb -e grpc://localhost:6430 -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    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWM0ZmUxZTEtNWRmN2VhNjEtOGIyMmQ0MTItZWEwYmY3YzA=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/3h6f/0021bb/ydb/apps/ydb/ydb -e grpc://localhost:6430 -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/3h6f/0021bb/ydb/apps/ydb/ydb -e grpc://localhost:6430 -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, 76c446b3-e622-4452-b4b7-abbff4e54f01, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWY1NDExMmMtYWU2MzM2MzItZGVhYWZkNGQtNTZjNzQ1NjE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 76c446b3-e622-4452-b4b7-abbff4e54f01, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=YWM0ZmUxZTEtNWRmN2VhNjEtOGIyMmQ0MTItZWEwYmY3YzA=" 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.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ae0eb6f7-2b5d-4012-a0dd-4a20d069d39e, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWU5MWMxZWQtZDIyM2FjNzgtOGViODAwN2YtZTc5MDU1NGE=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 76c446b3-e622-4452-b4b7-abbff4e54f01, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ae0eb6f7-2b5d-4012-a0dd-4a20d069d39e, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=NWY1NDExMmMtYWU2MzM2MzItZGVhYWZkNGQtNTZjNzQ1NjE=" 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, 9643ddf4-8464-4dce-8905-fa5bafc7d88b, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9643ddf4-8464-4dce-8905-fa5bafc7d88b, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=YWU5MWMxZWQtZDIyM2FjNzgtOGViODAwN2YtZTc5MDU1NGE=" 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, 9643ddf4-8464-4dce-8905-fa5bafc7d88b, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/3h6f/0021bb/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:6430', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ae0eb6f7-2b5d-4012-a0dd-4a20d069d39e, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzFhYTI2ODgtMWQ5OWQxYzktMzQ4MjgzZWItODlmYmE0OGY=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:628 Command pid: 1708517
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 765e562b-5db4-4a38-83fd-876d152cc9e4, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTdiMzRiNDYtMWVkZmM2MzUtZTVkNDM4YmEtNjBlYzYzNWQ=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/3h6f/0021bb/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:6430', '-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:63 RpcState(ExecuteQuery, 765e562b-5db4-4a38-83fd-876d152cc9e4, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=MzFhYTI2ODgtMWQ5OWQxYzktMzQ4MjgzZWItODlmYmE0OGY=" 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, 9f9b97bc-7638-4f15-b341-7f28e0f6f412, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzgwOTNjOGQtYmFmNDhlMTEtMmEzNDc3ZDgtNWMwZDRkN2M=
DEBUG    ya.test:process.py:628 Command pid: 1708519
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/3h6f/0021bb/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:6430', '-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.connection:connection.py:63 RpcState(ExecuteQuery, 9f9b97bc-7638-4f15-b341-7f28e0f6f412, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=MTdiMzRiNDYtMWVkZmM2MzUtZTVkNDM4YmEtNjBlYzYzNWQ=" 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, 765e562b-5db4-4a38-83fd-876d152cc9e4, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4b195395-cb0e-4c34-bade-ab3d32c3ebf8, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODczMmNkYjUtY2EyZTk2MjgtN2JmZjJiOTItNjRjM2ViYmM=
DEBUG    ya.test:process.py:628 Command pid: 1708520
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9f9b97bc-7638-4f15-b341-7f28e0f6f412, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4b195395-cb0e-4c34-bade-ab3d32c3ebf8, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=MzgwOTNjOGQtYmFmNDhlMTEtMmEzNDc3ZDgtNWMwZDRkN2M=" 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, 7fd88d62-3aed-4b84-8d86-64197ba38f86, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2U3NTZhNzktYjIzY2Y1MGEtZjFkZTQ4MGItMzQ0M2MxNzg=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7fd88d62-3aed-4b84-8d86-64197ba38f86, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=ODczMmNkYjUtY2EyZTk2MjgtN2JmZjJiOTItNjRjM2ViYmM=" 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, 4b195395-cb0e-4c34-bade-ab3d32c3ebf8, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 292b85cd-5b70-4a3c-90dd-702b2d8965db, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjQ1Y2YwZTctNzk3ZDg5N2MtNWZjZTQ3OTMtY2ZmOTI0ZDY=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7fd88d62-3aed-4b84-8d86-64197ba38f86, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2UyOTkyYzEtZjU0ODg0NmEtMzc4NjMzYmYtNDliZDViMDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 97b83e68-1947-4917-a20d-ef5d91184f9b, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 292b85cd-5b70-4a3c-90dd-702b2d8965db, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=N2U3NTZhNzktYjIzY2Y1MGEtZjFkZTQ4MGItMzQ0M2MxNzg=" 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, 292b85cd-5b70-4a3c-90dd-702b2d8965db, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 97b83e68-1947-4917-a20d-ef5d91184f9b, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=YjQ1Y2YwZTctNzk3ZDg5N2MtNWZjZTQ3OTMtY2ZmOTI0ZDY=" 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, 2c448921-cc81-47d0-b014-b41af79cc65e, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2c448921-cc81-47d0-b014-b41af79cc65e, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=Y2UyOTkyYzEtZjU0ODg0NmEtMzc4NjMzYmYtNDliZDViMDc=" 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, 97b83e68-1947-4917-a20d-ef5d91184f9b, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2c448921-cc81-47d0-b014-b41af79cc65e, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e4f90f56-16c2-45d0-9197-a2b384cebe8e, ghrun-ytw772vita.auto.internal:6430): 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:6430 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T15:20:10.667577479+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-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 82da7884-0515-4aba-8519-7b107bf28783, ghrun-ytw772vita.auto.internal:6430): 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:6430 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T15:20:10.667975697+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 2aba71c0-621f-4a51-bb02-68a6e98fe19b, ghrun-ytw772vita.auto.internal:6430): 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:6430 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T15:20:10.668204913+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6e5293a0-8d06-40b5-9e94-9719d8a95a08, ghrun-ytw772vita.auto.internal:6430): 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:6430 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T15:20:10.668005056+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 465894a9-1249-4527-9e63-055743026828, ghrun-ytw772vita.auto.internal:6430): 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:6430 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T15:20:10.668218782+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 31ef461c-399b-4ca4-b639-b9d8bd1a1715, ghrun-ytw772vita.auto.internal:6430): 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:6430 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T15:20:10.668174728+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 22f6c167-4989-48af-aa1d-69d726e8fecf, ghrun-ytw772vita.auto.internal:6430): 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:6430 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T15:20:10.668232463+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-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 76c446b3-e622-4452-b4b7-abbff4e54f01, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668330641+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ae0eb6f7-2b5d-4012-a0dd-4a20d069d39e, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.66850898+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-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a28480fe-08aa-4c66-9248-7f6eb186e962, ghrun-ytw772vita.auto.internal:6430): 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:6430 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T15:20:10.66777995+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9643ddf4-8464-4dce-8905-fa5bafc7d88b, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.66852383+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 765e562b-5db4-4a38-83fd-876d152cc9e4, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668554913+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9f9b97bc-7638-4f15-b341-7f28e0f6f412, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668567341+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4b195395-cb0e-4c34-bade-ab3d32c3ebf8, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668735062+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7fd88d62-3aed-4b84-8d86-64197ba38f86, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668750982+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 292b85cd-5b70-4a3c-90dd-702b2d8965db, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668764297+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 97b83e68-1947-4917-a20d-ef5d91184f9b, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.66896709+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2c448921-cc81-47d0-b014-b41af79cc65e, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668983631+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-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b63a456c-ca17-4232-8267-8c0d3402c022, ghrun-ytw772vita.auto.internal:6430): 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:6430 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T15:20:10.66819053+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6a3a787a-b01f-459d-9f3e-c5998795173d, ghrun-ytw772vita.auto.internal:6430): 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:6430 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T15:20:10.668018435+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-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YWM0ZmUxZTEtNWRmN2VhNjEtOGIyMmQ0MTItZWEwYmY3YzA=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTdiMzRiNDYtMWVkZmM2MzUtZTVkNDM4YmEtNjBlYzYzNWQ=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
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 ghrun-ytw772vita.auto.internal:6430
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:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzgwOTNjOGQtYmFmNDhlMTEtMmEzNDc3ZDgtNWMwZDRkN2M=
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:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2UyOTkyYzEtZjU0ODg0NmEtMzc4NjMzYmYtNDliZDViMDc=
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: 9 < 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: 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". Check endpoint correctness.
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 1708517) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1708517) elapsed time (sec): 30.2322359085083
DEBUG    ya.test:process.py:263 Command (pid 1708517) wtime: 30.238
DEBUG    ya.test:process.py:275 Command (pid 1708517) 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	      0	0	0	10	0	0	0	0
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	0	0	0	0	0
8	      0	0	0	0	0	0	0	0
9	      0	0	0	1000	0	0	0	0
10	      0	0	0	1526	0	0	0	0
11	      0	0	0	1340	0	0	0	0
12	      0	0	0	1154	0	0	0	0
13	      0	0	0	1018	0	0	0	0
14	      0	0	0	1442	0	0	0	0
15	      0	0	0	1382	0	0	0	0
16	      0	0	0	1476	0	0	0	0
17	      0	0	0	1934	0	0	0	0
18	      0	0	0	1822	0	0	0	0
19	      0	0	0	1167	0	0	0	0
20	      0	0	0	1456	0	0	0	0
21	      0	0	0	1486	0	0	0	0
22	      0	0	0	1986	0	0	0	0
23	      0	0	0	1596	0	0	0	0
24	      0	0	0	1183	0	0	0	0
25	      0	0	0	1432	0	0	0	0
26	      0	0	0	1274	0	0	0	0
27	      0	0	0	1482	0	0	0	0
28	      0	0	0	1572	0	0	0	0
29	      0	0	0	990	0	0	0	0
30	      0	0	0	1210	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      0	0	0	30978	0	0	0	0

DEBUG    ya.test:process.py:276 Command (pid 1708517) 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 1708520) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1708520) elapsed time (sec): 30.237292289733887
DEBUG    ya.test:process.py:263 Command (pid 1708520) wtime: 30.242
DEBUG    ya.test:process.py:275 Command (pid 1708520) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     24	24	0	0	301	791	799	799
2	    101	101	0	0	93	138	147	152
3	    121	121	0	0	83	119	126	130
4	    121	121	0	0	82	107	118	138
5	    100	100	0	0	87	144	153	161
6	      0	0	0	10	0	0	0	0
7	      0	0	0	1	0	0	0	0
8	      0	0	0	0	0	0	0	0
9	      0	0	0	1014	0	0	0	0
10	      0	0	0	1761	0	0	0	0
11	      0	0	0	1349	0	0	0	0
12	      0	0	0	1180	0	0	0	0
13	      0	0	0	1032	0	0	0	0
14	      0	0	0	1119	0	0	0	0
15	      0	0	0	1317	0	0	0	0
16	      0	0	0	1411	0	0	0	0
17	      0	0	0	1775	0	0	0	0
18	      0	0	0	1736	0	0	0	0
19	      0	0	0	830	0	0	0	0
20	      0	0	0	971	0	0	0	0
21	      0	0	0	806	0	0	0	0
22	      0	0	0	1777	0	0	0	0
23	      0	0	0	1448	0	0	0	0
24	      0	0	0	1080	0	0	0	0
25	      0	0	0	1560	0	0	0	0
26	      0	0	0	1514	0	0	0	0
27	      0	0	0	1628	0	0	0	0
28	      0	0	0	1481	0	0	0	0
29	      0	0	0	1178	0	0	0	0
30	      0	0	0	1073	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    467	15.5667	0	29051	87	148	755	799

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

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    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 1708519) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1708519) elapsed time (sec): 30.29062819480896
DEBUG    ya.test:process.py:263 Command (pid 1708519) wtime: 30.299
DEBUG    ya.test:process.py:275 Command (pid 1708519) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     40	40	0	0	124	643	651	651
2	    132	132	0	0	68	117	134	141
3	    161	161	0	0	58	100	104	120
4	    160	160	0	0	60	86	102	105
5	    131	131	0	0	65	110	126	131
6	      0	0	0	0	0	0	0	0
7	      0	0	0	0	0	0	0	0
8	      0	0	0	0	0	0	0	0
9	      0	0	0	692	0	0	0	0
10	      0	0	0	1729	0	0	0	0
11	      0	0	0	1255	0	0	0	0
12	      0	0	0	871	0	0	0	0
13	      0	0	0	837	0	0	0	0
14	      0	0	0	1086	0	0	0	0
15	      0	0	0	1304	0	0	0	0
16	      0	0	0	1378	0	0	0	0
17	      0	0	0	1663	0	0	0	0
18	      0	0	0	1393	0	0	0	0
19	      0	0	0	1177	0	0	0	0
20	      0	0	0	1288	0	0	0	0
21	      0	0	0	1401	0	0	0	0
22	      0	0	0	1733	0	0	0	0
23	      0	0	0	1374	0	0	0	0
24	      0	0	0	1142	0	0	0	0
25	      0	0	0	1045	0	0	0	0
26	      0	0	0	611	0	0	0	0
27	      0	0	0	0	0	0	0	0
28	      0	0	0	0	0	0	0	0
29	      0	0	0	542	0	0	0	0
30	      0	0	0	936	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    624	20.8	0	23457	64	117	635	651

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

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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
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:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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, 4332fb40-9c71-41ae-89d7-be95f953100a, localhost:1589): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4332fb40-9c71-41ae-89d7-be95f953100a, localhost:1589): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4332fb40-9c71-41ae-89d7-be95f953100a, localhost:1589): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ytw772vita.auto.internal" port: 1589 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-ytw772vita.auto.internal:1589, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1589
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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.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, e57f6cbb-7ae1-4043-b83b-67c3523e9f04, localhost:1589): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e57f6cbb-7ae1-4043-b83b-67c3523e9f04, localhost:1589): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e57f6cbb-7ae1-4043-b83b-67c3523e9f04, localhost:1589): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ytw772vita.auto.internal" port: 1589 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-ytw772vita.auto.internal:1589, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1589
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-ytw772vita'
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/3h6f/0021bb/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.1663906' in '/home/runner/.ya/build/build_root/3h6f/0021bb/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_d6oikncv.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:6430/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13912
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25521
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27009
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6430
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30047
=================================== 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/3h6f/0021bb/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/3h6f/0021bb/ydb/apps/ydb/ydb -e grpc://localhost:6430 -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/3h6f/0021bb/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:6430', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1690158
DEBUG    ya.test:process.py:259 Command (pid 1690158) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1690158) elapsed time (sec): 0.3814408779144287
DEBUG    ya.test:process.py:263 Command (pid 1690158) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) maxrss: 839424
DEBUG    ya.test:process.py:263 Command (pid 1690158) minflt: 3558
DEBUG    ya.test:process.py:263 Command (pid 1690158) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) nivcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1690158) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1690158) nvcsw: 180
DEBUG    ya.test:process.py:263 Command (pid 1690158) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1690158) stime: 0.032101
DEBUG    ya.test:process.py:263 Command (pid 1690158) utime: 0.040125999999999995
DEBUG    ya.test:process.py:263 Command (pid 1690158) wtime: 0.382
DEBUG    ya.test:process.py:275 Command (pid 1690158) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1690158) 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/3h6f/0021bb/ydb/apps/ydb/ydb -e grpc://localhost:6430 -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/3h6f/0021bb/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:6430', '-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: 1690357
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, ef051f87-9533-4c16-89a5-1bb7bf2744a8, localhost:1589): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ef051f87-9533-4c16-89a5-1bb7bf2744a8, localhost:1589): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ef051f87-9533-4c16-89a5-1bb7bf2744a8, localhost:1589): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ytw772vita.auto.internal" port: 1589 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-ytw772vita.auto.internal:1589, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1589
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 1690357) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1690357) elapsed time (sec): 30.400827884674072
DEBUG    ya.test:process.py:263 Command (pid 1690357) wtime: 30.402
DEBUG    ya.test:process.py:275 Command (pid 1690357) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    418	418	0	0	22	36	50	51
2	    395	395	0	0	22	43	59	63
3	    464	464	0	0	20	27	31	33
4	    417	417	0	0	21	37	44	47
5	    459	459	0	0	20	30	32	39
6	    484	484	0	0	20	23	25	28
7	    462	462	0	0	20	28	32	35
8	    480	480	0	0	20	23	27	30
9	    475	475	0	0	20	25	29	31
10	    465	465	0	0	20	28	33	37
11	    469	469	0	0	20	26	32	38
12	    474	474	0	0	20	26	30	34
13	    483	483	0	0	20	23	26	30
14	    487	487	0	0	20	21	23	23
15	    487	487	0	0	20	21	22	25
16	    480	480	0	0	20	24	26	29
17	    486	486	0	0	20	23	25	29
18	    460	460	0	0	20	27	32	36
19	    471	471	0	0	20	24	27	31
20	    459	459	0	0	20	27	38	50
21	    443	443	0	0	21	31	43	50
22	    447	447	0	0	21	31	35	40
23	    486	486	0	0	20	22	24	27
24	    471	471	0	0	20	26	29	33
25	    465	465	0	0	20	25	48	61
26	    423	423	0	0	21	35	45	49
27	    374	374	0	0	24	40	55	60
28	    405	405	0	0	24	36	41	48
29	    412	412	0	0	23	36	39	41
30	    441	441	0	0	21	33	42	46

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13642	454.733	0	0	20	30	39	63

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2U3NTZhNzktYjIzY2Y1MGEtZjFkZTQ4MGItMzQ0M2MxNzg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 913ece8e-bfb7-4f99-a9bc-065f15df817e, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 913ece8e-bfb7-4f99-a9bc-065f15df817e, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=N2U3NTZhNzktYjIzY2Y1MGEtZjFkZTQ4MGItMzQ0M2MxNzg=" 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, 913ece8e-bfb7-4f99-a9bc-065f15df817e, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=N2U3NTZhNzktYjIzY2Y1MGEtZjFkZTQ4MGItMzQ0M2MxNzg=
INFO     root:test_log_scenario.py:217 Count rows after insert 13323 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjQ1Y2YwZTctNzk3ZDg5N2MtNWZjZTQ3OTMtY2ZmOTI0ZDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7468f564-75e7-4e33-8ba1-88303009a15f, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7468f564-75e7-4e33-8ba1-88303009a15f, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=YjQ1Y2YwZTctNzk3ZDg5N2MtNWZjZTQ3OTMtY2ZmOTI0ZDY=" 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, 7468f564-75e7-4e33-8ba1-88303009a15f, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjQ1Y2YwZTctNzk3ZDg5N2MtNWZjZTQ3OTMtY2ZmOTI0ZDY=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2UyOTkyYzEtZjU0ODg0NmEtMzc4NjMzYmYtNDliZDViMDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 06855260-4180-4d7e-9c82-2efbc54a4f1d, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 06855260-4180-4d7e-9c82-2efbc54a4f1d, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=Y2UyOTkyYzEtZjU0ODg0NmEtMzc4NjMzYmYtNDliZDViMDc=" 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, 06855260-4180-4d7e-9c82-2efbc54a4f1d, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2UyOTkyYzEtZjU0ODg0NmEtMzc4NjMzYmYtNDliZDViMDc=
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:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/3h6f/0021bb/ydb/apps/ydb/ydb -e grpc://localhost:6430 -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    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWM0ZmUxZTEtNWRmN2VhNjEtOGIyMmQ0MTItZWEwYmY3YzA=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/3h6f/0021bb/ydb/apps/ydb/ydb -e grpc://localhost:6430 -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/3h6f/0021bb/ydb/apps/ydb/ydb -e grpc://localhost:6430 -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, 76c446b3-e622-4452-b4b7-abbff4e54f01, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWY1NDExMmMtYWU2MzM2MzItZGVhYWZkNGQtNTZjNzQ1NjE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 76c446b3-e622-4452-b4b7-abbff4e54f01, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=YWM0ZmUxZTEtNWRmN2VhNjEtOGIyMmQ0MTItZWEwYmY3YzA=" 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.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ae0eb6f7-2b5d-4012-a0dd-4a20d069d39e, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWU5MWMxZWQtZDIyM2FjNzgtOGViODAwN2YtZTc5MDU1NGE=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 76c446b3-e622-4452-b4b7-abbff4e54f01, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ae0eb6f7-2b5d-4012-a0dd-4a20d069d39e, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=NWY1NDExMmMtYWU2MzM2MzItZGVhYWZkNGQtNTZjNzQ1NjE=" 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, 9643ddf4-8464-4dce-8905-fa5bafc7d88b, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9643ddf4-8464-4dce-8905-fa5bafc7d88b, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=YWU5MWMxZWQtZDIyM2FjNzgtOGViODAwN2YtZTc5MDU1NGE=" 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, 9643ddf4-8464-4dce-8905-fa5bafc7d88b, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/3h6f/0021bb/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:6430', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ae0eb6f7-2b5d-4012-a0dd-4a20d069d39e, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzFhYTI2ODgtMWQ5OWQxYzktMzQ4MjgzZWItODlmYmE0OGY=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:628 Command pid: 1708517
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 765e562b-5db4-4a38-83fd-876d152cc9e4, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTdiMzRiNDYtMWVkZmM2MzUtZTVkNDM4YmEtNjBlYzYzNWQ=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/3h6f/0021bb/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:6430', '-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:63 RpcState(ExecuteQuery, 765e562b-5db4-4a38-83fd-876d152cc9e4, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=MzFhYTI2ODgtMWQ5OWQxYzktMzQ4MjgzZWItODlmYmE0OGY=" 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, 9f9b97bc-7638-4f15-b341-7f28e0f6f412, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzgwOTNjOGQtYmFmNDhlMTEtMmEzNDc3ZDgtNWMwZDRkN2M=
DEBUG    ya.test:process.py:628 Command pid: 1708519
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/3h6f/0021bb/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:6430', '-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.connection:connection.py:63 RpcState(ExecuteQuery, 9f9b97bc-7638-4f15-b341-7f28e0f6f412, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=MTdiMzRiNDYtMWVkZmM2MzUtZTVkNDM4YmEtNjBlYzYzNWQ=" 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, 765e562b-5db4-4a38-83fd-876d152cc9e4, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4b195395-cb0e-4c34-bade-ab3d32c3ebf8, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODczMmNkYjUtY2EyZTk2MjgtN2JmZjJiOTItNjRjM2ViYmM=
DEBUG    ya.test:process.py:628 Command pid: 1708520
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9f9b97bc-7638-4f15-b341-7f28e0f6f412, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4b195395-cb0e-4c34-bade-ab3d32c3ebf8, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=MzgwOTNjOGQtYmFmNDhlMTEtMmEzNDc3ZDgtNWMwZDRkN2M=" 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, 7fd88d62-3aed-4b84-8d86-64197ba38f86, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2U3NTZhNzktYjIzY2Y1MGEtZjFkZTQ4MGItMzQ0M2MxNzg=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7fd88d62-3aed-4b84-8d86-64197ba38f86, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=ODczMmNkYjUtY2EyZTk2MjgtN2JmZjJiOTItNjRjM2ViYmM=" 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, 4b195395-cb0e-4c34-bade-ab3d32c3ebf8, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 292b85cd-5b70-4a3c-90dd-702b2d8965db, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjQ1Y2YwZTctNzk3ZDg5N2MtNWZjZTQ3OTMtY2ZmOTI0ZDY=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7fd88d62-3aed-4b84-8d86-64197ba38f86, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2UyOTkyYzEtZjU0ODg0NmEtMzc4NjMzYmYtNDliZDViMDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 97b83e68-1947-4917-a20d-ef5d91184f9b, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 292b85cd-5b70-4a3c-90dd-702b2d8965db, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=N2U3NTZhNzktYjIzY2Y1MGEtZjFkZTQ4MGItMzQ0M2MxNzg=" 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, 292b85cd-5b70-4a3c-90dd-702b2d8965db, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 97b83e68-1947-4917-a20d-ef5d91184f9b, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=YjQ1Y2YwZTctNzk3ZDg5N2MtNWZjZTQ3OTMtY2ZmOTI0ZDY=" 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, 2c448921-cc81-47d0-b014-b41af79cc65e, ghrun-ytw772vita.auto.internal:6430): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2c448921-cc81-47d0-b014-b41af79cc65e, ghrun-ytw772vita.auto.internal:6430): request = { session_id: "ydb://session/3?node_id=1&id=Y2UyOTkyYzEtZjU0ODg0NmEtMzc4NjMzYmYtNDliZDViMDc=" 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, 97b83e68-1947-4917-a20d-ef5d91184f9b, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2c448921-cc81-47d0-b014-b41af79cc65e, ghrun-ytw772vita.auto.internal:6430): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e4f90f56-16c2-45d0-9197-a2b384cebe8e, ghrun-ytw772vita.auto.internal:6430): 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:6430 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T15:20:10.667577479+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-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 82da7884-0515-4aba-8519-7b107bf28783, ghrun-ytw772vita.auto.internal:6430): 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:6430 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T15:20:10.667975697+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 2aba71c0-621f-4a51-bb02-68a6e98fe19b, ghrun-ytw772vita.auto.internal:6430): 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:6430 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T15:20:10.668204913+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6e5293a0-8d06-40b5-9e94-9719d8a95a08, ghrun-ytw772vita.auto.internal:6430): 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:6430 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T15:20:10.668005056+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 465894a9-1249-4527-9e63-055743026828, ghrun-ytw772vita.auto.internal:6430): 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:6430 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T15:20:10.668218782+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 31ef461c-399b-4ca4-b639-b9d8bd1a1715, ghrun-ytw772vita.auto.internal:6430): 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:6430 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T15:20:10.668174728+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 22f6c167-4989-48af-aa1d-69d726e8fecf, ghrun-ytw772vita.auto.internal:6430): 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:6430 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T15:20:10.668232463+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-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 76c446b3-e622-4452-b4b7-abbff4e54f01, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668330641+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ae0eb6f7-2b5d-4012-a0dd-4a20d069d39e, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.66850898+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-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a28480fe-08aa-4c66-9248-7f6eb186e962, ghrun-ytw772vita.auto.internal:6430): 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:6430 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T15:20:10.66777995+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9643ddf4-8464-4dce-8905-fa5bafc7d88b, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.66852383+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 765e562b-5db4-4a38-83fd-876d152cc9e4, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668554913+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9f9b97bc-7638-4f15-b341-7f28e0f6f412, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668567341+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4b195395-cb0e-4c34-bade-ab3d32c3ebf8, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668735062+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7fd88d62-3aed-4b84-8d86-64197ba38f86, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668750982+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 292b85cd-5b70-4a3c-90dd-702b2d8965db, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668764297+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 97b83e68-1947-4917-a20d-ef5d91184f9b, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.66896709+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2c448921-cc81-47d0-b014-b41af79cc65e, ghrun-ytw772vita.auto.internal:6430): 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-18T15:20:10.668983631+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-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b63a456c-ca17-4232-8267-8c0d3402c022, ghrun-ytw772vita.auto.internal:6430): 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:6430 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T15:20:10.66819053+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6a3a787a-b01f-459d-9f3e-c5998795173d, ghrun-ytw772vita.auto.internal:6430): 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:6430 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T15:20:10.668018435+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-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YWM0ZmUxZTEtNWRmN2VhNjEtOGIyMmQ0MTItZWEwYmY3YzA=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTdiMzRiNDYtMWVkZmM2MzUtZTVkNDM4YmEtNjBlYzYzNWQ=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-ytw772vita.auto.internal:6430
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 ghrun-ytw772vita.auto.internal:6430
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:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzgwOTNjOGQtYmFmNDhlMTEtMmEzNDc3ZDgtNWMwZDRkN2M=
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:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2UyOTkyYzEtZjU0ODg0NmEtMzc4NjMzYmYtNDliZDViMDc=
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: 9 < 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: 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". Check endpoint correctness.
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 1708517) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1708517) elapsed time (sec): 30.2322359085083
DEBUG    ya.test:process.py:263 Command (pid 1708517) wtime: 30.238
DEBUG    ya.test:process.py:275 Command (pid 1708517) 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	      0	0	0	10	0	0	0	0
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	0	0	0	0	0
8	      0	0	0	0	0	0	0	0
9	      0	0	0	1000	0	0	0	0
10	      0	0	0	1526	0	0	0	0
11	      0	0	0	1340	0	0	0	0
12	      0	0	0	1154	0	0	0	0
13	      0	0	0	1018	0	0	0	0
14	      0	0	0	1442	0	0	0	0
15	      0	0	0	1382	0	0	0	0
16	      0	0	0	1476	0	0	0	0
17	      0	0	0	1934	0	0	0	0
18	      0	0	0	1822	0	0	0	0
19	      0	0	0	1167	0	0	0	0
20	      0	0	0	1456	0	0	0	0
21	      0	0	0	1486	0	0	0	0
22	      0	0	0	1986	0	0	0	0
23	      0	0	0	1596	0	0	0	0
24	      0	0	0	1183	0	0	0	0
25	      0	0	0	1432	0	0	0	0
26	      0	0	0	1274	0	0	0	0
27	      0	0	0	1482	0	0	0	0
28	      0	0	0	1572	0	0	0	0
29	      0	0	0	990	0	0	0	0
30	      0	0	0	1210	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      0	0	0	30978	0	0	0	0

DEBUG    ya.test:process.py:276 Command (pid 1708517) 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 1708520) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1708520) elapsed time (sec): 30.237292289733887
DEBUG    ya.test:process.py:263 Command (pid 1708520) wtime: 30.242
DEBUG    ya.test:process.py:275 Command (pid 1708520) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     24	24	0	0	301	791	799	799
2	    101	101	0	0	93	138	147	152
3	    121	121	0	0	83	119	126	130
4	    121	121	0	0	82	107	118	138
5	    100	100	0	0	87	144	153	161
6	      0	0	0	10	0	0	0	0
7	      0	0	0	1	0	0	0	0
8	      0	0	0	0	0	0	0	0
9	      0	0	0	1014	0	0	0	0
10	      0	0	0	1761	0	0	0	0
11	      0	0	0	1349	0	0	0	0
12	      0	0	0	1180	0	0	0	0
13	      0	0	0	1032	0	0	0	0
14	      0	0	0	1119	0	0	0	0
15	      0	0	0	1317	0	0	0	0
16	      0	0	0	1411	0	0	0	0
17	      0	0	0	1775	0	0	0	0
18	      0	0	0	1736	0	0	0	0
19	      0	0	0	830	0	0	0	0
20	      0	0	0	971	0	0	0	0
21	      0	0	0	806	0	0	0	0
22	      0	0	0	1777	0	0	0	0
23	      0	0	0	1448	0	0	0	0
24	      0	0	0	1080	0	0	0	0
25	      0	0	0	1560	0	0	0	0
26	      0	0	0	1514	0	0	0	0
27	      0	0	0	1628	0	0	0	0
28	      0	0	0	1481	0	0	0	0
29	      0	0	0	1178	0	0	0	0
30	      0	0	0	1073	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    467	15.5667	0	29051	87	148	755	799

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

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    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 1708519) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1708519) elapsed time (sec): 30.29062819480896
DEBUG    ya.test:process.py:263 Command (pid 1708519) wtime: 30.299
DEBUG    ya.test:process.py:275 Command (pid 1708519) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     40	40	0	0	124	643	651	651
2	    132	132	0	0	68	117	134	141
3	    161	161	0	0	58	100	104	120
4	    160	160	0	0	60	86	102	105
5	    131	131	0	0	65	110	126	131
6	      0	0	0	0	0	0	0	0
7	      0	0	0	0	0	0	0	0
8	      0	0	0	0	0	0	0	0
9	      0	0	0	692	0	0	0	0
10	      0	0	0	1729	0	0	0	0
11	      0	0	0	1255	0	0	0	0
12	      0	0	0	871	0	0	0	0
13	      0	0	0	837	0	0	0	0
14	      0	0	0	1086	0	0	0	0
15	      0	0	0	1304	0	0	0	0
16	      0	0	0	1378	0	0	0	0
17	      0	0	0	1663	0	0	0	0
18	      0	0	0	1393	0	0	0	0
19	      0	0	0	1177	0	0	0	0
20	      0	0	0	1288	0	0	0	0
21	      0	0	0	1401	0	0	0	0
22	      0	0	0	1733	0	0	0	0
23	      0	0	0	1374	0	0	0	0
24	      0	0	0	1142	0	0	0	0
25	      0	0	0	1045	0	0	0	0
26	      0	0	0	611	0	0	0	0
27	      0	0	0	0	0	0	0	0
28	      0	0	0	0	0	0	0	0
29	      0	0	0	542	0	0	0	0
30	      0	0	0	936	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    624	20.8	0	23457	64	117	635	651

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

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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
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:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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, 4332fb40-9c71-41ae-89d7-be95f953100a, localhost:1589): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4332fb40-9c71-41ae-89d7-be95f953100a, localhost:1589): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4332fb40-9c71-41ae-89d7-be95f953100a, localhost:1589): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ytw772vita.auto.internal" port: 1589 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-ytw772vita.auto.internal:1589, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1589
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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.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, e57f6cbb-7ae1-4043-b83b-67c3523e9f04, localhost:1589): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e57f6cbb-7ae1-4043-b83b-67c3523e9f04, localhost:1589): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e57f6cbb-7ae1-4043-b83b-67c3523e9f04, localhost:1589): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-ytw772vita.auto.internal" port: 1589 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-ytw772vita.auto.internal:1589, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1589
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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.connection:connection.py:549 Closing channel for endpoint localhost:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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:6430
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:6430". 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 ===============================
311.60s call     test_log_scenario.py::TestLogScenario::test_log_uniform
27.63s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
18.39s setup    test_insert.py::TestInsertStatement::test_plain
15.25s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
11.93s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
11.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
7.80s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
6.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
5.12s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
4.01s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
3.76s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.76s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
3.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
1.10s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.92s call     test_insert.py::TestInsertStatement::test_plain
0.03s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_uniform

(14 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/3h6f/0021bb/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/3h6f/0021bb/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-18T15:20:02.621325Z): source_id=112;tablet_id=72075186224037969;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 @ 0xA78C915
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA784E56
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB61AFC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5FAA0B
4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DE03D8
5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DE012F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5D5C3D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141716EB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DB7D57
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D09263
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D09263
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D06083
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D0CB37
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x1418F4D8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CC937E5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5BDED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB60BA74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB60FB34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB60F740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB61032E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA78E56C
21. ??:0: ?? @ 0x7F2AB03FAAC2
22. ??:0: ?? @ 0x7F2AB048C8BF
============== 1 failed, 10 passed, 1 error in 434.82s (0:07:14) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3h6f/0021ca/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 110 items

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

============================== slowest durations ===============================
22.22s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
13.30s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
13.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
12.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
12.47s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
12.12s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
12.04s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
10.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
6.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
5.47s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
4.57s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
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-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 128.76s (0:02:08) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3h6f/0021d9/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 110 items

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

============================== slowest durations ===============================
18.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
16.24s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
13.84s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
13.03s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
12.97s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
12.84s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
11.97s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
10.93s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
10.11s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
5.08s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
4.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
1.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 132.28s (0:02:12) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3h6f/0021b7/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 110 items

test_overloads.py .......

============================== slowest durations ===============================
112.94s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
107.17s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
91.38s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
90.47s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
81.88s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
20.07s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
16.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability

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

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/3h6f/0021b7/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/3h6f/0021b7/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/3h6f/0021b7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/3h6f/0021b7', '--source-root', '/home/runner/.ya/build/build_root/3h6f/0021b7/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/3h6f/0021b7/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/10263969520/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/3h6f/0021b7/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/3h6f/0021b7/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/3h6f/0021b7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/3h6f/0021b7', '--source-root', '/home/runner/.ya/build/build_root/3h6f/0021b7/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/3h6f/0021b7/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/10263969520/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/3h6f/0021cf/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 110 items

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

============================== slowest durations ===============================
16.17s setup    test_select.py::TestSelect::test_incorrect
13.42s setup    test_replace.py::TestReplace::test_incorrect
4.35s setup    test_update.py::TestUpdate::test_incorrect
1.60s call     test_replace.py::TestReplace::test_replace_total
1.44s call     test_replace.py::TestReplace::test_replace_rollback
1.01s call     test_replace.py::TestReplace::test_partial_replace
0.92s call     test_replace.py::TestReplace::test_replace_with_nulls
0.69s call     test_select.py::TestSelect::test_json_query
0.65s call     test_update.py::TestUpdate::test_update_many_rows
0.58s call     test_update.py::TestUpdate::test_partial_update
0.50s call     test_replace.py::TestReplace::test_incorrect
0.40s call     test_update.py::TestUpdate::test_update_pk
0.37s call     test_select.py::TestSelect::test_incorrect
0.30s call     test_update.py::TestUpdate::test_incorrect
0.03s setup    test_replace.py::TestReplace::test_replace_with_nulls
0.01s setup    test_replace.py::TestReplace::test_replace_total

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 43.41s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/3h6f/0021b3/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 110 items

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

============================== slowest durations ===============================
383.03s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
58.06s call     zip_bomb.py::TestZipBomb::test
28.43s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
21.13s setup    test_update.py::TestUpdate::test_update_rollback
17.01s teardown zip_bomb.py::TestZipBomb::test
11.64s setup    zip_bomb.py::TestZipBomb::test
10.53s setup    test_upsert.py::TestUpsert::test_copy_full
7.04s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
1.53s call     test_update.py::TestUpdate::test_update_rollback
1.23s call     test_update.py::TestUpdate::test_update_single_column
1.03s call     test_upsert.py::TestUpsert::test_copy_full
1.00s call     test_upsert.py::TestUpsert::test_count
0.94s call     test_upsert.py::TestUpsert::test_partial_update
0.91s call     test_update.py::TestUpdate::test_update_single_row
0.91s call     test_upsert.py::TestUpsert::test_copy_partial
0.63s call     test_upsert.py::TestUpsert::test_insert_nulls
0.54s call     test_upsert.py::TestUpsert::test_incorrect

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 546.68s (0:09:06) ========================
