============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8uxn/002788/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=MzA5MjVmNjktYmIyOWM0ZTEtN2M5ZGJjYS0xYmQ4ZTQzZA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 68df0885-6c8b-4769-b067-c93e4e39eb49, ghrun-jiuhvntrce.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 68df0885-6c8b-4769-b067-c93e4e39eb49, ghrun-jiuhvntrce.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MzA5MjVmNjktYmIyOWM0ZTEtN2M5ZGJjYS0xYmQ4ZTQzZA==" 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, 68df0885-6c8b-4769-b067-c93e4e39eb49, ghrun-jiuhvntrce.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzA5MjVmNjktYmIyOWM0ZTEtN2M5ZGJjYS0xYmQ4ZTQzZA==
---------------------------- 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=MzA5MjVmNjktYmIyOWM0ZTEtN2M5ZGJjYS0xYmQ4ZTQzZA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 92b73783-ba10-4abf-9a58-93c1a59a8d75, ghrun-jiuhvntrce.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 92b73783-ba10-4abf-9a58-93c1a59a8d75, ghrun-jiuhvntrce.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MzA5MjVmNjktYmIyOWM0ZTEtN2M5ZGJjYS0xYmQ4ZTQzZA==" 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, 92b73783-ba10-4abf-9a58-93c1a59a8d75, ghrun-jiuhvntrce.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzA5MjVmNjktYmIyOWM0ZTEtN2M5ZGJjYS0xYmQ4ZTQzZA==
---------------------------- 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=MzA5MjVmNjktYmIyOWM0ZTEtN2M5ZGJjYS0xYmQ4ZTQzZA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 21c7a524-94b1-4a37-a986-196d8e92f844, ghrun-jiuhvntrce.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 21c7a524-94b1-4a37-a986-196d8e92f844, ghrun-jiuhvntrce.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MzA5MjVmNjktYmIyOWM0ZTEtN2M5ZGJjYS0xYmQ4ZTQzZA==" 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, 21c7a524-94b1-4a37-a986-196d8e92f844, ghrun-jiuhvntrce.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzA5MjVmNjktYmIyOWM0ZTEtN2M5ZGJjYS0xYmQ4ZTQzZA==
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
156.58s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
101.00s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
85.42s call     tablets_movement.py::TestTabletsMovement::test[ROW]
40.77s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
5.70s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
5.11s call     test_create.py::TestCreate::test_create_decimals
4.57s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
4.47s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.70s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.69s setup    test_create.py::TestCreate::test_create_all_opt_ints
0.59s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.58s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.47s call     test_create.py::TestCreate::test_create_all_opt_ints
0.40s call     test_create.py::TestCreate::test_create_all_req_ints
0.17s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.14s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.11s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.04s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_random

(14 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 414.97s (0:06:54) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8uxn/002782/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_create.py ....
test_cs_many_updates.py drop table: 17.5 ms
create table: 278.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.8
    "min_ms": 25.4
    "median_ms": 29.7
    "max_ms": 44.2
    "stdev_ms": 5.0
select count(*) after initial inserts: 86.0 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 47.6
    "min_ms": 38.6
    "median_ms": 45.2
    "max_ms": 279.9
    "stdev_ms": 12.9
select count(*) after all modifications: 2257.6 ms
select all: 2447.5 ms
delete from table: 2311.9 ms
select all after delete: 2501.7 ms
.drop table: 26.5 ms
create table: 318.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 27.0
    "min_ms": 19.3
    "median_ms": 29.6
    "max_ms": 30.8
    "stdev_ms": 4.5
select count(*) after initial inserts: 82.1 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 43.3
    "min_ms": 37.1
    "median_ms": 43.1
    "max_ms": 55.2
    "stdev_ms": 3.0
updates (step 1):
    "runs": 200
    "avg_ms": 153.3
    "min_ms": 101.3
    "median_ms": 148.4
    "max_ms": 363.6
    "stdev_ms": 32.8
upserts (step 2):
    "runs": 200
    "avg_ms": 26.5
    "min_ms": 19.8
    "median_ms": 25.0
    "max_ms": 49.7
    "stdev_ms": 4.8
select count(*) after all modifications: 302.2 ms
select all: 351.9 ms
delete from table: 410.3 ms
select all after delete: 321.9 ms
.drop table: 29.7 ms
create table: 468.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 34.0
    "min_ms": 28.8
    "median_ms": 33.6
    "max_ms": 40.8
    "stdev_ms": 4.6
select count(*) after initial inserts: 115.5 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 119.2
    "min_ms": 68.5
    "median_ms": 110.2
    "max_ms": 277.2
    "stdev_ms": 34.4
select count(*) after all modifications: 256.9 ms
select all: 214.3 ms
delete from table: 245.8 ms
select all after delete: 222.9 ms
.drop table: 25.1 ms
create table: 391.6 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.6
    "min_ms": 24.7
    "median_ms": 29.7
    "max_ms": 32.7
    "stdev_ms": 1.9
select count(*) after initial inserts: 78.6 ms
updates (step 0):
    "runs": 150
    "avg_ms": 90.2
    "min_ms": 72.1
    "median_ms": 90.6
    "max_ms": 110.2
    "stdev_ms": 7.7
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 62.8
    "min_ms": 55.6
    "median_ms": 61.9
    "max_ms": 79.4
    "stdev_ms": 5.2
select count(*) after all modifications: 354.9 ms
select all: 431.1 ms
delete from table: 338.0 ms
select all after delete: 336.8 ms
.drop table: 45.7 ms
create table: 502.9 ms
initial inserts:
    "runs": 20
    "avg_ms": 31.0
    "min_ms": 24.1
    "median_ms": 30.8
    "max_ms": 43.0
    "stdev_ms": 5.1
select count(*) after initial inserts: 99.7 ms
updates (step 0):
    "runs": 200
    "avg_ms": 131.7
    "min_ms": 89.2
    "median_ms": 127.4
    "max_ms": 286.0
    "stdev_ms": 27.1
upserts (step 1):
    "runs": 200
    "avg_ms": 27.8
    "min_ms": 21.4
    "median_ms": 26.6
    "max_ms": 49.0
    "stdev_ms": 5.1
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 93.3
    "min_ms": 78.9
    "median_ms": 90.3
    "max_ms": 154.1
    "stdev_ms": 11.8
select count(*) after all modifications: 717.5 ms
select all: 618.0 ms
delete from table: 1084.2 ms
select all after delete: 592.8 ms
.drop table: 48.4 ms
create table: 581.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 35.2
    "min_ms": 27.5
    "median_ms": 32.3
    "max_ms": 62.9
    "stdev_ms": 10.3
select count(*) after initial inserts: 150.6 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 26.7
    "min_ms": 20.1
    "median_ms": 25.6
    "max_ms": 48.9
    "stdev_ms": 4.1
select count(*) after all modifications: 371.2 ms
select all: 263.1 ms
delete from table: 338.7 ms
select all after delete: 269.2 ms
.Generated operation sequence:
  0. UPSERT: 10 operations
  1. UPSERT: 1 operations
  2. UPSERT: 15 operations
  3. UPDATE: 12 operations
  4. BULK_UPSERT: 1 operations
  5. UPSERT: 15 operations
  6. UPDATE: 19 operations
  7. BULK_UPSERT: 18 operations
  8. BULK_UPSERT: 14 operations
  9. UPSERT: 1 operations
drop table: 49.1 ms
create table: 445.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.6
    "min_ms": 29.6
    "median_ms": 30.4
    "max_ms": 32.3
    "stdev_ms": 1.0
select count(*) after initial inserts: 98.4 ms
upserts (step 0):
    "runs": 100
    "avg_ms": 23.7
    "min_ms": 20.1
    "median_ms": 23.5
    "max_ms": 35.9
    "stdev_ms": 2.6
upserts (step 1):
    "runs": 10
    "avg_ms": 26.4
    "min_ms": 23.7
    "median_ms": 25.6
    "max_ms": 31.7
    "stdev_ms": 2.4
upserts (step 2):
    "runs": 150
    "avg_ms": 26.4
    "min_ms": 20.2
    "median_ms": 25.3
    "max_ms": 43.6
    "stdev_ms": 4.1
updates (step 3):
    "runs": 120
    "avg_ms": 103.8
    "min_ms": 91.5
    "median_ms": 102.9
    "max_ms": 127.1
    "stdev_ms": 6.4
bulk_upserts (step 4): 48.8 ms
upserts (step 5):
    "runs": 150
    "avg_ms": 24.7
    "min_ms": 19.7
    "median_ms": 24.6
    "max_ms": 34.2
    "stdev_ms": 2.0
updates (step 6):
    "runs": 190
    "avg_ms": 133.2
    "min_ms": 109.5
    "median_ms": 128.7
    "max_ms": 229.7
    "stdev_ms": 17.0
bulk_upserts (step 7):
    "runs": 18
    "avg_ms": 54.7
    "min_ms": 46.2
    "median_ms": 50.2
    "max_ms": 103.4
    "stdev_ms": 13.4
bulk_upserts (step 8):
    "runs": 14
    "avg_ms": 52.2
    "min_ms": 48.3
    "median_ms": 51.9
    "max_ms": 61.7
    "stdev_ms": 3.8
upserts (step 9):
    "runs": 10
    "avg_ms": 24.3
    "min_ms": 22.4
    "median_ms": 24.3
    "max_ms": 25.8
    "stdev_ms": 1.3
select count(*) after all modifications: 260.9 ms
select all: 275.4 ms
delete from table: 299.6 ms
select all after delete: 275.0 ms
.
test_delete.py .

============================== slowest durations ===============================
121.07s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
52.10s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
45.52s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
42.38s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
34.01s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
29.05s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
22.22s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
7.38s setup    test_delete.py::TestDelete::test_delete_rollback
7.07s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
6.53s setup    test_create.py::TestCreate::test_create_real_opt
4.24s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
1.21s call     test_delete.py::TestDelete::test_delete_rollback
0.73s call     test_create.py::TestCreate::test_create_real_req
0.61s call     test_create.py::TestCreate::test_create_strings_opt
0.45s call     test_create.py::TestCreate::test_create_real_opt
0.04s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s setup    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]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 375.69s (0:06:15) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8uxn/002789/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 ===============================
5.30s setup    test_delete.py::TestDelete::test_delete_where[False-100]
0.99s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.83s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.70s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.67s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.61s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.61s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.58s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.58s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.55s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.51s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.50s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.45s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]

(23 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 13.87s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8uxn/002787/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 ===============================
6.43s setup    test_delete.py::TestDelete::test_incorrect
6.26s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
1.12s call     test_insert.py::TestInsertStatement::test_copy_partial
0.99s call     test_insert.py::TestInsertStatement::test_copy_full
0.64s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.56s call     test_insert.py::TestInsertStatement::test_duplicate
0.52s call     test_insert.py::TestInsertStatement::test_out_of_range
0.48s call     test_insert.py::TestInsertStatement::test_incorrect
0.47s call     test_insert.py::TestInsertStatement::test_plain
0.41s call     test_insert.py::TestInsertStatement::test_bulk
0.38s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.31s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.29s call     test_delete.py::TestDelete::test_incorrect
0.29s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]

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

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

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:702: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/8uxn/002786/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/8uxn/002786/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-19T08:45:11.910602Z): source_id=335;tablet_id=72075186224037979;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 @ 0xA777935
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA76FE76
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB605FC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E69DB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCB3F8
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCB14F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C1AED
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x1418522B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCBAF7
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1CE63
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1CE63
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D19C83
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D20737
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A3018
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA2B15
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5A8ED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F6A74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FAB34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FA740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FB32E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77958C
E   21. ??:0: ?? @ 0x7F3D56B21AC2
E   22. ??:0: ?? @ 0x7F3D56BB38BF
------------------------------ 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/8uxn/002786/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/8uxn/002786/ydb/apps/ydb/ydb -e grpc://localhost:17722 -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/8uxn/002786/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17722', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2227127
DEBUG    ya.test:process.py:259 Command (pid 2227127) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2227127) elapsed time (sec): 0.29216670989990234
DEBUG    ya.test:process.py:263 Command (pid 2227127) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) maxrss: 794104
DEBUG    ya.test:process.py:263 Command (pid 2227127) minflt: 3553
DEBUG    ya.test:process.py:263 Command (pid 2227127) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2227127) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) nvcsw: 206
DEBUG    ya.test:process.py:263 Command (pid 2227127) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2227127) stime: 0.035702
DEBUG    ya.test:process.py:263 Command (pid 2227127) utime: 0.031239
DEBUG    ya.test:process.py:263 Command (pid 2227127) wtime: 0.293
DEBUG    ya.test:process.py:275 Command (pid 2227127) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2227127) 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/8uxn/002786/ydb/apps/ydb/ydb -e grpc://localhost:17722 -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/8uxn/002786/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17722', '-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: 2227260
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 2227260) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2227260) elapsed time (sec): 30.181867122650146
DEBUG    ya.test:process.py:263 Command (pid 2227260) wtime: 30.183
DEBUG    ya.test:process.py:275 Command (pid 2227260) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    476	476	0	0	20	23	27	31
2	    485	485	0	0	20	22	25	32
3	    486	486	0	0	20	21	23	27
4	    481	481	0	0	20	24	28	32
5	    489	489	0	0	20	20	21	22
6	    487	487	0	0	20	20	22	25
7	    485	485	0	0	20	21	26	33
8	    458	458	0	0	20	31	34	43
9	    482	482	0	0	20	23	25	29
10	    484	484	0	0	20	23	25	27
11	    465	465	0	0	20	27	29	35
12	    460	460	0	0	20	27	32	43
13	    472	472	0	0	20	25	38	43
14	    424	424	0	0	20	35	41	47
15	    422	422	0	0	22	37	54	56
16	    467	467	0	0	20	29	33	39
17	    455	455	0	0	21	28	33	45
18	    420	420	0	0	22	37	42	46
19	    410	410	0	0	22	38	44	47
20	    416	416	0	0	22	36	53	56
21	    384	384	0	0	24	39	42	44
22	    404	404	0	0	23	39	47	52
23	    449	449	0	0	21	28	34	37
24	    429	429	0	0	22	32	39	42
25	    433	433	0	0	21	36	44	52
26	    408	408	0	0	23	35	42	49
27	    439	439	0	0	21	31	37	38
28	    459	459	0	0	21	28	35	39
29	    388	388	0	0	23	42	58	60
30	    435	435	0	0	21	36	54	62

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13452	448.4	0	0	20	31	41	62

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGU5ZmU2YTMtYzYyMWQyOC1jNTU2OTQ5Mi1kYzUzMzI5Mw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 016bc262-86a7-4885-9d8a-4e7f56456488, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 016bc262-86a7-4885-9d8a-4e7f56456488, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=OGU5ZmU2YTMtYzYyMWQyOC1jNTU2OTQ5Mi1kYzUzMzI5Mw==" 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, 016bc262-86a7-4885-9d8a-4e7f56456488, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGU5ZmU2YTMtYzYyMWQyOC1jNTU2OTQ5Mi1kYzUzMzI5Mw==
INFO     root:test_log_scenario.py:217 Count rows after insert 13226 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzIwZjA1Zi0xZWIwOGRkZS01NDViZTUzLTYxZmJiNDM0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f232f637-55a5-4562-824e-fb5e821eb791, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f232f637-55a5-4562-824e-fb5e821eb791, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=MzIwZjA1Zi0xZWIwOGRkZS01NDViZTUzLTYxZmJiNDM0" 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, f232f637-55a5-4562-824e-fb5e821eb791, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzIwZjA1Zi0xZWIwOGRkZS01NDViZTUzLTYxZmJiNDM0
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjhlYTdkOWEtN2FkNWE3ZmUtNjJlNWE3YWItZjJiYzhmYmE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f08c969d-11e5-418f-a43d-7d4a13b4772a, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f08c969d-11e5-418f-a43d-7d4a13b4772a, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=MjhlYTdkOWEtN2FkNWE3ZmUtNjJlNWE3YWItZjJiYzhmYmE=" 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, f08c969d-11e5-418f-a43d-7d4a13b4772a, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjhlYTdkOWEtN2FkNWE3ZmUtNjJlNWE3YWItZjJiYzhmYmE=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjMzNWI0ZjItNjZmNzg4NTAtZWE3NmM2Zi00ZTMzOThlYg==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/8uxn/002786/ydb/apps/ydb/ydb -e grpc://localhost:17722 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/8uxn/002786/ydb/apps/ydb/ydb -e grpc://localhost:17722 -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/8uxn/002786/ydb/apps/ydb/ydb -e grpc://localhost:17722 -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, 8d627f00-e841-4ead-b26b-970fc3976b38, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTFmMjU2MmUtZDQ4MWJjMmMtNTM2ZGYzNDEtOWIwMjdjMzI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8d627f00-e841-4ead-b26b-970fc3976b38, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=YjMzNWI0ZjItNjZmNzg4NTAtZWE3NmM2Zi00ZTMzOThlYg==" 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.connection:connection.py:421 RpcState(ExecuteQuery, bed65073-f502-4d95-a2e5-11e9038c7fb1, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmVjZDg4MGMtNDNiNTQ1YWMtODNhNmI1MmQtOTVhZmRkODE=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bed65073-f502-4d95-a2e5-11e9038c7fb1, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=NTFmMjU2MmUtZDQ4MWJjMmMtNTM2ZGYzNDEtOWIwMjdjMzI=" 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, 8d627f00-e841-4ead-b26b-970fc3976b38, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2da665a2-8a38-4dcd-b961-fe0a64127d79, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGY0OWFjYmItNGQ4ZGZlNTktOWE2MDhjZDUtOWNmY2NhMjU=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bed65073-f502-4d95-a2e5-11e9038c7fb1, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2da665a2-8a38-4dcd-b961-fe0a64127d79, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=NmVjZDg4MGMtNDNiNTQ1YWMtODNhNmI1MmQtOTVhZmRkODE=" 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, 9a92b660-5c51-49ca-9b06-37c00fd20abe, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2M2MGQwZmUtZGIwNmE1N2MtZDc2Y2U0OTctYzEyMDRjMzk=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9a92b660-5c51-49ca-9b06-37c00fd20abe, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=ZGY0OWFjYmItNGQ4ZGZlNTktOWE2MDhjZDUtOWNmY2NhMjU=" 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, 2da665a2-8a38-4dcd-b961-fe0a64127d79, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8760f42f-8e16-4c5d-976c-d0242d6afc5f, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTU5ZTlmNmMtYmIyOTM4ZWUtMzA1OTY1NzItNDA0NjAxMzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a4fc0ba5-f662-49d4-88af-a59d736f4f42, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9a92b660-5c51-49ca-9b06-37c00fd20abe, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/8uxn/002786/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17722', '-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:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/8uxn/002786/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17722', '-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:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a4fc0ba5-f662-49d4-88af-a59d736f4f42, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=MTU5ZTlmNmMtYmIyOTM4ZWUtMzA1OTY1NzItNDA0NjAxMzk=" 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=MThiNDc3MmYtZGFiZDA0MTctYzYwYWQ4NDQtZjdmNzkxZjA=
DEBUG    ya.test:process.py:628 Command pid: 2250541
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8760f42f-8e16-4c5d-976c-d0242d6afc5f, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=Y2M2MGQwZmUtZGIwNmE1N2MtZDc2Y2U0OTctYzEyMDRjMzk=" 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: 2250542
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 64fbb6e9-74e5-4ccc-a541-ddce66c186e5, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a4fc0ba5-f662-49d4-88af-a59d736f4f42, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGU5ZmU2YTMtYzYyMWQyOC1jNTU2OTQ5Mi1kYzUzMzI5Mw==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/8uxn/002786/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17722', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8760f42f-8e16-4c5d-976c-d0242d6afc5f, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 64fbb6e9-74e5-4ccc-a541-ddce66c186e5, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=MThiNDc3MmYtZGFiZDA0MTctYzYwYWQ4NDQtZjdmNzkxZjA=" 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, 64fbb6e9-74e5-4ccc-a541-ddce66c186e5, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 17c3bca4-8415-4010-b913-592fec094df0, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 17c3bca4-8415-4010-b913-592fec094df0, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=OGU5ZmU2YTMtYzYyMWQyOC1jNTU2OTQ5Mi1kYzUzMzI5Mw==" 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=MzIwZjA1Zi0xZWIwOGRkZS01NDViZTUzLTYxZmJiNDM0
DEBUG    ya.test:process.py:628 Command pid: 2250544
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bab21d4c-e051-45a1-8c3d-b88055186c68, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 17c3bca4-8415-4010-b913-592fec094df0, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjhlYTdkOWEtN2FkNWE3ZmUtNjJlNWE3YWItZjJiYzhmYmE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bab21d4c-e051-45a1-8c3d-b88055186c68, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=MzIwZjA1Zi0xZWIwOGRkZS01NDViZTUzLTYxZmJiNDM0" 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, 6e3c4913-c5cf-4394-b507-36fc6545af95, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6e3c4913-c5cf-4394-b507-36fc6545af95, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=MjhlYTdkOWEtN2FkNWE3ZmUtNjJlNWE3YWItZjJiYzhmYmE=" 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, bab21d4c-e051-45a1-8c3d-b88055186c68, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6e3c4913-c5cf-4394-b507-36fc6545af95, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 61fc5b63-0f4a-4d16-bfc1-8f584ccd47cf, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099537083+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-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 934d6b76-1c44-4e1a-b8f6-2b36ecdf9c89, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099556853+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3cf7f927-5289-4fe8-8b7a-21f2ce73e6c5, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099390431+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d4c73f74-bea7-471c-b705-32ef3d86712c, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099572675+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f2d072f6-fcf6-466b-8ee3-31cda7be1fbe, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T08:45:15.099587645+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 821ceac0-1ae3-4565-81d9-7c20ef72dee4, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099599778+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6c80a42b-ecbb-40b6-af86-e3d16761eb67, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099612467+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-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6f6a63e5-37de-4e59-9d21-56aad08bd6a1, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T08:45:15.099625465+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6bf8f8bc-38fd-41f8-ad24-5bd1dedd09ce, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T08:45:15.09964974+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f3c7cbe8-459d-40c0-9b78-d0d09ecddb82, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099662627+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-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2da665a2-8a38-4dcd-b961-fe0a64127d79, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099715928+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bed65073-f502-4d95-a2e5-11e9038c7fb1, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099691843+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8d627f00-e841-4ead-b26b-970fc3976b38, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099675587+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9a92b660-5c51-49ca-9b06-37c00fd20abe, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099729624+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a4fc0ba5-f662-49d4-88af-a59d736f4f42, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099741747+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8760f42f-8e16-4c5d-976c-d0242d6afc5f, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099761294+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6e3c4913-c5cf-4394-b507-36fc6545af95, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099818978+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-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 17c3bca4-8415-4010-b913-592fec094df0, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099789056+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-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 64fbb6e9-74e5-4ccc-a541-ddce66c186e5, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099774756+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:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bab21d4c-e051-45a1-8c3d-b88055186c68, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099801379+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8a488b9b-d9f6-414e-911f-c6ac57034f3e, localhost:6552): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8a488b9b-d9f6-414e-911f-c6ac57034f3e, localhost:6552): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8a488b9b-d9f6-414e-911f-c6ac57034f3e, localhost:6552): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jiuhvntrce.auto.internal" port: 6552 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-jiuhvntrce.auto.internal:6552, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6552
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 2250541) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2250541) elapsed time (sec): 30.242916584014893
DEBUG    ya.test:process.py:263 Command (pid 2250541) wtime: 30.247
DEBUG    ya.test:process.py:275 Command (pid 2250541) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     31	31	0	0	174	735	747	747
2	    122	122	0	0	80	110	118	120
3	     86	86	0	0	80	112	123	129
4	      0	0	0	1025	0	0	0	0
5	      0	0	0	2044	0	0	0	0
6	      0	0	0	1911	0	0	0	0
7	      0	0	0	1624	0	0	0	0
8	      0	0	0	1695	0	0	0	0
9	      0	0	0	1654	0	0	0	0
10	      0	0	0	1498	0	0	0	0
11	      0	0	0	1583	0	0	0	0
12	      0	0	0	1395	0	0	0	0
13	      0	0	0	1411	0	0	0	0
14	      0	0	0	1353	0	0	0	0
15	      0	0	0	1376	0	0	0	0
16	      0	0	0	1626	0	0	0	0
17	      0	0	0	859	0	0	0	0
18	      0	0	0	0	0	0	0	0
19	      0	0	0	0	0	0	0	0
20	      0	0	0	767	0	0	0	0
21	      0	0	0	1228	0	0	0	0
22	      0	0	0	1611	0	0	0	0
23	      0	0	0	1258	0	0	0	0
24	      0	0	0	1378	0	0	0	0
25	      0	0	0	1557	0	0	0	0
26	      0	0	0	2002	0	0	0	0
27	      0	0	0	1762	0	0	0	0
28	      0	0	0	1535	0	0	0	0
29	      0	0	0	1232	0	0	0	0
30	      0	0	0	996	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    239	7.96667	0	36380	81	243	735	747

DEBUG    ya.test:process.py:276 Command (pid 2250541) 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 2250542) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2250542) elapsed time (sec): 30.346962928771973
DEBUG    ya.test:process.py:263 Command (pid 2250542) wtime: 30.352
DEBUG    ya.test:process.py:275 Command (pid 2250542) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     49	49	0	0	139	579	583	583
2	    162	162	0	0	60	88	99	103
3	    111	111	0	0	59	95	109	111
4	      0	0	0	878	0	0	0	0
5	      0	0	0	1876	0	0	0	0
6	      0	0	0	1876	0	0	0	0
7	      0	0	0	1766	0	0	0	0
8	      0	0	0	1528	0	0	0	0
9	      0	0	0	1441	0	0	0	0
10	      0	0	0	1219	0	0	0	0
11	      0	0	0	1514	0	0	0	0
12	      0	0	0	1131	0	0	0	0
13	      0	0	0	1278	0	0	0	0
14	      0	0	0	1295	0	0	0	0
15	      0	0	0	1277	0	0	0	0
16	      0	0	0	1509	0	0	0	0
17	      0	0	0	1374	0	0	0	0
18	      0	0	0	1352	0	0	0	0
19	      0	0	0	1435	0	0	0	0
20	      0	0	0	1387	0	0	0	0
21	      0	0	0	987	0	0	0	0
22	      0	0	0	1370	0	0	0	0
23	      0	0	0	1200	0	0	0	0
24	      0	0	0	1582	0	0	0	0
25	      0	0	0	1412	0	0	0	0
26	      0	0	0	1825	0	0	0	0
27	      0	0	0	1404	0	0	0	0
28	      0	0	0	1348	0	0	0	0
29	      0	0	0	1039	0	0	0	0
30	      0	0	0	1024	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    322	10.7333	0	37327	61	153	579	583

DEBUG    ya.test:process.py:276 Command (pid 2250542) 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 2250544) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2250544) elapsed time (sec): 30.360213041305542
DEBUG    ya.test:process.py:263 Command (pid 2250544) wtime: 30.366
DEBUG    ya.test:process.py:275 Command (pid 2250544) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	1053	0	0	0	0
5	      0	0	0	1994	0	0	0	0
6	      0	0	0	1908	0	0	0	0
7	      0	0	0	1497	0	0	0	0
8	      0	0	0	1680	0	0	0	0
9	      0	0	0	1680	0	0	0	0
10	      0	0	0	1367	0	0	0	0
11	      0	0	0	1672	0	0	0	0
12	      0	0	0	1039	0	0	0	0
13	      0	0	0	1409	0	0	0	0
14	      0	0	0	1355	0	0	0	0
15	      0	0	0	1746	0	0	0	0
16	      0	0	0	1524	0	0	0	0
17	      0	0	0	1642	0	0	0	0
18	      0	0	0	1605	0	0	0	0
19	      0	0	0	1417	0	0	0	0
20	      0	0	0	1692	0	0	0	0
21	      0	0	0	1230	0	0	0	0
22	      0	0	0	1567	0	0	0	0
23	      0	0	0	1402	0	0	0	0
24	      0	0	0	1575	0	0	0	0
25	      0	0	0	1516	0	0	0	0
26	      0	0	0	1962	0	0	0	0
27	      0	0	0	1731	0	0	0	0
28	      0	0	0	1469	0	0	0	0
29	      0	0	0	988	0	0	0	0
30	      0	0	0	1054	0	0	0	0

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

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 0d971358-9b7f-4e23-a294-7302ca6a90ec, localhost:6552): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0d971358-9b7f-4e23-a294-7302ca6a90ec, localhost:6552): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0d971358-9b7f-4e23-a294-7302ca6a90ec, localhost:6552): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jiuhvntrce.auto.internal" port: 6552 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-jiuhvntrce.auto.internal:6552, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6552
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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, 428ed19c-87d2-4167-a05b-755758f48e5d, localhost:6552): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 428ed19c-87d2-4167-a05b-755758f48e5d, localhost:6552): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 428ed19c-87d2-4167-a05b-755758f48e5d, localhost:6552): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jiuhvntrce.auto.internal" port: 6552 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-jiuhvntrce.auto.internal:6552, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6552
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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, b3ee634b-2d96-4ff0-81a5-4dbb0b49c8b2, localhost:6552): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b3ee634b-2d96-4ff0-81a5-4dbb0b49c8b2, localhost:6552): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b3ee634b-2d96-4ff0-81a5-4dbb0b49c8b2, localhost:6552): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jiuhvntrce.auto.internal" port: 6552 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-jiuhvntrce.auto.internal:6552, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6552
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-jiuhvntrce'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/8uxn/002786/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.2192178' in '/home/runner/.ya/build/build_root/8uxn/002786/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_qundxe6h.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:17722/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28715
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15597
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14492
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17722
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62773
=================================== 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/8uxn/002786/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/8uxn/002786/ydb/apps/ydb/ydb -e grpc://localhost:17722 -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/8uxn/002786/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17722', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2227127
DEBUG    ya.test:process.py:259 Command (pid 2227127) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2227127) elapsed time (sec): 0.29216670989990234
DEBUG    ya.test:process.py:263 Command (pid 2227127) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) maxrss: 794104
DEBUG    ya.test:process.py:263 Command (pid 2227127) minflt: 3553
DEBUG    ya.test:process.py:263 Command (pid 2227127) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2227127) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2227127) nvcsw: 206
DEBUG    ya.test:process.py:263 Command (pid 2227127) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2227127) stime: 0.035702
DEBUG    ya.test:process.py:263 Command (pid 2227127) utime: 0.031239
DEBUG    ya.test:process.py:263 Command (pid 2227127) wtime: 0.293
DEBUG    ya.test:process.py:275 Command (pid 2227127) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2227127) 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/8uxn/002786/ydb/apps/ydb/ydb -e grpc://localhost:17722 -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/8uxn/002786/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17722', '-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: 2227260
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 2227260) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2227260) elapsed time (sec): 30.181867122650146
DEBUG    ya.test:process.py:263 Command (pid 2227260) wtime: 30.183
DEBUG    ya.test:process.py:275 Command (pid 2227260) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    476	476	0	0	20	23	27	31
2	    485	485	0	0	20	22	25	32
3	    486	486	0	0	20	21	23	27
4	    481	481	0	0	20	24	28	32
5	    489	489	0	0	20	20	21	22
6	    487	487	0	0	20	20	22	25
7	    485	485	0	0	20	21	26	33
8	    458	458	0	0	20	31	34	43
9	    482	482	0	0	20	23	25	29
10	    484	484	0	0	20	23	25	27
11	    465	465	0	0	20	27	29	35
12	    460	460	0	0	20	27	32	43
13	    472	472	0	0	20	25	38	43
14	    424	424	0	0	20	35	41	47
15	    422	422	0	0	22	37	54	56
16	    467	467	0	0	20	29	33	39
17	    455	455	0	0	21	28	33	45
18	    420	420	0	0	22	37	42	46
19	    410	410	0	0	22	38	44	47
20	    416	416	0	0	22	36	53	56
21	    384	384	0	0	24	39	42	44
22	    404	404	0	0	23	39	47	52
23	    449	449	0	0	21	28	34	37
24	    429	429	0	0	22	32	39	42
25	    433	433	0	0	21	36	44	52
26	    408	408	0	0	23	35	42	49
27	    439	439	0	0	21	31	37	38
28	    459	459	0	0	21	28	35	39
29	    388	388	0	0	23	42	58	60
30	    435	435	0	0	21	36	54	62

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13452	448.4	0	0	20	31	41	62

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGU5ZmU2YTMtYzYyMWQyOC1jNTU2OTQ5Mi1kYzUzMzI5Mw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 016bc262-86a7-4885-9d8a-4e7f56456488, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 016bc262-86a7-4885-9d8a-4e7f56456488, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=OGU5ZmU2YTMtYzYyMWQyOC1jNTU2OTQ5Mi1kYzUzMzI5Mw==" 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, 016bc262-86a7-4885-9d8a-4e7f56456488, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGU5ZmU2YTMtYzYyMWQyOC1jNTU2OTQ5Mi1kYzUzMzI5Mw==
INFO     root:test_log_scenario.py:217 Count rows after insert 13226 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzIwZjA1Zi0xZWIwOGRkZS01NDViZTUzLTYxZmJiNDM0
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f232f637-55a5-4562-824e-fb5e821eb791, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f232f637-55a5-4562-824e-fb5e821eb791, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=MzIwZjA1Zi0xZWIwOGRkZS01NDViZTUzLTYxZmJiNDM0" 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, f232f637-55a5-4562-824e-fb5e821eb791, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzIwZjA1Zi0xZWIwOGRkZS01NDViZTUzLTYxZmJiNDM0
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjhlYTdkOWEtN2FkNWE3ZmUtNjJlNWE3YWItZjJiYzhmYmE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f08c969d-11e5-418f-a43d-7d4a13b4772a, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f08c969d-11e5-418f-a43d-7d4a13b4772a, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=MjhlYTdkOWEtN2FkNWE3ZmUtNjJlNWE3YWItZjJiYzhmYmE=" 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, f08c969d-11e5-418f-a43d-7d4a13b4772a, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MjhlYTdkOWEtN2FkNWE3ZmUtNjJlNWE3YWItZjJiYzhmYmE=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjMzNWI0ZjItNjZmNzg4NTAtZWE3NmM2Zi00ZTMzOThlYg==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/8uxn/002786/ydb/apps/ydb/ydb -e grpc://localhost:17722 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/8uxn/002786/ydb/apps/ydb/ydb -e grpc://localhost:17722 -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/8uxn/002786/ydb/apps/ydb/ydb -e grpc://localhost:17722 -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, 8d627f00-e841-4ead-b26b-970fc3976b38, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTFmMjU2MmUtZDQ4MWJjMmMtNTM2ZGYzNDEtOWIwMjdjMzI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8d627f00-e841-4ead-b26b-970fc3976b38, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=YjMzNWI0ZjItNjZmNzg4NTAtZWE3NmM2Zi00ZTMzOThlYg==" 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.connection:connection.py:421 RpcState(ExecuteQuery, bed65073-f502-4d95-a2e5-11e9038c7fb1, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmVjZDg4MGMtNDNiNTQ1YWMtODNhNmI1MmQtOTVhZmRkODE=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bed65073-f502-4d95-a2e5-11e9038c7fb1, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=NTFmMjU2MmUtZDQ4MWJjMmMtNTM2ZGYzNDEtOWIwMjdjMzI=" 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, 8d627f00-e841-4ead-b26b-970fc3976b38, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2da665a2-8a38-4dcd-b961-fe0a64127d79, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGY0OWFjYmItNGQ4ZGZlNTktOWE2MDhjZDUtOWNmY2NhMjU=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bed65073-f502-4d95-a2e5-11e9038c7fb1, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2da665a2-8a38-4dcd-b961-fe0a64127d79, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=NmVjZDg4MGMtNDNiNTQ1YWMtODNhNmI1MmQtOTVhZmRkODE=" 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, 9a92b660-5c51-49ca-9b06-37c00fd20abe, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2M2MGQwZmUtZGIwNmE1N2MtZDc2Y2U0OTctYzEyMDRjMzk=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9a92b660-5c51-49ca-9b06-37c00fd20abe, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=ZGY0OWFjYmItNGQ4ZGZlNTktOWE2MDhjZDUtOWNmY2NhMjU=" 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, 2da665a2-8a38-4dcd-b961-fe0a64127d79, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8760f42f-8e16-4c5d-976c-d0242d6afc5f, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTU5ZTlmNmMtYmIyOTM4ZWUtMzA1OTY1NzItNDA0NjAxMzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a4fc0ba5-f662-49d4-88af-a59d736f4f42, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9a92b660-5c51-49ca-9b06-37c00fd20abe, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/8uxn/002786/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17722', '-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:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/8uxn/002786/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17722', '-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:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a4fc0ba5-f662-49d4-88af-a59d736f4f42, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=MTU5ZTlmNmMtYmIyOTM4ZWUtMzA1OTY1NzItNDA0NjAxMzk=" 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=MThiNDc3MmYtZGFiZDA0MTctYzYwYWQ4NDQtZjdmNzkxZjA=
DEBUG    ya.test:process.py:628 Command pid: 2250541
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8760f42f-8e16-4c5d-976c-d0242d6afc5f, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=Y2M2MGQwZmUtZGIwNmE1N2MtZDc2Y2U0OTctYzEyMDRjMzk=" 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: 2250542
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 64fbb6e9-74e5-4ccc-a541-ddce66c186e5, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a4fc0ba5-f662-49d4-88af-a59d736f4f42, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGU5ZmU2YTMtYzYyMWQyOC1jNTU2OTQ5Mi1kYzUzMzI5Mw==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/8uxn/002786/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17722', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8760f42f-8e16-4c5d-976c-d0242d6afc5f, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 64fbb6e9-74e5-4ccc-a541-ddce66c186e5, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=MThiNDc3MmYtZGFiZDA0MTctYzYwYWQ4NDQtZjdmNzkxZjA=" 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, 64fbb6e9-74e5-4ccc-a541-ddce66c186e5, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 17c3bca4-8415-4010-b913-592fec094df0, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 17c3bca4-8415-4010-b913-592fec094df0, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=OGU5ZmU2YTMtYzYyMWQyOC1jNTU2OTQ5Mi1kYzUzMzI5Mw==" 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=MzIwZjA1Zi0xZWIwOGRkZS01NDViZTUzLTYxZmJiNDM0
DEBUG    ya.test:process.py:628 Command pid: 2250544
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bab21d4c-e051-45a1-8c3d-b88055186c68, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 17c3bca4-8415-4010-b913-592fec094df0, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjhlYTdkOWEtN2FkNWE3ZmUtNjJlNWE3YWItZjJiYzhmYmE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bab21d4c-e051-45a1-8c3d-b88055186c68, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=MzIwZjA1Zi0xZWIwOGRkZS01NDViZTUzLTYxZmJiNDM0" 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, 6e3c4913-c5cf-4394-b507-36fc6545af95, ghrun-jiuhvntrce.auto.internal:17722): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6e3c4913-c5cf-4394-b507-36fc6545af95, ghrun-jiuhvntrce.auto.internal:17722): request = { session_id: "ydb://session/3?node_id=1&id=MjhlYTdkOWEtN2FkNWE3ZmUtNjJlNWE3YWItZjJiYzhmYmE=" 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, bab21d4c-e051-45a1-8c3d-b88055186c68, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6e3c4913-c5cf-4394-b507-36fc6545af95, ghrun-jiuhvntrce.auto.internal:17722): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 61fc5b63-0f4a-4d16-bfc1-8f584ccd47cf, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099537083+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-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 934d6b76-1c44-4e1a-b8f6-2b36ecdf9c89, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099556853+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3cf7f927-5289-4fe8-8b7a-21f2ce73e6c5, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099390431+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d4c73f74-bea7-471c-b705-32ef3d86712c, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099572675+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f2d072f6-fcf6-466b-8ee3-31cda7be1fbe, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T08:45:15.099587645+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 821ceac0-1ae3-4565-81d9-7c20ef72dee4, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099599778+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6c80a42b-ecbb-40b6-af86-e3d16761eb67, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099612467+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-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6f6a63e5-37de-4e59-9d21-56aad08bd6a1, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T08:45:15.099625465+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6bf8f8bc-38fd-41f8-ad24-5bd1dedd09ce, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T08:45:15.09964974+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f3c7cbe8-459d-40c0-9b78-d0d09ecddb82, ghrun-jiuhvntrce.auto.internal:17722): 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:17722 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-19T08:45:15.099662627+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-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2da665a2-8a38-4dcd-b961-fe0a64127d79, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099715928+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bed65073-f502-4d95-a2e5-11e9038c7fb1, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099691843+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8d627f00-e841-4ead-b26b-970fc3976b38, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099675587+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9a92b660-5c51-49ca-9b06-37c00fd20abe, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099729624+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a4fc0ba5-f662-49d4-88af-a59d736f4f42, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099741747+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8760f42f-8e16-4c5d-976c-d0242d6afc5f, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099761294+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6e3c4913-c5cf-4394-b507-36fc6545af95, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099818978+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-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 17c3bca4-8415-4010-b913-592fec094df0, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099789056+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-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 64fbb6e9-74e5-4ccc-a541-ddce66c186e5, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099774756+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:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bab21d4c-e051-45a1-8c3d-b88055186c68, ghrun-jiuhvntrce.auto.internal:17722): 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-19T08:45:15.099801379+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jiuhvntrce.auto.internal:17722
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8a488b9b-d9f6-414e-911f-c6ac57034f3e, localhost:6552): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8a488b9b-d9f6-414e-911f-c6ac57034f3e, localhost:6552): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8a488b9b-d9f6-414e-911f-c6ac57034f3e, localhost:6552): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jiuhvntrce.auto.internal" port: 6552 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-jiuhvntrce.auto.internal:6552, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6552
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 2250541) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2250541) elapsed time (sec): 30.242916584014893
DEBUG    ya.test:process.py:263 Command (pid 2250541) wtime: 30.247
DEBUG    ya.test:process.py:275 Command (pid 2250541) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     31	31	0	0	174	735	747	747
2	    122	122	0	0	80	110	118	120
3	     86	86	0	0	80	112	123	129
4	      0	0	0	1025	0	0	0	0
5	      0	0	0	2044	0	0	0	0
6	      0	0	0	1911	0	0	0	0
7	      0	0	0	1624	0	0	0	0
8	      0	0	0	1695	0	0	0	0
9	      0	0	0	1654	0	0	0	0
10	      0	0	0	1498	0	0	0	0
11	      0	0	0	1583	0	0	0	0
12	      0	0	0	1395	0	0	0	0
13	      0	0	0	1411	0	0	0	0
14	      0	0	0	1353	0	0	0	0
15	      0	0	0	1376	0	0	0	0
16	      0	0	0	1626	0	0	0	0
17	      0	0	0	859	0	0	0	0
18	      0	0	0	0	0	0	0	0
19	      0	0	0	0	0	0	0	0
20	      0	0	0	767	0	0	0	0
21	      0	0	0	1228	0	0	0	0
22	      0	0	0	1611	0	0	0	0
23	      0	0	0	1258	0	0	0	0
24	      0	0	0	1378	0	0	0	0
25	      0	0	0	1557	0	0	0	0
26	      0	0	0	2002	0	0	0	0
27	      0	0	0	1762	0	0	0	0
28	      0	0	0	1535	0	0	0	0
29	      0	0	0	1232	0	0	0	0
30	      0	0	0	996	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    239	7.96667	0	36380	81	243	735	747

DEBUG    ya.test:process.py:276 Command (pid 2250541) 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 2250542) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2250542) elapsed time (sec): 30.346962928771973
DEBUG    ya.test:process.py:263 Command (pid 2250542) wtime: 30.352
DEBUG    ya.test:process.py:275 Command (pid 2250542) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     49	49	0	0	139	579	583	583
2	    162	162	0	0	60	88	99	103
3	    111	111	0	0	59	95	109	111
4	      0	0	0	878	0	0	0	0
5	      0	0	0	1876	0	0	0	0
6	      0	0	0	1876	0	0	0	0
7	      0	0	0	1766	0	0	0	0
8	      0	0	0	1528	0	0	0	0
9	      0	0	0	1441	0	0	0	0
10	      0	0	0	1219	0	0	0	0
11	      0	0	0	1514	0	0	0	0
12	      0	0	0	1131	0	0	0	0
13	      0	0	0	1278	0	0	0	0
14	      0	0	0	1295	0	0	0	0
15	      0	0	0	1277	0	0	0	0
16	      0	0	0	1509	0	0	0	0
17	      0	0	0	1374	0	0	0	0
18	      0	0	0	1352	0	0	0	0
19	      0	0	0	1435	0	0	0	0
20	      0	0	0	1387	0	0	0	0
21	      0	0	0	987	0	0	0	0
22	      0	0	0	1370	0	0	0	0
23	      0	0	0	1200	0	0	0	0
24	      0	0	0	1582	0	0	0	0
25	      0	0	0	1412	0	0	0	0
26	      0	0	0	1825	0	0	0	0
27	      0	0	0	1404	0	0	0	0
28	      0	0	0	1348	0	0	0	0
29	      0	0	0	1039	0	0	0	0
30	      0	0	0	1024	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    322	10.7333	0	37327	61	153	579	583

DEBUG    ya.test:process.py:276 Command (pid 2250542) 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 2250544) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2250544) elapsed time (sec): 30.360213041305542
DEBUG    ya.test:process.py:263 Command (pid 2250544) wtime: 30.366
DEBUG    ya.test:process.py:275 Command (pid 2250544) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	1053	0	0	0	0
5	      0	0	0	1994	0	0	0	0
6	      0	0	0	1908	0	0	0	0
7	      0	0	0	1497	0	0	0	0
8	      0	0	0	1680	0	0	0	0
9	      0	0	0	1680	0	0	0	0
10	      0	0	0	1367	0	0	0	0
11	      0	0	0	1672	0	0	0	0
12	      0	0	0	1039	0	0	0	0
13	      0	0	0	1409	0	0	0	0
14	      0	0	0	1355	0	0	0	0
15	      0	0	0	1746	0	0	0	0
16	      0	0	0	1524	0	0	0	0
17	      0	0	0	1642	0	0	0	0
18	      0	0	0	1605	0	0	0	0
19	      0	0	0	1417	0	0	0	0
20	      0	0	0	1692	0	0	0	0
21	      0	0	0	1230	0	0	0	0
22	      0	0	0	1567	0	0	0	0
23	      0	0	0	1402	0	0	0	0
24	      0	0	0	1575	0	0	0	0
25	      0	0	0	1516	0	0	0	0
26	      0	0	0	1962	0	0	0	0
27	      0	0	0	1731	0	0	0	0
28	      0	0	0	1469	0	0	0	0
29	      0	0	0	988	0	0	0	0
30	      0	0	0	1054	0	0	0	0

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

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 0d971358-9b7f-4e23-a294-7302ca6a90ec, localhost:6552): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0d971358-9b7f-4e23-a294-7302ca6a90ec, localhost:6552): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0d971358-9b7f-4e23-a294-7302ca6a90ec, localhost:6552): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jiuhvntrce.auto.internal" port: 6552 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-jiuhvntrce.auto.internal:6552, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6552
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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, 428ed19c-87d2-4167-a05b-755758f48e5d, localhost:6552): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 428ed19c-87d2-4167-a05b-755758f48e5d, localhost:6552): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 428ed19c-87d2-4167-a05b-755758f48e5d, localhost:6552): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jiuhvntrce.auto.internal" port: 6552 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-jiuhvntrce.auto.internal:6552, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6552
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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, b3ee634b-2d96-4ff0-81a5-4dbb0b49c8b2, localhost:6552): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b3ee634b-2d96-4ff0-81a5-4dbb0b49c8b2, localhost:6552): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b3ee634b-2d96-4ff0-81a5-4dbb0b49c8b2, localhost:6552): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jiuhvntrce.auto.internal" port: 6552 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-jiuhvntrce.auto.internal:6552, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6552
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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:17722
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17722". 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 ===============================
334.54s call     test_log_scenario.py::TestLogScenario::test_log_uniform
21.59s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
13.41s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
9.53s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
9.13s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
6.78s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
5.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
4.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
4.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
4.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
4.11s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
3.85s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
1.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.45s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.37s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.29s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.02s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]

(18 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/8uxn/002786/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/8uxn/002786/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-19T08:45:11.910602Z): source_id=335;tablet_id=72075186224037979;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 @ 0xA777935
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA76FE76
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB605FC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E69DB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCB3F8
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCB14F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C1AED
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x1418522B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCBAF7
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1CE63
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1CE63
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D19C83
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D20737
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A3018
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA2B15
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5A8ED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F6A74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FAB34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FA740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FB32E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77958C
21. ??:0: ?? @ 0x7F3D56B21AC2
22. ??:0: ?? @ 0x7F3D56BB38BF
============== 1 failed, 11 passed, 1 error in 424.61s (0:07:04) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8uxn/002783/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
9.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
7.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
7.13s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
6.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
6.91s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
5.47s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
4.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
4.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
4.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
4.26s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
4.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
3.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]

(23 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 73.82s (0:01:13) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8uxn/00278d/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 ===============================
8.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
7.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
6.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
6.64s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
5.50s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
4.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.62s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
4.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
4.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
4.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
3.77s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
1.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 62.43s (0:01:02) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8uxn/00278a/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 ===============================
123.26s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
99.94s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
99.01s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
94.89s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
76.81s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
74.82s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
7.78s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
6.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
3.99s setup    test_replace.py::TestReplace::test_copy_full
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
1.40s call     test_replace.py::TestReplace::test_copy_full
1.24s call     test_replace.py::TestReplace::test_count
1.20s call     test_replace.py::TestReplace::test_copy_partial
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 595.22s (0:09:55) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8uxn/002785/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 ===============================
6.49s setup    test_replace.py::TestReplace::test_incorrect
5.11s setup    test_update.py::TestUpdate::test_incorrect
4.25s setup    test_select.py::TestSelect::test_incorrect
0.73s call     test_replace.py::TestReplace::test_replace_total
0.68s call     test_update.py::TestUpdate::test_update_many_rows
0.67s call     test_update.py::TestUpdate::test_partial_update
0.67s call     test_select.py::TestSelect::test_json_query
0.63s call     test_replace.py::TestReplace::test_replace_rollback
0.54s call     test_replace.py::TestReplace::test_partial_replace
0.42s call     test_update.py::TestUpdate::test_update_pk
0.38s call     test_replace.py::TestReplace::test_replace_with_nulls
0.35s call     test_update.py::TestUpdate::test_incorrect
0.32s call     test_select.py::TestSelect::test_incorrect
0.30s call     test_replace.py::TestReplace::test_incorrect

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 22.46s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8uxn/002784/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 ===============================
374.99s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
44.02s call     zip_bomb.py::TestZipBomb::test
13.62s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
8.09s setup    test_update.py::TestUpdate::test_update_rollback
6.70s setup    test_upsert.py::TestUpsert::test_copy_full
3.57s setup    zip_bomb.py::TestZipBomb::test
3.05s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
1.28s call     test_upsert.py::TestUpsert::test_copy_partial
1.13s call     test_upsert.py::TestUpsert::test_copy_full
1.05s call     test_upsert.py::TestUpsert::test_count
0.96s call     test_update.py::TestUpdate::test_update_rollback
0.72s call     test_update.py::TestUpdate::test_update_single_column
0.56s call     test_update.py::TestUpdate::test_update_single_row
0.49s call     test_upsert.py::TestUpsert::test_partial_update
0.34s call     test_upsert.py::TestUpsert::test_insert_nulls
0.30s call     test_upsert.py::TestUpsert::test_incorrect

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