============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/u7vn/001e3a/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=N2NkZWYzZDYtMzM0ODY3ZGMtZWNkMjI2ZjMtOGVjOGFjNzA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e12346ef-7f32-4ab1-800a-778488f31cc0, ghrun-afmy7myzbu.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e12346ef-7f32-4ab1-800a-778488f31cc0, ghrun-afmy7myzbu.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=N2NkZWYzZDYtMzM0ODY3ZGMtZWNkMjI2ZjMtOGVjOGFjNzA=" 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, e12346ef-7f32-4ab1-800a-778488f31cc0, ghrun-afmy7myzbu.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=N2NkZWYzZDYtMzM0ODY3ZGMtZWNkMjI2ZjMtOGVjOGFjNzA=
---------------------------- 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=N2NkZWYzZDYtMzM0ODY3ZGMtZWNkMjI2ZjMtOGVjOGFjNzA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3e528156-df87-4cf7-b9d3-379b663150d1, ghrun-afmy7myzbu.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3e528156-df87-4cf7-b9d3-379b663150d1, ghrun-afmy7myzbu.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=N2NkZWYzZDYtMzM0ODY3ZGMtZWNkMjI2ZjMtOGVjOGFjNzA=" 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, 3e528156-df87-4cf7-b9d3-379b663150d1, ghrun-afmy7myzbu.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=N2NkZWYzZDYtMzM0ODY3ZGMtZWNkMjI2ZjMtOGVjOGFjNzA=
---------------------------- 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=N2NkZWYzZDYtMzM0ODY3ZGMtZWNkMjI2ZjMtOGVjOGFjNzA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6d6982cb-600d-402d-bcaa-18614e201670, ghrun-afmy7myzbu.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6d6982cb-600d-402d-bcaa-18614e201670, ghrun-afmy7myzbu.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=N2NkZWYzZDYtMzM0ODY3ZGMtZWNkMjI2ZjMtOGVjOGFjNzA=" 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, 6d6982cb-600d-402d-bcaa-18614e201670, ghrun-afmy7myzbu.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=N2NkZWYzZDYtMzM0ODY3ZGMtZWNkMjI2ZjMtOGVjOGFjNzA=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
238.78s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
124.22s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
99.61s call     tablets_movement.py::TestTabletsMovement::test[ROW]
65.55s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
9.30s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
7.31s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
6.05s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
5.15s call     test_create.py::TestCreate::test_create_decimals
4.88s setup    test_create.py::TestCreate::test_create_all_opt_ints
4.42s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
1.58s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.63s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.61s call     test_create.py::TestCreate::test_create_all_opt_ints
0.44s call     test_create.py::TestCreate::test_create_all_req_ints
0.39s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.27s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.22s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.04s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.02s setup    data_read_correctness.py::TestDataReadCorrectness::test[table]
0.02s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s setup    test_create.py::TestCreate::test_create_all_req_ints

(11 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 571.59s (0:09: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/u7vn/001e3f/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: 37.7 ms
create table: 523.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 49.5
    "min_ms": 37.3
    "median_ms": 50.7
    "max_ms": 89.6
    "stdev_ms": 15.9
select count(*) after initial inserts: 135.6 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 84.8
    "min_ms": 45.2
    "median_ms": 79.0
    "max_ms": 238.6
    "stdev_ms": 27.4
select count(*) after all modifications: 3419.4 ms
select all: 4476.1 ms
delete from table: 4530.0 ms
select all after delete: 4898.1 ms
.drop table: 95.9 ms
create table: 972.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 52.0
    "min_ms": 28.6
    "median_ms": 51.1
    "max_ms": 98.4
    "stdev_ms": 21.9
select count(*) after initial inserts: 138.9 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 79.5
    "min_ms": 48.5
    "median_ms": 73.9
    "max_ms": 140.5
    "stdev_ms": 20.4
updates (step 1):
    "runs": 200
    "avg_ms": 215.0
    "min_ms": 138.8
    "median_ms": 205.8
    "max_ms": 364.1
    "stdev_ms": 44.7
upserts (step 2):
    "runs": 200
    "avg_ms": 36.5
    "min_ms": 20.8
    "median_ms": 32.4
    "max_ms": 147.4
    "stdev_ms": 14.2
select count(*) after all modifications: 489.4 ms
select all: 418.4 ms
delete from table: 482.6 ms
select all after delete: 357.7 ms
.drop table: 85.4 ms
create table: 650.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 37.2
    "min_ms": 25.9
    "median_ms": 37.4
    "max_ms": 54.7
    "stdev_ms": 8.7
select count(*) after initial inserts: 97.9 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 147.2
    "min_ms": 90.7
    "median_ms": 138.0
    "max_ms": 336.9
    "stdev_ms": 37.8
select count(*) after all modifications: 603.9 ms
select all: 478.7 ms
delete from table: 389.7 ms
select all after delete: 286.1 ms
.drop table: 97.6 ms
create table: 886.1 ms
initial inserts:
    "runs": 15
    "avg_ms": 46.1
    "min_ms": 26.6
    "median_ms": 41.8
    "max_ms": 85.3
    "stdev_ms": 14.7
select count(*) after initial inserts: 171.9 ms
updates (step 0):
    "runs": 150
    "avg_ms": 194.2
    "min_ms": 127.8
    "median_ms": 191.3
    "max_ms": 321.2
    "stdev_ms": 35.6
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 113.4
    "min_ms": 69.3
    "median_ms": 109.1
    "max_ms": 201.7
    "stdev_ms": 30.2
select count(*) after all modifications: 606.4 ms
select all: 538.1 ms
delete from table: 617.0 ms
select all after delete: 698.8 ms
.drop table: 97.5 ms
create table: 1166.1 ms
initial inserts:
    "runs": 20
    "avg_ms": 71.5
    "min_ms": 28.8
    "median_ms": 61.1
    "max_ms": 158.8
    "stdev_ms": 31.5
select count(*) after initial inserts: 169.6 ms
updates (step 0):
    "runs": 200
    "avg_ms": 211.8
    "min_ms": 123.8
    "median_ms": 203.5
    "max_ms": 417.8
    "stdev_ms": 44.0
upserts (step 1):
    "runs": 200
    "avg_ms": 83.1
    "min_ms": 24.4
    "median_ms": 72.3
    "max_ms": 367.2
    "stdev_ms": 44.2
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 177.7
    "min_ms": 96.3
    "median_ms": 169.0
    "max_ms": 321.7
    "stdev_ms": 47.3
select count(*) after all modifications: 978.5 ms
select all: 1110.2 ms
delete from table: 1297.5 ms
select all after delete: 1315.8 ms
.drop table: 124.0 ms
create table: 1345.6 ms
initial inserts:
    "runs": 10
    "avg_ms": 71.1
    "min_ms": 34.5
    "median_ms": 71.2
    "max_ms": 109.7
    "stdev_ms": 21.5
select count(*) after initial inserts: 222.9 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 57.8
    "min_ms": 26.2
    "median_ms": 52.3
    "max_ms": 211.1
    "stdev_ms": 23.8
select count(*) after all modifications: 590.3 ms
select all: 336.1 ms
delete from table: 516.1 ms
select all after delete: 426.9 ms
.Generated operation sequence:
  0. UPSERT: 12 operations
  1. UPSERT: 16 operations
  2. BULK_UPSERT: 14 operations
  3. UPSERT: 13 operations
  4. UPDATE: 14 operations
  5. UPDATE: 6 operations
  6. BULK_UPSERT: 20 operations
  7. UPDATE: 8 operations
  8. UPSERT: 4 operations
  9. BULK_UPSERT: 17 operations
drop table: 60.1 ms
create table: 811.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 63.3
    "min_ms": 38.1
    "median_ms": 64.3
    "max_ms": 109.9
    "stdev_ms": 20.5
select count(*) after initial inserts: 258.8 ms
upserts (step 0):
    "runs": 120
    "avg_ms": 58.8
    "min_ms": 26.0
    "median_ms": 50.2
    "max_ms": 171.9
    "stdev_ms": 25.7
upserts (step 1):
    "runs": 160
    "avg_ms": 66.1
    "min_ms": 27.9
    "median_ms": 63.0
    "max_ms": 191.5
    "stdev_ms": 26.3
bulk_upserts (step 2):
    "runs": 14
    "avg_ms": 128.7
    "min_ms": 84.7
    "median_ms": 119.9
    "max_ms": 187.9
    "stdev_ms": 34.9
upserts (step 3):
    "runs": 130
    "avg_ms": 60.7
    "min_ms": 26.2
    "median_ms": 59.3
    "max_ms": 130.2
    "stdev_ms": 21.2
updates (step 4):
    "runs": 140
    "avg_ms": 228.8
    "min_ms": 143.3
    "median_ms": 217.7
    "max_ms": 405.3
    "stdev_ms": 54.8
updates (step 5):
    "runs": 60
    "avg_ms": 155.3
    "min_ms": 120.9
    "median_ms": 151.5
    "max_ms": 244.6
    "stdev_ms": 23.2
bulk_upserts (step 6):
    "runs": 20
    "avg_ms": 59.3
    "min_ms": 48.8
    "median_ms": 56.5
    "max_ms": 101.7
    "stdev_ms": 11.5
updates (step 7):
    "runs": 80
    "avg_ms": 170.3
    "min_ms": 128.5
    "median_ms": 168.6
    "max_ms": 230.8
    "stdev_ms": 21.0
upserts (step 8):
    "runs": 40
    "avg_ms": 28.9
    "min_ms": 20.0
    "median_ms": 27.3
    "max_ms": 48.1
    "stdev_ms": 5.4
bulk_upserts (step 9):
    "runs": 17
    "avg_ms": 52.6
    "min_ms": 44.2
    "median_ms": 51.0
    "max_ms": 70.7
    "stdev_ms": 7.0
select count(*) after all modifications: 344.8 ms
select all: 360.1 ms
delete from table: 404.8 ms
select all after delete: 316.8 ms
.
test_delete.py .

============================== slowest durations ===============================
150.14s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
88.75s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
84.34s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
62.14s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
61.75s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
60.95s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
44.79s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
10.74s setup    test_create.py::TestCreate::test_create_real_opt
6.82s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
4.24s setup    test_delete.py::TestDelete::test_delete_rollback
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.92s call     test_create.py::TestCreate::test_create_real_opt
0.84s call     test_delete.py::TestDelete::test_delete_rollback
0.72s call     test_create.py::TestCreate::test_create_strings_opt
0.64s call     test_create.py::TestCreate::test_create_real_req
0.04s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.04s setup    test_create.py::TestCreate::test_dy_number_not_supported
0.03s call     test_create.py::TestCreate::test_dy_number_not_supported
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.03s setup    test_create.py::TestCreate::test_create_strings_opt
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s setup    test_create.py::TestCreate::test_create_real_req
0.01s setup    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]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 582.99s (0:09: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/u7vn/001e3d/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 ===============================
13.28s setup    test_delete.py::TestDelete::test_delete_where[False-100]
2.68s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
2.04s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
1.92s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
1.63s call     test_delete.py::TestDelete::test_delete_where[True-0]
1.51s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.45s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
1.43s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
1.35s call     test_delete.py::TestDelete::test_delete_where[False-100]
1.33s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
1.23s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
1.17s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
1.10s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.03s setup    test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.03s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.03s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.02s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.02s setup    test_delete.py::TestDelete::test_delete_where[True-0]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.01s teardown test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id > 50-51]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 34.08s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/u7vn/001e39/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 ===============================
12.47s setup    test_delete.py::TestDelete::test_incorrect
6.82s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
3.64s call     test_insert.py::TestInsertStatement::test_copy_partial
3.31s call     test_insert.py::TestInsertStatement::test_copy_full
1.88s call     test_insert.py::TestInsertStatement::test_duplicate
1.78s call     test_insert.py::TestInsertStatement::test_out_of_range
1.74s call     test_insert.py::TestInsertStatement::test_insert_rollback
1.62s call     test_insert.py::TestInsertStatement::test_plain
1.32s call     test_insert.py::TestInsertStatement::test_bulk
1.15s call     test_insert.py::TestInsertStatement::test_incorrect
0.94s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.77s call     test_delete.py::TestDelete::test_incorrect
0.66s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.52s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.04s setup    test_insert.py::TestInsertStatement::test_copy_full
0.04s setup    test_insert.py::TestInsertStatement::test_copy_partial
0.03s setup    test_insert.py::TestInsertStatement::test_out_of_range
0.03s setup    test_insert.py::TestInsertStatement::test_bulk
0.02s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.01s setup    test_insert.py::TestInsertStatement::test_incorrect
0.01s teardown test_insert.py::TestInsertStatement::test_incorrect
0.01s teardown test_insert.py::TestInsertStatement::test_bulk
0.01s teardown test_insert.py::TestInsertStatement::test_insert_rollback
0.01s setup    test_insert.py::TestInsertStatement::test_plain
0.01s setup    test_insert.py::TestInsertStatement::test_duplicate
0.01s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]

(10 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 40.68s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/u7vn/001e3b/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:707: 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/u7vn/001e3b/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/u7vn/001e3b/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-20T18:55:14.317012Z): source_id=113;tablet_id=72075186224037986;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 @ 0xA7C2AA5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA7BAFE6
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB651528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD637EFB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9E11748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9E1149F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD61300D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1423762B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14E7E457
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14DCF263
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14DCF263
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14DCC083
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14DD2B37
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14255418
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CD8E025
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5F4437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB641FD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB646094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB645CA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB64688E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7C46FC
E   21. ??:0: ?? @ 0x7F0CE86A5AC2
E   22. ??:0: ?? @ 0x7F0CE87378BF
------------------------------ 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/u7vn/001e3b/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/u7vn/001e3b/ydb/apps/ydb/ydb -e grpc://localhost:9871 -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/u7vn/001e3b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9871', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2081900
DEBUG    ya.test:process.py:259 Command (pid 2081900) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2081900) elapsed time (sec): 0.5723299980163574
DEBUG    ya.test:process.py:263 Command (pid 2081900) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) maxrss: 463884
DEBUG    ya.test:process.py:263 Command (pid 2081900) minflt: 3542
DEBUG    ya.test:process.py:263 Command (pid 2081900) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) nivcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 2081900) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) nvcsw: 228
DEBUG    ya.test:process.py:263 Command (pid 2081900) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2081900) stime: 0.022112
DEBUG    ya.test:process.py:263 Command (pid 2081900) utime: 0.070759
DEBUG    ya.test:process.py:263 Command (pid 2081900) wtime: 0.575
DEBUG    ya.test:process.py:275 Command (pid 2081900) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2081900) 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/u7vn/001e3b/ydb/apps/ydb/ydb -e grpc://localhost:9871 -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/u7vn/001e3b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9871', '-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: 2082159
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 2082159) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2082159) elapsed time (sec): 30.254632711410522
DEBUG    ya.test:process.py:263 Command (pid 2082159) wtime: 30.256
DEBUG    ya.test:process.py:275 Command (pid 2082159) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    344	344	0	0	26	46	61	65
2	    302	302	0	0	29	58	70	72
3	    308	308	0	0	30	50	54	59
4	    360	360	0	0	27	37	41	51
5	    333	333	0	0	25	61	98	114
6	    300	300	0	0	30	57	71	74
7	    363	363	0	0	26	45	52	62
8	    416	416	0	0	23	33	38	43
9	    421	421	0	0	22	31	35	40
10	    368	368	0	0	25	42	48	53
11	    350	350	0	0	27	42	48	51
12	    328	328	0	0	28	52	60	60
13	    351	351	0	0	27	44	49	61
14	    331	331	0	0	25	52	60	66
15	    289	289	0	0	30	61	84	90
16	    334	334	0	0	28	47	69	72
17	    355	355	0	0	25	44	51	55
18	    322	322	0	0	27	52	65	78
19	    287	287	0	0	32	54	64	69
20	    253	253	0	0	36	76	90	95
21	    318	318	0	0	29	48	66	73
22	    349	349	0	0	27	43	50	57
23	    321	321	0	0	28	50	62	69
24	    317	317	0	0	27	51	60	65
25	    334	334	0	0	28	50	61	75
26	    295	295	0	0	30	62	72	79
27	    401	401	0	0	23	34	46	52
28	    344	344	0	0	26	53	63	72
29	    419	419	0	0	23	33	36	40
30	    444	444	0	0	21	31	38	59

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  10257	341.9	0	0	26	49	66	114

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTc4YzA4MjMtZjM4MWJmZmYtZDNiZGE5YWYtN2E0OGU5ODk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 90342e95-f355-412f-a7e0-ea0a939ef776, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 90342e95-f355-412f-a7e0-ea0a939ef776, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=ZTc4YzA4MjMtZjM4MWJmZmYtZDNiZGE5YWYtN2E0OGU5ODk=" 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, 90342e95-f355-412f-a7e0-ea0a939ef776, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTc4YzA4MjMtZjM4MWJmZmYtZDNiZGE5YWYtN2E0OGU5ODk=
INFO     root:test_log_scenario.py:217 Count rows after insert 10062 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDdhZTZkMTAtNGU0OGNhOWMtM2VkM2ViNmEtM2IxODE1NGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ca1a611a-f8f5-4cdd-91d2-a3cce6458485, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ca1a611a-f8f5-4cdd-91d2-a3cce6458485, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=NDdhZTZkMTAtNGU0OGNhOWMtM2VkM2ViNmEtM2IxODE1NGU=" 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, ca1a611a-f8f5-4cdd-91d2-a3cce6458485, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDdhZTZkMTAtNGU0OGNhOWMtM2VkM2ViNmEtM2IxODE1NGU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDUyODZmODktYjk4YWY5NWUtNDRjMzBlNzgtOTRkYjRhYTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fba39458-25d3-4d21-993f-0404d0b3db68, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fba39458-25d3-4d21-993f-0404d0b3db68, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=ZDUyODZmODktYjk4YWY5NWUtNDRjMzBlNzgtOTRkYjRhYTU=" 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, fba39458-25d3-4d21-993f-0404d0b3db68, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDUyODZmODktYjk4YWY5NWUtNDRjMzBlNzgtOTRkYjRhYTU=
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/u7vn/001e3b/ydb/apps/ydb/ydb -e grpc://localhost:9871 -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.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/u7vn/001e3b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9871', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/u7vn/001e3b/ydb/apps/ydb/ydb -e grpc://localhost:9871 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:628 Command pid: 2102467
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=MTg4MzljYTgtYWMzMTU0YTUtMzYwMzUzYTctMTNkMjkwZjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f5a566d5-9441-44e5-b515-1ae7fa4bd8ab, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/u7vn/001e3b/ydb/apps/ydb/ydb -e grpc://localhost:9871 -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.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTI3YjQwYTctYmZjNWNjZTMtYTI4OGMyNTMtNGY2ODRjOGI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f5a566d5-9441-44e5-b515-1ae7fa4bd8ab, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=MTg4MzljYTgtYWMzMTU0YTUtMzYwMzUzYTctMTNkMjkwZjk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTk3NDhkZmItOTE3NDE4YTktNTg3MTlhODAtMWVjOWMyZjM=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 023feee3-8345-4c31-8397-32c73f224543, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f5a566d5-9441-44e5-b515-1ae7fa4bd8ab, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c12759cc-1643-435d-a255-eaf9cc982e74, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c12759cc-1643-435d-a255-eaf9cc982e74, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=YTk3NDhkZmItOTE3NDE4YTktNTg3MTlhODAtMWVjOWMyZjM=" 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:63 RpcState(ExecuteQuery, 023feee3-8345-4c31-8397-32c73f224543, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=NTI3YjQwYTctYmZjNWNjZTMtYTI4OGMyNTMtNGY2ODRjOGI=" 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:610 Executing '['/home/runner/.ya/build/build_root/u7vn/001e3b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9871', '-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=Yjg4NDM0NzMtZTY5YTNlM2MtMjZjNWEwMy0zZjRhOGY1Mw==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/u7vn/001e3b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9871', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 023feee3-8345-4c31-8397-32c73f224543, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmFhZjhlNDMtNmZjZjI3NWMtNmI3MDA2YmQtY2NlNTE1YmQ=
DEBUG    ya.test:process.py:628 Command pid: 2102511
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6d5951ef-249d-49fe-b489-6d85aa8660dd, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c12759cc-1643-435d-a255-eaf9cc982e74, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e970f703-9dfd-4009-9887-71c303d243e2, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e970f703-9dfd-4009-9887-71c303d243e2, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=MmFhZjhlNDMtNmZjZjI3NWMtNmI3MDA2YmQtY2NlNTE1YmQ=" 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, e970f703-9dfd-4009-9887-71c303d243e2, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmRlZmY4NWQtYjQ0YjBiNjgtODNmN2FkNGQtYjgwYjYwODE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b744d68d-11da-447d-88a2-5b75e7f487ff, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ya.test:process.py:628 Command pid: 2102502
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b744d68d-11da-447d-88a2-5b75e7f487ff, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=ZmRlZmY4NWQtYjQ0YjBiNjgtODNmN2FkNGQtYjgwYjYwODE=" 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, b744d68d-11da-447d-88a2-5b75e7f487ff, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZThiMmM0NDYtMWZmMGZjY2MtNGNjOTBiMGYtZjUxOWJmMjg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 91946acd-8858-4b59-a47e-e7e47ed13658, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6d5951ef-249d-49fe-b489-6d85aa8660dd, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=Yjg4NDM0NzMtZTY5YTNlM2MtMjZjNWEwMy0zZjRhOGY1Mw==" 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:63 RpcState(ExecuteQuery, 91946acd-8858-4b59-a47e-e7e47ed13658, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=ZThiMmM0NDYtMWZmMGZjY2MtNGNjOTBiMGYtZjUxOWJmMjg=" 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, 91946acd-8858-4b59-a47e-e7e47ed13658, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTc4YzA4MjMtZjM4MWJmZmYtZDNiZGE5YWYtN2E0OGU5ODk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b12329b7-7ba1-4df0-9671-3766b93ac928, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6d5951ef-249d-49fe-b489-6d85aa8660dd, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b12329b7-7ba1-4df0-9671-3766b93ac928, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=ZTc4YzA4MjMtZjM4MWJmZmYtZDNiZGE5YWYtN2E0OGU5ODk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDdhZTZkMTAtNGU0OGNhOWMtM2VkM2ViNmEtM2IxODE1NGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f0327e2d-be48-4cd4-aebe-8813c0b7eaf5, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b12329b7-7ba1-4df0-9671-3766b93ac928, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDUyODZmODktYjk4YWY5NWUtNDRjMzBlNzgtOTRkYjRhYTU=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f0327e2d-be48-4cd4-aebe-8813c0b7eaf5, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=NDdhZTZkMTAtNGU0OGNhOWMtM2VkM2ViNmEtM2IxODE1NGU=" 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, 836a0638-6036-4cd1-88f3-e27f4fec0381, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f0327e2d-be48-4cd4-aebe-8813c0b7eaf5, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 836a0638-6036-4cd1-88f3-e27f4fec0381, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=ZDUyODZmODktYjk4YWY5NWUtNDRjMzBlNzgtOTRkYjRhYTU=" 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, 836a0638-6036-4cd1-88f3-e27f4fec0381, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 11e85ada-5cde-4845-bebe-cd7bba7fdc17, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T18:55:21.482368227+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-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7cf5b416-f9f7-477e-97a4-565e42139534, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T18:55:21.482470526+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8f87a9f4-9140-479f-8616-b4f14ec1f853, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T18:55:21.482494132+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f11f954c-e9fc-424e-8c14-58973fb2549e, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T18:55:21.482510533+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-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e02a81d8-0ac9-439c-8c95-485f3f560d25, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T18:55:21.482528117+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f5a566d5-9441-44e5-b515-1ae7fa4bd8ab, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482623448+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5a8541d6-dd5a-427f-8e4f-dc87ebf594da, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T18:55:21.48254177+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0f8d1bd3-7bc7-4f44-8bd0-3e7007a8b0ca, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T18:55:21.482554612+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d9af0fa5-64bb-44ba-8898-888821e40fd8, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T18:55:21.48259563+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d082d22a-5e51-4020-ad2e-c7051626b88f, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T18:55:21.482582374+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-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c12759cc-1643-435d-a255-eaf9cc982e74, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482647917+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e970f703-9dfd-4009-9887-71c303d243e2, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482687401+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-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6d5951ef-249d-49fe-b489-6d85aa8660dd, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482721922+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 023feee3-8345-4c31-8397-32c73f224543, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482671549+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f0327e2d-be48-4cd4-aebe-8813c0b7eaf5, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482776869+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 836a0638-6036-4cd1-88f3-e27f4fec0381, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482800211+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b12329b7-7ba1-4df0-9671-3766b93ac928, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482755335+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 91946acd-8858-4b59-a47e-e7e47ed13658, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482734155+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b744d68d-11da-447d-88a2-5b75e7f487ff, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482707506+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-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZmRlZmY4NWQtYjQ0YjBiNjgtODNmN2FkNGQtYjgwYjYwODE=
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, fcbbe53e-2b3e-43cd-a766-56c84879f624, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T18:55:21.482568139+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py: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-afmy7myzbu.auto.internal:9871
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: 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8e19af4c-5c10-48fc-9590-272d78f943ef, localhost:8560): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8e19af4c-5c10-48fc-9590-272d78f943ef, localhost:8560): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8e19af4c-5c10-48fc-9590-272d78f943ef, localhost:8560): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-afmy7myzbu.auto.internal" port: 8560 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-afmy7myzbu.auto.internal:8560, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8560
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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    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 2102467) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2102467) elapsed time (sec): 30.311514616012573
DEBUG    ya.test:process.py:263 Command (pid 2102467) wtime: 30.322
DEBUG    ya.test:process.py:275 Command (pid 2102467) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     16	16	0	0	263	695	731	731
2	     96	96	0	0	82	365	743	771
3	    114	114	0	0	77	159	185	201
4	    148	148	0	0	67	91	107	108
5	    124	124	0	0	71	114	127	134
6	     86	86	0	0	68	128	129	131
7	      0	0	0	0	0	0	0	0
8	      0	0	0	647	0	0	0	0
9	      0	0	0	1572	0	0	0	0
10	      0	0	0	1861	0	0	0	0
11	      0	0	0	1506	0	0	0	0
12	      0	0	0	1084	0	0	0	0
13	      0	0	0	1602	0	0	0	0
14	      0	0	0	1616	0	0	0	0
15	      0	0	0	1599	0	0	0	0
16	      0	0	0	1551	0	0	0	0
17	      0	0	0	1394	0	0	0	0
18	      0	0	0	1572	0	0	0	0
19	      0	0	0	1526	0	0	0	0
20	      0	0	0	1361	0	0	0	0
21	      0	0	0	1544	0	0	0	0
22	      0	0	0	1328	0	0	0	0
23	      0	0	0	1339	0	0	0	0
24	      0	0	0	1512	0	0	0	0
25	      0	0	0	1392	0	0	0	0
26	      0	0	0	1907	0	0	0	0
27	      0	0	0	1479	0	0	0	0
28	      0	0	0	1488	0	0	0	0
29	      0	0	0	1446	0	0	0	0
30	      0	0	0	1397	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    584	19.4667	0	33723	72	205	679	771

DEBUG    ya.test:process.py:276 Command (pid 2102467) 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 2102511) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2102511) elapsed time (sec): 30.251272678375244
DEBUG    ya.test:process.py:263 Command (pid 2102511) wtime: 30.255
DEBUG    ya.test:process.py:275 Command (pid 2102511) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      9	9	0	0	827	983	983	983
2	     74	74	0	0	102	519	571	999
3	     86	86	0	0	105	215	251	252
4	    107	107	0	0	92	114	123	123
5	     97	97	0	0	99	137	157	165
6	     62	62	0	0	92	145	147	151
7	      0	0	0	10	0	0	0	0
8	      0	0	0	775	0	0	0	0
9	      0	0	0	1506	0	0	0	0
10	      0	0	0	1961	0	0	0	0
11	      0	0	0	1525	0	0	0	0
12	      0	0	0	1280	0	0	0	0
13	      0	0	0	1707	0	0	0	0
14	      0	0	0	1626	0	0	0	0
15	      0	0	0	1646	0	0	0	0
16	      0	0	0	1736	0	0	0	0
17	      0	0	0	1580	0	0	0	0
18	      0	0	0	1639	0	0	0	0
19	      0	0	0	1732	0	0	0	0
20	      0	0	0	1499	0	0	0	0
21	      0	0	0	1670	0	0	0	0
22	      0	0	0	1491	0	0	0	0
23	      0	0	0	1320	0	0	0	0
24	      0	0	0	1516	0	0	0	0
25	      0	0	0	1508	0	0	0	0
26	      0	0	0	1808	0	0	0	0
27	      0	0	0	1457	0	0	0	0
28	      0	0	0	1526	0	0	0	0
29	      0	0	0	1534	0	0	0	0
30	      0	0	0	1737	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    435	14.5	0	35789	98	233	907	999

DEBUG    ya.test:process.py:276 Command (pid 2102511) 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 2102502) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2102502) elapsed time (sec): 30.276514291763306
DEBUG    ya.test:process.py:263 Command (pid 2102502) wtime: 30.294
DEBUG    ya.test:process.py:275 Command (pid 2102502) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	725	0	0	0	0
9	      0	0	0	1407	0	0	0	0
10	      0	0	0	1988	0	0	0	0
11	      0	0	0	1666	0	0	0	0
12	      0	0	0	1429	0	0	0	0
13	      0	0	0	1624	0	0	0	0
14	      0	0	0	1827	0	0	0	0
15	      0	0	0	1604	0	0	0	0
16	      0	0	0	1688	0	0	0	0
17	      0	0	0	1667	0	0	0	0
18	      0	0	0	1665	0	0	0	0
19	      0	0	0	1654	0	0	0	0
20	      0	0	0	1461	0	0	0	0
21	      0	0	0	1695	0	0	0	0
22	      0	0	0	1541	0	0	0	0
23	      0	0	0	1510	0	0	0	0
24	      0	0	0	1471	0	0	0	0
25	      0	0	0	1509	0	0	0	0
26	      0	0	0	1836	0	0	0	0
27	      0	0	0	1521	0	0	0	0
28	      0	0	0	1532	0	0	0	0
29	      0	0	0	1597	0	0	0	0
30	      0	0	0	1522	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 2102502) 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, bdaf865a-f506-4355-8f85-497504aac2ef, localhost:8560): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, bdaf865a-f506-4355-8f85-497504aac2ef, localhost:8560): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, bdaf865a-f506-4355-8f85-497504aac2ef, localhost:8560): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-afmy7myzbu.auto.internal" port: 8560 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-afmy7myzbu.auto.internal:8560, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8560
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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.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, e76ecd84-716c-4f3c-ba5f-c4f3026f2250, localhost:8560): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e76ecd84-716c-4f3c-ba5f-c4f3026f2250, localhost:8560): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e76ecd84-716c-4f3c-ba5f-c4f3026f2250, localhost:8560): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-afmy7myzbu.auto.internal" port: 8560 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-afmy7myzbu.auto.internal:8560, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8560
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-afmy7myzbu'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
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/u7vn/001e3b/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.2042337' in '/home/runner/.ya/build/build_root/u7vn/001e3b/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_iiw80aox.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:281 Stopped node localhost:9871/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13916
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17491
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21334
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9871
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24492
=================================== 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/u7vn/001e3b/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/u7vn/001e3b/ydb/apps/ydb/ydb -e grpc://localhost:9871 -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/u7vn/001e3b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9871', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2081900
DEBUG    ya.test:process.py:259 Command (pid 2081900) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2081900) elapsed time (sec): 0.5723299980163574
DEBUG    ya.test:process.py:263 Command (pid 2081900) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) maxrss: 463884
DEBUG    ya.test:process.py:263 Command (pid 2081900) minflt: 3542
DEBUG    ya.test:process.py:263 Command (pid 2081900) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) nivcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 2081900) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2081900) nvcsw: 228
DEBUG    ya.test:process.py:263 Command (pid 2081900) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2081900) stime: 0.022112
DEBUG    ya.test:process.py:263 Command (pid 2081900) utime: 0.070759
DEBUG    ya.test:process.py:263 Command (pid 2081900) wtime: 0.575
DEBUG    ya.test:process.py:275 Command (pid 2081900) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2081900) 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/u7vn/001e3b/ydb/apps/ydb/ydb -e grpc://localhost:9871 -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/u7vn/001e3b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9871', '-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: 2082159
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 2082159) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2082159) elapsed time (sec): 30.254632711410522
DEBUG    ya.test:process.py:263 Command (pid 2082159) wtime: 30.256
DEBUG    ya.test:process.py:275 Command (pid 2082159) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    344	344	0	0	26	46	61	65
2	    302	302	0	0	29	58	70	72
3	    308	308	0	0	30	50	54	59
4	    360	360	0	0	27	37	41	51
5	    333	333	0	0	25	61	98	114
6	    300	300	0	0	30	57	71	74
7	    363	363	0	0	26	45	52	62
8	    416	416	0	0	23	33	38	43
9	    421	421	0	0	22	31	35	40
10	    368	368	0	0	25	42	48	53
11	    350	350	0	0	27	42	48	51
12	    328	328	0	0	28	52	60	60
13	    351	351	0	0	27	44	49	61
14	    331	331	0	0	25	52	60	66
15	    289	289	0	0	30	61	84	90
16	    334	334	0	0	28	47	69	72
17	    355	355	0	0	25	44	51	55
18	    322	322	0	0	27	52	65	78
19	    287	287	0	0	32	54	64	69
20	    253	253	0	0	36	76	90	95
21	    318	318	0	0	29	48	66	73
22	    349	349	0	0	27	43	50	57
23	    321	321	0	0	28	50	62	69
24	    317	317	0	0	27	51	60	65
25	    334	334	0	0	28	50	61	75
26	    295	295	0	0	30	62	72	79
27	    401	401	0	0	23	34	46	52
28	    344	344	0	0	26	53	63	72
29	    419	419	0	0	23	33	36	40
30	    444	444	0	0	21	31	38	59

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  10257	341.9	0	0	26	49	66	114

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTc4YzA4MjMtZjM4MWJmZmYtZDNiZGE5YWYtN2E0OGU5ODk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 90342e95-f355-412f-a7e0-ea0a939ef776, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 90342e95-f355-412f-a7e0-ea0a939ef776, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=ZTc4YzA4MjMtZjM4MWJmZmYtZDNiZGE5YWYtN2E0OGU5ODk=" 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, 90342e95-f355-412f-a7e0-ea0a939ef776, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTc4YzA4MjMtZjM4MWJmZmYtZDNiZGE5YWYtN2E0OGU5ODk=
INFO     root:test_log_scenario.py:217 Count rows after insert 10062 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDdhZTZkMTAtNGU0OGNhOWMtM2VkM2ViNmEtM2IxODE1NGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ca1a611a-f8f5-4cdd-91d2-a3cce6458485, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ca1a611a-f8f5-4cdd-91d2-a3cce6458485, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=NDdhZTZkMTAtNGU0OGNhOWMtM2VkM2ViNmEtM2IxODE1NGU=" 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, ca1a611a-f8f5-4cdd-91d2-a3cce6458485, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDdhZTZkMTAtNGU0OGNhOWMtM2VkM2ViNmEtM2IxODE1NGU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDUyODZmODktYjk4YWY5NWUtNDRjMzBlNzgtOTRkYjRhYTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fba39458-25d3-4d21-993f-0404d0b3db68, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fba39458-25d3-4d21-993f-0404d0b3db68, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=ZDUyODZmODktYjk4YWY5NWUtNDRjMzBlNzgtOTRkYjRhYTU=" 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, fba39458-25d3-4d21-993f-0404d0b3db68, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDUyODZmODktYjk4YWY5NWUtNDRjMzBlNzgtOTRkYjRhYTU=
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/u7vn/001e3b/ydb/apps/ydb/ydb -e grpc://localhost:9871 -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.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/u7vn/001e3b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9871', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/u7vn/001e3b/ydb/apps/ydb/ydb -e grpc://localhost:9871 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:628 Command pid: 2102467
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=MTg4MzljYTgtYWMzMTU0YTUtMzYwMzUzYTctMTNkMjkwZjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f5a566d5-9441-44e5-b515-1ae7fa4bd8ab, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/u7vn/001e3b/ydb/apps/ydb/ydb -e grpc://localhost:9871 -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.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTI3YjQwYTctYmZjNWNjZTMtYTI4OGMyNTMtNGY2ODRjOGI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f5a566d5-9441-44e5-b515-1ae7fa4bd8ab, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=MTg4MzljYTgtYWMzMTU0YTUtMzYwMzUzYTctMTNkMjkwZjk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTk3NDhkZmItOTE3NDE4YTktNTg3MTlhODAtMWVjOWMyZjM=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 023feee3-8345-4c31-8397-32c73f224543, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f5a566d5-9441-44e5-b515-1ae7fa4bd8ab, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c12759cc-1643-435d-a255-eaf9cc982e74, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c12759cc-1643-435d-a255-eaf9cc982e74, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=YTk3NDhkZmItOTE3NDE4YTktNTg3MTlhODAtMWVjOWMyZjM=" 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:63 RpcState(ExecuteQuery, 023feee3-8345-4c31-8397-32c73f224543, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=NTI3YjQwYTctYmZjNWNjZTMtYTI4OGMyNTMtNGY2ODRjOGI=" 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:610 Executing '['/home/runner/.ya/build/build_root/u7vn/001e3b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9871', '-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=Yjg4NDM0NzMtZTY5YTNlM2MtMjZjNWEwMy0zZjRhOGY1Mw==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/u7vn/001e3b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9871', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 023feee3-8345-4c31-8397-32c73f224543, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmFhZjhlNDMtNmZjZjI3NWMtNmI3MDA2YmQtY2NlNTE1YmQ=
DEBUG    ya.test:process.py:628 Command pid: 2102511
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6d5951ef-249d-49fe-b489-6d85aa8660dd, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c12759cc-1643-435d-a255-eaf9cc982e74, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e970f703-9dfd-4009-9887-71c303d243e2, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e970f703-9dfd-4009-9887-71c303d243e2, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=MmFhZjhlNDMtNmZjZjI3NWMtNmI3MDA2YmQtY2NlNTE1YmQ=" 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, e970f703-9dfd-4009-9887-71c303d243e2, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmRlZmY4NWQtYjQ0YjBiNjgtODNmN2FkNGQtYjgwYjYwODE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b744d68d-11da-447d-88a2-5b75e7f487ff, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ya.test:process.py:628 Command pid: 2102502
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b744d68d-11da-447d-88a2-5b75e7f487ff, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=ZmRlZmY4NWQtYjQ0YjBiNjgtODNmN2FkNGQtYjgwYjYwODE=" 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, b744d68d-11da-447d-88a2-5b75e7f487ff, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZThiMmM0NDYtMWZmMGZjY2MtNGNjOTBiMGYtZjUxOWJmMjg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 91946acd-8858-4b59-a47e-e7e47ed13658, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6d5951ef-249d-49fe-b489-6d85aa8660dd, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=Yjg4NDM0NzMtZTY5YTNlM2MtMjZjNWEwMy0zZjRhOGY1Mw==" 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:63 RpcState(ExecuteQuery, 91946acd-8858-4b59-a47e-e7e47ed13658, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=ZThiMmM0NDYtMWZmMGZjY2MtNGNjOTBiMGYtZjUxOWJmMjg=" 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, 91946acd-8858-4b59-a47e-e7e47ed13658, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTc4YzA4MjMtZjM4MWJmZmYtZDNiZGE5YWYtN2E0OGU5ODk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b12329b7-7ba1-4df0-9671-3766b93ac928, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6d5951ef-249d-49fe-b489-6d85aa8660dd, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b12329b7-7ba1-4df0-9671-3766b93ac928, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=ZTc4YzA4MjMtZjM4MWJmZmYtZDNiZGE5YWYtN2E0OGU5ODk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDdhZTZkMTAtNGU0OGNhOWMtM2VkM2ViNmEtM2IxODE1NGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f0327e2d-be48-4cd4-aebe-8813c0b7eaf5, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b12329b7-7ba1-4df0-9671-3766b93ac928, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDUyODZmODktYjk4YWY5NWUtNDRjMzBlNzgtOTRkYjRhYTU=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f0327e2d-be48-4cd4-aebe-8813c0b7eaf5, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=NDdhZTZkMTAtNGU0OGNhOWMtM2VkM2ViNmEtM2IxODE1NGU=" 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, 836a0638-6036-4cd1-88f3-e27f4fec0381, ghrun-afmy7myzbu.auto.internal:9871): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f0327e2d-be48-4cd4-aebe-8813c0b7eaf5, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 836a0638-6036-4cd1-88f3-e27f4fec0381, ghrun-afmy7myzbu.auto.internal:9871): request = { session_id: "ydb://session/3?node_id=1&id=ZDUyODZmODktYjk4YWY5NWUtNDRjMzBlNzgtOTRkYjRhYTU=" 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, 836a0638-6036-4cd1-88f3-e27f4fec0381, ghrun-afmy7myzbu.auto.internal:9871): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 11e85ada-5cde-4845-bebe-cd7bba7fdc17, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T18:55:21.482368227+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-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7cf5b416-f9f7-477e-97a4-565e42139534, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T18:55:21.482470526+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8f87a9f4-9140-479f-8616-b4f14ec1f853, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T18:55:21.482494132+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f11f954c-e9fc-424e-8c14-58973fb2549e, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T18:55:21.482510533+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-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e02a81d8-0ac9-439c-8c95-485f3f560d25, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T18:55:21.482528117+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f5a566d5-9441-44e5-b515-1ae7fa4bd8ab, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482623448+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5a8541d6-dd5a-427f-8e4f-dc87ebf594da, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T18:55:21.48254177+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0f8d1bd3-7bc7-4f44-8bd0-3e7007a8b0ca, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T18:55:21.482554612+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d9af0fa5-64bb-44ba-8898-888821e40fd8, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T18:55:21.48259563+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d082d22a-5e51-4020-ad2e-c7051626b88f, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T18:55:21.482582374+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-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c12759cc-1643-435d-a255-eaf9cc982e74, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482647917+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e970f703-9dfd-4009-9887-71c303d243e2, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482687401+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-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6d5951ef-249d-49fe-b489-6d85aa8660dd, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482721922+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 023feee3-8345-4c31-8397-32c73f224543, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482671549+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f0327e2d-be48-4cd4-aebe-8813c0b7eaf5, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482776869+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 836a0638-6036-4cd1-88f3-e27f4fec0381, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482800211+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b12329b7-7ba1-4df0-9671-3766b93ac928, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482755335+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 91946acd-8858-4b59-a47e-e7e47ed13658, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482734155+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b744d68d-11da-447d-88a2-5b75e7f487ff, ghrun-afmy7myzbu.auto.internal:9871): 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-20T18:55:21.482707506+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-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZmRlZmY4NWQtYjQ0YjBiNjgtODNmN2FkNGQtYjgwYjYwODE=
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, fcbbe53e-2b3e-43cd-a766-56c84879f624, ghrun-afmy7myzbu.auto.internal:9871): 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:9871 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T18:55:21.482568139+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-afmy7myzbu.auto.internal:9871
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py: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-afmy7myzbu.auto.internal:9871
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: 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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8e19af4c-5c10-48fc-9590-272d78f943ef, localhost:8560): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8e19af4c-5c10-48fc-9590-272d78f943ef, localhost:8560): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8e19af4c-5c10-48fc-9590-272d78f943ef, localhost:8560): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-afmy7myzbu.auto.internal" port: 8560 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-afmy7myzbu.auto.internal:8560, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8560
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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    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 2102467) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2102467) elapsed time (sec): 30.311514616012573
DEBUG    ya.test:process.py:263 Command (pid 2102467) wtime: 30.322
DEBUG    ya.test:process.py:275 Command (pid 2102467) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     16	16	0	0	263	695	731	731
2	     96	96	0	0	82	365	743	771
3	    114	114	0	0	77	159	185	201
4	    148	148	0	0	67	91	107	108
5	    124	124	0	0	71	114	127	134
6	     86	86	0	0	68	128	129	131
7	      0	0	0	0	0	0	0	0
8	      0	0	0	647	0	0	0	0
9	      0	0	0	1572	0	0	0	0
10	      0	0	0	1861	0	0	0	0
11	      0	0	0	1506	0	0	0	0
12	      0	0	0	1084	0	0	0	0
13	      0	0	0	1602	0	0	0	0
14	      0	0	0	1616	0	0	0	0
15	      0	0	0	1599	0	0	0	0
16	      0	0	0	1551	0	0	0	0
17	      0	0	0	1394	0	0	0	0
18	      0	0	0	1572	0	0	0	0
19	      0	0	0	1526	0	0	0	0
20	      0	0	0	1361	0	0	0	0
21	      0	0	0	1544	0	0	0	0
22	      0	0	0	1328	0	0	0	0
23	      0	0	0	1339	0	0	0	0
24	      0	0	0	1512	0	0	0	0
25	      0	0	0	1392	0	0	0	0
26	      0	0	0	1907	0	0	0	0
27	      0	0	0	1479	0	0	0	0
28	      0	0	0	1488	0	0	0	0
29	      0	0	0	1446	0	0	0	0
30	      0	0	0	1397	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    584	19.4667	0	33723	72	205	679	771

DEBUG    ya.test:process.py:276 Command (pid 2102467) 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 2102511) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2102511) elapsed time (sec): 30.251272678375244
DEBUG    ya.test:process.py:263 Command (pid 2102511) wtime: 30.255
DEBUG    ya.test:process.py:275 Command (pid 2102511) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      9	9	0	0	827	983	983	983
2	     74	74	0	0	102	519	571	999
3	     86	86	0	0	105	215	251	252
4	    107	107	0	0	92	114	123	123
5	     97	97	0	0	99	137	157	165
6	     62	62	0	0	92	145	147	151
7	      0	0	0	10	0	0	0	0
8	      0	0	0	775	0	0	0	0
9	      0	0	0	1506	0	0	0	0
10	      0	0	0	1961	0	0	0	0
11	      0	0	0	1525	0	0	0	0
12	      0	0	0	1280	0	0	0	0
13	      0	0	0	1707	0	0	0	0
14	      0	0	0	1626	0	0	0	0
15	      0	0	0	1646	0	0	0	0
16	      0	0	0	1736	0	0	0	0
17	      0	0	0	1580	0	0	0	0
18	      0	0	0	1639	0	0	0	0
19	      0	0	0	1732	0	0	0	0
20	      0	0	0	1499	0	0	0	0
21	      0	0	0	1670	0	0	0	0
22	      0	0	0	1491	0	0	0	0
23	      0	0	0	1320	0	0	0	0
24	      0	0	0	1516	0	0	0	0
25	      0	0	0	1508	0	0	0	0
26	      0	0	0	1808	0	0	0	0
27	      0	0	0	1457	0	0	0	0
28	      0	0	0	1526	0	0	0	0
29	      0	0	0	1534	0	0	0	0
30	      0	0	0	1737	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    435	14.5	0	35789	98	233	907	999

DEBUG    ya.test:process.py:276 Command (pid 2102511) 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 2102502) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2102502) elapsed time (sec): 30.276514291763306
DEBUG    ya.test:process.py:263 Command (pid 2102502) wtime: 30.294
DEBUG    ya.test:process.py:275 Command (pid 2102502) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	725	0	0	0	0
9	      0	0	0	1407	0	0	0	0
10	      0	0	0	1988	0	0	0	0
11	      0	0	0	1666	0	0	0	0
12	      0	0	0	1429	0	0	0	0
13	      0	0	0	1624	0	0	0	0
14	      0	0	0	1827	0	0	0	0
15	      0	0	0	1604	0	0	0	0
16	      0	0	0	1688	0	0	0	0
17	      0	0	0	1667	0	0	0	0
18	      0	0	0	1665	0	0	0	0
19	      0	0	0	1654	0	0	0	0
20	      0	0	0	1461	0	0	0	0
21	      0	0	0	1695	0	0	0	0
22	      0	0	0	1541	0	0	0	0
23	      0	0	0	1510	0	0	0	0
24	      0	0	0	1471	0	0	0	0
25	      0	0	0	1509	0	0	0	0
26	      0	0	0	1836	0	0	0	0
27	      0	0	0	1521	0	0	0	0
28	      0	0	0	1532	0	0	0	0
29	      0	0	0	1597	0	0	0	0
30	      0	0	0	1522	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 2102502) 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, bdaf865a-f506-4355-8f85-497504aac2ef, localhost:8560): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, bdaf865a-f506-4355-8f85-497504aac2ef, localhost:8560): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, bdaf865a-f506-4355-8f85-497504aac2ef, localhost:8560): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-afmy7myzbu.auto.internal" port: 8560 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-afmy7myzbu.auto.internal:8560, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8560
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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.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, e76ecd84-716c-4f3c-ba5f-c4f3026f2250, localhost:8560): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e76ecd84-716c-4f3c-ba5f-c4f3026f2250, localhost:8560): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e76ecd84-716c-4f3c-ba5f-c4f3026f2250, localhost:8560): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-afmy7myzbu.auto.internal" port: 8560 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-afmy7myzbu.auto.internal:8560, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8560
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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:9871
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9871". 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 ===============================
303.30s call     test_log_scenario.py::TestLogScenario::test_log_uniform
28.39s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
21.79s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
12.49s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
9.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
8.94s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
8.55s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
8.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
7.10s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
6.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
6.12s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
5.99s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
3.11s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
1.37s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.95s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.77s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.03s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
0.02s setup    test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.02s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.issues.ConnectionLost: Couldn't find valid connection
ERROR test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/u7vn/001e3b/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/u7vn/001e3b/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-20T18:55:14.317012Z): source_id=113;tablet_id=72075186224037986;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 @ 0xA7C2AA5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA7BAFE6
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB651528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD637EFB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9E11748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9E1149F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD61300D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1423762B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14E7E457
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14DCF263
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14DCF263
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14DCC083
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14DD2B37
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14255418
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CD8E025
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5F4437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB641FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB646094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB645CA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB64688E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7C46FC
21. ??:0: ?? @ 0x7F0CE86A5AC2
22. ??:0: ?? @ 0x7F0CE87378BF
============== 1 failed, 11 passed, 1 error in 435.95s (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/u7vn/001e37/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 ===============================
16.50s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
15.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
14.91s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
14.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
13.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
10.98s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
7.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
7.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
6.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
6.52s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
5.71s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
5.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
1.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 128.11s (0:02:08) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/u7vn/001e30/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.69s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
12.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
11.71s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
11.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
10.57s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
7.93s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
6.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
6.69s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
6.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
6.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
5.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
3.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
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-2-2]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 102.99s (0:01: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/u7vn/001e3c/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 ===============================
108.77s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
93.73s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
92.48s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
92.31s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
84.26s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
82.88s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
12.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
10.73s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
3.91s setup    test_replace.py::TestReplace::test_copy_full
1.03s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
1.01s call     test_replace.py::TestReplace::test_copy_full
0.93s call     test_replace.py::TestReplace::test_copy_partial
0.92s call     test_replace.py::TestReplace::test_count
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 586.69s (0:09:46) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/u7vn/001e38/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 ===============================
11.82s setup    test_update.py::TestUpdate::test_incorrect
11.62s setup    test_replace.py::TestReplace::test_incorrect
10.84s setup    test_select.py::TestSelect::test_incorrect
2.66s call     test_select.py::TestSelect::test_json_query
1.70s call     test_update.py::TestUpdate::test_update_many_rows
1.57s call     test_replace.py::TestReplace::test_partial_replace
1.50s call     test_replace.py::TestReplace::test_replace_rollback
1.40s call     test_update.py::TestUpdate::test_partial_update
1.37s call     test_update.py::TestUpdate::test_update_pk
1.29s call     test_replace.py::TestReplace::test_replace_total
1.24s call     test_select.py::TestSelect::test_incorrect
1.03s call     test_replace.py::TestReplace::test_incorrect
0.76s call     test_replace.py::TestReplace::test_replace_with_nulls
0.70s call     test_update.py::TestUpdate::test_incorrect
0.04s setup    test_select.py::TestSelect::test_json_query
0.03s setup    test_update.py::TestUpdate::test_update_many_rows
0.03s setup    test_replace.py::TestReplace::test_replace_rollback
0.03s teardown test_update.py::TestUpdate::test_update_pk
0.02s setup    test_replace.py::TestReplace::test_replace_with_nulls
0.02s setup    test_update.py::TestUpdate::test_partial_update
0.01s teardown test_replace.py::TestReplace::test_partial_replace
0.01s setup    test_replace.py::TestReplace::test_partial_replace
0.01s teardown test_update.py::TestUpdate::test_partial_update
0.01s setup    test_update.py::TestUpdate::test_update_pk
0.01s setup    test_replace.py::TestReplace::test_replace_total
0.01s teardown test_replace.py::TestReplace::test_replace_rollback

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 51.41s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/u7vn/001e3e/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 ===============================
406.49s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
72.15s call     zip_bomb.py::TestZipBomb::test
27.07s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.02s teardown zip_bomb.py::TestZipBomb::test
9.59s setup    test_update.py::TestUpdate::test_update_rollback
6.52s setup    test_upsert.py::TestUpsert::test_copy_full
4.57s setup    zip_bomb.py::TestZipBomb::test
3.14s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
1.76s call     test_upsert.py::TestUpsert::test_count
1.74s call     test_update.py::TestUpdate::test_update_rollback
1.67s call     test_upsert.py::TestUpsert::test_copy_full
1.56s call     test_upsert.py::TestUpsert::test_copy_partial
1.18s call     test_update.py::TestUpdate::test_update_single_column
1.05s call     test_upsert.py::TestUpsert::test_partial_update
0.92s call     test_update.py::TestUpdate::test_update_single_row
0.89s call     test_upsert.py::TestUpsert::test_insert_nulls
0.77s call     test_upsert.py::TestUpsert::test_incorrect
0.03s setup    test_update.py::TestUpdate::test_update_single_row
0.03s setup    test_upsert.py::TestUpsert::test_insert_nulls
0.02s setup    test_update.py::TestUpdate::test_update_single_column
0.01s setup    test_upsert.py::TestUpsert::test_partial_update
0.01s setup    test_upsert.py::TestUpsert::test_incorrect
0.01s teardown test_update.py::TestUpdate::test_update_single_row
0.01s teardown test_upsert.py::TestUpsert::test_copy_full

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