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

data_read_correctness.py ...
order_by_with_limit.py .FFF
tablets_movement.py ..
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=ZGUzYTc1OWMtODQ0ZjY4ZDEtNjg1N2YwZGYtNWFmN2E1NzM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4319d8c8-3a1e-4143-84d9-91b820184947, ghrun-gnqs3oduxq.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4319d8c8-3a1e-4143-84d9-91b820184947, ghrun-gnqs3oduxq.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZGUzYTc1OWMtODQ0ZjY4ZDEtNjg1N2YwZGYtNWFmN2E1NzM=" 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, 4319d8c8-3a1e-4143-84d9-91b820184947, ghrun-gnqs3oduxq.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZGUzYTc1OWMtODQ0ZjY4ZDEtNjg1N2YwZGYtNWFmN2E1NzM=
---------------------------- 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=ZGUzYTc1OWMtODQ0ZjY4ZDEtNjg1N2YwZGYtNWFmN2E1NzM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 74981a3f-0d8f-4875-8b27-97e5b2a6200f, ghrun-gnqs3oduxq.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 74981a3f-0d8f-4875-8b27-97e5b2a6200f, ghrun-gnqs3oduxq.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZGUzYTc1OWMtODQ0ZjY4ZDEtNjg1N2YwZGYtNWFmN2E1NzM=" 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, 74981a3f-0d8f-4875-8b27-97e5b2a6200f, ghrun-gnqs3oduxq.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZGUzYTc1OWMtODQ0ZjY4ZDEtNjg1N2YwZGYtNWFmN2E1NzM=
---------------------------- 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=ZGUzYTc1OWMtODQ0ZjY4ZDEtNjg1N2YwZGYtNWFmN2E1NzM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9ddf6c1f-3a78-4661-9351-3c9399d564f8, ghrun-gnqs3oduxq.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9ddf6c1f-3a78-4661-9351-3c9399d564f8, ghrun-gnqs3oduxq.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZGUzYTc1OWMtODQ0ZjY4ZDEtNjg1N2YwZGYtNWFmN2E1NzM=" 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, 9ddf6c1f-3a78-4661-9351-3c9399d564f8, ghrun-gnqs3oduxq.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZGUzYTc1OWMtODQ0ZjY4ZDEtNjg1N2YwZGYtNWFmN2E1NzM=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
174.28s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
105.53s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
100.50s call     tablets_movement.py::TestTabletsMovement::test[ROW]
43.42s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
7.75s call     test_create.py::TestCreate::test_create_decimals
7.46s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
6.25s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
5.05s setup    test_create.py::TestCreate::test_create_all_opt_ints
3.79s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.53s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
0.90s call     test_create.py::TestCreate::test_create_all_opt_ints
0.84s call     test_create.py::TestCreate::test_create_all_req_ints
0.70s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.67s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.30s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.15s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.15s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.03s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.02s teardown test_create.py::TestCreate::test_create_all_req_ints
0.01s setup    test_create.py::TestCreate::test_create_decimals
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    data_read_correctness.py::TestDataReadCorrectness::test[table]
0.01s setup    test_create.py::TestCreate::test_create_all_req_ints
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]

(10 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, 9 passed in 462.90s (0:07:42) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1a8x/002675/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_create.py ....
test_cs_many_updates.py drop table: 20.3 ms
create table: 470.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 40.3
    "min_ms": 26.2
    "median_ms": 35.3
    "max_ms": 84.3
    "stdev_ms": 17.6
select count(*) after initial inserts: 176.3 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 68.0
    "min_ms": 45.8
    "median_ms": 62.8
    "max_ms": 180.3
    "stdev_ms": 18.1
select count(*) after all modifications: 3543.0 ms
select all: 3896.2 ms
delete from table: 3144.5 ms
select all after delete: 3083.0 ms
.drop table: 44.0 ms
create table: 488.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.8
    "min_ms": 24.4
    "median_ms": 30.6
    "max_ms": 42.9
    "stdev_ms": 5.5
select count(*) after initial inserts: 113.0 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 61.8
    "min_ms": 44.6
    "median_ms": 57.9
    "max_ms": 108.1
    "stdev_ms": 12.6
updates (step 1):
    "runs": 200
    "avg_ms": 178.1
    "min_ms": 136.3
    "median_ms": 174.4
    "max_ms": 270.2
    "stdev_ms": 27.1
upserts (step 2):
    "runs": 200
    "avg_ms": 26.0
    "min_ms": 21.6
    "median_ms": 25.7
    "max_ms": 44.5
    "stdev_ms": 2.5
select count(*) after all modifications: 336.5 ms
select all: 351.0 ms
delete from table: 391.6 ms
select all after delete: 316.7 ms
.drop table: 30.6 ms
create table: 431.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.8
    "min_ms": 26.4
    "median_ms": 30.6
    "max_ms": 35.7
    "stdev_ms": 2.6
select count(*) after initial inserts: 99.1 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 106.9
    "min_ms": 60.1
    "median_ms": 103.7
    "max_ms": 212.4
    "stdev_ms": 16.3
select count(*) after all modifications: 181.3 ms
select all: 203.3 ms
delete from table: 254.6 ms
select all after delete: 227.8 ms
.drop table: 25.2 ms
create table: 350.5 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.7
    "min_ms": 26.1
    "median_ms": 29.8
    "max_ms": 30.9
    "stdev_ms": 1.1
select count(*) after initial inserts: 75.9 ms
updates (step 0):
    "runs": 150
    "avg_ms": 97.9
    "min_ms": 81.3
    "median_ms": 97.3
    "max_ms": 122.4
    "stdev_ms": 7.7
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 69.3
    "min_ms": 58.2
    "median_ms": 65.9
    "max_ms": 106.0
    "stdev_ms": 9.6
select count(*) after all modifications: 537.7 ms
select all: 424.3 ms
delete from table: 500.9 ms
select all after delete: 392.8 ms
.drop table: 62.9 ms
create table: 700.9 ms
initial inserts:
    "runs": 20
    "avg_ms": 40.0
    "min_ms": 28.0
    "median_ms": 36.7
    "max_ms": 70.1
    "stdev_ms": 10.4
select count(*) after initial inserts: 141.2 ms
updates (step 0):
    "runs": 200
    "avg_ms": 157.5
    "min_ms": 101.4
    "median_ms": 151.2
    "max_ms": 374.8
    "stdev_ms": 35.1
upserts (step 1):
    "runs": 200
    "avg_ms": 34.7
    "min_ms": 24.4
    "median_ms": 32.4
    "max_ms": 83.4
    "stdev_ms": 8.3
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 111.8
    "min_ms": 85.3
    "median_ms": 105.8
    "max_ms": 268.4
    "stdev_ms": 25.7
select count(*) after all modifications: 783.6 ms
select all: 672.7 ms
delete from table: 817.8 ms
select all after delete: 636.5 ms
.drop table: 54.2 ms
create table: 887.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 43.2
    "min_ms": 28.1
    "median_ms": 46.7
    "max_ms": 52.6
    "stdev_ms": 8.2
select count(*) after initial inserts: 119.6 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 47.9
    "min_ms": 25.2
    "median_ms": 44.3
    "max_ms": 143.8
    "stdev_ms": 15.9
select count(*) after all modifications: 863.1 ms
select all: 393.6 ms
delete from table: 543.6 ms
select all after delete: 807.7 ms
.Generated operation sequence:
  0. BULK_UPSERT: 12 operations
  1. UPSERT: 2 operations
  2. UPSERT: 15 operations
  3. UPSERT: 1 operations
  4. UPSERT: 13 operations
  5. BULK_UPSERT: 15 operations
  6. UPDATE: 18 operations
  7. BULK_UPSERT: 8 operations
  8. UPDATE: 10 operations
  9. UPSERT: 12 operations
drop table: 61.6 ms
create table: 790.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 47.5
    "min_ms": 32.3
    "median_ms": 47.1
    "max_ms": 80.5
    "stdev_ms": 13.9
select count(*) after initial inserts: 146.5 ms
bulk_upserts (step 0):
    "runs": 12
    "avg_ms": 85.5
    "min_ms": 54.6
    "median_ms": 74.5
    "max_ms": 145.7
    "stdev_ms": 27.5
upserts (step 1):
    "runs": 20
    "avg_ms": 52.3
    "min_ms": 29.2
    "median_ms": 48.6
    "max_ms": 103.2
    "stdev_ms": 18.1
upserts (step 2):
    "runs": 150
    "avg_ms": 51.7
    "min_ms": 26.6
    "median_ms": 48.2
    "max_ms": 100.7
    "stdev_ms": 17.4
upserts (step 3):
    "runs": 10
    "avg_ms": 38.9
    "min_ms": 26.8
    "median_ms": 40.1
    "max_ms": 58.2
    "stdev_ms": 8.7
upserts (step 4):
    "runs": 130
    "avg_ms": 51.0
    "min_ms": 27.6
    "median_ms": 48.6
    "max_ms": 99.8
    "stdev_ms": 14.7
bulk_upserts (step 5):
    "runs": 15
    "avg_ms": 95.6
    "min_ms": 60.5
    "median_ms": 95.4
    "max_ms": 129.4
    "stdev_ms": 18.8
updates (step 6):
    "runs": 180
    "avg_ms": 242.3
    "min_ms": 171.8
    "median_ms": 237.9
    "max_ms": 424.0
    "stdev_ms": 43.0
bulk_upserts (step 7):
    "runs": 8
    "avg_ms": 112.2
    "min_ms": 82.8
    "median_ms": 115.3
    "max_ms": 160.6
    "stdev_ms": 29.9
updates (step 8):
    "runs": 100
    "avg_ms": 252.7
    "min_ms": 187.4
    "median_ms": 241.6
    "max_ms": 406.4
    "stdev_ms": 46.0
upserts (step 9):
    "runs": 120
    "avg_ms": 49.4
    "min_ms": 26.6
    "median_ms": 43.2
    "max_ms": 146.2
    "stdev_ms": 21.4
select count(*) after all modifications: 433.5 ms
select all: 429.5 ms
delete from table: 483.6 ms
select all after delete: 511.7 ms
.
test_delete.py .

============================== slowest durations ===============================
108.67s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
97.33s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
54.26s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
52.04s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
49.37s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
48.78s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
24.39s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
10.50s setup    test_create.py::TestCreate::test_create_real_opt
7.13s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
5.94s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
4.77s setup    test_delete.py::TestDelete::test_delete_rollback
1.43s call     test_delete.py::TestDelete::test_delete_rollback
1.35s call     test_create.py::TestCreate::test_create_strings_opt
0.85s call     test_create.py::TestCreate::test_create_real_opt
0.67s call     test_create.py::TestCreate::test_create_real_req
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s 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_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
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 teardown test_create.py::TestCreate::test_create_real_opt
0.01s setup    test_create.py::TestCreate::test_create_real_req
0.01s teardown 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]

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

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

============================== slowest durations ===============================
11.74s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.82s call     test_delete.py::TestDelete::test_delete_where[True-0]
1.44s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.43s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
1.35s call     test_delete.py::TestDelete::test_delete_where[False-100]
1.15s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
1.10s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
1.02s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
1.02s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.97s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.96s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.86s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.82s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]

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

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

============================== slowest durations ===============================
13.63s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
8.18s setup    test_delete.py::TestDelete::test_incorrect
1.96s call     test_insert.py::TestInsertStatement::test_copy_partial
1.60s call     test_insert.py::TestInsertStatement::test_copy_full
1.19s call     test_insert.py::TestInsertStatement::test_duplicate
1.06s call     test_insert.py::TestInsertStatement::test_insert_rollback
1.02s call     test_insert.py::TestInsertStatement::test_incorrect
0.87s call     test_insert.py::TestInsertStatement::test_plain
0.79s call     test_insert.py::TestInsertStatement::test_bulk
0.74s call     test_delete.py::TestDelete::test_incorrect
0.72s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.63s call     test_insert.py::TestInsertStatement::test_out_of_range
0.60s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.58s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.01s setup    test_insert.py::TestInsertStatement::test_insert_rollback

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

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

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:702: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/1a8x/002677/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/1a8x/002677/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-19T11:41:47.754205Z): source_id=335;tablet_id=72075186224037968;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA779755
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA771C96
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB607FC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E89DB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCD258
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCCFAF
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C3AED
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141877FB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCE627
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1F433
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1F433
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D1C253
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D22D07
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A55E8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA75F5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5AAED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F8A74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FCB34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FC740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FD32E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77B3AC
E   21. ??:0: ?? @ 0x7F1713EE9AC2
E   22. ??:0: ?? @ 0x7F1713F7B8BF
------------------------------ 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/1a8x/002677/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/1a8x/002677/ydb/apps/ydb/ydb -e grpc://localhost:18797 -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/1a8x/002677/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18797', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1956646
DEBUG    ya.test:process.py:259 Command (pid 1956646) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1956646) elapsed time (sec): 0.5559020042419434
DEBUG    ya.test:process.py:263 Command (pid 1956646) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) maxrss: 615492
DEBUG    ya.test:process.py:263 Command (pid 1956646) minflt: 3549
DEBUG    ya.test:process.py:263 Command (pid 1956646) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 1956646) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) nvcsw: 168
DEBUG    ya.test:process.py:263 Command (pid 1956646) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1956646) stime: 0.036694
DEBUG    ya.test:process.py:263 Command (pid 1956646) utime: 0.053002999999999995
DEBUG    ya.test:process.py:263 Command (pid 1956646) wtime: 0.557
DEBUG    ya.test:process.py:275 Command (pid 1956646) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1956646) 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/1a8x/002677/ydb/apps/ydb/ydb -e grpc://localhost:18797 -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/1a8x/002677/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18797', '-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: 1957125
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 1957125) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1957125) elapsed time (sec): 30.197982788085938
DEBUG    ya.test:process.py:263 Command (pid 1957125) wtime: 30.202
DEBUG    ya.test:process.py:275 Command (pid 1957125) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    342	342	0	0	24	52	65	71
2	    346	346	0	0	24	53	65	70
3	    365	365	0	0	23	52	76	81
4	    365	365	0	0	26	39	50	55
5	    428	428	0	0	21	37	53	64
6	    381	381	0	0	24	42	52	54
7	    393	393	0	0	24	35	39	43
8	    369	369	0	0	25	41	46	49
9	    395	395	0	0	23	39	52	57
10	    423	423	0	0	22	32	39	43
11	    417	417	0	0	23	33	39	40
12	    401	401	0	0	23	37	41	47
13	    403	403	0	0	23	36	47	52
14	    393	393	0	0	23	39	52	57
15	    432	432	0	0	21	34	45	55
16	    451	451	0	0	21	29	34	44
17	    441	441	0	0	21	30	35	41
18	    464	464	0	0	20	26	30	41
19	    450	450	0	0	21	28	36	43
20	    440	440	0	0	21	31	58	64
21	    422	422	0	0	21	37	45	50
22	    407	407	0	0	22	36	55	59
23	    428	428	0	0	22	33	38	40
24	    465	465	0	0	21	28	31	33
25	    443	443	0	0	21	30	34	39
26	    459	459	0	0	20	27	33	39
27	    455	455	0	0	21	28	42	51
28	    463	463	0	0	20	26	34	38
29	    455	455	0	0	21	27	30	33
30	    464	464	0	0	20	30	34	37

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  12560	418.667	0	0	22	36	49	81

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRlMTQ4ZjQtODRmMzhlZDctZWNhOTE2MWYtNDdlNmI3YjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fd045c61-4d51-45b1-8c2a-62b22ec63112, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fd045c61-4d51-45b1-8c2a-62b22ec63112, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=YzRlMTQ4ZjQtODRmMzhlZDctZWNhOTE2MWYtNDdlNmI3YjM=" 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, fd045c61-4d51-45b1-8c2a-62b22ec63112, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRlMTQ4ZjQtODRmMzhlZDctZWNhOTE2MWYtNDdlNmI3YjM=
INFO     root:test_log_scenario.py:217 Count rows after insert 12278 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzlmOTZiZDItNzAzNDI3MzQtYjlhNzcyZWYtNjg3YTYzNGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a2856479-1320-4eab-b0ff-e479e1963353, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a2856479-1320-4eab-b0ff-e479e1963353, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=YzlmOTZiZDItNzAzNDI3MzQtYjlhNzcyZWYtNjg3YTYzNGQ=" 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, a2856479-1320-4eab-b0ff-e479e1963353, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzlmOTZiZDItNzAzNDI3MzQtYjlhNzcyZWYtNjg3YTYzNGQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDI1ZGRjYTUtNjI4MzQ0NDktYjMxNjQ0MTgtNjQxM2JmMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f9ec92ac-8c89-4af9-aeb4-8ed6c2fc772b, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f9ec92ac-8c89-4af9-aeb4-8ed6c2fc772b, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=ZDI1ZGRjYTUtNjI4MzQ0NDktYjMxNjQ0MTgtNjQxM2JmMmU=" 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, f9ec92ac-8c89-4af9-aeb4-8ed6c2fc772b, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDI1ZGRjYTUtNjI4MzQ0NDktYjMxNjQ0MTgtNjQxM2JmMmU=
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
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWJlYjlhYTMtYWU3MmY1NTMtZjcwMWU5YzYtMjZlMDg3NmI=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/1a8x/002677/ydb/apps/ydb/ydb -e grpc://localhost:18797 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/1a8x/002677/ydb/apps/ydb/ydb -e grpc://localhost:18797 -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/1a8x/002677/ydb/apps/ydb/ydb -e grpc://localhost:18797 -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, d10580c4-8e3f-4ce0-b1e6-07b77a73c23d, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTkyZjYyODAtZGE5ZThlMDQtYTRhZjhlNGYtY2U0NjJhOTA=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d10580c4-8e3f-4ce0-b1e6-07b77a73c23d, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=MWJlYjlhYTMtYWU3MmY1NTMtZjcwMWU5YzYtMjZlMDg3NmI=" 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, 92f00450-4233-434a-aeec-8605c105721c, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjU0ODhmZmQtZjA0N2I3MDYtMjZiZDFmYmQtNGFlYjk5NjM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 92f00450-4233-434a-aeec-8605c105721c, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=OTkyZjYyODAtZGE5ZThlMDQtYTRhZjhlNGYtY2U0NjJhOTA=" 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, d10580c4-8e3f-4ce0-b1e6-07b77a73c23d, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 390e285d-1dc7-488f-84b6-f06b8a630c22, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdlOWUxMjktOWU1ZDY2MzItOTkxMjFhZTEtYmEwZDM0ODQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 92f00450-4233-434a-aeec-8605c105721c, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 390e285d-1dc7-488f-84b6-f06b8a630c22, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=NjU0ODhmZmQtZjA0N2I3MDYtMjZiZDFmYmQtNGFlYjk5NjM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1227355f-baf8-4c6e-a4f2-a904ed3bf714, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmI1NTAyNjktOTcyYTE4YjMtM2FiOTQzYjgtNDQ0N2M5YjA=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1227355f-baf8-4c6e-a4f2-a904ed3bf714, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=MzdlOWUxMjktOWU1ZDY2MzItOTkxMjFhZTEtYmEwZDM0ODQ=" 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, 390e285d-1dc7-488f-84b6-f06b8a630c22, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 553ed3c2-c04f-487f-af62-e288e6c736f4, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1a8x/002677/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18797', '-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.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWNkYTY1OGMtOWE1NDk0OGYtYWY0ZTFmMzItZDhiMjI1M2U=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1227355f-baf8-4c6e-a4f2-a904ed3bf714, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 553ed3c2-c04f-487f-af62-e288e6c736f4, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=MmI1NTAyNjktOTcyYTE4YjMtM2FiOTQzYjgtNDQ0N2M5YjA=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 1977995
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1a8x/002677/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18797', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzA4MmFjMS1iZDljNDdjYi0zZWMxNTJjNC03YTJlMjMxMQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, de019938-a890-43b7-942d-7efa61cd092f, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1a8x/002677/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18797', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 553ed3c2-c04f-487f-af62-e288e6c736f4, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 1977999
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5755ef51-e765-4db9-bb60-0b2202750825, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRlMTQ4ZjQtODRmMzhlZDctZWNhOTE2MWYtNDdlNmI3YjM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, de019938-a890-43b7-942d-7efa61cd092f, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=YWNkYTY1OGMtOWE1NDk0OGYtYWY0ZTFmMzItZDhiMjI1M2U=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 1978001
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5755ef51-e765-4db9-bb60-0b2202750825, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=MzA4MmFjMS1iZDljNDdjYi0zZWMxNTJjNC03YTJlMjMxMQ==" 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, 52fe9970-59cf-4153-b24b-9f3c53e88565, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzlmOTZiZDItNzAzNDI3MzQtYjlhNzcyZWYtNjg3YTYzNGQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, de019938-a890-43b7-942d-7efa61cd092f, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 52fe9970-59cf-4153-b24b-9f3c53e88565, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=YzRlMTQ4ZjQtODRmMzhlZDctZWNhOTE2MWYtNDdlNmI3YjM=" 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, 5755ef51-e765-4db9-bb60-0b2202750825, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, eb181df5-dc8b-40cd-82c4-cc9c8a8ba692, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDI1ZGRjYTUtNjI4MzQ0NDktYjMxNjQ0MTgtNjQxM2JmMmU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 52fe9970-59cf-4153-b24b-9f3c53e88565, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eb181df5-dc8b-40cd-82c4-cc9c8a8ba692, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=YzlmOTZiZDItNzAzNDI3MzQtYjlhNzcyZWYtNjg3YTYzNGQ=" 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, 5f0fa443-c9f4-44cd-97ce-a11eef318e16, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5f0fa443-c9f4-44cd-97ce-a11eef318e16, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=ZDI1ZGRjYTUtNjI4MzQ0NDktYjMxNjQ0MTgtNjQxM2JmMmU=" 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, eb181df5-dc8b-40cd-82c4-cc9c8a8ba692, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5f0fa443-c9f4-44cd-97ce-a11eef318e16, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4d93956b-6597-4f72-b864-1c3f3c36819d, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:41:52.655531446+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 831ca617-5fa7-4280-9e1f-eb76809e34f2, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T11:41:52.655373469+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-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6216eaeb-7e90-49c9-b213-6d0506714473, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T11:41:52.655551392+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 2c3cb0eb-4bc7-42ae-928f-41f43135fd0d, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T11:41:52.655596294+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8c1b7f8a-adf6-4c55-bc2b-449f8fb7e2a8, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:41:52.655611477+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9a1f04a0-f1b6-492c-a2d3-1029667cf778, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:41:52.655634443+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b1cbd056-b25f-4966-9634-db2f781e09b5, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T11:41:52.655680441+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 72f7ed50-2ceb-4f8f-a054-a5b0129d97a4, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T11:41:52.6557153+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b5f28678-632b-4f92-b193-45c257c759f5, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:41:52.655694591+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cd7ca262-607e-4e06-8388-e5f873378f32, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:41:52.655648803+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d10580c4-8e3f-4ce0-b1e6-07b77a73c23d, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655729585+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 92f00450-4233-434a-aeec-8605c105721c, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655745946+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-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 390e285d-1dc7-488f-84b6-f06b8a630c22, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655773362+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1227355f-baf8-4c6e-a4f2-a904ed3bf714, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655794286+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, de019938-a890-43b7-942d-7efa61cd092f, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655831619+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 553ed3c2-c04f-487f-af62-e288e6c736f4, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655811729+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5755ef51-e765-4db9-bb60-0b2202750825, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655859659+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 52fe9970-59cf-4153-b24b-9f3c53e88565, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655887272+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, eb181df5-dc8b-40cd-82c4-cc9c8a8ba692, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655907391+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5f0fa443-c9f4-44cd-97ce-a11eef318e16, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655922967+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.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: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py: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.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:18797
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:18797". 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.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, 34077863-6a36-4d59-bceb-94bfdaa03ec0, localhost:22917): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 34077863-6a36-4d59-bceb-94bfdaa03ec0, localhost:22917): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 34077863-6a36-4d59-bceb-94bfdaa03ec0, localhost:22917): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnqs3oduxq.auto.internal" port: 22917 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-gnqs3oduxq.auto.internal:22917, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22917
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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    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 1977995) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1977995) elapsed time (sec): 30.184184312820435
DEBUG    ya.test:process.py:263 Command (pid 1977995) wtime: 30.188
DEBUG    ya.test:process.py:275 Command (pid 1977995) 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	      1	1	0	10	119	119	119	119
6	      0	0	0	1355	0	0	0	0
7	      0	0	0	1703	0	0	0	0
8	      0	0	0	1943	0	0	0	0
9	      0	0	0	1920	0	0	0	0
10	      0	0	0	2207	0	0	0	0
11	      0	0	0	2107	0	0	0	0
12	      0	0	0	2237	0	0	0	0
13	      0	0	0	1862	0	0	0	0
14	      0	0	0	1931	0	0	0	0
15	      0	0	0	1886	0	0	0	0
16	      0	0	0	2092	0	0	0	0
17	      0	0	0	2287	0	0	0	0
18	      0	0	0	1880	0	0	0	0
19	      0	0	0	1932	0	0	0	0
20	      0	0	0	1716	0	0	0	0
21	      0	0	0	996	0	0	0	0
22	      0	0	0	1004	0	0	0	0
23	      0	0	0	1516	0	0	0	0
24	      0	0	0	1162	0	0	0	0
25	      0	0	0	1407	0	0	0	0
26	      0	0	0	1626	0	0	0	0
27	      0	0	0	1850	0	0	0	0
28	      0	0	0	1319	0	0	0	0
29	      0	0	0	1588	0	0	0	0
30	      0	0	0	1879	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 1977995) 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 1977999) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1977999) elapsed time (sec): 30.19072461128235
DEBUG    ya.test:process.py:263 Command (pid 1977999) wtime: 30.197
DEBUG    ya.test:process.py:275 Command (pid 1977999) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	611	731	731	731
2	    108	108	0	0	81	503	535	547
3	    125	125	0	0	78	112	117	118
4	    133	133	0	0	70	105	113	117
5	     56	56	0	0	66	101	108	112
6	      0	0	0	1482	0	0	0	0
7	      0	0	0	1804	0	0	0	0
8	      0	0	0	2002	0	0	0	0
9	      0	0	0	1982	0	0	0	0
10	      0	0	0	2216	0	0	0	0
11	      0	0	0	2119	0	0	0	0
12	      0	0	0	2214	0	0	0	0
13	      0	0	0	1845	0	0	0	0
14	      0	0	0	1949	0	0	0	0
15	      0	0	0	1821	0	0	0	0
16	      0	0	0	2099	0	0	0	0
17	      0	0	0	2308	0	0	0	0
18	      0	0	0	1917	0	0	0	0
19	      0	0	0	1879	0	0	0	0
20	      0	0	0	1657	0	0	0	0
21	      0	0	0	852	0	0	0	0
22	      0	0	0	1083	0	0	0	0
23	      0	0	0	1533	0	0	0	0
24	      0	0	0	1110	0	0	0	0
25	      0	0	0	1448	0	0	0	0
26	      0	0	0	1632	0	0	0	0
27	      0	0	0	1834	0	0	0	0
28	      0	0	0	1212	0	0	0	0
29	      0	0	0	1549	0	0	0	0
30	      0	0	0	1949	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    432	14.4	0	43496	77	139	631	731

DEBUG    ya.test:process.py:276 Command (pid 1977999) 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 1978001) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1978001) elapsed time (sec): 30.201003313064575
DEBUG    ya.test:process.py:263 Command (pid 1978001) wtime: 30.205
DEBUG    ya.test:process.py:275 Command (pid 1978001) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	190	607	611	611
2	    140	140	0	0	61	363	439	447
3	    163	163	0	0	56	91	101	121
4	    178	178	0	0	52	85	92	97
5	     74	74	0	0	50	78	82	89
6	      0	0	0	1368	0	0	0	0
7	      0	0	0	1771	0	0	0	0
8	      0	0	0	1897	0	0	0	0
9	      0	0	0	1946	0	0	0	0
10	      0	0	0	2147	0	0	0	0
11	      0	0	0	2089	0	0	0	0
12	      0	0	0	2165	0	0	0	0
13	      0	0	0	1854	0	0	0	0
14	      0	0	0	1918	0	0	0	0
15	      0	0	0	1785	0	0	0	0
16	      0	0	0	1998	0	0	0	0
17	      0	0	0	2284	0	0	0	0
18	      0	0	0	1870	0	0	0	0
19	      0	0	0	1911	0	0	0	0
20	      0	0	0	1641	0	0	0	0
21	      0	0	0	857	0	0	0	0
22	      0	0	0	938	0	0	0	0
23	      0	0	0	1487	0	0	0	0
24	      0	0	0	1048	0	0	0	0
25	      0	0	0	1400	0	0	0	0
26	      0	0	0	1528	0	0	0	0
27	      0	0	0	1702	0	0	0	0
28	      0	0	0	1124	0	0	0	0
29	      0	0	0	1508	0	0	0	0
30	      0	0	0	1886	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    575	19.1667	0	42122	56	122	555	611

DEBUG    ya.test:process.py:276 Command (pid 1978001) 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.connection:connection.py:549 Closing channel for endpoint localhost:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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.connection:connection.py:549 Closing channel for endpoint localhost:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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.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, 18cf87c0-5e71-4307-a541-444459034db1, localhost:22917): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 18cf87c0-5e71-4307-a541-444459034db1, localhost:22917): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 18cf87c0-5e71-4307-a541-444459034db1, localhost:22917): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnqs3oduxq.auto.internal" port: 22917 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-gnqs3oduxq.auto.internal:22917, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22917
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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ad2224a6-a35e-46c4-8699-a679c4ad3cd7, localhost:22917): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ad2224a6-a35e-46c4-8699-a679c4ad3cd7, localhost:22917): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ad2224a6-a35e-46c4-8699-a679c4ad3cd7, localhost:22917): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnqs3oduxq.auto.internal" port: 22917 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-gnqs3oduxq.auto.internal:22917, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22917
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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-gnqs3oduxq'
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/1a8x/002677/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.1921557' in '/home/runner/.ya/build/build_root/1a8x/002677/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_0vnkg83s.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:18797/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26385
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5182
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8194
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18797
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29743
=================================== 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/1a8x/002677/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/1a8x/002677/ydb/apps/ydb/ydb -e grpc://localhost:18797 -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/1a8x/002677/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18797', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1956646
DEBUG    ya.test:process.py:259 Command (pid 1956646) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1956646) elapsed time (sec): 0.5559020042419434
DEBUG    ya.test:process.py:263 Command (pid 1956646) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) maxrss: 615492
DEBUG    ya.test:process.py:263 Command (pid 1956646) minflt: 3549
DEBUG    ya.test:process.py:263 Command (pid 1956646) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 1956646) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1956646) nvcsw: 168
DEBUG    ya.test:process.py:263 Command (pid 1956646) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1956646) stime: 0.036694
DEBUG    ya.test:process.py:263 Command (pid 1956646) utime: 0.053002999999999995
DEBUG    ya.test:process.py:263 Command (pid 1956646) wtime: 0.557
DEBUG    ya.test:process.py:275 Command (pid 1956646) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1956646) 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/1a8x/002677/ydb/apps/ydb/ydb -e grpc://localhost:18797 -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/1a8x/002677/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18797', '-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: 1957125
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 1957125) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1957125) elapsed time (sec): 30.197982788085938
DEBUG    ya.test:process.py:263 Command (pid 1957125) wtime: 30.202
DEBUG    ya.test:process.py:275 Command (pid 1957125) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    342	342	0	0	24	52	65	71
2	    346	346	0	0	24	53	65	70
3	    365	365	0	0	23	52	76	81
4	    365	365	0	0	26	39	50	55
5	    428	428	0	0	21	37	53	64
6	    381	381	0	0	24	42	52	54
7	    393	393	0	0	24	35	39	43
8	    369	369	0	0	25	41	46	49
9	    395	395	0	0	23	39	52	57
10	    423	423	0	0	22	32	39	43
11	    417	417	0	0	23	33	39	40
12	    401	401	0	0	23	37	41	47
13	    403	403	0	0	23	36	47	52
14	    393	393	0	0	23	39	52	57
15	    432	432	0	0	21	34	45	55
16	    451	451	0	0	21	29	34	44
17	    441	441	0	0	21	30	35	41
18	    464	464	0	0	20	26	30	41
19	    450	450	0	0	21	28	36	43
20	    440	440	0	0	21	31	58	64
21	    422	422	0	0	21	37	45	50
22	    407	407	0	0	22	36	55	59
23	    428	428	0	0	22	33	38	40
24	    465	465	0	0	21	28	31	33
25	    443	443	0	0	21	30	34	39
26	    459	459	0	0	20	27	33	39
27	    455	455	0	0	21	28	42	51
28	    463	463	0	0	20	26	34	38
29	    455	455	0	0	21	27	30	33
30	    464	464	0	0	20	30	34	37

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  12560	418.667	0	0	22	36	49	81

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRlMTQ4ZjQtODRmMzhlZDctZWNhOTE2MWYtNDdlNmI3YjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fd045c61-4d51-45b1-8c2a-62b22ec63112, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fd045c61-4d51-45b1-8c2a-62b22ec63112, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=YzRlMTQ4ZjQtODRmMzhlZDctZWNhOTE2MWYtNDdlNmI3YjM=" 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, fd045c61-4d51-45b1-8c2a-62b22ec63112, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzRlMTQ4ZjQtODRmMzhlZDctZWNhOTE2MWYtNDdlNmI3YjM=
INFO     root:test_log_scenario.py:217 Count rows after insert 12278 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzlmOTZiZDItNzAzNDI3MzQtYjlhNzcyZWYtNjg3YTYzNGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a2856479-1320-4eab-b0ff-e479e1963353, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a2856479-1320-4eab-b0ff-e479e1963353, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=YzlmOTZiZDItNzAzNDI3MzQtYjlhNzcyZWYtNjg3YTYzNGQ=" 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, a2856479-1320-4eab-b0ff-e479e1963353, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzlmOTZiZDItNzAzNDI3MzQtYjlhNzcyZWYtNjg3YTYzNGQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDI1ZGRjYTUtNjI4MzQ0NDktYjMxNjQ0MTgtNjQxM2JmMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f9ec92ac-8c89-4af9-aeb4-8ed6c2fc772b, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f9ec92ac-8c89-4af9-aeb4-8ed6c2fc772b, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=ZDI1ZGRjYTUtNjI4MzQ0NDktYjMxNjQ0MTgtNjQxM2JmMmU=" 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, f9ec92ac-8c89-4af9-aeb4-8ed6c2fc772b, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDI1ZGRjYTUtNjI4MzQ0NDktYjMxNjQ0MTgtNjQxM2JmMmU=
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
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWJlYjlhYTMtYWU3MmY1NTMtZjcwMWU5YzYtMjZlMDg3NmI=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/1a8x/002677/ydb/apps/ydb/ydb -e grpc://localhost:18797 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/1a8x/002677/ydb/apps/ydb/ydb -e grpc://localhost:18797 -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/1a8x/002677/ydb/apps/ydb/ydb -e grpc://localhost:18797 -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, d10580c4-8e3f-4ce0-b1e6-07b77a73c23d, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTkyZjYyODAtZGE5ZThlMDQtYTRhZjhlNGYtY2U0NjJhOTA=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d10580c4-8e3f-4ce0-b1e6-07b77a73c23d, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=MWJlYjlhYTMtYWU3MmY1NTMtZjcwMWU5YzYtMjZlMDg3NmI=" 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, 92f00450-4233-434a-aeec-8605c105721c, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjU0ODhmZmQtZjA0N2I3MDYtMjZiZDFmYmQtNGFlYjk5NjM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 92f00450-4233-434a-aeec-8605c105721c, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=OTkyZjYyODAtZGE5ZThlMDQtYTRhZjhlNGYtY2U0NjJhOTA=" 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, d10580c4-8e3f-4ce0-b1e6-07b77a73c23d, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 390e285d-1dc7-488f-84b6-f06b8a630c22, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzdlOWUxMjktOWU1ZDY2MzItOTkxMjFhZTEtYmEwZDM0ODQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 92f00450-4233-434a-aeec-8605c105721c, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 390e285d-1dc7-488f-84b6-f06b8a630c22, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=NjU0ODhmZmQtZjA0N2I3MDYtMjZiZDFmYmQtNGFlYjk5NjM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1227355f-baf8-4c6e-a4f2-a904ed3bf714, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmI1NTAyNjktOTcyYTE4YjMtM2FiOTQzYjgtNDQ0N2M5YjA=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1227355f-baf8-4c6e-a4f2-a904ed3bf714, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=MzdlOWUxMjktOWU1ZDY2MzItOTkxMjFhZTEtYmEwZDM0ODQ=" 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, 390e285d-1dc7-488f-84b6-f06b8a630c22, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 553ed3c2-c04f-487f-af62-e288e6c736f4, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1a8x/002677/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18797', '-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.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWNkYTY1OGMtOWE1NDk0OGYtYWY0ZTFmMzItZDhiMjI1M2U=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1227355f-baf8-4c6e-a4f2-a904ed3bf714, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 553ed3c2-c04f-487f-af62-e288e6c736f4, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=MmI1NTAyNjktOTcyYTE4YjMtM2FiOTQzYjgtNDQ0N2M5YjA=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 1977995
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1a8x/002677/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18797', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzA4MmFjMS1iZDljNDdjYi0zZWMxNTJjNC03YTJlMjMxMQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, de019938-a890-43b7-942d-7efa61cd092f, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/1a8x/002677/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18797', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 553ed3c2-c04f-487f-af62-e288e6c736f4, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 1977999
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5755ef51-e765-4db9-bb60-0b2202750825, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzRlMTQ4ZjQtODRmMzhlZDctZWNhOTE2MWYtNDdlNmI3YjM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, de019938-a890-43b7-942d-7efa61cd092f, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=YWNkYTY1OGMtOWE1NDk0OGYtYWY0ZTFmMzItZDhiMjI1M2U=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 1978001
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5755ef51-e765-4db9-bb60-0b2202750825, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=MzA4MmFjMS1iZDljNDdjYi0zZWMxNTJjNC03YTJlMjMxMQ==" 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, 52fe9970-59cf-4153-b24b-9f3c53e88565, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzlmOTZiZDItNzAzNDI3MzQtYjlhNzcyZWYtNjg3YTYzNGQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, de019938-a890-43b7-942d-7efa61cd092f, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 52fe9970-59cf-4153-b24b-9f3c53e88565, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=YzRlMTQ4ZjQtODRmMzhlZDctZWNhOTE2MWYtNDdlNmI3YjM=" 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, 5755ef51-e765-4db9-bb60-0b2202750825, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, eb181df5-dc8b-40cd-82c4-cc9c8a8ba692, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDI1ZGRjYTUtNjI4MzQ0NDktYjMxNjQ0MTgtNjQxM2JmMmU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 52fe9970-59cf-4153-b24b-9f3c53e88565, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eb181df5-dc8b-40cd-82c4-cc9c8a8ba692, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=YzlmOTZiZDItNzAzNDI3MzQtYjlhNzcyZWYtNjg3YTYzNGQ=" 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, 5f0fa443-c9f4-44cd-97ce-a11eef318e16, ghrun-gnqs3oduxq.auto.internal:18797): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5f0fa443-c9f4-44cd-97ce-a11eef318e16, ghrun-gnqs3oduxq.auto.internal:18797): request = { session_id: "ydb://session/3?node_id=1&id=ZDI1ZGRjYTUtNjI4MzQ0NDktYjMxNjQ0MTgtNjQxM2JmMmU=" 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, eb181df5-dc8b-40cd-82c4-cc9c8a8ba692, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5f0fa443-c9f4-44cd-97ce-a11eef318e16, ghrun-gnqs3oduxq.auto.internal:18797): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4d93956b-6597-4f72-b864-1c3f3c36819d, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:41:52.655531446+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 831ca617-5fa7-4280-9e1f-eb76809e34f2, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T11:41:52.655373469+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-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6216eaeb-7e90-49c9-b213-6d0506714473, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T11:41:52.655551392+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 2c3cb0eb-4bc7-42ae-928f-41f43135fd0d, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T11:41:52.655596294+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8c1b7f8a-adf6-4c55-bc2b-449f8fb7e2a8, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:41:52.655611477+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9a1f04a0-f1b6-492c-a2d3-1029667cf778, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:41:52.655634443+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b1cbd056-b25f-4966-9634-db2f781e09b5, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T11:41:52.655680441+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 72f7ed50-2ceb-4f8f-a054-a5b0129d97a4, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T11:41:52.6557153+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b5f28678-632b-4f92-b193-45c257c759f5, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:41:52.655694591+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cd7ca262-607e-4e06-8388-e5f873378f32, ghrun-gnqs3oduxq.auto.internal:18797): 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:18797 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T11:41:52.655648803+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d10580c4-8e3f-4ce0-b1e6-07b77a73c23d, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655729585+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 92f00450-4233-434a-aeec-8605c105721c, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655745946+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-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 390e285d-1dc7-488f-84b6-f06b8a630c22, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655773362+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1227355f-baf8-4c6e-a4f2-a904ed3bf714, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655794286+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, de019938-a890-43b7-942d-7efa61cd092f, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655831619+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 553ed3c2-c04f-487f-af62-e288e6c736f4, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655811729+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5755ef51-e765-4db9-bb60-0b2202750825, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655859659+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 52fe9970-59cf-4153-b24b-9f3c53e88565, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655887272+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, eb181df5-dc8b-40cd-82c4-cc9c8a8ba692, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655907391+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5f0fa443-c9f4-44cd-97ce-a11eef318e16, ghrun-gnqs3oduxq.auto.internal:18797): 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-19T11:41:52.655922967+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-gnqs3oduxq.auto.internal:18797
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.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: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py: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.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:18797
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:18797". 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.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, 34077863-6a36-4d59-bceb-94bfdaa03ec0, localhost:22917): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 34077863-6a36-4d59-bceb-94bfdaa03ec0, localhost:22917): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 34077863-6a36-4d59-bceb-94bfdaa03ec0, localhost:22917): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnqs3oduxq.auto.internal" port: 22917 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-gnqs3oduxq.auto.internal:22917, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22917
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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    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 1977995) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1977995) elapsed time (sec): 30.184184312820435
DEBUG    ya.test:process.py:263 Command (pid 1977995) wtime: 30.188
DEBUG    ya.test:process.py:275 Command (pid 1977995) 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	      1	1	0	10	119	119	119	119
6	      0	0	0	1355	0	0	0	0
7	      0	0	0	1703	0	0	0	0
8	      0	0	0	1943	0	0	0	0
9	      0	0	0	1920	0	0	0	0
10	      0	0	0	2207	0	0	0	0
11	      0	0	0	2107	0	0	0	0
12	      0	0	0	2237	0	0	0	0
13	      0	0	0	1862	0	0	0	0
14	      0	0	0	1931	0	0	0	0
15	      0	0	0	1886	0	0	0	0
16	      0	0	0	2092	0	0	0	0
17	      0	0	0	2287	0	0	0	0
18	      0	0	0	1880	0	0	0	0
19	      0	0	0	1932	0	0	0	0
20	      0	0	0	1716	0	0	0	0
21	      0	0	0	996	0	0	0	0
22	      0	0	0	1004	0	0	0	0
23	      0	0	0	1516	0	0	0	0
24	      0	0	0	1162	0	0	0	0
25	      0	0	0	1407	0	0	0	0
26	      0	0	0	1626	0	0	0	0
27	      0	0	0	1850	0	0	0	0
28	      0	0	0	1319	0	0	0	0
29	      0	0	0	1588	0	0	0	0
30	      0	0	0	1879	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 1977995) 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 1977999) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1977999) elapsed time (sec): 30.19072461128235
DEBUG    ya.test:process.py:263 Command (pid 1977999) wtime: 30.197
DEBUG    ya.test:process.py:275 Command (pid 1977999) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	611	731	731	731
2	    108	108	0	0	81	503	535	547
3	    125	125	0	0	78	112	117	118
4	    133	133	0	0	70	105	113	117
5	     56	56	0	0	66	101	108	112
6	      0	0	0	1482	0	0	0	0
7	      0	0	0	1804	0	0	0	0
8	      0	0	0	2002	0	0	0	0
9	      0	0	0	1982	0	0	0	0
10	      0	0	0	2216	0	0	0	0
11	      0	0	0	2119	0	0	0	0
12	      0	0	0	2214	0	0	0	0
13	      0	0	0	1845	0	0	0	0
14	      0	0	0	1949	0	0	0	0
15	      0	0	0	1821	0	0	0	0
16	      0	0	0	2099	0	0	0	0
17	      0	0	0	2308	0	0	0	0
18	      0	0	0	1917	0	0	0	0
19	      0	0	0	1879	0	0	0	0
20	      0	0	0	1657	0	0	0	0
21	      0	0	0	852	0	0	0	0
22	      0	0	0	1083	0	0	0	0
23	      0	0	0	1533	0	0	0	0
24	      0	0	0	1110	0	0	0	0
25	      0	0	0	1448	0	0	0	0
26	      0	0	0	1632	0	0	0	0
27	      0	0	0	1834	0	0	0	0
28	      0	0	0	1212	0	0	0	0
29	      0	0	0	1549	0	0	0	0
30	      0	0	0	1949	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    432	14.4	0	43496	77	139	631	731

DEBUG    ya.test:process.py:276 Command (pid 1977999) 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 1978001) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1978001) elapsed time (sec): 30.201003313064575
DEBUG    ya.test:process.py:263 Command (pid 1978001) wtime: 30.205
DEBUG    ya.test:process.py:275 Command (pid 1978001) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	190	607	611	611
2	    140	140	0	0	61	363	439	447
3	    163	163	0	0	56	91	101	121
4	    178	178	0	0	52	85	92	97
5	     74	74	0	0	50	78	82	89
6	      0	0	0	1368	0	0	0	0
7	      0	0	0	1771	0	0	0	0
8	      0	0	0	1897	0	0	0	0
9	      0	0	0	1946	0	0	0	0
10	      0	0	0	2147	0	0	0	0
11	      0	0	0	2089	0	0	0	0
12	      0	0	0	2165	0	0	0	0
13	      0	0	0	1854	0	0	0	0
14	      0	0	0	1918	0	0	0	0
15	      0	0	0	1785	0	0	0	0
16	      0	0	0	1998	0	0	0	0
17	      0	0	0	2284	0	0	0	0
18	      0	0	0	1870	0	0	0	0
19	      0	0	0	1911	0	0	0	0
20	      0	0	0	1641	0	0	0	0
21	      0	0	0	857	0	0	0	0
22	      0	0	0	938	0	0	0	0
23	      0	0	0	1487	0	0	0	0
24	      0	0	0	1048	0	0	0	0
25	      0	0	0	1400	0	0	0	0
26	      0	0	0	1528	0	0	0	0
27	      0	0	0	1702	0	0	0	0
28	      0	0	0	1124	0	0	0	0
29	      0	0	0	1508	0	0	0	0
30	      0	0	0	1886	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    575	19.1667	0	42122	56	122	555	611

DEBUG    ya.test:process.py:276 Command (pid 1978001) 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.connection:connection.py:549 Closing channel for endpoint localhost:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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.connection:connection.py:549 Closing channel for endpoint localhost:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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.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, 18cf87c0-5e71-4307-a541-444459034db1, localhost:22917): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 18cf87c0-5e71-4307-a541-444459034db1, localhost:22917): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 18cf87c0-5e71-4307-a541-444459034db1, localhost:22917): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnqs3oduxq.auto.internal" port: 22917 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-gnqs3oduxq.auto.internal:22917, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22917
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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ad2224a6-a35e-46c4-8699-a679c4ad3cd7, localhost:22917): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ad2224a6-a35e-46c4-8699-a679c4ad3cd7, localhost:22917): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ad2224a6-a35e-46c4-8699-a679c4ad3cd7, localhost:22917): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-gnqs3oduxq.auto.internal" port: 22917 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-gnqs3oduxq.auto.internal:22917, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22917
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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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:18797
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18797". 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 ===============================
316.04s call     test_log_scenario.py::TestLogScenario::test_log_uniform
27.76s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
16.67s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
16.60s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
7.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
7.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
7.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
6.88s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
6.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
5.63s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
5.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
4.44s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
3.07s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.77s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.76s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.47s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.01s setup    test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]

(13 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/1a8x/002677/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/1a8x/002677/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-19T11:41:47.754205Z): source_id=335;tablet_id=72075186224037968;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA779755
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA771C96
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB607FC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E89DB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCD258
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCCFAF
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C3AED
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141877FB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCE627
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1F433
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1F433
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D1C253
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D22D07
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A55E8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA75F5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5AAED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F8A74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FCB34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FC740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FD32E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77B3AC
21. ??:0: ?? @ 0x7F1713EE9AC2
22. ??:0: ?? @ 0x7F1713F7B8BF
============== 1 failed, 11 passed, 1 error in 435.55s (0:07:15) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1a8x/002679/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
9.14s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
8.98s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
8.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
7.54s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
7.10s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
6.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
6.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
6.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
5.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
5.92s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
5.90s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
5.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-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.)
======================== 12 passed in 88.50s (0:01:28) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1a8x/00267d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
12.87s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
9.93s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
8.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
8.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
8.30s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
6.97s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
6.94s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
6.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
6.59s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
6.55s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
5.98s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
3.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]

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

test_overloads.py ........
test_replace.py ...

============================== slowest durations ===============================
118.24s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
95.65s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
91.16s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
86.96s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
73.88s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
69.86s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
17.97s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
9.49s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
5.03s setup    test_replace.py::TestReplace::test_copy_full
3.07s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
1.65s call     test_replace.py::TestReplace::test_copy_full
1.42s call     test_replace.py::TestReplace::test_copy_partial
1.39s call     test_replace.py::TestReplace::test_count
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 576.93s (0:09:36) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/1a8x/00267a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
7.46s setup    test_update.py::TestUpdate::test_incorrect
7.29s setup    test_select.py::TestSelect::test_incorrect
6.98s setup    test_replace.py::TestReplace::test_incorrect
1.43s call     test_update.py::TestUpdate::test_partial_update
1.32s call     test_update.py::TestUpdate::test_update_many_rows
1.08s call     test_replace.py::TestReplace::test_partial_replace
1.07s call     test_replace.py::TestReplace::test_replace_total
0.96s call     test_update.py::TestUpdate::test_update_pk
0.92s call     test_select.py::TestSelect::test_json_query
0.90s call     test_replace.py::TestReplace::test_replace_rollback
0.70s call     test_replace.py::TestReplace::test_incorrect
0.70s call     test_update.py::TestUpdate::test_incorrect
0.62s call     test_replace.py::TestReplace::test_replace_with_nulls
0.52s call     test_select.py::TestSelect::test_incorrect
0.01s setup    test_update.py::TestUpdate::test_update_pk
0.01s setup    test_update.py::TestUpdate::test_partial_update

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

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

============================== slowest durations ===============================
366.89s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
65.10s call     zip_bomb.py::TestZipBomb::test
17.78s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
9.44s setup    test_update.py::TestUpdate::test_update_rollback
5.64s setup    test_upsert.py::TestUpsert::test_copy_full
4.36s setup    zip_bomb.py::TestZipBomb::test
3.13s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
1.68s call     test_upsert.py::TestUpsert::test_copy_partial
1.67s call     test_upsert.py::TestUpsert::test_copy_full
1.56s call     test_upsert.py::TestUpsert::test_count
1.47s call     test_update.py::TestUpdate::test_update_single_row
1.40s call     test_update.py::TestUpdate::test_update_rollback
1.08s call     test_update.py::TestUpdate::test_update_single_column
0.68s call     test_upsert.py::TestUpsert::test_partial_update
0.64s call     test_upsert.py::TestUpsert::test_insert_nulls
0.56s call     test_upsert.py::TestUpsert::test_incorrect

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