============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/t32p/002a7e/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=MzgxZDcwMS1kYTk5ZDhlYi03NWI2YWMwMy01ZGI1MDdiMg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d6ab8e0d-ccbd-4d8f-940e-27d8a4c4068c, ghrun-5327lwzq5q.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d6ab8e0d-ccbd-4d8f-940e-27d8a4c4068c, ghrun-5327lwzq5q.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MzgxZDcwMS1kYTk5ZDhlYi03NWI2YWMwMy01ZGI1MDdiMg==" 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, d6ab8e0d-ccbd-4d8f-940e-27d8a4c4068c, ghrun-5327lwzq5q.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzgxZDcwMS1kYTk5ZDhlYi03NWI2YWMwMy01ZGI1MDdiMg==
---------------------------- 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=MzgxZDcwMS1kYTk5ZDhlYi03NWI2YWMwMy01ZGI1MDdiMg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 975fafa5-cf6e-4e68-b638-56736210f490, ghrun-5327lwzq5q.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 975fafa5-cf6e-4e68-b638-56736210f490, ghrun-5327lwzq5q.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MzgxZDcwMS1kYTk5ZDhlYi03NWI2YWMwMy01ZGI1MDdiMg==" 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, 975fafa5-cf6e-4e68-b638-56736210f490, ghrun-5327lwzq5q.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzgxZDcwMS1kYTk5ZDhlYi03NWI2YWMwMy01ZGI1MDdiMg==
---------------------------- 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=MzgxZDcwMS1kYTk5ZDhlYi03NWI2YWMwMy01ZGI1MDdiMg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aeceb19d-4812-4c5a-bec6-71616c4173c1, ghrun-5327lwzq5q.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, aeceb19d-4812-4c5a-bec6-71616c4173c1, ghrun-5327lwzq5q.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MzgxZDcwMS1kYTk5ZDhlYi03NWI2YWMwMy01ZGI1MDdiMg==" 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, aeceb19d-4812-4c5a-bec6-71616c4173c1, ghrun-5327lwzq5q.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzgxZDcwMS1kYTk5ZDhlYi03NWI2YWMwMy01ZGI1MDdiMg==
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
141.36s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
108.03s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
81.38s call     tablets_movement.py::TestTabletsMovement::test[ROW]
58.24s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
12.74s setup    test_create.py::TestCreate::test_create_all_opt_ints
6.37s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
6.15s call     test_create.py::TestCreate::test_create_decimals
5.53s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
4.67s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
4.20s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
1.37s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.77s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.60s call     test_create.py::TestCreate::test_create_all_opt_ints
0.52s call     test_create.py::TestCreate::test_create_all_req_ints
0.21s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.16s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.11s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.08s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.07s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.03s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.02s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s setup    test_create.py::TestCreate::test_create_decimals
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion

(12 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 434.15s (0:07:14) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/t32p/002a48/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: 17.1 ms
create table: 350.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 32.5
    "min_ms": 28.8
    "median_ms": 29.7
    "max_ms": 55.4
    "stdev_ms": 8.1
select count(*) after initial inserts: 79.6 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 44.8
    "min_ms": 38.1
    "median_ms": 44.8
    "max_ms": 90.2
    "stdev_ms": 3.5
select count(*) after all modifications: 2413.6 ms
select all: 2393.6 ms
delete from table: 2497.5 ms
select all after delete: 2725.0 ms
.drop table: 27.8 ms
create table: 355.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.4
    "min_ms": 25.0
    "median_ms": 29.8
    "max_ms": 30.9
    "stdev_ms": 1.6
select count(*) after initial inserts: 73.8 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 47.6
    "min_ms": 41.1
    "median_ms": 47.4
    "max_ms": 58.8
    "stdev_ms": 3.0
updates (step 1):
    "runs": 200
    "avg_ms": 170.5
    "min_ms": 126.0
    "median_ms": 163.7
    "max_ms": 245.8
    "stdev_ms": 25.0
upserts (step 2):
    "runs": 200
    "avg_ms": 39.8
    "min_ms": 23.8
    "median_ms": 37.9
    "max_ms": 97.0
    "stdev_ms": 10.9
select count(*) after all modifications: 366.0 ms
select all: 440.8 ms
delete from table: 451.6 ms
select all after delete: 401.4 ms
.drop table: 95.2 ms
create table: 584.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 40.8
    "min_ms": 31.2
    "median_ms": 39.9
    "max_ms": 60.2
    "stdev_ms": 9.0
select count(*) after initial inserts: 110.6 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 155.1
    "min_ms": 93.2
    "median_ms": 149.6
    "max_ms": 361.1
    "stdev_ms": 35.1
select count(*) after all modifications: 292.2 ms
select all: 236.6 ms
delete from table: 276.8 ms
select all after delete: 205.3 ms
.drop table: 26.5 ms
create table: 374.7 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.5
    "min_ms": 23.2
    "median_ms": 29.7
    "max_ms": 30.9
    "stdev_ms": 1.8
select count(*) after initial inserts: 86.3 ms
updates (step 0):
    "runs": 150
    "avg_ms": 100.8
    "min_ms": 81.2
    "median_ms": 100.4
    "max_ms": 147.7
    "stdev_ms": 10.6
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 68.6
    "min_ms": 55.5
    "median_ms": 67.0
    "max_ms": 91.1
    "stdev_ms": 6.1
select count(*) after all modifications: 363.8 ms
select all: 351.4 ms
delete from table: 375.0 ms
select all after delete: 258.6 ms
.drop table: 26.0 ms
create table: 383.5 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.5
    "min_ms": 22.0
    "median_ms": 29.7
    "max_ms": 31.7
    "stdev_ms": 1.9
select count(*) after initial inserts: 82.4 ms
updates (step 0):
    "runs": 200
    "avg_ms": 90.8
    "min_ms": 71.6
    "median_ms": 89.7
    "max_ms": 151.0
    "stdev_ms": 10.6
upserts (step 1):
    "runs": 200
    "avg_ms": 21.3
    "min_ms": 17.1
    "median_ms": 20.6
    "max_ms": 35.1
    "stdev_ms": 2.5
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 73.7
    "min_ms": 67.9
    "median_ms": 73.0
    "max_ms": 87.2
    "stdev_ms": 4.4
select count(*) after all modifications: 403.9 ms
select all: 404.8 ms
delete from table: 455.8 ms
select all after delete: 393.2 ms
.drop table: 25.7 ms
create table: 305.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 26.2
    "min_ms": 19.6
    "median_ms": 29.5
    "max_ms": 30.8
    "stdev_ms": 4.8
select count(*) after initial inserts: 74.8 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 22.2
    "min_ms": 17.2
    "median_ms": 21.7
    "max_ms": 33.4
    "stdev_ms": 2.4
select count(*) after all modifications: 316.9 ms
select all: 257.6 ms
delete from table: 260.8 ms
select all after delete: 197.6 ms
.Generated operation sequence:
  0. UPSERT: 14 operations
  1. UPDATE: 8 operations
  2. UPDATE: 14 operations
  3. UPSERT: 20 operations
  4. BULK_UPSERT: 8 operations
  5. UPSERT: 7 operations
  6. UPSERT: 20 operations
  7. UPSERT: 2 operations
  8. UPDATE: 15 operations
  9. UPDATE: 3 operations
drop table: 25.2 ms
create table: 359.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.2
    "min_ms": 22.0
    "median_ms": 29.9
    "max_ms": 30.8
    "stdev_ms": 2.6
select count(*) after initial inserts: 77.3 ms
upserts (step 0):
    "runs": 140
    "avg_ms": 23.9
    "min_ms": 19.2
    "median_ms": 24.3
    "max_ms": 30.6
    "stdev_ms": 1.8
updates (step 1):
    "runs": 80
    "avg_ms": 117.0
    "min_ms": 85.0
    "median_ms": 117.4
    "max_ms": 163.2
    "stdev_ms": 18.4
updates (step 2):
    "runs": 140
    "avg_ms": 109.0
    "min_ms": 90.7
    "median_ms": 106.5
    "max_ms": 159.3
    "stdev_ms": 11.3
upserts (step 3):
    "runs": 200
    "avg_ms": 27.9
    "min_ms": 21.7
    "median_ms": 26.9
    "max_ms": 50.5
    "stdev_ms": 3.9
bulk_upserts (step 4):
    "runs": 8
    "avg_ms": 58.1
    "min_ms": 51.9
    "median_ms": 55.6
    "max_ms": 72.6
    "stdev_ms": 7.2
upserts (step 5):
    "runs": 70
    "avg_ms": 35.7
    "min_ms": 22.7
    "median_ms": 32.5
    "max_ms": 67.8
    "stdev_ms": 10.1
upserts (step 6):
    "runs": 200
    "avg_ms": 31.7
    "min_ms": 22.7
    "median_ms": 28.9
    "max_ms": 75.5
    "stdev_ms": 8.8
upserts (step 7):
    "runs": 20
    "avg_ms": 33.8
    "min_ms": 26.6
    "median_ms": 32.2
    "max_ms": 49.6
    "stdev_ms": 7.4
updates (step 8):
    "runs": 150
    "avg_ms": 297.8
    "min_ms": 161.4
    "median_ms": 282.9
    "max_ms": 615.5
    "stdev_ms": 92.2
updates (step 9):
    "runs": 30
    "avg_ms": 216.8
    "min_ms": 163.2
    "median_ms": 217.0
    "max_ms": 350.7
    "stdev_ms": 32.0
select count(*) after all modifications: 362.7 ms
select all: 343.6 ms
delete from table: 369.8 ms
select all after delete: 300.8 ms
.
test_delete.py .

============================== slowest durations ===============================
157.28s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
96.85s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
49.24s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
33.20s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
32.54s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
24.26s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
23.89s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
3.85s setup    test_delete.py::TestDelete::test_delete_rollback
3.75s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.34s setup    test_create.py::TestCreate::test_create_real_opt
3.04s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.10s call     test_delete.py::TestDelete::test_delete_rollback
0.49s call     test_create.py::TestCreate::test_create_real_req
0.48s call     test_create.py::TestCreate::test_create_strings_opt
0.45s call     test_create.py::TestCreate::test_create_real_opt
0.03s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s setup    test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 434.92s (0:07:14) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/t32p/002a9a/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 ===============================
6.53s setup    test_delete.py::TestDelete::test_delete_where[False-100]
0.77s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.70s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.70s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.64s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.64s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.64s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.58s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.58s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.56s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.55s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.49s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.43s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]

(23 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 14.73s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/t32p/002a81/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 ===============================
5.90s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
4.44s setup    test_delete.py::TestDelete::test_incorrect
0.97s call     test_insert.py::TestInsertStatement::test_copy_full
0.80s call     test_insert.py::TestInsertStatement::test_copy_partial
0.53s call     test_insert.py::TestInsertStatement::test_bulk
0.52s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.48s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.37s call     test_insert.py::TestInsertStatement::test_plain
0.33s call     test_insert.py::TestInsertStatement::test_duplicate
0.31s call     test_delete.py::TestDelete::test_incorrect
0.31s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.29s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.28s call     test_insert.py::TestInsertStatement::test_incorrect
0.26s call     test_insert.py::TestInsertStatement::test_out_of_range

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

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

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:702: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/t32p/002a84/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/t32p/002a84/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-19T21:24:42.367345Z): source_id=114;tablet_id=72075186224037991;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 @ 0xA7965B5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA78EAF6
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB624FC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD605A6B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DE5258
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DE4FAF
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5E0B7D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x141A47FB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DEB627
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D3C433
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D3C433
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D39253
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D3FD07
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141C25E8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCF9BD5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C7ED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB615A74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB619B34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB619740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB61A32E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79820C
E   21. ??:0: ?? @ 0x7F3252A4CAC2
E   22. ??:0: ?? @ 0x7F3252ADE8BF
------------------------------ 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/t32p/002a84/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/t32p/002a84/ydb/apps/ydb/ydb -e grpc://localhost:62650 -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/t32p/002a84/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:62650', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2458670
DEBUG    ya.test:process.py:259 Command (pid 2458670) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2458670) elapsed time (sec): 0.28694915771484375
DEBUG    ya.test:process.py:263 Command (pid 2458670) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) maxrss: 831808
DEBUG    ya.test:process.py:263 Command (pid 2458670) minflt: 3541
DEBUG    ya.test:process.py:263 Command (pid 2458670) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 2458670) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) nvcsw: 238
DEBUG    ya.test:process.py:263 Command (pid 2458670) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2458670) stime: 0.043343
DEBUG    ya.test:process.py:263 Command (pid 2458670) utime: 0.033711
DEBUG    ya.test:process.py:263 Command (pid 2458670) wtime: 0.288
DEBUG    ya.test:process.py:275 Command (pid 2458670) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2458670) 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/t32p/002a84/ydb/apps/ydb/ydb -e grpc://localhost:62650 -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/t32p/002a84/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:62650', '-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: 2459229
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 2459229) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2459229) elapsed time (sec): 30.145495414733887
DEBUG    ya.test:process.py:263 Command (pid 2459229) wtime: 30.146
DEBUG    ya.test:process.py:275 Command (pid 2459229) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    478	478	0	0	20	21	26	32
2	    489	489	0	0	20	20	21	21
3	    488	488	0	0	20	20	22	22
4	    487	487	0	0	20	20	21	21
5	    489	489	0	0	20	20	20	21
6	    487	487	0	0	20	20	21	23
7	    489	489	0	0	20	20	20	21
8	    488	488	0	0	20	20	21	23
9	    488	488	0	0	20	21	21	26
10	    486	486	0	0	20	21	22	23
11	    488	488	0	0	20	21	22	23
12	    481	481	0	0	20	22	29	31
13	    488	488	0	0	20	20	21	21
14	    488	488	0	0	20	20	21	21
15	    489	489	0	0	20	20	21	21
16	    486	486	0	0	20	20	24	24
17	    488	488	0	0	20	20	21	21
18	    484	484	0	0	20	21	28	32
19	    491	491	0	0	20	21	22	29
20	    489	489	0	0	20	21	21	22
21	    489	489	0	0	20	21	21	22
22	    488	488	0	0	20	21	21	21
23	    485	485	0	0	20	21	26	29
24	    482	482	0	0	20	23	27	29
25	    485	485	0	0	20	21	23	24
26	    488	488	0	0	20	21	22	22
27	    487	487	0	0	20	21	24	28
28	    481	481	0	0	20	23	27	30
29	    486	486	0	0	20	21	22	23
30	    489	489	0	0	20	24	32	37

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14601	486.7	0	0	20	21	23	37

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MThmMWFhNzktYTI4YTI2ZjYtYzQ5ZTMxNTEtYWNkZjFjZTI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9e5d59a6-ca13-4785-a7dc-e2ff0ecb0e6a, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9e5d59a6-ca13-4785-a7dc-e2ff0ecb0e6a, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=MThmMWFhNzktYTI4YTI2ZjYtYzQ5ZTMxNTEtYWNkZjFjZTI=" 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, 9e5d59a6-ca13-4785-a7dc-e2ff0ecb0e6a, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MThmMWFhNzktYTI4YTI2ZjYtYzQ5ZTMxNTEtYWNkZjFjZTI=
INFO     root:test_log_scenario.py:217 Count rows after insert 14271 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODJiYWJjMGItMjBmNWJjNDUtN2Q3OWZlOGItNjE3ZWNhZjE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 25de64ba-6b9b-4dfd-9d59-5b1c31787827, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 25de64ba-6b9b-4dfd-9d59-5b1c31787827, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=ODJiYWJjMGItMjBmNWJjNDUtN2Q3OWZlOGItNjE3ZWNhZjE=" 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, 25de64ba-6b9b-4dfd-9d59-5b1c31787827, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODJiYWJjMGItMjBmNWJjNDUtN2Q3OWZlOGItNjE3ZWNhZjE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDFjMzc5NTUtYmY4MjkwM2EtZGFlNjE5NzAtNmZmM2FmYjU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d86fd693-2958-40da-b12b-c649566325e3, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d86fd693-2958-40da-b12b-c649566325e3, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=NDFjMzc5NTUtYmY4MjkwM2EtZGFlNjE5NzAtNmZmM2FmYjU=" 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, d86fd693-2958-40da-b12b-c649566325e3, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDFjMzc5NTUtYmY4MjkwM2EtZGFlNjE5NzAtNmZmM2FmYjU=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/t32p/002a84/ydb/apps/ydb/ydb -e grpc://localhost:62650 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk3YTZiOS04NTQ2OWRiZS01NDBkOTQ2Ni0zM2FiMjRi
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/t32p/002a84/ydb/apps/ydb/ydb -e grpc://localhost:62650 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/t32p/002a84/ydb/apps/ydb/ydb -e grpc://localhost:62650 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9f7637ec-1840-4964-8b3e-422aaafacf8b, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTAyZjFiYzktYTMxMTQ2YmMtZmEwNGI4ZWMtY2YwMDA3MTU=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9f7637ec-1840-4964-8b3e-422aaafacf8b, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=Yzk3YTZiOS04NTQ2OWRiZS01NDBkOTQ2Ni0zM2FiMjRi" 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, 9144ff20-c57d-4d3e-aea6-1c6d07a8632d, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2E2YzI4N2YtNGQ2MzU5MDYtY2FhZDc5YWEtMjRiNDk5YjA=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9f7637ec-1840-4964-8b3e-422aaafacf8b, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9144ff20-c57d-4d3e-aea6-1c6d07a8632d, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=ZTAyZjFiYzktYTMxMTQ2YmMtZmEwNGI4ZWMtY2YwMDA3MTU=" 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, 3a845390-55c1-49cc-bbee-c737a04c6f48, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzZiYWQ4ODktY2E2YmMxZjktMWViZmU3Ni0yYjhiODUxYQ==
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9144ff20-c57d-4d3e-aea6-1c6d07a8632d, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3a845390-55c1-49cc-bbee-c737a04c6f48, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=N2E2YzI4N2YtNGQ2MzU5MDYtY2FhZDc5YWEtMjRiNDk5YjA=" 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, 59493914-4249-4e3b-9b23-270b00de027b, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjU0N2RlYmYtYjYzOWQwYmYtYmZkMzc2MzUtNWQyYjU4MmM=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/t32p/002a84/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:62650', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 59493914-4249-4e3b-9b23-270b00de027b, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=NzZiYWQ4ODktY2E2YmMxZjktMWViZmU3Ni0yYjhiODUxYQ==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7efebc6a-cc0f-445b-bf97-abd14b42eec0, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ya.test:process.py:628 Command pid: 2476335
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3a845390-55c1-49cc-bbee-c737a04c6f48, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2U3MzMxYTItYTNkNzk5ZTItODAyMmU0YjEtMzJiYmFiNTk=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 59493914-4249-4e3b-9b23-270b00de027b, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7efebc6a-cc0f-445b-bf97-abd14b42eec0, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=MjU0N2RlYmYtYjYzOWQwYmYtYmZkMzc2MzUtNWQyYjU4MmM=" 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/t32p/002a84/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:62650', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f3f7f12f-6fe1-4449-a01a-dd1867d475b0, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7efebc6a-cc0f-445b-bf97-abd14b42eec0, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2476336
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/t32p/002a84/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:62650', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjdlMzUxNjUtZDVjZGQyYTUtOGY2ODE5YjEtZjlhMzEzNWM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f3f7f12f-6fe1-4449-a01a-dd1867d475b0, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=M2U3MzMxYTItYTNkNzk5ZTItODAyMmU0YjEtMzJiYmFiNTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 2476337
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 149fbd57-b5b0-48f9-b02a-a8ff22e45783, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MThmMWFhNzktYTI4YTI2ZjYtYzQ5ZTMxNTEtYWNkZjFjZTI=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f3f7f12f-6fe1-4449-a01a-dd1867d475b0, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 149fbd57-b5b0-48f9-b02a-a8ff22e45783, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=ZjdlMzUxNjUtZDVjZGQyYTUtOGY2ODE5YjEtZjlhMzEzNWM=" 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, 6c1090d9-4d02-4f52-b072-4fca45615140, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODJiYWJjMGItMjBmNWJjNDUtN2Q3OWZlOGItNjE3ZWNhZjE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d01a05c1-e413-4b50-8b65-403f386a9d06, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6c1090d9-4d02-4f52-b072-4fca45615140, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=MThmMWFhNzktYTI4YTI2ZjYtYzQ5ZTMxNTEtYWNkZjFjZTI=" 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=NDFjMzc5NTUtYmY4MjkwM2EtZGFlNjE5NzAtNmZmM2FmYjU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 149fbd57-b5b0-48f9-b02a-a8ff22e45783, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d01a05c1-e413-4b50-8b65-403f386a9d06, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=ODJiYWJjMGItMjBmNWJjNDUtN2Q3OWZlOGItNjE3ZWNhZjE=" 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, 2e3a53bd-c87b-437d-a8d3-e10d86d49962, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6c1090d9-4d02-4f52-b072-4fca45615140, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2e3a53bd-c87b-437d-a8d3-e10d86d49962, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=NDFjMzc5NTUtYmY4MjkwM2EtZGFlNjE5NzAtNmZmM2FmYjU=" 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, d01a05c1-e413-4b50-8b65-403f386a9d06, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2e3a53bd-c87b-437d-a8d3-e10d86d49962, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, b9c8dd5f-5e11-4ea8-8545-f332d0cc33bf, localhost:62650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b9c8dd5f-5e11-4ea8-8545-f332d0cc33bf, localhost:62650): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b9c8dd5f-5e11-4ea8-8545-f332d0cc33bf, localhost:62650): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-5327lwzq5q.auto.internal" port: 62650 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-5327lwzq5q.auto.internal:62650, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62650
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7ac221b1-7951-48f4-864f-678c405c822d, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T21:24:47.105002458+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4eaac634-f53a-46b3-845f-99ce1f11a01d, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T21:24:47.105021231+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 76fc7ce2-2069-4cdb-a27a-d4802f6fe39f, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.104936577+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0b1f6afa-8be4-402c-8319-59ebb7ee1adb, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.104959551+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0eae6b07-10b1-4b56-9120-ad6c7634ddc7, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.104987818+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 26621dc2-d289-4d75-a481-e25c85dd3bae, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T21:24:47.105037109+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 78de3be7-802f-4277-af92-0a3851028e90, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.105053702+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7c03685e-7fd1-42e7-8e8b-3a02c91c02d2, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.105068943+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1b5ac429-92ee-4ce4-b4e8-ced02e16b217, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.105080753+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9144ff20-c57d-4d3e-aea6-1c6d07a8632d, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105110957+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3a845390-55c1-49cc-bbee-c737a04c6f48, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105122521+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9f7637ec-1840-4964-8b3e-422aaafacf8b, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105094608+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7efebc6a-cc0f-445b-bf97-abd14b42eec0, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105146449+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 59493914-4249-4e3b-9b23-270b00de027b, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105134203+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f3f7f12f-6fe1-4449-a01a-dd1867d475b0, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105158969+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d01a05c1-e413-4b50-8b65-403f386a9d06, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105220195+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-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2e3a53bd-c87b-437d-a8d3-e10d86d49962, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105233073+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-5327lwzq5q.auto.internal:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 149fbd57-b5b0-48f9-b02a-a8ff22e45783, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105171134+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d3150547-f486-405b-bbe6-2dc0d974725e, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.104825641+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6c1090d9-4d02-4f52-b072-4fca45615140, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105182803+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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, 3c6060e5-6d73-4b35-a782-6c7b0b3b7081, localhost:2235): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3c6060e5-6d73-4b35-a782-6c7b0b3b7081, localhost:2235): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3c6060e5-6d73-4b35-a782-6c7b0b3b7081, localhost:2235): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-5327lwzq5q.auto.internal" port: 2235 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-5327lwzq5q.auto.internal:2235, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2235
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
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 2476335) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2476335) elapsed time (sec): 30.231985092163086
DEBUG    ya.test:process.py:263 Command (pid 2476335) wtime: 30.236
DEBUG    ya.test:process.py:275 Command (pid 2476335) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	181	619	647	647
2	    162	162	0	0	54	321	437	459
3	    177	177	0	0	55	74	80	86
4	    177	177	0	0	53	84	98	110
5	     39	39	0	6	55	93	102	102
6	      0	0	0	1953	0	0	0	0
7	      0	0	0	1943	0	0	0	0
8	      0	0	0	2119	0	0	0	0
9	      0	0	0	1191	0	0	0	0
10	      0	0	0	1122	0	0	0	0
11	      0	0	0	1474	0	0	0	0
12	      0	0	0	1861	0	0	0	0
13	      0	0	0	2041	0	0	0	0
14	      0	0	0	2068	0	0	0	0
15	      0	0	0	1929	0	0	0	0
16	      0	0	0	1825	0	0	0	0
17	      0	0	0	1546	0	0	0	0
18	      0	0	0	1054	0	0	0	0
19	      0	0	0	1384	0	0	0	0
20	      0	0	0	1093	0	0	0	0
21	      0	0	0	1176	0	0	0	0
22	      0	0	0	1668	0	0	0	0
23	      0	0	0	1478	0	0	0	0
24	      0	0	0	1368	0	0	0	0
25	      0	0	0	997	0	0	0	0
26	      0	0	0	1758	0	0	0	0
27	      0	0	0	1477	0	0	0	0
28	      0	0	0	1483	0	0	0	0
29	      0	0	0	1573	0	0	0	0
30	      0	0	0	1837	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    575	19.1667	0	39424	55	137	519	647

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:276 Command (pid 2476335) errors:

DEBUG    ya.test:process.py:259 Command (pid 2476337) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2476337) elapsed time (sec): 30.23151469230652
DEBUG    ya.test:process.py:263 Command (pid 2476337) wtime: 30.238
DEBUG    ya.test:process.py:275 Command (pid 2476337) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     11	11	0	0	547	699	719	719
2	    123	123	0	0	73	463	555	555
3	    134	134	0	0	75	90	97	100
4	    132	132	0	0	71	102	118	119
5	     30	30	0	0	79	98	107	107
6	      0	0	0	2012	0	0	0	0
7	      0	0	0	1989	0	0	0	0
8	      0	0	0	2168	0	0	0	0
9	      0	0	0	1278	0	0	0	0
10	      0	0	0	1127	0	0	0	0
11	      0	0	0	1454	0	0	0	0
12	      0	0	0	1854	0	0	0	0
13	      0	0	0	2120	0	0	0	0
14	      0	0	0	2200	0	0	0	0
15	      0	0	0	2129	0	0	0	0
16	      0	0	0	1955	0	0	0	0
17	      0	0	0	1601	0	0	0	0
18	      0	0	0	1446	0	0	0	0
19	      0	0	0	1354	0	0	0	0
20	      0	0	0	1328	0	0	0	0
21	      0	0	0	1278	0	0	0	0
22	      0	0	0	1718	0	0	0	0
23	      0	0	0	1612	0	0	0	0
24	      0	0	0	1461	0	0	0	0
25	      0	0	0	1544	0	0	0	0
26	      0	0	0	1857	0	0	0	0
27	      0	0	0	1600	0	0	0	0
28	      0	0	0	1590	0	0	0	0
29	      0	0	0	1751	0	0	0	0
30	      0	0	0	1741	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    430	14.3333	0	42167	73	172	563	719

DEBUG    ya.test:process.py:259 Command (pid 2476336) rc: 0
DEBUG    ya.test:process.py:276 Command (pid 2476337) errors:

DEBUG    ya.test:process.py:260 Command (pid 2476336) elapsed time (sec): 30.224657773971558
DEBUG    ya.test:process.py:263 Command (pid 2476336) wtime: 30.228
DEBUG    ya.test:process.py:275 Command (pid 2476336) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      1	1	0	0	779	779	779	779
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	20	0	0	0	0
6	      0	0	0	1879	0	0	0	0
7	      0	0	0	1971	0	0	0	0
8	      0	0	0	2180	0	0	0	0
9	      0	0	0	1238	0	0	0	0
10	      0	0	0	1095	0	0	0	0
11	      0	0	0	1474	0	0	0	0
12	      0	0	0	1858	0	0	0	0
13	      0	0	0	2162	0	0	0	0
14	      0	0	0	2152	0	0	0	0
15	      0	0	0	2078	0	0	0	0
16	      0	0	0	2135	0	0	0	0
17	      0	0	0	1608	0	0	0	0
18	      0	0	0	1344	0	0	0	0
19	      0	0	0	1363	0	0	0	0
20	      0	0	0	1333	0	0	0	0
21	      0	0	0	1256	0	0	0	0
22	      0	0	0	1705	0	0	0	0
23	      0	0	0	1650	0	0	0	0
24	      0	0	0	1511	0	0	0	0
25	      0	0	0	1493	0	0	0	0
26	      0	0	0	1793	0	0	0	0
27	      0	0	0	1608	0	0	0	0
28	      0	0	0	1695	0	0	0	0
29	      0	0	0	1794	0	0	0	0
30	      0	0	0	1916	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 2476336) 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.connection:connection.py:549 Closing channel for endpoint localhost:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, c4da5283-ddc6-4379-9b1a-775bc98cfbdf, localhost:2235): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c4da5283-ddc6-4379-9b1a-775bc98cfbdf, localhost:2235): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c4da5283-ddc6-4379-9b1a-775bc98cfbdf, localhost:2235): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-5327lwzq5q.auto.internal" port: 2235 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-5327lwzq5q.auto.internal:2235, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2235
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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 2bec58e5-560c-4a2d-a43a-3713818d95b6, localhost:2235): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2bec58e5-560c-4a2d-a43a-3713818d95b6, localhost:2235): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2bec58e5-560c-4a2d-a43a-3713818d95b6, localhost:2235): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-5327lwzq5q.auto.internal" port: 2235 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-5327lwzq5q.auto.internal:2235, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2235
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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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.
---------------------------- 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-5327lwzq5q'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/t32p/002a84/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.2421574' in '/home/runner/.ya/build/build_root/t32p/002a84/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, logfile_1d80ow5k.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:62650/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13597
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11179
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22114
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62650
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10524
=================================== 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/t32p/002a84/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/t32p/002a84/ydb/apps/ydb/ydb -e grpc://localhost:62650 -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/t32p/002a84/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:62650', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2458670
DEBUG    ya.test:process.py:259 Command (pid 2458670) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2458670) elapsed time (sec): 0.28694915771484375
DEBUG    ya.test:process.py:263 Command (pid 2458670) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) maxrss: 831808
DEBUG    ya.test:process.py:263 Command (pid 2458670) minflt: 3541
DEBUG    ya.test:process.py:263 Command (pid 2458670) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 2458670) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2458670) nvcsw: 238
DEBUG    ya.test:process.py:263 Command (pid 2458670) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2458670) stime: 0.043343
DEBUG    ya.test:process.py:263 Command (pid 2458670) utime: 0.033711
DEBUG    ya.test:process.py:263 Command (pid 2458670) wtime: 0.288
DEBUG    ya.test:process.py:275 Command (pid 2458670) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2458670) 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/t32p/002a84/ydb/apps/ydb/ydb -e grpc://localhost:62650 -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/t32p/002a84/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:62650', '-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: 2459229
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 2459229) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2459229) elapsed time (sec): 30.145495414733887
DEBUG    ya.test:process.py:263 Command (pid 2459229) wtime: 30.146
DEBUG    ya.test:process.py:275 Command (pid 2459229) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    478	478	0	0	20	21	26	32
2	    489	489	0	0	20	20	21	21
3	    488	488	0	0	20	20	22	22
4	    487	487	0	0	20	20	21	21
5	    489	489	0	0	20	20	20	21
6	    487	487	0	0	20	20	21	23
7	    489	489	0	0	20	20	20	21
8	    488	488	0	0	20	20	21	23
9	    488	488	0	0	20	21	21	26
10	    486	486	0	0	20	21	22	23
11	    488	488	0	0	20	21	22	23
12	    481	481	0	0	20	22	29	31
13	    488	488	0	0	20	20	21	21
14	    488	488	0	0	20	20	21	21
15	    489	489	0	0	20	20	21	21
16	    486	486	0	0	20	20	24	24
17	    488	488	0	0	20	20	21	21
18	    484	484	0	0	20	21	28	32
19	    491	491	0	0	20	21	22	29
20	    489	489	0	0	20	21	21	22
21	    489	489	0	0	20	21	21	22
22	    488	488	0	0	20	21	21	21
23	    485	485	0	0	20	21	26	29
24	    482	482	0	0	20	23	27	29
25	    485	485	0	0	20	21	23	24
26	    488	488	0	0	20	21	22	22
27	    487	487	0	0	20	21	24	28
28	    481	481	0	0	20	23	27	30
29	    486	486	0	0	20	21	22	23
30	    489	489	0	0	20	24	32	37

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14601	486.7	0	0	20	21	23	37

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MThmMWFhNzktYTI4YTI2ZjYtYzQ5ZTMxNTEtYWNkZjFjZTI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9e5d59a6-ca13-4785-a7dc-e2ff0ecb0e6a, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9e5d59a6-ca13-4785-a7dc-e2ff0ecb0e6a, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=MThmMWFhNzktYTI4YTI2ZjYtYzQ5ZTMxNTEtYWNkZjFjZTI=" 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, 9e5d59a6-ca13-4785-a7dc-e2ff0ecb0e6a, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MThmMWFhNzktYTI4YTI2ZjYtYzQ5ZTMxNTEtYWNkZjFjZTI=
INFO     root:test_log_scenario.py:217 Count rows after insert 14271 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODJiYWJjMGItMjBmNWJjNDUtN2Q3OWZlOGItNjE3ZWNhZjE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 25de64ba-6b9b-4dfd-9d59-5b1c31787827, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 25de64ba-6b9b-4dfd-9d59-5b1c31787827, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=ODJiYWJjMGItMjBmNWJjNDUtN2Q3OWZlOGItNjE3ZWNhZjE=" 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, 25de64ba-6b9b-4dfd-9d59-5b1c31787827, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODJiYWJjMGItMjBmNWJjNDUtN2Q3OWZlOGItNjE3ZWNhZjE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDFjMzc5NTUtYmY4MjkwM2EtZGFlNjE5NzAtNmZmM2FmYjU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d86fd693-2958-40da-b12b-c649566325e3, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d86fd693-2958-40da-b12b-c649566325e3, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=NDFjMzc5NTUtYmY4MjkwM2EtZGFlNjE5NzAtNmZmM2FmYjU=" 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, d86fd693-2958-40da-b12b-c649566325e3, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDFjMzc5NTUtYmY4MjkwM2EtZGFlNjE5NzAtNmZmM2FmYjU=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/t32p/002a84/ydb/apps/ydb/ydb -e grpc://localhost:62650 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk3YTZiOS04NTQ2OWRiZS01NDBkOTQ2Ni0zM2FiMjRi
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/t32p/002a84/ydb/apps/ydb/ydb -e grpc://localhost:62650 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/t32p/002a84/ydb/apps/ydb/ydb -e grpc://localhost:62650 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9f7637ec-1840-4964-8b3e-422aaafacf8b, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTAyZjFiYzktYTMxMTQ2YmMtZmEwNGI4ZWMtY2YwMDA3MTU=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9f7637ec-1840-4964-8b3e-422aaafacf8b, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=Yzk3YTZiOS04NTQ2OWRiZS01NDBkOTQ2Ni0zM2FiMjRi" 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, 9144ff20-c57d-4d3e-aea6-1c6d07a8632d, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2E2YzI4N2YtNGQ2MzU5MDYtY2FhZDc5YWEtMjRiNDk5YjA=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9f7637ec-1840-4964-8b3e-422aaafacf8b, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9144ff20-c57d-4d3e-aea6-1c6d07a8632d, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=ZTAyZjFiYzktYTMxMTQ2YmMtZmEwNGI4ZWMtY2YwMDA3MTU=" 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, 3a845390-55c1-49cc-bbee-c737a04c6f48, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzZiYWQ4ODktY2E2YmMxZjktMWViZmU3Ni0yYjhiODUxYQ==
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9144ff20-c57d-4d3e-aea6-1c6d07a8632d, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3a845390-55c1-49cc-bbee-c737a04c6f48, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=N2E2YzI4N2YtNGQ2MzU5MDYtY2FhZDc5YWEtMjRiNDk5YjA=" 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, 59493914-4249-4e3b-9b23-270b00de027b, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjU0N2RlYmYtYjYzOWQwYmYtYmZkMzc2MzUtNWQyYjU4MmM=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/t32p/002a84/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:62650', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 59493914-4249-4e3b-9b23-270b00de027b, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=NzZiYWQ4ODktY2E2YmMxZjktMWViZmU3Ni0yYjhiODUxYQ==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7efebc6a-cc0f-445b-bf97-abd14b42eec0, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ya.test:process.py:628 Command pid: 2476335
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3a845390-55c1-49cc-bbee-c737a04c6f48, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2U3MzMxYTItYTNkNzk5ZTItODAyMmU0YjEtMzJiYmFiNTk=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 59493914-4249-4e3b-9b23-270b00de027b, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7efebc6a-cc0f-445b-bf97-abd14b42eec0, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=MjU0N2RlYmYtYjYzOWQwYmYtYmZkMzc2MzUtNWQyYjU4MmM=" 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/t32p/002a84/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:62650', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f3f7f12f-6fe1-4449-a01a-dd1867d475b0, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7efebc6a-cc0f-445b-bf97-abd14b42eec0, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2476336
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/t32p/002a84/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:62650', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjdlMzUxNjUtZDVjZGQyYTUtOGY2ODE5YjEtZjlhMzEzNWM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f3f7f12f-6fe1-4449-a01a-dd1867d475b0, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=M2U3MzMxYTItYTNkNzk5ZTItODAyMmU0YjEtMzJiYmFiNTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 2476337
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 149fbd57-b5b0-48f9-b02a-a8ff22e45783, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MThmMWFhNzktYTI4YTI2ZjYtYzQ5ZTMxNTEtYWNkZjFjZTI=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f3f7f12f-6fe1-4449-a01a-dd1867d475b0, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 149fbd57-b5b0-48f9-b02a-a8ff22e45783, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=ZjdlMzUxNjUtZDVjZGQyYTUtOGY2ODE5YjEtZjlhMzEzNWM=" 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, 6c1090d9-4d02-4f52-b072-4fca45615140, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODJiYWJjMGItMjBmNWJjNDUtN2Q3OWZlOGItNjE3ZWNhZjE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d01a05c1-e413-4b50-8b65-403f386a9d06, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6c1090d9-4d02-4f52-b072-4fca45615140, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=MThmMWFhNzktYTI4YTI2ZjYtYzQ5ZTMxNTEtYWNkZjFjZTI=" 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=NDFjMzc5NTUtYmY4MjkwM2EtZGFlNjE5NzAtNmZmM2FmYjU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 149fbd57-b5b0-48f9-b02a-a8ff22e45783, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d01a05c1-e413-4b50-8b65-403f386a9d06, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=ODJiYWJjMGItMjBmNWJjNDUtN2Q3OWZlOGItNjE3ZWNhZjE=" 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, 2e3a53bd-c87b-437d-a8d3-e10d86d49962, ghrun-5327lwzq5q.auto.internal:62650): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6c1090d9-4d02-4f52-b072-4fca45615140, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2e3a53bd-c87b-437d-a8d3-e10d86d49962, ghrun-5327lwzq5q.auto.internal:62650): request = { session_id: "ydb://session/3?node_id=1&id=NDFjMzc5NTUtYmY4MjkwM2EtZGFlNjE5NzAtNmZmM2FmYjU=" 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, d01a05c1-e413-4b50-8b65-403f386a9d06, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2e3a53bd-c87b-437d-a8d3-e10d86d49962, ghrun-5327lwzq5q.auto.internal:62650): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, b9c8dd5f-5e11-4ea8-8545-f332d0cc33bf, localhost:62650): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b9c8dd5f-5e11-4ea8-8545-f332d0cc33bf, localhost:62650): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b9c8dd5f-5e11-4ea8-8545-f332d0cc33bf, localhost:62650): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-5327lwzq5q.auto.internal" port: 62650 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-5327lwzq5q.auto.internal:62650, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62650
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7ac221b1-7951-48f4-864f-678c405c822d, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T21:24:47.105002458+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4eaac634-f53a-46b3-845f-99ce1f11a01d, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T21:24:47.105021231+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 76fc7ce2-2069-4cdb-a27a-d4802f6fe39f, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.104936577+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0b1f6afa-8be4-402c-8319-59ebb7ee1adb, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.104959551+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0eae6b07-10b1-4b56-9120-ad6c7634ddc7, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.104987818+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 26621dc2-d289-4d75-a481-e25c85dd3bae, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T21:24:47.105037109+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 78de3be7-802f-4277-af92-0a3851028e90, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.105053702+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7c03685e-7fd1-42e7-8e8b-3a02c91c02d2, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.105068943+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1b5ac429-92ee-4ce4-b4e8-ced02e16b217, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.105080753+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9144ff20-c57d-4d3e-aea6-1c6d07a8632d, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105110957+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3a845390-55c1-49cc-bbee-c737a04c6f48, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105122521+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9f7637ec-1840-4964-8b3e-422aaafacf8b, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105094608+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7efebc6a-cc0f-445b-bf97-abd14b42eec0, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105146449+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 59493914-4249-4e3b-9b23-270b00de027b, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105134203+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f3f7f12f-6fe1-4449-a01a-dd1867d475b0, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105158969+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d01a05c1-e413-4b50-8b65-403f386a9d06, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105220195+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-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2e3a53bd-c87b-437d-a8d3-e10d86d49962, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105233073+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-5327lwzq5q.auto.internal:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 149fbd57-b5b0-48f9-b02a-a8ff22e45783, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105171134+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d3150547-f486-405b-bbe6-2dc0d974725e, ghrun-5327lwzq5q.auto.internal:62650): 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:62650 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T21:24:47.104825641+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6c1090d9-4d02-4f52-b072-4fca45615140, ghrun-5327lwzq5q.auto.internal:62650): 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-19T21:24:47.105182803+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-5327lwzq5q.auto.internal:62650
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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, 3c6060e5-6d73-4b35-a782-6c7b0b3b7081, localhost:2235): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3c6060e5-6d73-4b35-a782-6c7b0b3b7081, localhost:2235): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3c6060e5-6d73-4b35-a782-6c7b0b3b7081, localhost:2235): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-5327lwzq5q.auto.internal" port: 2235 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-5327lwzq5q.auto.internal:2235, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2235
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
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 2476335) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2476335) elapsed time (sec): 30.231985092163086
DEBUG    ya.test:process.py:263 Command (pid 2476335) wtime: 30.236
DEBUG    ya.test:process.py:275 Command (pid 2476335) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	181	619	647	647
2	    162	162	0	0	54	321	437	459
3	    177	177	0	0	55	74	80	86
4	    177	177	0	0	53	84	98	110
5	     39	39	0	6	55	93	102	102
6	      0	0	0	1953	0	0	0	0
7	      0	0	0	1943	0	0	0	0
8	      0	0	0	2119	0	0	0	0
9	      0	0	0	1191	0	0	0	0
10	      0	0	0	1122	0	0	0	0
11	      0	0	0	1474	0	0	0	0
12	      0	0	0	1861	0	0	0	0
13	      0	0	0	2041	0	0	0	0
14	      0	0	0	2068	0	0	0	0
15	      0	0	0	1929	0	0	0	0
16	      0	0	0	1825	0	0	0	0
17	      0	0	0	1546	0	0	0	0
18	      0	0	0	1054	0	0	0	0
19	      0	0	0	1384	0	0	0	0
20	      0	0	0	1093	0	0	0	0
21	      0	0	0	1176	0	0	0	0
22	      0	0	0	1668	0	0	0	0
23	      0	0	0	1478	0	0	0	0
24	      0	0	0	1368	0	0	0	0
25	      0	0	0	997	0	0	0	0
26	      0	0	0	1758	0	0	0	0
27	      0	0	0	1477	0	0	0	0
28	      0	0	0	1483	0	0	0	0
29	      0	0	0	1573	0	0	0	0
30	      0	0	0	1837	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    575	19.1667	0	39424	55	137	519	647

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:276 Command (pid 2476335) errors:

DEBUG    ya.test:process.py:259 Command (pid 2476337) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2476337) elapsed time (sec): 30.23151469230652
DEBUG    ya.test:process.py:263 Command (pid 2476337) wtime: 30.238
DEBUG    ya.test:process.py:275 Command (pid 2476337) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     11	11	0	0	547	699	719	719
2	    123	123	0	0	73	463	555	555
3	    134	134	0	0	75	90	97	100
4	    132	132	0	0	71	102	118	119
5	     30	30	0	0	79	98	107	107
6	      0	0	0	2012	0	0	0	0
7	      0	0	0	1989	0	0	0	0
8	      0	0	0	2168	0	0	0	0
9	      0	0	0	1278	0	0	0	0
10	      0	0	0	1127	0	0	0	0
11	      0	0	0	1454	0	0	0	0
12	      0	0	0	1854	0	0	0	0
13	      0	0	0	2120	0	0	0	0
14	      0	0	0	2200	0	0	0	0
15	      0	0	0	2129	0	0	0	0
16	      0	0	0	1955	0	0	0	0
17	      0	0	0	1601	0	0	0	0
18	      0	0	0	1446	0	0	0	0
19	      0	0	0	1354	0	0	0	0
20	      0	0	0	1328	0	0	0	0
21	      0	0	0	1278	0	0	0	0
22	      0	0	0	1718	0	0	0	0
23	      0	0	0	1612	0	0	0	0
24	      0	0	0	1461	0	0	0	0
25	      0	0	0	1544	0	0	0	0
26	      0	0	0	1857	0	0	0	0
27	      0	0	0	1600	0	0	0	0
28	      0	0	0	1590	0	0	0	0
29	      0	0	0	1751	0	0	0	0
30	      0	0	0	1741	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    430	14.3333	0	42167	73	172	563	719

DEBUG    ya.test:process.py:259 Command (pid 2476336) rc: 0
DEBUG    ya.test:process.py:276 Command (pid 2476337) errors:

DEBUG    ya.test:process.py:260 Command (pid 2476336) elapsed time (sec): 30.224657773971558
DEBUG    ya.test:process.py:263 Command (pid 2476336) wtime: 30.228
DEBUG    ya.test:process.py:275 Command (pid 2476336) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      1	1	0	0	779	779	779	779
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	20	0	0	0	0
6	      0	0	0	1879	0	0	0	0
7	      0	0	0	1971	0	0	0	0
8	      0	0	0	2180	0	0	0	0
9	      0	0	0	1238	0	0	0	0
10	      0	0	0	1095	0	0	0	0
11	      0	0	0	1474	0	0	0	0
12	      0	0	0	1858	0	0	0	0
13	      0	0	0	2162	0	0	0	0
14	      0	0	0	2152	0	0	0	0
15	      0	0	0	2078	0	0	0	0
16	      0	0	0	2135	0	0	0	0
17	      0	0	0	1608	0	0	0	0
18	      0	0	0	1344	0	0	0	0
19	      0	0	0	1363	0	0	0	0
20	      0	0	0	1333	0	0	0	0
21	      0	0	0	1256	0	0	0	0
22	      0	0	0	1705	0	0	0	0
23	      0	0	0	1650	0	0	0	0
24	      0	0	0	1511	0	0	0	0
25	      0	0	0	1493	0	0	0	0
26	      0	0	0	1793	0	0	0	0
27	      0	0	0	1608	0	0	0	0
28	      0	0	0	1695	0	0	0	0
29	      0	0	0	1794	0	0	0	0
30	      0	0	0	1916	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 2476336) 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.connection:connection.py:549 Closing channel for endpoint localhost:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, c4da5283-ddc6-4379-9b1a-775bc98cfbdf, localhost:2235): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c4da5283-ddc6-4379-9b1a-775bc98cfbdf, localhost:2235): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c4da5283-ddc6-4379-9b1a-775bc98cfbdf, localhost:2235): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-5327lwzq5q.auto.internal" port: 2235 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-5327lwzq5q.auto.internal:2235, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2235
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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 2bec58e5-560c-4a2d-a43a-3713818d95b6, localhost:2235): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2bec58e5-560c-4a2d-a43a-3713818d95b6, localhost:2235): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2bec58e5-560c-4a2d-a43a-3713818d95b6, localhost:2235): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-5327lwzq5q.auto.internal" port: 2235 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-5327lwzq5q.auto.internal:2235, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2235
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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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:62650
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:62650". 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.
============================== slowest durations ===============================
297.30s call     test_log_scenario.py::TestLogScenario::test_log_uniform
20.65s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
12.54s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
8.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
6.45s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
5.30s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
4.35s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
3.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
3.95s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
3.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
3.30s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.41s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.36s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.32s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.12s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]

(19 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/t32p/002a84/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/t32p/002a84/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-19T21:24:42.367345Z): source_id=114;tablet_id=72075186224037991;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 @ 0xA7965B5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA78EAF6
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB624FC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD605A6B
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DE5258
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DE4FAF
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5E0B7D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x141A47FB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DEB627
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D3C433
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D3C433
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D39253
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D3FD07
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141C25E8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCF9BD5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C7ED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB615A74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB619B34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB619740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB61A32E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79820C
21. ??:0: ?? @ 0x7F3252A4CAC2
22. ??:0: ?? @ 0x7F3252ADE8BF
============== 1 failed, 11 passed, 1 error in 375.35s (0:06: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/t32p/002a96/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 ===============================
6.53s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
5.22s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
4.71s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
4.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
4.20s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
4.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
4.14s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
3.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
3.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
3.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
3.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
3.58s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
1.06s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]

(23 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 54.15s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/t32p/002a7b/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 ===============================
5.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
4.97s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
4.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
4.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
4.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
4.22s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
4.01s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
4.00s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
3.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
3.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
3.57s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
1.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 49.30s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/t32p/002a72/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 ===============================
110.20s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
109.43s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
98.29s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
92.27s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
80.55s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
74.29s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
6.77s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
4.83s setup    test_replace.py::TestReplace::test_copy_full
4.43s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
3.12s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
2.19s call     test_replace.py::TestReplace::test_copy_full
2.10s call     test_replace.py::TestReplace::test_count
1.84s call     test_replace.py::TestReplace::test_copy_partial
0.04s setup    test_replace.py::TestReplace::test_copy_partial
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.02s setup    test_replace.py::TestReplace::test_count
0.01s teardown test_replace.py::TestReplace::test_copy_full
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 591.41s (0:09:51) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/t32p/002a75/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 ===============================
5.35s setup    test_select.py::TestSelect::test_incorrect
4.87s setup    test_update.py::TestUpdate::test_incorrect
4.76s setup    test_replace.py::TestReplace::test_incorrect
0.71s call     test_update.py::TestUpdate::test_update_many_rows
0.70s call     test_update.py::TestUpdate::test_partial_update
0.68s call     test_replace.py::TestReplace::test_replace_rollback
0.67s call     test_select.py::TestSelect::test_json_query
0.61s call     test_replace.py::TestReplace::test_replace_total
0.56s call     test_replace.py::TestReplace::test_partial_replace
0.40s call     test_update.py::TestUpdate::test_update_pk
0.38s call     test_update.py::TestUpdate::test_incorrect
0.31s call     test_replace.py::TestReplace::test_replace_with_nulls
0.28s call     test_select.py::TestSelect::test_incorrect
0.28s call     test_replace.py::TestReplace::test_incorrect

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 21.39s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/t32p/002a78/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 ===============================
372.29s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
54.04s call     zip_bomb.py::TestZipBomb::test
15.93s setup    zip_bomb.py::TestZipBomb::test
12.01s teardown zip_bomb.py::TestZipBomb::test
11.73s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
7.21s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
4.56s setup    test_upsert.py::TestUpsert::test_copy_full
3.63s setup    test_update.py::TestUpdate::test_update_rollback
0.92s call     test_upsert.py::TestUpsert::test_copy_full
0.86s call     test_upsert.py::TestUpsert::test_copy_partial
0.86s call     test_upsert.py::TestUpsert::test_count
0.84s call     test_update.py::TestUpdate::test_update_rollback
0.76s call     test_update.py::TestUpdate::test_update_single_column
0.66s call     test_update.py::TestUpdate::test_update_single_row
0.45s call     test_upsert.py::TestUpsert::test_partial_update
0.33s call     test_upsert.py::TestUpsert::test_insert_nulls
0.29s call     test_upsert.py::TestUpsert::test_incorrect

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