============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hyc5/00660f/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=OTViMDllYmMtMTg1ZWU1YjAtNjlhOGU4OGUtOTg2YTViM2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 174919e3-0e08-4459-81c3-017e5d65fe37, ghrun-62clepo2ti.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 174919e3-0e08-4459-81c3-017e5d65fe37, ghrun-62clepo2ti.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=OTViMDllYmMtMTg1ZWU1YjAtNjlhOGU4OGUtOTg2YTViM2E=" 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, 174919e3-0e08-4459-81c3-017e5d65fe37, ghrun-62clepo2ti.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTViMDllYmMtMTg1ZWU1YjAtNjlhOGU4OGUtOTg2YTViM2E=
---------------------------- 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=OTViMDllYmMtMTg1ZWU1YjAtNjlhOGU4OGUtOTg2YTViM2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 54d4c9d8-847d-4374-b2c6-4e71b8efe19f, ghrun-62clepo2ti.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 54d4c9d8-847d-4374-b2c6-4e71b8efe19f, ghrun-62clepo2ti.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=OTViMDllYmMtMTg1ZWU1YjAtNjlhOGU4OGUtOTg2YTViM2E=" 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, 54d4c9d8-847d-4374-b2c6-4e71b8efe19f, ghrun-62clepo2ti.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTViMDllYmMtMTg1ZWU1YjAtNjlhOGU4OGUtOTg2YTViM2E=
---------------------------- 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=OTViMDllYmMtMTg1ZWU1YjAtNjlhOGU4OGUtOTg2YTViM2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4d449b2e-d4e4-44cf-b5ae-9efb99d8742b, ghrun-62clepo2ti.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4d449b2e-d4e4-44cf-b5ae-9efb99d8742b, ghrun-62clepo2ti.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=OTViMDllYmMtMTg1ZWU1YjAtNjlhOGU4OGUtOTg2YTViM2E=" 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, 4d449b2e-d4e4-44cf-b5ae-9efb99d8742b, ghrun-62clepo2ti.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTViMDllYmMtMTg1ZWU1YjAtNjlhOGU4OGUtOTg2YTViM2E=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
188.51s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
92.14s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
89.32s call     tablets_movement.py::TestTabletsMovement::test[ROW]
49.91s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
5.50s call     test_create.py::TestCreate::test_create_decimals
4.12s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.03s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
4.02s setup    test_create.py::TestCreate::test_create_all_opt_ints
3.68s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.33s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.65s call     test_create.py::TestCreate::test_create_all_opt_ints
0.64s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.61s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.58s call     test_create.py::TestCreate::test_create_all_req_ints
0.23s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.22s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.14s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.03s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s setup    test_create.py::TestCreate::test_create_all_req_ints
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s setup    data_read_correctness.py::TestDataReadCorrectness::test[table]
0.01s setup    test_create.py::TestCreate::test_create_decimals

(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 449.58s (0:07:29) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hyc5/0065ce/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: 51.9 ms
create table: 529.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 47.2
    "min_ms": 29.4
    "median_ms": 45.0
    "max_ms": 78.4
    "stdev_ms": 18.9
select count(*) after initial inserts: 203.2 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 58.5
    "min_ms": 43.3
    "median_ms": 55.3
    "max_ms": 117.5
    "stdev_ms": 11.9
select count(*) after all modifications: 2853.9 ms
select all: 3216.4 ms
delete from table: 3530.0 ms
select all after delete: 3883.5 ms
.drop table: 37.5 ms
create table: 502.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 34.8
    "min_ms": 25.7
    "median_ms": 33.6
    "max_ms": 51.3
    "stdev_ms": 8.3
select count(*) after initial inserts: 113.2 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 59.4
    "min_ms": 44.2
    "median_ms": 56.8
    "max_ms": 96.6
    "stdev_ms": 10.9
updates (step 1):
    "runs": 200
    "avg_ms": 172.7
    "min_ms": 129.9
    "median_ms": 169.5
    "max_ms": 250.6
    "stdev_ms": 21.7
upserts (step 2):
    "runs": 200
    "avg_ms": 31.5
    "min_ms": 21.2
    "median_ms": 29.2
    "max_ms": 60.5
    "stdev_ms": 7.3
select count(*) after all modifications: 324.3 ms
select all: 344.1 ms
delete from table: 422.5 ms
select all after delete: 332.0 ms
.drop table: 41.9 ms
create table: 479.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 34.9
    "min_ms": 28.0
    "median_ms": 30.7
    "max_ms": 56.6
    "stdev_ms": 9.6
select count(*) after initial inserts: 95.9 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 133.5
    "min_ms": 89.4
    "median_ms": 130.5
    "max_ms": 232.8
    "stdev_ms": 21.2
select count(*) after all modifications: 247.2 ms
select all: 227.7 ms
delete from table: 242.1 ms
select all after delete: 186.1 ms
.drop table: 28.8 ms
create table: 364.0 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.5
    "min_ms": 21.8
    "median_ms": 29.8
    "max_ms": 31.8
    "stdev_ms": 2.3
select count(*) after initial inserts: 87.3 ms
updates (step 0):
    "runs": 150
    "avg_ms": 95.4
    "min_ms": 72.1
    "median_ms": 94.4
    "max_ms": 129.3
    "stdev_ms": 9.0
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 64.9
    "min_ms": 52.0
    "median_ms": 64.3
    "max_ms": 95.5
    "stdev_ms": 6.7
select count(*) after all modifications: 296.7 ms
select all: 329.6 ms
delete from table: 321.6 ms
select all after delete: 243.7 ms
.drop table: 21.6 ms
create table: 317.9 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.6
    "min_ms": 24.5
    "median_ms": 29.9
    "max_ms": 30.8
    "stdev_ms": 1.4
select count(*) after initial inserts: 85.9 ms
updates (step 0):
    "runs": 200
    "avg_ms": 89.3
    "min_ms": 74.0
    "median_ms": 87.7
    "max_ms": 119.3
    "stdev_ms": 8.3
upserts (step 1):
    "runs": 200
    "avg_ms": 22.0
    "min_ms": 18.2
    "median_ms": 21.8
    "max_ms": 30.7
    "stdev_ms": 2.1
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 76.7
    "min_ms": 66.6
    "median_ms": 76.7
    "max_ms": 90.1
    "stdev_ms": 5.6
select count(*) after all modifications: 562.4 ms
select all: 587.1 ms
delete from table: 550.4 ms
select all after delete: 504.1 ms
.drop table: 31.6 ms
create table: 389.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.5
    "min_ms": 25.2
    "median_ms": 29.8
    "max_ms": 31.5
    "stdev_ms": 1.7
select count(*) after initial inserts: 80.3 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 25.4
    "min_ms": 17.9
    "median_ms": 24.8
    "max_ms": 108.1
    "stdev_ms": 4.4
select count(*) after all modifications: 306.3 ms
select all: 272.2 ms
delete from table: 309.4 ms
select all after delete: 206.6 ms
.Generated operation sequence:
  0. UPSERT: 5 operations
  1. UPSERT: 10 operations
  2. UPDATE: 17 operations
  3. UPSERT: 10 operations
  4. BULK_UPSERT: 17 operations
  5. BULK_UPSERT: 13 operations
  6. BULK_UPSERT: 9 operations
  7. UPDATE: 19 operations
  8. UPSERT: 17 operations
  9. BULK_UPSERT: 10 operations
drop table: 24.7 ms
create table: 399.6 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.1
    "min_ms": 23.3
    "median_ms": 29.7
    "max_ms": 30.9
    "stdev_ms": 2.3
select count(*) after initial inserts: 92.7 ms
upserts (step 0):
    "runs": 50
    "avg_ms": 24.5
    "min_ms": 18.5
    "median_ms": 24.0
    "max_ms": 36.8
    "stdev_ms": 3.4
upserts (step 1):
    "runs": 100
    "avg_ms": 28.7
    "min_ms": 18.5
    "median_ms": 26.5
    "max_ms": 59.9
    "stdev_ms": 8.8
updates (step 2):
    "runs": 170
    "avg_ms": 109.5
    "min_ms": 85.6
    "median_ms": 109.5
    "max_ms": 147.2
    "stdev_ms": 10.2
upserts (step 3):
    "runs": 100
    "avg_ms": 26.1
    "min_ms": 22.4
    "median_ms": 25.7
    "max_ms": 38.0
    "stdev_ms": 2.4
bulk_upserts (step 4):
    "runs": 17
    "avg_ms": 50.7
    "min_ms": 45.0
    "median_ms": 51.2
    "max_ms": 57.1
    "stdev_ms": 3.2
bulk_upserts (step 5):
    "runs": 13
    "avg_ms": 50.3
    "min_ms": 45.9
    "median_ms": 49.3
    "max_ms": 62.1
    "stdev_ms": 4.2
bulk_upserts (step 6):
    "runs": 9
    "avg_ms": 49.3
    "min_ms": 47.4
    "median_ms": 49.0
    "max_ms": 53.2
    "stdev_ms": 1.9
updates (step 7):
    "runs": 190
    "avg_ms": 223.5
    "min_ms": 121.6
    "median_ms": 218.5
    "max_ms": 451.3
    "stdev_ms": 52.3
upserts (step 8):
    "runs": 170
    "avg_ms": 37.2
    "min_ms": 22.9
    "median_ms": 34.5
    "max_ms": 110.3
    "stdev_ms": 12.2
bulk_upserts (step 9):
    "runs": 10
    "avg_ms": 53.7
    "min_ms": 48.8
    "median_ms": 51.9
    "max_ms": 63.5
    "stdev_ms": 4.9
select count(*) after all modifications: 343.8 ms
select all: 404.7 ms
delete from table: 471.1 ms
select all after delete: 488.3 ms
.
test_delete.py .

============================== slowest durations ===============================
135.40s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
79.15s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
49.22s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
44.02s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
33.18s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
27.32s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
22.93s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
7.06s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
4.85s setup    test_create.py::TestCreate::test_create_real_opt
4.84s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
4.68s setup    test_delete.py::TestDelete::test_delete_rollback
1.37s call     test_delete.py::TestDelete::test_delete_rollback
0.65s call     test_create.py::TestCreate::test_create_real_opt
0.57s call     test_create.py::TestCreate::test_create_strings_opt
0.55s call     test_create.py::TestCreate::test_create_real_req
0.06s call     test_create.py::TestCreate::test_dy_number_not_supported
0.05s setup    test_create.py::TestCreate::test_create_strings_opt
0.02s setup    test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 417.02s (0:06:57) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hyc5/0065c9/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 ===============================
4.50s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.02s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.98s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.90s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.89s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.85s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.80s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.78s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.75s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.74s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.71s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.69s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.63s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.06s setup    test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.05s setup    test_delete.py::TestDelete::test_delete_where[True-0]
0.05s setup    test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.04s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.02s teardown test_delete.py::TestDelete::test_delete_where[False-100]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.01s teardown test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 15.96s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hyc5/0065d0/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 ===============================
4.45s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
4.29s setup    test_delete.py::TestDelete::test_incorrect
1.49s call     test_insert.py::TestInsertStatement::test_copy_partial
1.39s call     test_insert.py::TestInsertStatement::test_copy_full
0.76s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.70s call     test_insert.py::TestInsertStatement::test_bulk
0.62s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.61s call     test_insert.py::TestInsertStatement::test_plain
0.60s call     test_delete.py::TestDelete::test_incorrect
0.50s call     test_insert.py::TestInsertStatement::test_duplicate
0.49s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.46s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.42s call     test_insert.py::TestInsertStatement::test_out_of_range
0.39s call     test_insert.py::TestInsertStatement::test_incorrect
0.02s setup    test_insert.py::TestInsertStatement::test_copy_partial
0.01s setup    test_insert.py::TestInsertStatement::test_bulk
0.01s setup    test_insert.py::TestInsertStatement::test_insert_rollback
0.01s setup    test_insert.py::TestInsertStatement::test_plain
0.01s teardown test_insert.py::TestInsertStatement::test_incorrect

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

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

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/hyc5/0065a5/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/hyc5/0065a5/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-24T11:17:27.584607Z): source_id=111;tablet_id=72075186224037995;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 @ 0xA916F95
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA90F4D6
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A6528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD71ABFB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F6F748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6F49F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD6F524D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14373F5B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FBAF57
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F0FD13
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F0FD13
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F0D6C3
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F11087
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14391D48
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF3D365
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB749437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB796FD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79B094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79ACA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79B88E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA918BEC
E   21. ??:0: ?? @ 0x7F1051CBEAC2
E   22. ??:0: ?? @ 0x7F1051D508BF
------------------------------ 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/hyc5/0065a5/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/hyc5/0065a5/ydb/apps/ydb/ydb -e grpc://localhost:13618 -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/hyc5/0065a5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13618', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2106981
DEBUG    ya.test:process.py:259 Command (pid 2106981) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2106981) elapsed time (sec): 0.4018542766571045
DEBUG    ya.test:process.py:263 Command (pid 2106981) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) maxrss: 799648
DEBUG    ya.test:process.py:263 Command (pid 2106981) minflt: 3562
DEBUG    ya.test:process.py:263 Command (pid 2106981) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) nivcsw: 65
DEBUG    ya.test:process.py:263 Command (pid 2106981) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) nvcsw: 169
DEBUG    ya.test:process.py:263 Command (pid 2106981) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2106981) stime: 0.035560999999999995
DEBUG    ya.test:process.py:263 Command (pid 2106981) utime: 0.043463999999999996
DEBUG    ya.test:process.py:263 Command (pid 2106981) wtime: 0.403
DEBUG    ya.test:process.py:275 Command (pid 2106981) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2106981) 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/hyc5/0065a5/ydb/apps/ydb/ydb -e grpc://localhost:13618 -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/hyc5/0065a5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13618', '-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: 2107661
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 2107661) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2107661) elapsed time (sec): 30.19879126548767
DEBUG    ya.test:process.py:263 Command (pid 2107661) wtime: 30.2
DEBUG    ya.test:process.py:275 Command (pid 2107661) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    427	427	0	0	21	33	41	49
2	    427	427	0	0	21	32	40	43
3	    442	442	0	0	21	33	38	43
4	    408	408	0	0	22	38	45	52
5	    426	426	0	0	21	37	54	64
6	    418	418	0	0	22	34	38	43
7	    448	448	0	0	21	29	35	41
8	    428	428	0	0	21	32	50	52
9	    444	444	0	0	21	30	34	37
10	    415	415	0	0	22	33	37	43
11	    448	448	0	0	21	30	35	38
12	    448	448	0	0	20	30	46	54
13	    438	438	0	0	21	36	44	47
14	    447	447	0	0	21	30	38	40
15	    464	464	0	0	20	29	31	38
16	    453	453	0	0	21	30	34	40
17	    449	449	0	0	20	29	35	36
18	    457	457	0	0	20	28	37	40
19	    459	459	0	0	20	27	37	40
20	    439	439	0	0	21	32	37	44
21	    387	387	0	0	24	37	42	45
22	    394	394	0	0	24	34	39	44
23	    397	397	0	0	22	39	45	52
24	    401	401	0	0	22	51	61	66
25	    410	410	0	0	23	36	40	46
26	    431	431	0	0	22	32	37	47
27	    376	376	0	0	24	42	48	51
28	    389	389	0	0	24	42	55	59
29	    469	469	0	0	20	27	30	33
30	    448	448	0	0	21	31	37	40

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  12887	429.567	0	0	21	34	43	66

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzBlZGNlZDUtZDNlYWJkZDgtZmJkMWY1OTYtMjk0YmNkZQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 68687461-4b51-413b-a873-8036a3d31885, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 68687461-4b51-413b-a873-8036a3d31885, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=NzBlZGNlZDUtZDNlYWJkZDgtZmJkMWY1OTYtMjk0YmNkZQ==" 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, 68687461-4b51-413b-a873-8036a3d31885, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzBlZGNlZDUtZDNlYWJkZDgtZmJkMWY1OTYtMjk0YmNkZQ==
INFO     root:test_log_scenario.py:217 Count rows after insert 12653 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2VkMzhhZi04NThlYjJjZi00MjliZDQzZi1hOWI4NDg1Ng==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3bc7c251-a2f0-4efc-9993-cefab55470a6, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3bc7c251-a2f0-4efc-9993-cefab55470a6, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=M2VkMzhhZi04NThlYjJjZi00MjliZDQzZi1hOWI4NDg1Ng==" 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, 3bc7c251-a2f0-4efc-9993-cefab55470a6, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=M2VkMzhhZi04NThlYjJjZi00MjliZDQzZi1hOWI4NDg1Ng==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjMzMjA1ZDctNzgwYjAzODQtZTk1NDg1ZWYtZWExNGU0NzA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2e9ebc49-4eb4-43d1-b740-0b660f64eb56, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2e9ebc49-4eb4-43d1-b740-0b660f64eb56, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=MjMzMjA1ZDctNzgwYjAzODQtZTk1NDg1ZWYtZWExNGU0NzA=" 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, 2e9ebc49-4eb4-43d1-b740-0b660f64eb56, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjMzMjA1ZDctNzgwYjAzODQtZTk1NDg1ZWYtZWExNGU0NzA=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGYyYjUwMDktMmFkMjM1YTQtM2Q4Y2VkY2EtYTUwMDIzOGE=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/hyc5/0065a5/ydb/apps/ydb/ydb -e grpc://localhost:13618 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/hyc5/0065a5/ydb/apps/ydb/ydb -e grpc://localhost:13618 -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/hyc5/0065a5/ydb/apps/ydb/ydb -e grpc://localhost:13618 -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, 44581dbc-fd1d-4370-91b4-8e5e0e2e5bb1, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODM4MGU0MzItMmZiMzIwNzctNDlhYWI0MTctNjBhYzM4MTk=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 44581dbc-fd1d-4370-91b4-8e5e0e2e5bb1, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=ZGYyYjUwMDktMmFkMjM1YTQtM2Q4Y2VkY2EtYTUwMDIzOGE=" 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, 73b248d9-4598-45b3-925d-891b57c6bc76, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjFkMDQ4ODAtM2ViMjNhZjctZTM4NTNkNTctYTkwZGUzMzc=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 73b248d9-4598-45b3-925d-891b57c6bc76, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=ODM4MGU0MzItMmZiMzIwNzctNDlhYWI0MTctNjBhYzM4MTk=" 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, 44581dbc-fd1d-4370-91b4-8e5e0e2e5bb1, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 860aeb84-9134-4bcd-a6c7-2465760ef2d8, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTlmM2I5YWQtMzkxYTIxNjItYjcwOWNhZGYtYmRmMmY4MDU=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 860aeb84-9134-4bcd-a6c7-2465760ef2d8, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=NjFkMDQ4ODAtM2ViMjNhZjctZTM4NTNkNTctYTkwZGUzMzc=" 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, 73b248d9-4598-45b3-925d-891b57c6bc76, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 66adaffb-db93-4d03-887c-c65612cffa34, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTFmNmUwZWEtMzBmOWU2ZjYtZmZjZmYxZjYtYzhiYzczMGQ=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/hyc5/0065a5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13618', '-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:610 Executing '['/home/runner/.ya/build/build_root/hyc5/0065a5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13618', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 860aeb84-9134-4bcd-a6c7-2465760ef2d8, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 66adaffb-db93-4d03-887c-c65612cffa34, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=OTlmM2I5YWQtMzkxYTIxNjItYjcwOWNhZGYtYmRmMmY4MDU=" 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, 081b22f6-7f0a-488e-9136-a5aad8ac0804, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTJjMTlkNWUtMzUyMDIyNTQtMmI3ZmJjZTYtMzk3NDZkYTU=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:628 Command pid: 2151779
DEBUG    ya.test:process.py:628 Command pid: 2151780
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 081b22f6-7f0a-488e-9136-a5aad8ac0804, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=YTFmNmUwZWEtMzBmOWU2ZjYtZmZjZmYxZjYtYzhiYzczMGQ=" 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, 081b22f6-7f0a-488e-9136-a5aad8ac0804, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjIxYjcyMjMtNzlkZjgwMzAtM2ZkM2NmZTItNzA0M2MxYWQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 66adaffb-db93-4d03-887c-c65612cffa34, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/hyc5/0065a5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13618', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 747a705e-c00e-43e4-8df2-e1cdf5607437, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzBlZGNlZDUtZDNlYWJkZDgtZmJkMWY1OTYtMjk0YmNkZQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c4ed8450-eefe-4b45-8c9e-4760b5fa0e03, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ya.test:process.py:628 Command pid: 2151781
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 747a705e-c00e-43e4-8df2-e1cdf5607437, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=MjIxYjcyMjMtNzlkZjgwMzAtM2ZkM2NmZTItNzA0M2MxYWQ=" 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, 9bd65b7d-e89d-4d5a-b469-2097fd5fd071, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2VkMzhhZi04NThlYjJjZi00MjliZDQzZi1hOWI4NDg1Ng==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c4ed8450-eefe-4b45-8c9e-4760b5fa0e03, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=YTJjMTlkNWUtMzUyMDIyNTQtMmI3ZmJjZTYtMzk3NDZkYTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9bd65b7d-e89d-4d5a-b469-2097fd5fd071, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=NzBlZGNlZDUtZDNlYWJkZDgtZmJkMWY1OTYtMjk0YmNkZQ==" 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=MjMzMjA1ZDctNzgwYjAzODQtZTk1NDg1ZWYtZWExNGU0NzA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fae21b88-5594-4fbf-a6f6-cdccd0352f42, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 747a705e-c00e-43e4-8df2-e1cdf5607437, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5cc4bc1f-641b-4060-bd4d-4143a0465d85, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c4ed8450-eefe-4b45-8c9e-4760b5fa0e03, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fae21b88-5594-4fbf-a6f6-cdccd0352f42, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=M2VkMzhhZi04NThlYjJjZi00MjliZDQzZi1hOWI4NDg1Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5cc4bc1f-641b-4060-bd4d-4143a0465d85, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=MjMzMjA1ZDctNzgwYjAzODQtZTk1NDg1ZWYtZWExNGU0NzA=" 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, 9bd65b7d-e89d-4d5a-b469-2097fd5fd071, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fae21b88-5594-4fbf-a6f6-cdccd0352f42, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5cc4bc1f-641b-4060-bd4d-4143a0465d85, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1e42fdee-89e1-4b21-895d-4b4c096acc21, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:17:37.563711348+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9bd94ab8-5af5-4e69-a5ec-88f688fa4055, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:17:37.563826964+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1d5bca8d-c537-4895-ad12-8aca64a3f87f, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:17:37.563848427+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c2fa710b-e4ec-4bb2-8d44-00304b205602, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:17:37.563862559+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0f7c04cf-9dd6-47b5-839f-b01177b660f0, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:17:37.563876972+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 01da558e-033d-4ab7-9b38-75e5dbef0e8d, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:17:37.56388852+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c1261430-fa84-4c9b-92fe-cf1882627afd, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:17:37.563901727+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cee05341-f875-4a14-96c7-f29dd7bd20ee, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:17:37.563919617+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7cbaa4f2-27d6-4041-87da-64a439beb3d8, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:17:37.563932978+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c6e51941-b8c3-440f-b6f3-17b5d1e3431d, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:17:37.563951085+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 44581dbc-fd1d-4370-91b4-8e5e0e2e5bb1, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.563966392+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 66adaffb-db93-4d03-887c-c65612cffa34, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.564013993+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 081b22f6-7f0a-488e-9136-a5aad8ac0804, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.564043452+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c4ed8450-eefe-4b45-8c9e-4760b5fa0e03, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.56407535+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 747a705e-c00e-43e4-8df2-e1cdf5607437, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.564060156+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9bd65b7d-e89d-4d5a-b469-2097fd5fd071, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.564087558+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 73b248d9-4598-45b3-925d-891b57c6bc76, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.563982303+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 860aeb84-9134-4bcd-a6c7-2465760ef2d8, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.563999345+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5cc4bc1f-641b-4060-bd4d-4143a0465d85, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.564116526+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODM4MGU0MzItMmZiMzIwNzctNDlhYWI0MTctNjBhYzM4MTk=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fae21b88-5594-4fbf-a6f6-cdccd0352f42, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.564099254+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py: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: 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 87cbfcf7-60fe-4f34-ae38-b104ff43d3eb, localhost:1948): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 87cbfcf7-60fe-4f34-ae38-b104ff43d3eb, localhost:1948): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 87cbfcf7-60fe-4f34-ae38-b104ff43d3eb, localhost:1948): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-62clepo2ti.auto.internal" port: 1948 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-62clepo2ti.auto.internal:1948, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1948
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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    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 2151780) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2151780) elapsed time (sec): 30.239885091781616
DEBUG    ya.test:process.py:263 Command (pid 2151780) wtime: 30.247
DEBUG    ya.test:process.py:275 Command (pid 2151780) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      1	1	0	0	983	983	983	983
2	      1	1	0	10	222	222	222	222
3	      0	0	0	10	0	0	0	0
4	      0	0	0	9	0	0	0	0
5	      1	1	0	10	148	148	148	148
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      1	1	0	10	178	178	178	178
9	      0	0	0	10	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	1128	0	0	0	0
12	      0	0	0	1643	0	0	0	0
13	      0	0	0	1625	0	0	0	0
14	      0	0	0	1440	0	0	0	0
15	      0	0	0	1598	0	0	0	0
16	      0	0	0	1505	0	0	0	0
17	      0	0	0	1627	0	0	0	0
18	      0	0	0	1304	0	0	0	0
19	      0	0	0	1683	0	0	0	0
20	      0	0	0	1759	0	0	0	0
21	      0	0	0	1638	0	0	0	0
22	      0	0	0	1404	0	0	0	0
23	      0	0	0	1422	0	0	0	0
24	      0	0	0	1541	0	0	0	0
25	      0	0	0	1650	0	0	0	0
26	      0	0	0	1231	0	0	0	0
27	      0	0	0	1463	0	0	0	0
28	      0	0	0	1613	0	0	0	0
29	      0	0	0	1673	0	0	0	0
30	      0	0	0	1270	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      4	0.133333	0	30306	178	983	983	983

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2151781) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2151781) elapsed time (sec): 30.251625061035156
DEBUG    ya.test:process.py:263 Command (pid 2151781) wtime: 30.256
DEBUG    ya.test:process.py:275 Command (pid 2151781) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	751	963	963	963
2	     96	96	0	0	88	405	579	599
3	    107	107	0	0	92	123	127	129
4	    109	109	0	0	88	131	140	140
5	    116	116	0	0	82	111	117	119
6	    116	116	0	0	83	115	122	130
7	    100	100	0	0	99	117	127	131
8	    103	103	0	0	89	140	154	156
9	    110	110	0	0	86	122	136	136
10	     62	62	0	0	110	142	144	152
11	      0	0	0	1214	0	0	0	0
12	      0	0	0	1779	0	0	0	0
13	      0	0	0	1569	0	0	0	0
14	      0	0	0	1500	0	0	0	0
15	      0	0	0	1697	0	0	0	0
16	      0	0	0	1388	0	0	0	0
17	      0	0	0	1555	0	0	0	0
18	      0	0	0	1619	0	0	0	0
19	      0	0	0	1687	0	0	0	0
20	      0	0	0	1582	0	0	0	0
21	      0	0	0	1690	0	0	0	0
22	      0	0	0	1348	0	0	0	0
23	      0	0	0	1540	0	0	0	0
24	      0	0	0	1599	0	0	0	0
25	      0	0	0	1597	0	0	0	0
26	      0	0	0	1336	0	0	0	0
27	      0	0	0	1406	0	0	0	0
28	      0	0	0	1633	0	0	0	0
29	      0	0	0	1720	0	0	0	0
30	      0	0	0	1517	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    929	30.9667	0	30976	90	136	587	963

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2151779) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2151779) elapsed time (sec): 30.304314374923706
DEBUG    ya.test:process.py:263 Command (pid 2151779) wtime: 30.311
DEBUG    ya.test:process.py:275 Command (pid 2151779) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     18	18	0	0	232	751	751	751
2	    129	129	0	0	67	275	759	771
3	    137	137	0	0	71	98	105	109
4	    148	148	0	0	62	107	116	121
5	    153	153	0	0	63	85	91	94
6	    152	152	0	0	65	84	88	95
7	    131	131	0	0	75	93	107	111
8	    131	131	0	0	73	111	135	136
9	    146	146	0	0	63	97	113	118
10	     81	81	0	0	83	123	127	131
11	      0	0	0	1091	0	0	0	0
12	      0	0	0	1605	0	0	0	0
13	      0	0	0	1491	0	0	0	0
14	      0	0	0	1407	0	0	0	0
15	      0	0	0	1572	0	0	0	0
16	      0	0	0	1347	0	0	0	0
17	      0	0	0	1419	0	0	0	0
18	      0	0	0	1494	0	0	0	0
19	      0	0	0	1649	0	0	0	0
20	      0	0	0	1466	0	0	0	0
21	      0	0	0	1540	0	0	0	0
22	      0	0	0	1268	0	0	0	0
23	      0	0	0	1459	0	0	0	0
24	      0	0	0	1364	0	0	0	0
25	      0	0	0	1508	0	0	0	0
26	      0	0	0	1363	0	0	0	0
27	      0	0	0	1492	0	0	0	0
28	      0	0	0	1340	0	0	0	0
29	      0	0	0	1538	0	0	0	0
30	      0	0	0	1318	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1226	40.8667	0	28731	69	107	319	771

DEBUG    ya.test:process.py:276 Command (pid 2151779) 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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, b86cae69-fb69-4fdc-8ae8-d7c79752935d, localhost:1948): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b86cae69-fb69-4fdc-8ae8-d7c79752935d, localhost:1948): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b86cae69-fb69-4fdc-8ae8-d7c79752935d, localhost:1948): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-62clepo2ti.auto.internal" port: 1948 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-62clepo2ti.auto.internal:1948, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1948
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 2724743d-1062-48a0-937e-4d1bbdfea31b, localhost:1948): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2724743d-1062-48a0-937e-4d1bbdfea31b, localhost:1948): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2724743d-1062-48a0-937e-4d1bbdfea31b, localhost:1948): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-62clepo2ti.auto.internal" port: 1948 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-62clepo2ti.auto.internal:1948, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1948
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, db1d7191-1dc7-4ef4-bdbc-3aaf733d600f, localhost:1948): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, db1d7191-1dc7-4ef4-bdbc-3aaf733d600f, localhost:1948): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, db1d7191-1dc7-4ef4-bdbc-3aaf733d600f, localhost:1948): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-62clepo2ti.auto.internal" port: 1948 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-62clepo2ti.auto.internal:1948, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1948
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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13618
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-62clepo2ti'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/hyc5/0065a5/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.2036184' in '/home/runner/.ya/build/build_root/hyc5/0065a5/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_tias42we.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:13618/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63219
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9506
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23550
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13618
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61937
=================================== 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/hyc5/0065a5/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/hyc5/0065a5/ydb/apps/ydb/ydb -e grpc://localhost:13618 -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/hyc5/0065a5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13618', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2106981
DEBUG    ya.test:process.py:259 Command (pid 2106981) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2106981) elapsed time (sec): 0.4018542766571045
DEBUG    ya.test:process.py:263 Command (pid 2106981) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) maxrss: 799648
DEBUG    ya.test:process.py:263 Command (pid 2106981) minflt: 3562
DEBUG    ya.test:process.py:263 Command (pid 2106981) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) nivcsw: 65
DEBUG    ya.test:process.py:263 Command (pid 2106981) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2106981) nvcsw: 169
DEBUG    ya.test:process.py:263 Command (pid 2106981) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2106981) stime: 0.035560999999999995
DEBUG    ya.test:process.py:263 Command (pid 2106981) utime: 0.043463999999999996
DEBUG    ya.test:process.py:263 Command (pid 2106981) wtime: 0.403
DEBUG    ya.test:process.py:275 Command (pid 2106981) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2106981) 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/hyc5/0065a5/ydb/apps/ydb/ydb -e grpc://localhost:13618 -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/hyc5/0065a5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13618', '-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: 2107661
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 2107661) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2107661) elapsed time (sec): 30.19879126548767
DEBUG    ya.test:process.py:263 Command (pid 2107661) wtime: 30.2
DEBUG    ya.test:process.py:275 Command (pid 2107661) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    427	427	0	0	21	33	41	49
2	    427	427	0	0	21	32	40	43
3	    442	442	0	0	21	33	38	43
4	    408	408	0	0	22	38	45	52
5	    426	426	0	0	21	37	54	64
6	    418	418	0	0	22	34	38	43
7	    448	448	0	0	21	29	35	41
8	    428	428	0	0	21	32	50	52
9	    444	444	0	0	21	30	34	37
10	    415	415	0	0	22	33	37	43
11	    448	448	0	0	21	30	35	38
12	    448	448	0	0	20	30	46	54
13	    438	438	0	0	21	36	44	47
14	    447	447	0	0	21	30	38	40
15	    464	464	0	0	20	29	31	38
16	    453	453	0	0	21	30	34	40
17	    449	449	0	0	20	29	35	36
18	    457	457	0	0	20	28	37	40
19	    459	459	0	0	20	27	37	40
20	    439	439	0	0	21	32	37	44
21	    387	387	0	0	24	37	42	45
22	    394	394	0	0	24	34	39	44
23	    397	397	0	0	22	39	45	52
24	    401	401	0	0	22	51	61	66
25	    410	410	0	0	23	36	40	46
26	    431	431	0	0	22	32	37	47
27	    376	376	0	0	24	42	48	51
28	    389	389	0	0	24	42	55	59
29	    469	469	0	0	20	27	30	33
30	    448	448	0	0	21	31	37	40

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  12887	429.567	0	0	21	34	43	66

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzBlZGNlZDUtZDNlYWJkZDgtZmJkMWY1OTYtMjk0YmNkZQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 68687461-4b51-413b-a873-8036a3d31885, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 68687461-4b51-413b-a873-8036a3d31885, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=NzBlZGNlZDUtZDNlYWJkZDgtZmJkMWY1OTYtMjk0YmNkZQ==" 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, 68687461-4b51-413b-a873-8036a3d31885, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzBlZGNlZDUtZDNlYWJkZDgtZmJkMWY1OTYtMjk0YmNkZQ==
INFO     root:test_log_scenario.py:217 Count rows after insert 12653 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2VkMzhhZi04NThlYjJjZi00MjliZDQzZi1hOWI4NDg1Ng==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3bc7c251-a2f0-4efc-9993-cefab55470a6, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3bc7c251-a2f0-4efc-9993-cefab55470a6, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=M2VkMzhhZi04NThlYjJjZi00MjliZDQzZi1hOWI4NDg1Ng==" 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, 3bc7c251-a2f0-4efc-9993-cefab55470a6, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=M2VkMzhhZi04NThlYjJjZi00MjliZDQzZi1hOWI4NDg1Ng==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjMzMjA1ZDctNzgwYjAzODQtZTk1NDg1ZWYtZWExNGU0NzA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2e9ebc49-4eb4-43d1-b740-0b660f64eb56, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2e9ebc49-4eb4-43d1-b740-0b660f64eb56, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=MjMzMjA1ZDctNzgwYjAzODQtZTk1NDg1ZWYtZWExNGU0NzA=" 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, 2e9ebc49-4eb4-43d1-b740-0b660f64eb56, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjMzMjA1ZDctNzgwYjAzODQtZTk1NDg1ZWYtZWExNGU0NzA=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGYyYjUwMDktMmFkMjM1YTQtM2Q4Y2VkY2EtYTUwMDIzOGE=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/hyc5/0065a5/ydb/apps/ydb/ydb -e grpc://localhost:13618 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/hyc5/0065a5/ydb/apps/ydb/ydb -e grpc://localhost:13618 -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/hyc5/0065a5/ydb/apps/ydb/ydb -e grpc://localhost:13618 -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, 44581dbc-fd1d-4370-91b4-8e5e0e2e5bb1, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODM4MGU0MzItMmZiMzIwNzctNDlhYWI0MTctNjBhYzM4MTk=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 44581dbc-fd1d-4370-91b4-8e5e0e2e5bb1, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=ZGYyYjUwMDktMmFkMjM1YTQtM2Q4Y2VkY2EtYTUwMDIzOGE=" 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, 73b248d9-4598-45b3-925d-891b57c6bc76, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjFkMDQ4ODAtM2ViMjNhZjctZTM4NTNkNTctYTkwZGUzMzc=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 73b248d9-4598-45b3-925d-891b57c6bc76, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=ODM4MGU0MzItMmZiMzIwNzctNDlhYWI0MTctNjBhYzM4MTk=" 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, 44581dbc-fd1d-4370-91b4-8e5e0e2e5bb1, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 860aeb84-9134-4bcd-a6c7-2465760ef2d8, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTlmM2I5YWQtMzkxYTIxNjItYjcwOWNhZGYtYmRmMmY4MDU=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 860aeb84-9134-4bcd-a6c7-2465760ef2d8, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=NjFkMDQ4ODAtM2ViMjNhZjctZTM4NTNkNTctYTkwZGUzMzc=" 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, 73b248d9-4598-45b3-925d-891b57c6bc76, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 66adaffb-db93-4d03-887c-c65612cffa34, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTFmNmUwZWEtMzBmOWU2ZjYtZmZjZmYxZjYtYzhiYzczMGQ=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/hyc5/0065a5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13618', '-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:610 Executing '['/home/runner/.ya/build/build_root/hyc5/0065a5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13618', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 860aeb84-9134-4bcd-a6c7-2465760ef2d8, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 66adaffb-db93-4d03-887c-c65612cffa34, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=OTlmM2I5YWQtMzkxYTIxNjItYjcwOWNhZGYtYmRmMmY4MDU=" 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, 081b22f6-7f0a-488e-9136-a5aad8ac0804, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTJjMTlkNWUtMzUyMDIyNTQtMmI3ZmJjZTYtMzk3NDZkYTU=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:628 Command pid: 2151779
DEBUG    ya.test:process.py:628 Command pid: 2151780
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 081b22f6-7f0a-488e-9136-a5aad8ac0804, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=YTFmNmUwZWEtMzBmOWU2ZjYtZmZjZmYxZjYtYzhiYzczMGQ=" 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, 081b22f6-7f0a-488e-9136-a5aad8ac0804, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjIxYjcyMjMtNzlkZjgwMzAtM2ZkM2NmZTItNzA0M2MxYWQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 66adaffb-db93-4d03-887c-c65612cffa34, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/hyc5/0065a5/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13618', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 747a705e-c00e-43e4-8df2-e1cdf5607437, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzBlZGNlZDUtZDNlYWJkZDgtZmJkMWY1OTYtMjk0YmNkZQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c4ed8450-eefe-4b45-8c9e-4760b5fa0e03, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ya.test:process.py:628 Command pid: 2151781
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 747a705e-c00e-43e4-8df2-e1cdf5607437, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=MjIxYjcyMjMtNzlkZjgwMzAtM2ZkM2NmZTItNzA0M2MxYWQ=" 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, 9bd65b7d-e89d-4d5a-b469-2097fd5fd071, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2VkMzhhZi04NThlYjJjZi00MjliZDQzZi1hOWI4NDg1Ng==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c4ed8450-eefe-4b45-8c9e-4760b5fa0e03, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=YTJjMTlkNWUtMzUyMDIyNTQtMmI3ZmJjZTYtMzk3NDZkYTU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9bd65b7d-e89d-4d5a-b469-2097fd5fd071, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=NzBlZGNlZDUtZDNlYWJkZDgtZmJkMWY1OTYtMjk0YmNkZQ==" 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=MjMzMjA1ZDctNzgwYjAzODQtZTk1NDg1ZWYtZWExNGU0NzA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fae21b88-5594-4fbf-a6f6-cdccd0352f42, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 747a705e-c00e-43e4-8df2-e1cdf5607437, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5cc4bc1f-641b-4060-bd4d-4143a0465d85, ghrun-62clepo2ti.auto.internal:13618): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c4ed8450-eefe-4b45-8c9e-4760b5fa0e03, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fae21b88-5594-4fbf-a6f6-cdccd0352f42, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=M2VkMzhhZi04NThlYjJjZi00MjliZDQzZi1hOWI4NDg1Ng==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5cc4bc1f-641b-4060-bd4d-4143a0465d85, ghrun-62clepo2ti.auto.internal:13618): request = { session_id: "ydb://session/3?node_id=1&id=MjMzMjA1ZDctNzgwYjAzODQtZTk1NDg1ZWYtZWExNGU0NzA=" 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, 9bd65b7d-e89d-4d5a-b469-2097fd5fd071, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fae21b88-5594-4fbf-a6f6-cdccd0352f42, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5cc4bc1f-641b-4060-bd4d-4143a0465d85, ghrun-62clepo2ti.auto.internal:13618): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1e42fdee-89e1-4b21-895d-4b4c096acc21, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:17:37.563711348+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9bd94ab8-5af5-4e69-a5ec-88f688fa4055, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:17:37.563826964+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1d5bca8d-c537-4895-ad12-8aca64a3f87f, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:17:37.563848427+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c2fa710b-e4ec-4bb2-8d44-00304b205602, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:17:37.563862559+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0f7c04cf-9dd6-47b5-839f-b01177b660f0, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:17:37.563876972+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 01da558e-033d-4ab7-9b38-75e5dbef0e8d, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:17:37.56388852+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c1261430-fa84-4c9b-92fe-cf1882627afd, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:17:37.563901727+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cee05341-f875-4a14-96c7-f29dd7bd20ee, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:17:37.563919617+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7cbaa4f2-27d6-4041-87da-64a439beb3d8, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:17:37.563932978+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c6e51941-b8c3-440f-b6f3-17b5d1e3431d, ghrun-62clepo2ti.auto.internal:13618): 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:13618 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:17:37.563951085+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 44581dbc-fd1d-4370-91b4-8e5e0e2e5bb1, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.563966392+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 66adaffb-db93-4d03-887c-c65612cffa34, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.564013993+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 081b22f6-7f0a-488e-9136-a5aad8ac0804, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.564043452+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c4ed8450-eefe-4b45-8c9e-4760b5fa0e03, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.56407535+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 747a705e-c00e-43e4-8df2-e1cdf5607437, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.564060156+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9bd65b7d-e89d-4d5a-b469-2097fd5fd071, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.564087558+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 73b248d9-4598-45b3-925d-891b57c6bc76, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.563982303+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 860aeb84-9134-4bcd-a6c7-2465760ef2d8, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.563999345+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5cc4bc1f-641b-4060-bd4d-4143a0465d85, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.564116526+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODM4MGU0MzItMmZiMzIwNzctNDlhYWI0MTctNjBhYzM4MTk=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fae21b88-5594-4fbf-a6f6-cdccd0352f42, ghrun-62clepo2ti.auto.internal:13618): 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-24T11:17:37.564099254+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-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-62clepo2ti.auto.internal:13618
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py: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: 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 87cbfcf7-60fe-4f34-ae38-b104ff43d3eb, localhost:1948): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 87cbfcf7-60fe-4f34-ae38-b104ff43d3eb, localhost:1948): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 87cbfcf7-60fe-4f34-ae38-b104ff43d3eb, localhost:1948): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-62clepo2ti.auto.internal" port: 1948 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-62clepo2ti.auto.internal:1948, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1948
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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    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 2151780) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2151780) elapsed time (sec): 30.239885091781616
DEBUG    ya.test:process.py:263 Command (pid 2151780) wtime: 30.247
DEBUG    ya.test:process.py:275 Command (pid 2151780) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      1	1	0	0	983	983	983	983
2	      1	1	0	10	222	222	222	222
3	      0	0	0	10	0	0	0	0
4	      0	0	0	9	0	0	0	0
5	      1	1	0	10	148	148	148	148
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      1	1	0	10	178	178	178	178
9	      0	0	0	10	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	1128	0	0	0	0
12	      0	0	0	1643	0	0	0	0
13	      0	0	0	1625	0	0	0	0
14	      0	0	0	1440	0	0	0	0
15	      0	0	0	1598	0	0	0	0
16	      0	0	0	1505	0	0	0	0
17	      0	0	0	1627	0	0	0	0
18	      0	0	0	1304	0	0	0	0
19	      0	0	0	1683	0	0	0	0
20	      0	0	0	1759	0	0	0	0
21	      0	0	0	1638	0	0	0	0
22	      0	0	0	1404	0	0	0	0
23	      0	0	0	1422	0	0	0	0
24	      0	0	0	1541	0	0	0	0
25	      0	0	0	1650	0	0	0	0
26	      0	0	0	1231	0	0	0	0
27	      0	0	0	1463	0	0	0	0
28	      0	0	0	1613	0	0	0	0
29	      0	0	0	1673	0	0	0	0
30	      0	0	0	1270	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      4	0.133333	0	30306	178	983	983	983

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2151781) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2151781) elapsed time (sec): 30.251625061035156
DEBUG    ya.test:process.py:263 Command (pid 2151781) wtime: 30.256
DEBUG    ya.test:process.py:275 Command (pid 2151781) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	751	963	963	963
2	     96	96	0	0	88	405	579	599
3	    107	107	0	0	92	123	127	129
4	    109	109	0	0	88	131	140	140
5	    116	116	0	0	82	111	117	119
6	    116	116	0	0	83	115	122	130
7	    100	100	0	0	99	117	127	131
8	    103	103	0	0	89	140	154	156
9	    110	110	0	0	86	122	136	136
10	     62	62	0	0	110	142	144	152
11	      0	0	0	1214	0	0	0	0
12	      0	0	0	1779	0	0	0	0
13	      0	0	0	1569	0	0	0	0
14	      0	0	0	1500	0	0	0	0
15	      0	0	0	1697	0	0	0	0
16	      0	0	0	1388	0	0	0	0
17	      0	0	0	1555	0	0	0	0
18	      0	0	0	1619	0	0	0	0
19	      0	0	0	1687	0	0	0	0
20	      0	0	0	1582	0	0	0	0
21	      0	0	0	1690	0	0	0	0
22	      0	0	0	1348	0	0	0	0
23	      0	0	0	1540	0	0	0	0
24	      0	0	0	1599	0	0	0	0
25	      0	0	0	1597	0	0	0	0
26	      0	0	0	1336	0	0	0	0
27	      0	0	0	1406	0	0	0	0
28	      0	0	0	1633	0	0	0	0
29	      0	0	0	1720	0	0	0	0
30	      0	0	0	1517	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    929	30.9667	0	30976	90	136	587	963

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2151779) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2151779) elapsed time (sec): 30.304314374923706
DEBUG    ya.test:process.py:263 Command (pid 2151779) wtime: 30.311
DEBUG    ya.test:process.py:275 Command (pid 2151779) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     18	18	0	0	232	751	751	751
2	    129	129	0	0	67	275	759	771
3	    137	137	0	0	71	98	105	109
4	    148	148	0	0	62	107	116	121
5	    153	153	0	0	63	85	91	94
6	    152	152	0	0	65	84	88	95
7	    131	131	0	0	75	93	107	111
8	    131	131	0	0	73	111	135	136
9	    146	146	0	0	63	97	113	118
10	     81	81	0	0	83	123	127	131
11	      0	0	0	1091	0	0	0	0
12	      0	0	0	1605	0	0	0	0
13	      0	0	0	1491	0	0	0	0
14	      0	0	0	1407	0	0	0	0
15	      0	0	0	1572	0	0	0	0
16	      0	0	0	1347	0	0	0	0
17	      0	0	0	1419	0	0	0	0
18	      0	0	0	1494	0	0	0	0
19	      0	0	0	1649	0	0	0	0
20	      0	0	0	1466	0	0	0	0
21	      0	0	0	1540	0	0	0	0
22	      0	0	0	1268	0	0	0	0
23	      0	0	0	1459	0	0	0	0
24	      0	0	0	1364	0	0	0	0
25	      0	0	0	1508	0	0	0	0
26	      0	0	0	1363	0	0	0	0
27	      0	0	0	1492	0	0	0	0
28	      0	0	0	1340	0	0	0	0
29	      0	0	0	1538	0	0	0	0
30	      0	0	0	1318	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1226	40.8667	0	28731	69	107	319	771

DEBUG    ya.test:process.py:276 Command (pid 2151779) 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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, b86cae69-fb69-4fdc-8ae8-d7c79752935d, localhost:1948): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b86cae69-fb69-4fdc-8ae8-d7c79752935d, localhost:1948): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b86cae69-fb69-4fdc-8ae8-d7c79752935d, localhost:1948): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-62clepo2ti.auto.internal" port: 1948 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-62clepo2ti.auto.internal:1948, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1948
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 2724743d-1062-48a0-937e-4d1bbdfea31b, localhost:1948): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2724743d-1062-48a0-937e-4d1bbdfea31b, localhost:1948): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2724743d-1062-48a0-937e-4d1bbdfea31b, localhost:1948): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-62clepo2ti.auto.internal" port: 1948 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-62clepo2ti.auto.internal:1948, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1948
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, db1d7191-1dc7-4ef4-bdbc-3aaf733d600f, localhost:1948): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, db1d7191-1dc7-4ef4-bdbc-3aaf733d600f, localhost:1948): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, db1d7191-1dc7-4ef4-bdbc-3aaf733d600f, localhost:1948): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-62clepo2ti.auto.internal" port: 1948 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-62clepo2ti.auto.internal:1948, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1948
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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". 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:13618
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13618". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
============================== slowest durations ===============================
318.95s call     test_log_scenario.py::TestLogScenario::test_log_uniform
25.23s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
20.20s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
6.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
6.35s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
5.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
5.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
5.06s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
4.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
4.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
4.64s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
4.38s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
3.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.72s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.59s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.50s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.03s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]

(15 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/hyc5/0065a5/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/hyc5/0065a5/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-24T11:17:27.584607Z): source_id=111;tablet_id=72075186224037995;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 @ 0xA916F95
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA90F4D6
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A6528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD71ABFB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F6F748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6F49F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD6F524D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14373F5B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FBAF57
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F0FD13
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F0FD13
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F0D6C3
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F11087
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14391D48
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF3D365
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB749437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB796FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79B094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79ACA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79B88E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA918BEC
21. ??:0: ?? @ 0x7F1051CBEAC2
22. ??:0: ?? @ 0x7F1051D508BF
============== 1 failed, 11 passed, 1 error in 419.39s (0:06:59) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hyc5/006664/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 ===============================
5.43s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
4.90s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
4.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
4.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
4.64s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
4.56s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
4.43s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
4.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
4.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
4.09s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
4.09s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
3.91s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
3.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 58.52s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hyc5/0065ca/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.50s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
5.09s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
4.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
4.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
4.54s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
4.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
4.14s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
4.03s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
3.92s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
3.90s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 53.57s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hyc5/0065d2/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 ===============================
121.92s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
112.14s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
92.10s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
84.95s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
74.65s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
70.95s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
8.07s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
4.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
3.92s setup    test_replace.py::TestReplace::test_copy_full
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
1.48s call     test_replace.py::TestReplace::test_count
1.33s call     test_replace.py::TestReplace::test_copy_full
1.30s call     test_replace.py::TestReplace::test_copy_partial
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 581.52s (0:09:41) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hyc5/0065f3/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 ===============================
4.80s setup    test_select.py::TestSelect::test_incorrect
4.19s setup    test_update.py::TestUpdate::test_incorrect
3.84s setup    test_replace.py::TestReplace::test_incorrect
1.23s call     test_select.py::TestSelect::test_json_query
0.96s call     test_update.py::TestUpdate::test_update_many_rows
0.94s call     test_replace.py::TestReplace::test_replace_rollback
0.89s call     test_update.py::TestUpdate::test_partial_update
0.89s call     test_replace.py::TestReplace::test_replace_total
0.79s call     test_replace.py::TestReplace::test_partial_replace
0.54s call     test_update.py::TestUpdate::test_incorrect
0.53s call     test_update.py::TestUpdate::test_update_pk
0.50s call     test_replace.py::TestReplace::test_replace_with_nulls
0.46s call     test_select.py::TestSelect::test_incorrect
0.43s call     test_replace.py::TestReplace::test_incorrect
0.02s setup    test_replace.py::TestReplace::test_partial_replace

(18 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 22.36s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/hyc5/0065bf/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 ===============================
299.46s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
55.07s call     zip_bomb.py::TestZipBomb::test
12.01s teardown zip_bomb.py::TestZipBomb::test
7.73s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
4.90s setup    test_update.py::TestUpdate::test_update_rollback
4.46s setup    test_upsert.py::TestUpsert::test_copy_full
3.04s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.03s setup    zip_bomb.py::TestZipBomb::test
1.46s call     test_upsert.py::TestUpsert::test_copy_full
1.29s call     test_update.py::TestUpdate::test_update_rollback
1.25s call     test_upsert.py::TestUpsert::test_count
1.15s call     test_upsert.py::TestUpsert::test_copy_partial
1.05s call     test_update.py::TestUpdate::test_update_single_column
0.88s call     test_update.py::TestUpdate::test_update_single_row
0.64s call     test_upsert.py::TestUpsert::test_partial_update
0.37s call     test_upsert.py::TestUpsert::test_insert_nulls
0.34s call     test_upsert.py::TestUpsert::test_incorrect
0.06s setup    test_update.py::TestUpdate::test_update_single_row
0.03s setup    test_update.py::TestUpdate::test_update_single_column
0.01s setup    test_upsert.py::TestUpsert::test_insert_nulls

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 399.44s (0:06:39) ========================
