============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w2tv/0053af/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=NWRiNDUwMDgtMTU1ZjkxNDUtNDAzNDM2NDctZWYwMGE0ZmE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fcdf9aa6-6f9f-4793-831f-62038c161b4e, ghrun-lzsm63elie.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fcdf9aa6-6f9f-4793-831f-62038c161b4e, ghrun-lzsm63elie.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NWRiNDUwMDgtMTU1ZjkxNDUtNDAzNDM2NDctZWYwMGE0ZmE=" 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, fcdf9aa6-6f9f-4793-831f-62038c161b4e, ghrun-lzsm63elie.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWRiNDUwMDgtMTU1ZjkxNDUtNDAzNDM2NDctZWYwMGE0ZmE=
---------------------------- 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=NWRiNDUwMDgtMTU1ZjkxNDUtNDAzNDM2NDctZWYwMGE0ZmE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 56d8b913-0c51-4b4b-85f5-baa4ad047c3e, ghrun-lzsm63elie.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 56d8b913-0c51-4b4b-85f5-baa4ad047c3e, ghrun-lzsm63elie.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NWRiNDUwMDgtMTU1ZjkxNDUtNDAzNDM2NDctZWYwMGE0ZmE=" 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, 56d8b913-0c51-4b4b-85f5-baa4ad047c3e, ghrun-lzsm63elie.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWRiNDUwMDgtMTU1ZjkxNDUtNDAzNDM2NDctZWYwMGE0ZmE=
---------------------------- 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=NWRiNDUwMDgtMTU1ZjkxNDUtNDAzNDM2NDctZWYwMGE0ZmE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 79030162-bb8c-4505-8310-97127700b81c, ghrun-lzsm63elie.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 79030162-bb8c-4505-8310-97127700b81c, ghrun-lzsm63elie.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NWRiNDUwMDgtMTU1ZjkxNDUtNDAzNDM2NDctZWYwMGE0ZmE=" 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, 79030162-bb8c-4505-8310-97127700b81c, ghrun-lzsm63elie.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWRiNDUwMDgtMTU1ZjkxNDUtNDAzNDM2NDctZWYwMGE0ZmE=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
155.78s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
96.72s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
83.83s call     tablets_movement.py::TestTabletsMovement::test[ROW]
42.49s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
5.74s call     test_create.py::TestCreate::test_create_decimals
3.80s setup    test_create.py::TestCreate::test_create_all_opt_ints
3.57s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
3.54s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
3.42s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.01s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
0.71s call     test_create.py::TestCreate::test_create_all_req_ints
0.70s call     test_create.py::TestCreate::test_create_all_opt_ints
0.63s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.60s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.19s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.17s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.12s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.03s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_random

(15 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 406.50s (0:06:46) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w2tv/0053a5/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: 18.8 ms
create table: 444.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 36.0
    "min_ms": 27.3
    "median_ms": 31.7
    "max_ms": 75.1
    "stdev_ms": 14.4
select count(*) after initial inserts: 147.3 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 51.3
    "min_ms": 40.9
    "median_ms": 49.6
    "max_ms": 97.5
    "stdev_ms": 7.1
select count(*) after all modifications: 2385.7 ms
select all: 2427.4 ms
delete from table: 2267.7 ms
select all after delete: 2579.5 ms
.drop table: 25.8 ms
create table: 314.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 23.8
    "min_ms": 19.3
    "median_ms": 21.0
    "max_ms": 31.0
    "stdev_ms": 4.7
select count(*) after initial inserts: 66.3 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 41.6
    "min_ms": 37.9
    "median_ms": 41.2
    "max_ms": 45.9
    "stdev_ms": 1.7
updates (step 1):
    "runs": 200
    "avg_ms": 121.4
    "min_ms": 97.6
    "median_ms": 120.1
    "max_ms": 180.6
    "stdev_ms": 11.8
upserts (step 2):
    "runs": 200
    "avg_ms": 23.4
    "min_ms": 18.2
    "median_ms": 23.4
    "max_ms": 49.8
    "stdev_ms": 2.9
select count(*) after all modifications: 277.0 ms
select all: 329.7 ms
delete from table: 325.7 ms
select all after delete: 314.0 ms
.drop table: 26.6 ms
create table: 400.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.4
    "min_ms": 24.2
    "median_ms": 29.9
    "max_ms": 31.6
    "stdev_ms": 2.1
select count(*) after initial inserts: 101.5 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 119.5
    "min_ms": 78.2
    "median_ms": 115.8
    "max_ms": 240.6
    "stdev_ms": 22.4
select count(*) after all modifications: 283.3 ms
select all: 246.2 ms
delete from table: 296.7 ms
select all after delete: 245.6 ms
.drop table: 34.8 ms
create table: 445.0 ms
initial inserts:
    "runs": 15
    "avg_ms": 30.0
    "min_ms": 24.5
    "median_ms": 29.7
    "max_ms": 35.9
    "stdev_ms": 2.4
select count(*) after initial inserts: 74.1 ms
updates (step 0):
    "runs": 150
    "avg_ms": 101.7
    "min_ms": 76.6
    "median_ms": 99.3
    "max_ms": 245.8
    "stdev_ms": 16.3
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 62.8
    "min_ms": 55.3
    "median_ms": 62.3
    "max_ms": 81.4
    "stdev_ms": 3.7
select count(*) after all modifications: 340.3 ms
select all: 306.8 ms
delete from table: 362.5 ms
select all after delete: 310.7 ms
.drop table: 30.9 ms
create table: 384.6 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.5
    "min_ms": 24.6
    "median_ms": 29.6
    "max_ms": 31.8
    "stdev_ms": 1.7
select count(*) after initial inserts: 85.6 ms
updates (step 0):
    "runs": 200
    "avg_ms": 170.1
    "min_ms": 89.8
    "median_ms": 168.9
    "max_ms": 303.7
    "stdev_ms": 49.4
upserts (step 1):
    "runs": 200
    "avg_ms": 33.4
    "min_ms": 23.9
    "median_ms": 31.6
    "max_ms": 68.3
    "stdev_ms": 7.3
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 105.0
    "min_ms": 82.3
    "median_ms": 102.4
    "max_ms": 182.9
    "stdev_ms": 15.9
select count(*) after all modifications: 679.0 ms
select all: 607.2 ms
delete from table: 661.3 ms
select all after delete: 623.9 ms
.drop table: 49.2 ms
create table: 608.6 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.9
    "min_ms": 26.3
    "median_ms": 31.6
    "max_ms": 38.1
    "stdev_ms": 4.1
select count(*) after initial inserts: 129.5 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 35.3
    "min_ms": 20.8
    "median_ms": 32.4
    "max_ms": 169.9
    "stdev_ms": 10.9
select count(*) after all modifications: 362.5 ms
select all: 264.8 ms
delete from table: 303.3 ms
select all after delete: 230.2 ms
.Generated operation sequence:
  0. UPDATE: 14 operations
  1. BULK_UPSERT: 5 operations
  2. BULK_UPSERT: 6 operations
  3. BULK_UPSERT: 19 operations
  4. UPSERT: 19 operations
  5. UPDATE: 5 operations
  6. UPDATE: 17 operations
  7. UPSERT: 10 operations
  8. UPSERT: 5 operations
  9. BULK_UPSERT: 8 operations
drop table: 40.1 ms
create table: 441.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.9
    "min_ms": 28.4
    "median_ms": 30.8
    "max_ms": 38.5
    "stdev_ms": 2.9
select count(*) after initial inserts: 107.2 ms
updates (step 0):
    "runs": 140
    "avg_ms": 117.7
    "min_ms": 99.5
    "median_ms": 115.4
    "max_ms": 168.7
    "stdev_ms": 12.3
bulk_upserts (step 1):
    "runs": 5
    "avg_ms": 51.9
    "min_ms": 49.1
    "median_ms": 50.9
    "max_ms": 54.9
    "stdev_ms": 2.6
bulk_upserts (step 2):
    "runs": 6
    "avg_ms": 54.2
    "min_ms": 49.0
    "median_ms": 54.5
    "max_ms": 58.3
    "stdev_ms": 3.0
bulk_upserts (step 3):
    "runs": 19
    "avg_ms": 56.9
    "min_ms": 50.2
    "median_ms": 55.6
    "max_ms": 74.5
    "stdev_ms": 6.1
upserts (step 4):
    "runs": 190
    "avg_ms": 29.7
    "min_ms": 24.4
    "median_ms": 28.8
    "max_ms": 47.2
    "stdev_ms": 3.7
updates (step 5):
    "runs": 50
    "avg_ms": 137.6
    "min_ms": 116.2
    "median_ms": 139.3
    "max_ms": 165.1
    "stdev_ms": 9.0
updates (step 6):
    "runs": 170
    "avg_ms": 150.2
    "min_ms": 120.7
    "median_ms": 148.9
    "max_ms": 196.9
    "stdev_ms": 14.4
upserts (step 7):
    "runs": 100
    "avg_ms": 29.9
    "min_ms": 23.6
    "median_ms": 28.8
    "max_ms": 44.7
    "stdev_ms": 3.9
upserts (step 8):
    "runs": 50
    "avg_ms": 34.0
    "min_ms": 24.0
    "median_ms": 30.1
    "max_ms": 144.4
    "stdev_ms": 17.2
bulk_upserts (step 9):
    "runs": 8
    "avg_ms": 59.1
    "min_ms": 48.8
    "median_ms": 63.8
    "max_ms": 68.6
    "stdev_ms": 7.3
select count(*) after all modifications: 311.2 ms
select all: 302.2 ms
delete from table: 367.0 ms
select all after delete: 289.7 ms
.
test_delete.py .

============================== slowest durations ===============================
121.37s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
63.56s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
54.87s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
37.53s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
36.30s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
35.02s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
23.88s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
4.25s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
4.19s setup    test_create.py::TestCreate::test_create_real_opt
3.80s setup    test_delete.py::TestDelete::test_delete_rollback
3.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.04s call     test_delete.py::TestDelete::test_delete_rollback
0.63s call     test_create.py::TestCreate::test_create_strings_opt
0.63s call     test_create.py::TestCreate::test_create_real_opt
0.52s call     test_create.py::TestCreate::test_create_real_req
0.01s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s 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_update_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[update_upsert_bulk_upsert]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 392.07s (0:06:32) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w2tv/0053ab/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 ===============================
3.60s setup    test_delete.py::TestDelete::test_delete_where[False-100]
0.87s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.85s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.83s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.80s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.76s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.75s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.75s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.72s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.71s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.70s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.67s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.56s call     test_delete.py::TestDelete::test_delete_where[False-100]

(23 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 13.55s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w2tv/0053a7/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 ===============================
3.76s setup    test_delete.py::TestDelete::test_incorrect
3.61s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.99s call     test_insert.py::TestInsertStatement::test_copy_partial
0.97s call     test_insert.py::TestInsertStatement::test_copy_full
0.48s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.48s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.45s call     test_insert.py::TestInsertStatement::test_plain
0.41s call     test_insert.py::TestInsertStatement::test_duplicate
0.38s call     test_insert.py::TestInsertStatement::test_bulk
0.38s call     test_delete.py::TestDelete::test_incorrect
0.36s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.36s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.33s call     test_insert.py::TestInsertStatement::test_out_of_range
0.30s call     test_insert.py::TestInsertStatement::test_incorrect
0.01s setup    test_insert.py::TestInsertStatement::test_bulk

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 14.39s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w2tv/0053ac/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/w2tv/0053ac/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/w2tv/0053ac/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-24T08:22:20.820366Z): source_id=335;tablet_id=72075186224037989;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 @ 0xA923BE5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA91C126
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7B2528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD799B6B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F72748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F7249F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD774C7D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1439D68B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FE4687
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F39443
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F39443
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F36DF3
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F3A7B7
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143BB478
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF3F5E5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB755437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB7A2FD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB7A7094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB7A6CA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB7A788E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA92583C
E   21. ??:0: ?? @ 0x7F2BAA615AC2
E   22. ??:0: ?? @ 0x7F2BAA6A78BF
------------------------------ 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/w2tv/0053ac/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/w2tv/0053ac/ydb/apps/ydb/ydb -e grpc://localhost:29198 -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/w2tv/0053ac/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29198', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4115971
DEBUG    ya.test:process.py:259 Command (pid 4115971) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4115971) elapsed time (sec): 0.30416083335876465
DEBUG    ya.test:process.py:263 Command (pid 4115971) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) maxrss: 738828
DEBUG    ya.test:process.py:263 Command (pid 4115971) minflt: 3544
DEBUG    ya.test:process.py:263 Command (pid 4115971) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 4115971) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) nvcsw: 222
DEBUG    ya.test:process.py:263 Command (pid 4115971) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4115971) stime: 0.018154
DEBUG    ya.test:process.py:263 Command (pid 4115971) utime: 0.054461999999999997
DEBUG    ya.test:process.py:263 Command (pid 4115971) wtime: 0.305
DEBUG    ya.test:process.py:275 Command (pid 4115971) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 4115971) 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/w2tv/0053ac/ydb/apps/ydb/ydb -e grpc://localhost:29198 -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/w2tv/0053ac/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29198', '-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: 4116569
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 4116569) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4116569) elapsed time (sec): 30.171766996383667
DEBUG    ya.test:process.py:263 Command (pid 4116569) wtime: 30.173
DEBUG    ya.test:process.py:275 Command (pid 4116569) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    478	478	0	0	20	21	27	33
2	    489	489	0	0	20	22	23	29
3	    486	486	0	0	20	21	24	29
4	    484	484	0	0	20	24	25	27
5	    485	485	0	0	20	22	24	25
6	    483	483	0	0	20	23	28	33
7	    482	482	0	0	20	22	30	34
8	    470	470	0	0	20	26	30	32
9	    485	485	0	0	20	22	24	28
10	    484	484	0	0	20	23	27	31
11	    485	485	0	0	20	22	24	29
12	    477	477	0	0	20	25	27	32
13	    482	482	0	0	20	24	27	30
14	    486	486	0	0	20	22	24	25
15	    488	488	0	0	20	21	23	26
16	    483	483	0	0	20	21	22	24
17	    492	492	0	0	20	22	23	28
18	    487	487	0	0	20	22	25	26
19	    480	480	0	0	20	23	28	31
20	    485	485	0	0	20	23	29	32
21	    479	479	0	0	20	26	29	33
22	    479	479	0	0	20	24	27	29
23	    468	468	0	0	20	25	32	36
24	    445	445	0	0	21	31	38	41
25	    477	477	0	0	20	24	28	31
26	    457	457	0	0	20	28	33	42
27	    488	488	0	0	20	22	23	27
28	    452	452	0	0	21	31	41	51
29	    456	456	0	0	20	30	32	39
30	    488	488	0	0	20	25	29	34

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14360	478.667	0	0	20	24	30	51

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTEzNjhmNjctNDFiZGUyOTUtODI5YjdhZTktOTM1NGYwODc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 87fc1645-d0ab-4da8-9610-db05aa82a90f, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 87fc1645-d0ab-4da8-9610-db05aa82a90f, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=OTEzNjhmNjctNDFiZGUyOTUtODI5YjdhZTktOTM1NGYwODc=" 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, 87fc1645-d0ab-4da8-9610-db05aa82a90f, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTEzNjhmNjctNDFiZGUyOTUtODI5YjdhZTktOTM1NGYwODc=
INFO     root:test_log_scenario.py:217 Count rows after insert 14107 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGUyMGQ4ZTMtZTQ4NDQ5YWYtOGJiYTExZjgtMmM3OTUwYWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a51fdddd-13e8-4483-9fb4-93ccfdc94179, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a51fdddd-13e8-4483-9fb4-93ccfdc94179, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=ZGUyMGQ4ZTMtZTQ4NDQ5YWYtOGJiYTExZjgtMmM3OTUwYWI=" 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, a51fdddd-13e8-4483-9fb4-93ccfdc94179, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZGUyMGQ4ZTMtZTQ4NDQ5YWYtOGJiYTExZjgtMmM3OTUwYWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTFmYjcxNmItNDUwYjViOWEtY2EwYmU2N2EtMmVhMzczMDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f6fbd7cc-248d-4245-9130-fd2851ed7315, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f6fbd7cc-248d-4245-9130-fd2851ed7315, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=OTFmYjcxNmItNDUwYjViOWEtY2EwYmU2N2EtMmVhMzczMDY=" 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, f6fbd7cc-248d-4245-9130-fd2851ed7315, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTFmYjcxNmItNDUwYjViOWEtY2EwYmU2N2EtMmVhMzczMDY=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/w2tv/0053ac/ydb/apps/ydb/ydb -e grpc://localhost:29198 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDJhY2FjZTItNjlkNjNhYWQtZTRiMGM3MzQtYTdmZWM3NTc=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/w2tv/0053ac/ydb/apps/ydb/ydb -e grpc://localhost:29198 -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/w2tv/0053ac/ydb/apps/ydb/ydb -e grpc://localhost:29198 -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, daad6d7c-213a-46ab-8d2c-695f4bc4a8fc, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmU3MTdiN2ItYWMxNjI3MmMtZGM2YTIyY2YtZWE3OGJkNjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bc57cd20-c79c-4b09-ac1c-045579cd65b2, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, daad6d7c-213a-46ab-8d2c-695f4bc4a8fc, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=NDJhY2FjZTItNjlkNjNhYWQtZTRiMGM3MzQtYTdmZWM3NTc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODgwZDI5NjAtN2VmMjIyMWUtZjhhYjIzZDEtYWUxNTVmMTE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bc57cd20-c79c-4b09-ac1c-045579cd65b2, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=NmU3MTdiN2ItYWMxNjI3MmMtZGM2YTIyY2YtZWE3OGJkNjM=" 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, daad6d7c-213a-46ab-8d2c-695f4bc4a8fc, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bc57cd20-c79c-4b09-ac1c-045579cd65b2, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWMzZTBiMmEtN2UwNWJiMDMtODJhMzM5YWItYjExYTVlODc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d4640281-e251-439c-b768-c422afe1491f, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d4640281-e251-439c-b768-c422afe1491f, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=NWMzZTBiMmEtN2UwNWJiMDMtODJhMzM5YWItYjExYTVlODc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2I3MTI5ZmMtZDY2ZjEwYTAtOGFiYTViYTYtMjc2NTFkYjc=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d4640281-e251-439c-b768-c422afe1491f, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0d33880c-edbc-4ff8-ae82-fc94d72055b1, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/w2tv/0053ac/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29198', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', '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/w2tv/0053ac/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29198', '-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/w2tv/0053ac/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29198', '-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:421 RpcState(ExecuteQuery, afd7c5f2-b3cb-477b-b81d-1cdc48f6c32d, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzUyYTIyN2EtYmFlMGU3ZDEtNWRlOWNhYTktYjViNTEzMDc=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0d33880c-edbc-4ff8-ae82-fc94d72055b1, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=ODgwZDI5NjAtN2VmMjIyMWUtZjhhYjIzZDEtYWUxNTVmMTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 4154357
DEBUG    ya.test:process.py:628 Command pid: 4154378
DEBUG    ya.test:process.py:628 Command pid: 4154379
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, afd7c5f2-b3cb-477b-b81d-1cdc48f6c32d, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=M2I3MTI5ZmMtZDY2ZjEwYTAtOGFiYTViYTYtMjc2NTFkYjc=" 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, 8661c684-c9b8-4ba2-bf08-d1804b1813ed, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWJjNzRlMTQtZWNjZTQ5ZGEtM2ZkNjc3NjUtZWQ3ZGY2YjU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0d33880c-edbc-4ff8-ae82-fc94d72055b1, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, afd7c5f2-b3cb-477b-b81d-1cdc48f6c32d, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8661c684-c9b8-4ba2-bf08-d1804b1813ed, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=NzUyYTIyN2EtYmFlMGU3ZDEtNWRlOWNhYTktYjViNTEzMDc=" 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, 35b3940d-0d14-4dda-a224-b922bb0bd5b6, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTEzNjhmNjctNDFiZGUyOTUtODI5YjdhZTktOTM1NGYwODc=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 35b3940d-0d14-4dda-a224-b922bb0bd5b6, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=OWJjNzRlMTQtZWNjZTQ5ZGEtM2ZkNjc3NjUtZWQ3ZGY2YjU=" 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, 8661c684-c9b8-4ba2-bf08-d1804b1813ed, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8bba02c1-cf8f-45a1-9799-37b98735c4c7, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGUyMGQ4ZTMtZTQ4NDQ5YWYtOGJiYTExZjgtMmM3OTUwYWI=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 35b3940d-0d14-4dda-a224-b922bb0bd5b6, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8bba02c1-cf8f-45a1-9799-37b98735c4c7, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=OTEzNjhmNjctNDFiZGUyOTUtODI5YjdhZTktOTM1NGYwODc=" 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, 66fadcc1-5c12-4854-8150-df16e30ee216, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 66fadcc1-5c12-4854-8150-df16e30ee216, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=ZGUyMGQ4ZTMtZTQ4NDQ5YWYtOGJiYTExZjgtMmM3OTUwYWI=" 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=OTFmYjcxNmItNDUwYjViOWEtY2EwYmU2N2EtMmVhMzczMDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b88f7063-77d7-4baf-af61-0ee259aabf76, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b88f7063-77d7-4baf-af61-0ee259aabf76, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=OTFmYjcxNmItNDUwYjViOWEtY2EwYmU2N2EtMmVhMzczMDY=" 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, 8bba02c1-cf8f-45a1-9799-37b98735c4c7, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 66fadcc1-5c12-4854-8150-df16e30ee216, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b88f7063-77d7-4baf-af61-0ee259aabf76, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d3875607-dafc-48f3-9300-1020fd812e1b, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:22:26.129860534+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 55279bbe-71f8-44ed-93d7-efbc254f69eb, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.129954514+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 82dd17e2-5d77-4732-ad8a-fc1f0bd63e1f, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:22:26.129978913+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c6d78ef5-dab1-4717-8cba-1e7d272f40e9, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:22:26.129990301+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, df8a7ff6-6a26-4765-b25c-269b275c22d6, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.130005107+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-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8c58c52c-e54a-4a9f-9aa6-910a33126ce7, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.130020061+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-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 927575aa-3b98-4d28-b35c-5cefd14af30e, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:22:26.130034131+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7d67646e-5756-499f-bfb0-835b563cc81a, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.130047966+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-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a0dfcdad-ee78-418f-a47b-dbe188e758df, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:22:26.130062266+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c031e6cd-5d37-4ce3-9142-b78fd0f93216, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:22:26.130077096+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, daad6d7c-213a-46ab-8d2c-695f4bc4a8fc, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.130095091+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-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bc57cd20-c79c-4b09-ac1c-045579cd65b2, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-24T08:22:26.130106208+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d4640281-e251-439c-b768-c422afe1491f, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-24T08:22:26.130120156+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0d33880c-edbc-4ff8-ae82-fc94d72055b1, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-24T08:22:26.130132058+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, afd7c5f2-b3cb-477b-b81d-1cdc48f6c32d, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-24T08:22:26.130159126+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8661c684-c9b8-4ba2-bf08-d1804b1813ed, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.130171396+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-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 66fadcc1-5c12-4854-8150-df16e30ee216, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-24T08:22:26.130209908+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8bba02c1-cf8f-45a1-9799-37b98735c4c7, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.130197373+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 35b3940d-0d14-4dda-a224-b922bb0bd5b6, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.13018242+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b88f7063-77d7-4baf-af61-0ee259aabf76, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-24T08:22:26.130223318+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 490a3b01-9baf-44b3-b87d-7ada57b1a7ed, localhost:11787): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 490a3b01-9baf-44b3-b87d-7ada57b1a7ed, localhost:11787): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 490a3b01-9baf-44b3-b87d-7ada57b1a7ed, localhost:11787): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lzsm63elie.auto.internal" port: 11787 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-lzsm63elie.auto.internal:11787, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11787
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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    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 4154357) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4154357) elapsed time (sec): 30.195013761520386
DEBUG    ya.test:process.py:263 Command (pid 4154357) wtime: 30.211
DEBUG    ya.test:process.py:275 Command (pid 4154357) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	465	735	767	767
2	    112	112	0	0	84	147	156	163
3	    102	102	0	0	95	129	133	140
4	    117	117	0	0	85	110	118	122
5	    107	107	0	0	83	110	119	127
6	      0	0	0	834	0	0	0	0
7	      0	0	0	1581	0	0	0	0
8	      0	0	0	1883	0	0	0	0
9	      0	0	0	1548	0	0	0	0
10	      0	0	0	1887	0	0	0	0
11	      0	0	0	1761	0	0	0	0
12	      0	0	0	1719	0	0	0	0
13	      0	0	0	1703	0	0	0	0
14	      0	0	0	1637	0	0	0	0
15	      0	0	0	1714	0	0	0	0
16	      0	0	0	1553	0	0	0	0
17	      0	0	0	1828	0	0	0	0
18	      0	0	0	1790	0	0	0	0
19	      0	0	0	1765	0	0	0	0
20	      0	0	0	1742	0	0	0	0
21	      0	0	0	1539	0	0	0	0
22	      0	0	0	1447	0	0	0	0
23	      0	0	0	1629	0	0	0	0
24	      0	0	0	1899	0	0	0	0
25	      0	0	0	1480	0	0	0	0
26	      0	0	0	1935	0	0	0	0
27	      0	0	0	1930	0	0	0	0
28	      0	0	0	1490	0	0	0	0
29	      0	0	0	1588	0	0	0	0
30	      0	0	0	1778	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    458	15.2667	0	41660	87	148	591	767

DEBUG    ya.test:process.py:276 Command (pid 4154357) 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 4154378) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4154378) elapsed time (sec): 30.19912576675415
DEBUG    ya.test:process.py:263 Command (pid 4154378) wtime: 30.213
DEBUG    ya.test:process.py:275 Command (pid 4154378) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     31	31	0	0	216	643	655	655
2	    146	146	0	0	64	114	145	150
3	    139	139	0	0	71	98	108	109
4	    152	152	0	0	66	85	91	95
5	    143	143	0	0	61	98	107	109
6	      0	0	0	812	0	0	0	0
7	      0	0	0	1532	0	0	0	0
8	      0	0	0	1594	0	0	0	0
9	      0	0	0	1408	0	0	0	0
10	      0	0	0	1675	0	0	0	0
11	      0	0	0	1521	0	0	0	0
12	      0	0	0	1549	0	0	0	0
13	      0	0	0	1538	0	0	0	0
14	      0	0	0	1476	0	0	0	0
15	      0	0	0	1622	0	0	0	0
16	      0	0	0	1429	0	0	0	0
17	      0	0	0	1589	0	0	0	0
18	      0	0	0	1671	0	0	0	0
19	      0	0	0	1478	0	0	0	0
20	      0	0	0	1584	0	0	0	0
21	      0	0	0	1262	0	0	0	0
22	      0	0	0	1164	0	0	0	0
23	      0	0	0	1330	0	0	0	0
24	      0	0	0	1553	0	0	0	0
25	      0	0	0	1609	0	0	0	0
26	      0	0	0	1882	0	0	0	0
27	      0	0	0	1856	0	0	0	0
28	      0	0	0	1608	0	0	0	0
29	      0	0	0	1470	0	0	0	0
30	      0	0	0	1584	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    611	20.3667	0	37796	66	138	579	655

DEBUG    ya.test:process.py:276 Command (pid 4154378) 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 4154379) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4154379) elapsed time (sec): 30.202454566955566
DEBUG    ya.test:process.py:263 Command (pid 4154379) wtime: 30.216
DEBUG    ya.test:process.py:275 Command (pid 4154379) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      1	1	0	0	823	823	823	823
2	      1	1	0	10	165	165	165	165
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	868	0	0	0	0
7	      0	0	0	1674	0	0	0	0
8	      0	0	0	1674	0	0	0	0
9	      0	0	0	1641	0	0	0	0
10	      0	0	0	1830	0	0	0	0
11	      0	0	0	1759	0	0	0	0
12	      0	0	0	1712	0	0	0	0
13	      0	0	0	1751	0	0	0	0
14	      0	0	0	1514	0	0	0	0
15	      0	0	0	1630	0	0	0	0
16	      0	0	0	1569	0	0	0	0
17	      0	0	0	1691	0	0	0	0
18	      0	0	0	1635	0	0	0	0
19	      0	0	0	1598	0	0	0	0
20	      0	0	0	1649	0	0	0	0
21	      0	0	0	1438	0	0	0	0
22	      0	0	0	1363	0	0	0	0
23	      0	0	0	1414	0	0	0	0
24	      0	0	0	1765	0	0	0	0
25	      0	0	0	1430	0	0	0	0
26	      0	0	0	1760	0	0	0	0
27	      0	0	0	1969	0	0	0	0
28	      0	0	0	1738	0	0	0	0
29	      0	0	0	1633	0	0	0	0
30	      0	0	0	1558	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      2	0.0666667	0	40303	165	823	823	823

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

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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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.connection:connection.py:549 Closing channel for endpoint localhost:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 31cfc7b6-04eb-4c68-801c-8780b94134ec, localhost:11787): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 31cfc7b6-04eb-4c68-801c-8780b94134ec, localhost:11787): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 31cfc7b6-04eb-4c68-801c-8780b94134ec, localhost:11787): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lzsm63elie.auto.internal" port: 11787 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-lzsm63elie.auto.internal:11787, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11787
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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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, dd4c6839-c97d-4d5e-833c-54da8deb201e, localhost:11787): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, dd4c6839-c97d-4d5e-833c-54da8deb201e, localhost:11787): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, dd4c6839-c97d-4d5e-833c-54da8deb201e, localhost:11787): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lzsm63elie.auto.internal" port: 11787 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-lzsm63elie.auto.internal:11787, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11787
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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, 01e465fe-49e2-42d4-aae4-6d41d44866b0, localhost:11787): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 01e465fe-49e2-42d4-aae4-6d41d44866b0, localhost:11787): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 01e465fe-49e2-42d4-aae4-6d41d44866b0, localhost:11787): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lzsm63elie.auto.internal" port: 11787 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-lzsm63elie.auto.internal:11787, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11787
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-lzsm63elie'
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/w2tv/0053ac/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.4043930' in '/home/runner/.ya/build/build_root/w2tv/0053ac/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_ob6a1za4.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:29198/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29282
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14617
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11620
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29198
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10962
=================================== 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/w2tv/0053ac/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/w2tv/0053ac/ydb/apps/ydb/ydb -e grpc://localhost:29198 -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/w2tv/0053ac/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29198', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4115971
DEBUG    ya.test:process.py:259 Command (pid 4115971) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4115971) elapsed time (sec): 0.30416083335876465
DEBUG    ya.test:process.py:263 Command (pid 4115971) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) maxrss: 738828
DEBUG    ya.test:process.py:263 Command (pid 4115971) minflt: 3544
DEBUG    ya.test:process.py:263 Command (pid 4115971) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) nivcsw: 4
DEBUG    ya.test:process.py:263 Command (pid 4115971) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4115971) nvcsw: 222
DEBUG    ya.test:process.py:263 Command (pid 4115971) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4115971) stime: 0.018154
DEBUG    ya.test:process.py:263 Command (pid 4115971) utime: 0.054461999999999997
DEBUG    ya.test:process.py:263 Command (pid 4115971) wtime: 0.305
DEBUG    ya.test:process.py:275 Command (pid 4115971) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 4115971) 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/w2tv/0053ac/ydb/apps/ydb/ydb -e grpc://localhost:29198 -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/w2tv/0053ac/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29198', '-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: 4116569
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 4116569) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4116569) elapsed time (sec): 30.171766996383667
DEBUG    ya.test:process.py:263 Command (pid 4116569) wtime: 30.173
DEBUG    ya.test:process.py:275 Command (pid 4116569) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    478	478	0	0	20	21	27	33
2	    489	489	0	0	20	22	23	29
3	    486	486	0	0	20	21	24	29
4	    484	484	0	0	20	24	25	27
5	    485	485	0	0	20	22	24	25
6	    483	483	0	0	20	23	28	33
7	    482	482	0	0	20	22	30	34
8	    470	470	0	0	20	26	30	32
9	    485	485	0	0	20	22	24	28
10	    484	484	0	0	20	23	27	31
11	    485	485	0	0	20	22	24	29
12	    477	477	0	0	20	25	27	32
13	    482	482	0	0	20	24	27	30
14	    486	486	0	0	20	22	24	25
15	    488	488	0	0	20	21	23	26
16	    483	483	0	0	20	21	22	24
17	    492	492	0	0	20	22	23	28
18	    487	487	0	0	20	22	25	26
19	    480	480	0	0	20	23	28	31
20	    485	485	0	0	20	23	29	32
21	    479	479	0	0	20	26	29	33
22	    479	479	0	0	20	24	27	29
23	    468	468	0	0	20	25	32	36
24	    445	445	0	0	21	31	38	41
25	    477	477	0	0	20	24	28	31
26	    457	457	0	0	20	28	33	42
27	    488	488	0	0	20	22	23	27
28	    452	452	0	0	21	31	41	51
29	    456	456	0	0	20	30	32	39
30	    488	488	0	0	20	25	29	34

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14360	478.667	0	0	20	24	30	51

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTEzNjhmNjctNDFiZGUyOTUtODI5YjdhZTktOTM1NGYwODc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 87fc1645-d0ab-4da8-9610-db05aa82a90f, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 87fc1645-d0ab-4da8-9610-db05aa82a90f, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=OTEzNjhmNjctNDFiZGUyOTUtODI5YjdhZTktOTM1NGYwODc=" 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, 87fc1645-d0ab-4da8-9610-db05aa82a90f, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTEzNjhmNjctNDFiZGUyOTUtODI5YjdhZTktOTM1NGYwODc=
INFO     root:test_log_scenario.py:217 Count rows after insert 14107 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGUyMGQ4ZTMtZTQ4NDQ5YWYtOGJiYTExZjgtMmM3OTUwYWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a51fdddd-13e8-4483-9fb4-93ccfdc94179, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a51fdddd-13e8-4483-9fb4-93ccfdc94179, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=ZGUyMGQ4ZTMtZTQ4NDQ5YWYtOGJiYTExZjgtMmM3OTUwYWI=" 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, a51fdddd-13e8-4483-9fb4-93ccfdc94179, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZGUyMGQ4ZTMtZTQ4NDQ5YWYtOGJiYTExZjgtMmM3OTUwYWI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTFmYjcxNmItNDUwYjViOWEtY2EwYmU2N2EtMmVhMzczMDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f6fbd7cc-248d-4245-9130-fd2851ed7315, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f6fbd7cc-248d-4245-9130-fd2851ed7315, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=OTFmYjcxNmItNDUwYjViOWEtY2EwYmU2N2EtMmVhMzczMDY=" 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, f6fbd7cc-248d-4245-9130-fd2851ed7315, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTFmYjcxNmItNDUwYjViOWEtY2EwYmU2N2EtMmVhMzczMDY=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/w2tv/0053ac/ydb/apps/ydb/ydb -e grpc://localhost:29198 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDJhY2FjZTItNjlkNjNhYWQtZTRiMGM3MzQtYTdmZWM3NTc=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/w2tv/0053ac/ydb/apps/ydb/ydb -e grpc://localhost:29198 -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/w2tv/0053ac/ydb/apps/ydb/ydb -e grpc://localhost:29198 -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, daad6d7c-213a-46ab-8d2c-695f4bc4a8fc, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmU3MTdiN2ItYWMxNjI3MmMtZGM2YTIyY2YtZWE3OGJkNjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bc57cd20-c79c-4b09-ac1c-045579cd65b2, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, daad6d7c-213a-46ab-8d2c-695f4bc4a8fc, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=NDJhY2FjZTItNjlkNjNhYWQtZTRiMGM3MzQtYTdmZWM3NTc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODgwZDI5NjAtN2VmMjIyMWUtZjhhYjIzZDEtYWUxNTVmMTE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bc57cd20-c79c-4b09-ac1c-045579cd65b2, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=NmU3MTdiN2ItYWMxNjI3MmMtZGM2YTIyY2YtZWE3OGJkNjM=" 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, daad6d7c-213a-46ab-8d2c-695f4bc4a8fc, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bc57cd20-c79c-4b09-ac1c-045579cd65b2, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWMzZTBiMmEtN2UwNWJiMDMtODJhMzM5YWItYjExYTVlODc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d4640281-e251-439c-b768-c422afe1491f, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d4640281-e251-439c-b768-c422afe1491f, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=NWMzZTBiMmEtN2UwNWJiMDMtODJhMzM5YWItYjExYTVlODc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2I3MTI5ZmMtZDY2ZjEwYTAtOGFiYTViYTYtMjc2NTFkYjc=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d4640281-e251-439c-b768-c422afe1491f, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0d33880c-edbc-4ff8-ae82-fc94d72055b1, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/w2tv/0053ac/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29198', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', '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/w2tv/0053ac/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29198', '-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/w2tv/0053ac/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29198', '-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:421 RpcState(ExecuteQuery, afd7c5f2-b3cb-477b-b81d-1cdc48f6c32d, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzUyYTIyN2EtYmFlMGU3ZDEtNWRlOWNhYTktYjViNTEzMDc=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0d33880c-edbc-4ff8-ae82-fc94d72055b1, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=ODgwZDI5NjAtN2VmMjIyMWUtZjhhYjIzZDEtYWUxNTVmMTE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 4154357
DEBUG    ya.test:process.py:628 Command pid: 4154378
DEBUG    ya.test:process.py:628 Command pid: 4154379
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, afd7c5f2-b3cb-477b-b81d-1cdc48f6c32d, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=M2I3MTI5ZmMtZDY2ZjEwYTAtOGFiYTViYTYtMjc2NTFkYjc=" 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, 8661c684-c9b8-4ba2-bf08-d1804b1813ed, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWJjNzRlMTQtZWNjZTQ5ZGEtM2ZkNjc3NjUtZWQ3ZGY2YjU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0d33880c-edbc-4ff8-ae82-fc94d72055b1, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, afd7c5f2-b3cb-477b-b81d-1cdc48f6c32d, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8661c684-c9b8-4ba2-bf08-d1804b1813ed, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=NzUyYTIyN2EtYmFlMGU3ZDEtNWRlOWNhYTktYjViNTEzMDc=" 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, 35b3940d-0d14-4dda-a224-b922bb0bd5b6, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTEzNjhmNjctNDFiZGUyOTUtODI5YjdhZTktOTM1NGYwODc=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 35b3940d-0d14-4dda-a224-b922bb0bd5b6, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=OWJjNzRlMTQtZWNjZTQ5ZGEtM2ZkNjc3NjUtZWQ3ZGY2YjU=" 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, 8661c684-c9b8-4ba2-bf08-d1804b1813ed, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8bba02c1-cf8f-45a1-9799-37b98735c4c7, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGUyMGQ4ZTMtZTQ4NDQ5YWYtOGJiYTExZjgtMmM3OTUwYWI=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 35b3940d-0d14-4dda-a224-b922bb0bd5b6, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8bba02c1-cf8f-45a1-9799-37b98735c4c7, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=OTEzNjhmNjctNDFiZGUyOTUtODI5YjdhZTktOTM1NGYwODc=" 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, 66fadcc1-5c12-4854-8150-df16e30ee216, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 66fadcc1-5c12-4854-8150-df16e30ee216, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=ZGUyMGQ4ZTMtZTQ4NDQ5YWYtOGJiYTExZjgtMmM3OTUwYWI=" 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=OTFmYjcxNmItNDUwYjViOWEtY2EwYmU2N2EtMmVhMzczMDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b88f7063-77d7-4baf-af61-0ee259aabf76, ghrun-lzsm63elie.auto.internal:29198): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b88f7063-77d7-4baf-af61-0ee259aabf76, ghrun-lzsm63elie.auto.internal:29198): request = { session_id: "ydb://session/3?node_id=1&id=OTFmYjcxNmItNDUwYjViOWEtY2EwYmU2N2EtMmVhMzczMDY=" 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, 8bba02c1-cf8f-45a1-9799-37b98735c4c7, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 66fadcc1-5c12-4854-8150-df16e30ee216, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b88f7063-77d7-4baf-af61-0ee259aabf76, ghrun-lzsm63elie.auto.internal:29198): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d3875607-dafc-48f3-9300-1020fd812e1b, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:22:26.129860534+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 55279bbe-71f8-44ed-93d7-efbc254f69eb, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.129954514+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 82dd17e2-5d77-4732-ad8a-fc1f0bd63e1f, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:22:26.129978913+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c6d78ef5-dab1-4717-8cba-1e7d272f40e9, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:22:26.129990301+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, df8a7ff6-6a26-4765-b25c-269b275c22d6, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.130005107+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-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8c58c52c-e54a-4a9f-9aa6-910a33126ce7, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.130020061+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-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 927575aa-3b98-4d28-b35c-5cefd14af30e, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:22:26.130034131+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7d67646e-5756-499f-bfb0-835b563cc81a, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.130047966+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-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a0dfcdad-ee78-418f-a47b-dbe188e758df, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:22:26.130062266+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c031e6cd-5d37-4ce3-9142-b78fd0f93216, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:29198 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:22:26.130077096+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, daad6d7c-213a-46ab-8d2c-695f4bc4a8fc, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.130095091+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-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bc57cd20-c79c-4b09-ac1c-045579cd65b2, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-24T08:22:26.130106208+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d4640281-e251-439c-b768-c422afe1491f, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-24T08:22:26.130120156+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0d33880c-edbc-4ff8-ae82-fc94d72055b1, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-24T08:22:26.130132058+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, afd7c5f2-b3cb-477b-b81d-1cdc48f6c32d, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-24T08:22:26.130159126+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8661c684-c9b8-4ba2-bf08-d1804b1813ed, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.130171396+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-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 66fadcc1-5c12-4854-8150-df16e30ee216, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-24T08:22:26.130209908+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8bba02c1-cf8f-45a1-9799-37b98735c4c7, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.130197373+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 35b3940d-0d14-4dda-a224-b922bb0bd5b6, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:22:26.13018242+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b88f7063-77d7-4baf-af61-0ee259aabf76, ghrun-lzsm63elie.auto.internal:29198): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-24T08:22:26.130223318+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lzsm63elie.auto.internal:29198
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 490a3b01-9baf-44b3-b87d-7ada57b1a7ed, localhost:11787): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 490a3b01-9baf-44b3-b87d-7ada57b1a7ed, localhost:11787): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 490a3b01-9baf-44b3-b87d-7ada57b1a7ed, localhost:11787): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lzsm63elie.auto.internal" port: 11787 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-lzsm63elie.auto.internal:11787, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11787
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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    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 4154357) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4154357) elapsed time (sec): 30.195013761520386
DEBUG    ya.test:process.py:263 Command (pid 4154357) wtime: 30.211
DEBUG    ya.test:process.py:275 Command (pid 4154357) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	465	735	767	767
2	    112	112	0	0	84	147	156	163
3	    102	102	0	0	95	129	133	140
4	    117	117	0	0	85	110	118	122
5	    107	107	0	0	83	110	119	127
6	      0	0	0	834	0	0	0	0
7	      0	0	0	1581	0	0	0	0
8	      0	0	0	1883	0	0	0	0
9	      0	0	0	1548	0	0	0	0
10	      0	0	0	1887	0	0	0	0
11	      0	0	0	1761	0	0	0	0
12	      0	0	0	1719	0	0	0	0
13	      0	0	0	1703	0	0	0	0
14	      0	0	0	1637	0	0	0	0
15	      0	0	0	1714	0	0	0	0
16	      0	0	0	1553	0	0	0	0
17	      0	0	0	1828	0	0	0	0
18	      0	0	0	1790	0	0	0	0
19	      0	0	0	1765	0	0	0	0
20	      0	0	0	1742	0	0	0	0
21	      0	0	0	1539	0	0	0	0
22	      0	0	0	1447	0	0	0	0
23	      0	0	0	1629	0	0	0	0
24	      0	0	0	1899	0	0	0	0
25	      0	0	0	1480	0	0	0	0
26	      0	0	0	1935	0	0	0	0
27	      0	0	0	1930	0	0	0	0
28	      0	0	0	1490	0	0	0	0
29	      0	0	0	1588	0	0	0	0
30	      0	0	0	1778	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    458	15.2667	0	41660	87	148	591	767

DEBUG    ya.test:process.py:276 Command (pid 4154357) 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 4154378) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4154378) elapsed time (sec): 30.19912576675415
DEBUG    ya.test:process.py:263 Command (pid 4154378) wtime: 30.213
DEBUG    ya.test:process.py:275 Command (pid 4154378) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     31	31	0	0	216	643	655	655
2	    146	146	0	0	64	114	145	150
3	    139	139	0	0	71	98	108	109
4	    152	152	0	0	66	85	91	95
5	    143	143	0	0	61	98	107	109
6	      0	0	0	812	0	0	0	0
7	      0	0	0	1532	0	0	0	0
8	      0	0	0	1594	0	0	0	0
9	      0	0	0	1408	0	0	0	0
10	      0	0	0	1675	0	0	0	0
11	      0	0	0	1521	0	0	0	0
12	      0	0	0	1549	0	0	0	0
13	      0	0	0	1538	0	0	0	0
14	      0	0	0	1476	0	0	0	0
15	      0	0	0	1622	0	0	0	0
16	      0	0	0	1429	0	0	0	0
17	      0	0	0	1589	0	0	0	0
18	      0	0	0	1671	0	0	0	0
19	      0	0	0	1478	0	0	0	0
20	      0	0	0	1584	0	0	0	0
21	      0	0	0	1262	0	0	0	0
22	      0	0	0	1164	0	0	0	0
23	      0	0	0	1330	0	0	0	0
24	      0	0	0	1553	0	0	0	0
25	      0	0	0	1609	0	0	0	0
26	      0	0	0	1882	0	0	0	0
27	      0	0	0	1856	0	0	0	0
28	      0	0	0	1608	0	0	0	0
29	      0	0	0	1470	0	0	0	0
30	      0	0	0	1584	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    611	20.3667	0	37796	66	138	579	655

DEBUG    ya.test:process.py:276 Command (pid 4154378) 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 4154379) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4154379) elapsed time (sec): 30.202454566955566
DEBUG    ya.test:process.py:263 Command (pid 4154379) wtime: 30.216
DEBUG    ya.test:process.py:275 Command (pid 4154379) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      1	1	0	0	823	823	823	823
2	      1	1	0	10	165	165	165	165
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	868	0	0	0	0
7	      0	0	0	1674	0	0	0	0
8	      0	0	0	1674	0	0	0	0
9	      0	0	0	1641	0	0	0	0
10	      0	0	0	1830	0	0	0	0
11	      0	0	0	1759	0	0	0	0
12	      0	0	0	1712	0	0	0	0
13	      0	0	0	1751	0	0	0	0
14	      0	0	0	1514	0	0	0	0
15	      0	0	0	1630	0	0	0	0
16	      0	0	0	1569	0	0	0	0
17	      0	0	0	1691	0	0	0	0
18	      0	0	0	1635	0	0	0	0
19	      0	0	0	1598	0	0	0	0
20	      0	0	0	1649	0	0	0	0
21	      0	0	0	1438	0	0	0	0
22	      0	0	0	1363	0	0	0	0
23	      0	0	0	1414	0	0	0	0
24	      0	0	0	1765	0	0	0	0
25	      0	0	0	1430	0	0	0	0
26	      0	0	0	1760	0	0	0	0
27	      0	0	0	1969	0	0	0	0
28	      0	0	0	1738	0	0	0	0
29	      0	0	0	1633	0	0	0	0
30	      0	0	0	1558	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      2	0.0666667	0	40303	165	823	823	823

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

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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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.connection:connection.py:549 Closing channel for endpoint localhost:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 31cfc7b6-04eb-4c68-801c-8780b94134ec, localhost:11787): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 31cfc7b6-04eb-4c68-801c-8780b94134ec, localhost:11787): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 31cfc7b6-04eb-4c68-801c-8780b94134ec, localhost:11787): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lzsm63elie.auto.internal" port: 11787 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-lzsm63elie.auto.internal:11787, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11787
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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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, dd4c6839-c97d-4d5e-833c-54da8deb201e, localhost:11787): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, dd4c6839-c97d-4d5e-833c-54da8deb201e, localhost:11787): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, dd4c6839-c97d-4d5e-833c-54da8deb201e, localhost:11787): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lzsm63elie.auto.internal" port: 11787 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-lzsm63elie.auto.internal:11787, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11787
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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, 01e465fe-49e2-42d4-aae4-6d41d44866b0, localhost:11787): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 01e465fe-49e2-42d4-aae4-6d41d44866b0, localhost:11787): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 01e465fe-49e2-42d4-aae4-6d41d44866b0, localhost:11787): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lzsm63elie.auto.internal" port: 11787 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-lzsm63elie.auto.internal:11787, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11787
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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:29198
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29198". 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 ===============================
338.22s call     test_log_scenario.py::TestLogScenario::test_log_uniform
28.13s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
15.27s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
7.14s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
5.07s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
4.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
4.47s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
4.35s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
4.04s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.63s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
3.53s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.39s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.35s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.28s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.issues.ConnectionLost: Couldn't find valid connection
ERROR test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/w2tv/0053ac/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/w2tv/0053ac/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-24T08:22:20.820366Z): source_id=335;tablet_id=72075186224037989;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 @ 0xA923BE5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA91C126
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7B2528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD799B6B
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F72748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F7249F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD774C7D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1439D68B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FE4687
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F39443
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F39443
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F36DF3
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F3A7B7
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143BB478
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF3F5E5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB755437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB7A2FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB7A7094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB7A6CA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB7A788E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA92583C
21. ??:0: ?? @ 0x7F2BAA615AC2
22. ??:0: ?? @ 0x7F2BAA6A78BF
============== 1 failed, 11 passed, 1 error in 428.13s (0:07:08) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w2tv/0053be/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 ===============================
4.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
4.47s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
4.47s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
4.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
4.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
4.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
3.97s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
3.97s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
3.97s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
3.79s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
3.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
3.55s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
1.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]

(22 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 51.24s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w2tv/0053b9/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 ===============================
4.58s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
4.47s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
4.24s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
4.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.13s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
4.11s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
3.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
3.92s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
3.89s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
3.79s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
3.76s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
1.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]

(20 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 47.21s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w2tv/0053a8/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 ===============================
112.31s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
91.23s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
85.18s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
79.10s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
74.16s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
72.00s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
8.40s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
4.39s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
3.84s setup    test_replace.py::TestReplace::test_copy_full
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
1.34s call     test_replace.py::TestReplace::test_copy_full
1.27s call     test_replace.py::TestReplace::test_copy_partial
1.24s call     test_replace.py::TestReplace::test_count
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 538.50s (0:08:58) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w2tv/0053a9/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 ===============================
3.87s setup    test_replace.py::TestReplace::test_incorrect
3.83s setup    test_update.py::TestUpdate::test_incorrect
3.80s setup    test_select.py::TestSelect::test_incorrect
0.86s call     test_replace.py::TestReplace::test_replace_total
0.83s call     test_select.py::TestSelect::test_json_query
0.80s call     test_replace.py::TestReplace::test_replace_rollback
0.75s call     test_update.py::TestUpdate::test_update_many_rows
0.68s call     test_update.py::TestUpdate::test_partial_update
0.68s call     test_replace.py::TestReplace::test_partial_replace
0.49s call     test_update.py::TestUpdate::test_update_pk
0.42s call     test_replace.py::TestReplace::test_replace_with_nulls
0.39s call     test_replace.py::TestReplace::test_incorrect
0.37s call     test_select.py::TestSelect::test_incorrect
0.37s call     test_update.py::TestUpdate::test_incorrect

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 19.16s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w2tv/0053b0/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 ===============================
301.72s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
56.10s call     zip_bomb.py::TestZipBomb::test
12.01s teardown zip_bomb.py::TestZipBomb::test
8.30s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.80s setup    test_upsert.py::TestUpsert::test_copy_full
3.52s setup    test_update.py::TestUpdate::test_update_rollback
3.12s setup    zip_bomb.py::TestZipBomb::test
3.04s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
1.00s call     test_upsert.py::TestUpsert::test_count
1.00s call     test_upsert.py::TestUpsert::test_copy_full
0.93s call     test_upsert.py::TestUpsert::test_copy_partial
0.92s call     test_update.py::TestUpdate::test_update_rollback
0.68s call     test_update.py::TestUpdate::test_update_single_column
0.61s call     test_update.py::TestUpdate::test_update_single_row
0.48s call     test_upsert.py::TestUpsert::test_partial_update
0.37s call     test_upsert.py::TestUpsert::test_insert_nulls
0.32s call     test_upsert.py::TestUpsert::test_incorrect

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