============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ufnr/004b92/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=Y2RlZGVmYjQtY2Q0N2QxY2QtOWM2NGU5ZWItY2FkNThlYWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 002be4a5-ae3e-4dcf-b633-59c28b3ac3a1, ghrun-qy73lhidqu.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 002be4a5-ae3e-4dcf-b633-59c28b3ac3a1, ghrun-qy73lhidqu.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=Y2RlZGVmYjQtY2Q0N2QxY2QtOWM2NGU5ZWItY2FkNThlYWI=" 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, 002be4a5-ae3e-4dcf-b633-59c28b3ac3a1, ghrun-qy73lhidqu.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2RlZGVmYjQtY2Q0N2QxY2QtOWM2NGU5ZWItY2FkNThlYWI=
---------------------------- 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=Y2RlZGVmYjQtY2Q0N2QxY2QtOWM2NGU5ZWItY2FkNThlYWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8c5e60f4-f7e9-4969-a574-fd57a9c992b2, ghrun-qy73lhidqu.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8c5e60f4-f7e9-4969-a574-fd57a9c992b2, ghrun-qy73lhidqu.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=Y2RlZGVmYjQtY2Q0N2QxY2QtOWM2NGU5ZWItY2FkNThlYWI=" 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, 8c5e60f4-f7e9-4969-a574-fd57a9c992b2, ghrun-qy73lhidqu.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2RlZGVmYjQtY2Q0N2QxY2QtOWM2NGU5ZWItY2FkNThlYWI=
---------------------------- 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=Y2RlZGVmYjQtY2Q0N2QxY2QtOWM2NGU5ZWItY2FkNThlYWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 744dadaa-09dc-4683-b93d-ae532afe0d2a, ghrun-qy73lhidqu.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 744dadaa-09dc-4683-b93d-ae532afe0d2a, ghrun-qy73lhidqu.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=Y2RlZGVmYjQtY2Q0N2QxY2QtOWM2NGU5ZWItY2FkNThlYWI=" 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, 744dadaa-09dc-4683-b93d-ae532afe0d2a, ghrun-qy73lhidqu.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2RlZGVmYjQtY2Q0N2QxY2QtOWM2NGU5ZWItY2FkNThlYWI=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
245.54s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
97.28s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
86.33s call     tablets_movement.py::TestTabletsMovement::test[ROW]
56.23s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
8.51s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
5.60s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
4.37s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.80s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.23s call     test_create.py::TestCreate::test_create_decimals
2.98s setup    test_create.py::TestCreate::test_create_all_opt_ints
0.61s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.47s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.46s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.35s call     test_create.py::TestCreate::test_create_all_opt_ints
0.32s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.31s call     test_create.py::TestCreate::test_create_all_req_ints
0.17s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.04s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.02s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion

(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 518.28s (0:08:38) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ufnr/004bc4/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: 13.8 ms
create table: 249.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 26.6
    "min_ms": 19.7
    "median_ms": 29.4
    "max_ms": 41.9
    "stdev_ms": 7.0
select count(*) after initial inserts: 70.5 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 49.7
    "min_ms": 36.9
    "median_ms": 47.6
    "max_ms": 93.5
    "stdev_ms": 8.3
select count(*) after all modifications: 2838.4 ms
select all: 3738.8 ms
delete from table: 3323.0 ms
select all after delete: 3357.6 ms
.drop table: 47.3 ms
create table: 595.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 33.5
    "min_ms": 25.6
    "median_ms": 33.5
    "max_ms": 43.9
    "stdev_ms": 6.1
select count(*) after initial inserts: 107.6 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 65.0
    "min_ms": 45.7
    "median_ms": 60.8
    "max_ms": 133.7
    "stdev_ms": 15.1
updates (step 1):
    "runs": 200
    "avg_ms": 226.4
    "min_ms": 160.2
    "median_ms": 220.4
    "max_ms": 478.9
    "stdev_ms": 43.6
upserts (step 2):
    "runs": 200
    "avg_ms": 43.9
    "min_ms": 23.8
    "median_ms": 40.2
    "max_ms": 166.8
    "stdev_ms": 16.5
select count(*) after all modifications: 414.8 ms
select all: 406.5 ms
delete from table: 495.5 ms
select all after delete: 511.9 ms
.drop table: 95.8 ms
create table: 850.6 ms
initial inserts:
    "runs": 10
    "avg_ms": 40.5
    "min_ms": 25.3
    "median_ms": 40.8
    "max_ms": 76.6
    "stdev_ms": 14.9
select count(*) after initial inserts: 125.5 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 184.3
    "min_ms": 107.2
    "median_ms": 179.9
    "max_ms": 462.9
    "stdev_ms": 40.2
select count(*) after all modifications: 285.6 ms
select all: 274.9 ms
delete from table: 298.1 ms
select all after delete: 220.7 ms
.drop table: 27.5 ms
create table: 448.2 ms
initial inserts:
    "runs": 15
    "avg_ms": 31.0
    "min_ms": 27.1
    "median_ms": 29.5
    "max_ms": 47.9
    "stdev_ms": 5.3
select count(*) after initial inserts: 88.6 ms
updates (step 0):
    "runs": 150
    "avg_ms": 118.3
    "min_ms": 90.9
    "median_ms": 114.7
    "max_ms": 208.1
    "stdev_ms": 19.0
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 66.5
    "min_ms": 58.4
    "median_ms": 65.2
    "max_ms": 94.8
    "stdev_ms": 6.1
select count(*) after all modifications: 348.3 ms
select all: 325.1 ms
delete from table: 368.9 ms
select all after delete: 289.3 ms
.drop table: 23.9 ms
create table: 361.9 ms
initial inserts:
    "runs": 20
    "avg_ms": 30.4
    "min_ms": 26.2
    "median_ms": 29.9
    "max_ms": 36.7
    "stdev_ms": 2.4
select count(*) after initial inserts: 92.7 ms
updates (step 0):
    "runs": 200
    "avg_ms": 101.7
    "min_ms": 80.2
    "median_ms": 100.3
    "max_ms": 157.2
    "stdev_ms": 10.5
upserts (step 1):
    "runs": 200
    "avg_ms": 26.4
    "min_ms": 19.5
    "median_ms": 24.9
    "max_ms": 64.4
    "stdev_ms": 5.8
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 95.6
    "min_ms": 71.5
    "median_ms": 85.6
    "max_ms": 267.4
    "stdev_ms": 28.0
select count(*) after all modifications: 564.0 ms
select all: 475.3 ms
delete from table: 543.6 ms
select all after delete: 561.3 ms
.drop table: 35.5 ms
create table: 551.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 31.7
    "min_ms": 26.8
    "median_ms": 31.8
    "max_ms": 36.0
    "stdev_ms": 3.2
select count(*) after initial inserts: 119.2 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 29.8
    "min_ms": 20.5
    "median_ms": 27.3
    "max_ms": 75.7
    "stdev_ms": 7.5
select count(*) after all modifications: 308.1 ms
select all: 254.1 ms
delete from table: 300.6 ms
select all after delete: 220.3 ms
.Generated operation sequence:
  0. UPDATE: 6 operations
  1. UPSERT: 12 operations
  2. UPSERT: 11 operations
  3. BULK_UPSERT: 9 operations
  4. UPDATE: 5 operations
  5. BULK_UPSERT: 8 operations
  6. BULK_UPSERT: 6 operations
  7. UPDATE: 15 operations
  8. BULK_UPSERT: 12 operations
  9. BULK_UPSERT: 13 operations
drop table: 33.1 ms
create table: 418.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 28.9
    "min_ms": 24.3
    "median_ms": 29.4
    "max_ms": 31.2
    "stdev_ms": 2.2
select count(*) after initial inserts: 93.1 ms
updates (step 0):
    "runs": 60
    "avg_ms": 120.6
    "min_ms": 84.9
    "median_ms": 118.2
    "max_ms": 177.3
    "stdev_ms": 19.1
upserts (step 1):
    "runs": 120
    "avg_ms": 29.8
    "min_ms": 22.4
    "median_ms": 27.9
    "max_ms": 54.8
    "stdev_ms": 6.0
upserts (step 2):
    "runs": 110
    "avg_ms": 29.5
    "min_ms": 23.3
    "median_ms": 27.5
    "max_ms": 54.0
    "stdev_ms": 5.6
bulk_upserts (step 3):
    "runs": 9
    "avg_ms": 53.3
    "min_ms": 48.4
    "median_ms": 53.9
    "max_ms": 57.5
    "stdev_ms": 2.6
updates (step 4):
    "runs": 50
    "avg_ms": 113.5
    "min_ms": 100.1
    "median_ms": 112.3
    "max_ms": 150.4
    "stdev_ms": 9.9
bulk_upserts (step 5):
    "runs": 8
    "avg_ms": 50.4
    "min_ms": 47.0
    "median_ms": 51.3
    "max_ms": 52.0
    "stdev_ms": 1.6
bulk_upserts (step 6):
    "runs": 6
    "avg_ms": 53.8
    "min_ms": 47.8
    "median_ms": 53.7
    "max_ms": 66.1
    "stdev_ms": 6.6
updates (step 7):
    "runs": 150
    "avg_ms": 137.0
    "min_ms": 110.4
    "median_ms": 135.3
    "max_ms": 206.7
    "stdev_ms": 18.6
bulk_upserts (step 8):
    "runs": 12
    "avg_ms": 47.9
    "min_ms": 44.2
    "median_ms": 48.1
    "max_ms": 49.4
    "stdev_ms": 1.5
bulk_upserts (step 9):
    "runs": 13
    "avg_ms": 49.1
    "min_ms": 46.0
    "median_ms": 49.0
    "max_ms": 52.6
    "stdev_ms": 2.4
select count(*) after all modifications: 188.6 ms
select all: 210.8 ms
delete from table: 267.5 ms
select all after delete: 209.8 ms
.
test_delete.py .

============================== slowest durations ===============================
186.89s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
63.48s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
44.42s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
38.71s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
38.43s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
31.95s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
26.77s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
12.85s setup    test_create.py::TestCreate::test_create_real_opt
5.57s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.24s setup    test_delete.py::TestDelete::test_delete_rollback
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.76s call     test_delete.py::TestDelete::test_delete_rollback
0.55s call     test_create.py::TestCreate::test_create_real_opt
0.39s call     test_create.py::TestCreate::test_create_strings_opt
0.35s call     test_create.py::TestCreate::test_create_real_req
0.04s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 458.73s (0:07:38) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ufnr/004b57/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_delete.py ............

============================== slowest durations ===============================
4.15s setup    test_delete.py::TestDelete::test_delete_where[False-100]
0.86s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.72s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.63s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.61s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.60s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.55s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.55s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.54s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.53s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.52s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.51s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.44s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 12.29s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ufnr/004b6f/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.63s setup    test_delete.py::TestDelete::test_incorrect
4.55s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.90s call     test_insert.py::TestInsertStatement::test_copy_full
0.85s call     test_insert.py::TestInsertStatement::test_copy_partial
0.51s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.42s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.40s call     test_delete.py::TestDelete::test_incorrect
0.38s call     test_insert.py::TestInsertStatement::test_duplicate
0.36s call     test_insert.py::TestInsertStatement::test_bulk
0.35s call     test_insert.py::TestInsertStatement::test_plain
0.32s call     test_insert.py::TestInsertStatement::test_incorrect
0.27s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.27s call     test_insert.py::TestInsertStatement::test_out_of_range
0.26s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.01s setup    test_insert.py::TestInsertStatement::test_insert_rollback

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

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

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/ufnr/004b45/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/ufnr/004b45/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-22T14:56:35.166993Z): source_id=223;tablet_id=72075186224037998;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 @ 0xA91BBE5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA914126
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7AA528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD7919DB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F6A748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6A49F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD76CAED
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14390C1B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD7C17
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2C9D3
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2C9D3
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F2A383
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2DD47
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AEA08
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF17015
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74D437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB79AFD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79F094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79ECA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79F88E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91D83C
E   21. ??:0: ?? @ 0x7FCF30552AC2
E   22. ??:0: ?? @ 0x7FCF305E48BF
------------------------------ 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/ufnr/004b45/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ufnr/004b45/ydb/apps/ydb/ydb -e grpc://localhost:23803 -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/ufnr/004b45/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23803', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2939444
DEBUG    ya.test:process.py:259 Command (pid 2939444) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2939444) elapsed time (sec): 0.45813941955566406
DEBUG    ya.test:process.py:263 Command (pid 2939444) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) maxrss: 757816
DEBUG    ya.test:process.py:263 Command (pid 2939444) minflt: 3545
DEBUG    ya.test:process.py:263 Command (pid 2939444) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 2939444) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) nvcsw: 153
DEBUG    ya.test:process.py:263 Command (pid 2939444) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2939444) stime: 0.029658999999999998
DEBUG    ya.test:process.py:263 Command (pid 2939444) utime: 0.046608
DEBUG    ya.test:process.py:263 Command (pid 2939444) wtime: 0.459
DEBUG    ya.test:process.py:275 Command (pid 2939444) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2939444) 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/ufnr/004b45/ydb/apps/ydb/ydb -e grpc://localhost:23803 -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/ufnr/004b45/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23803', '-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: 2939703
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 3340f193-9e0a-4442-8718-36155bf24469, localhost:18693): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3340f193-9e0a-4442-8718-36155bf24469, localhost:18693): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3340f193-9e0a-4442-8718-36155bf24469, localhost:18693): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-qy73lhidqu.auto.internal" port: 18693 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-qy73lhidqu.auto.internal:18693, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18693
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 2939703) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2939703) elapsed time (sec): 30.32521152496338
DEBUG    ya.test:process.py:263 Command (pid 2939703) wtime: 30.333
DEBUG    ya.test:process.py:275 Command (pid 2939703) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    395	395	0	0	23	36	43	48
2	    404	404	0	0	24	38	42	49
3	    426	426	0	0	22	32	36	43
4	    436	436	0	0	21	31	42	47
5	    428	428	0	0	21	34	50	53
6	    401	401	0	0	22	38	55	64
7	    380	380	0	0	25	38	46	48
8	    415	415	0	0	22	36	40	45
9	    388	388	0	0	24	38	54	69
10	    345	345	0	0	27	47	56	66
11	    324	324	0	0	26	59	90	96
12	    344	344	0	0	25	49	60	64
13	    355	355	0	0	26	43	50	54
14	    367	367	0	0	26	39	54	58
15	    355	355	0	0	26	43	47	51
16	    377	377	0	0	23	38	44	58
17	    304	304	0	0	29	66	75	79
18	    400	400	0	0	24	35	39	43
19	    362	362	0	0	27	39	42	44
20	    378	378	0	0	24	42	53	59
21	    399	399	0	0	24	36	49	53
22	    367	367	0	0	24	43	50	60
23	    398	398	0	0	23	37	41	51
24	    375	375	0	0	24	42	51	52
25	    311	311	0	0	27	54	77	80
26	    308	308	0	0	28	66	83	93
27	    338	338	0	0	26	48	58	67
28	    338	338	0	0	25	50	62	72
29	    369	369	0	0	25	40	45	50
30	    374	374	0	0	24	44	54	56

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  11161	372.033	0	0	24	43	57	96

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDM1OWU0MzYtMmJhYjY5MjctNTNhODg0ODktNGEwYmU3YmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, faece464-24cb-4a4c-a7b0-5dbd577e9490, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, faece464-24cb-4a4c-a7b0-5dbd577e9490, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=ZDM1OWU0MzYtMmJhYjY5MjctNTNhODg0ODktNGEwYmU3YmQ=" 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, faece464-24cb-4a4c-a7b0-5dbd577e9490, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDM1OWU0MzYtMmJhYjY5MjctNTNhODg0ODktNGEwYmU3YmQ=
INFO     root:test_log_scenario.py:217 Count rows after insert 10917 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTM4ZGM2NzUtYjdjMmY0NjctYjM0MzJhZDEtMzU2ODA4MjE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 22fd9dbb-0c0c-437f-bb2a-3e3cde404c68, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 22fd9dbb-0c0c-437f-bb2a-3e3cde404c68, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=MTM4ZGM2NzUtYjdjMmY0NjctYjM0MzJhZDEtMzU2ODA4MjE=" 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, 22fd9dbb-0c0c-437f-bb2a-3e3cde404c68, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTM4ZGM2NzUtYjdjMmY0NjctYjM0MzJhZDEtMzU2ODA4MjE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGUzOTg2NTgtZTg0ODJmM2EtZGY2NDljYi1kNzc0ZmNhZg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f068f2b6-08eb-4b17-b3c7-34dbce7a713b, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f068f2b6-08eb-4b17-b3c7-34dbce7a713b, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=NGUzOTg2NTgtZTg0ODJmM2EtZGY2NDljYi1kNzc0ZmNhZg==" 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, f068f2b6-08eb-4b17-b3c7-34dbce7a713b, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NGUzOTg2NTgtZTg0ODJmM2EtZGY2NDljYi1kNzc0ZmNhZg==
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/ufnr/004b45/ydb/apps/ydb/ydb -e grpc://localhost:23803 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2RmMmM0MC1kMTEyOWUxNy1mYzJiOWYxZi0yNWM3MDFhZg==
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ufnr/004b45/ydb/apps/ydb/ydb -e grpc://localhost:23803 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ufnr/004b45/ydb/apps/ydb/ydb -e grpc://localhost:23803 -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, 8a076672-110b-479c-b800-16d624c51af8, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWE5YTkxOWUtNmRkYWRjMzUtMTQ4NmE4NWItNzM2ZDI1OTg=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ufnr/004b45/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23803', '-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 out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8a076672-110b-479c-b800-16d624c51af8, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=M2RmMmM0MC1kMTEyOWUxNy1mYzJiOWYxZi0yNWM3MDFhZg==" 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, 523ae7da-ea04-498b-b4a9-6137add3374d, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTJkZWY5MDctYTcyMzMxZTYtODMyOWYzZmItY2Q3Yjg0YTI=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ufnr/004b45/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23803', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2956424
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8a076672-110b-479c-b800-16d624c51af8, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 523ae7da-ea04-498b-b4a9-6137add3374d, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=NWE5YTkxOWUtNmRkYWRjMzUtMTQ4NmE4NWItNzM2ZDI1OTg=" 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, 523ae7da-ea04-498b-b4a9-6137add3374d, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjNmYTIzOTktMWMwNzVmNGEtMWEwYWZkNDUtYTA1NWQ0YWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7d225e9c-6172-4a58-9f8c-b2d193103af7, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7d225e9c-6172-4a58-9f8c-b2d193103af7, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=MTJkZWY5MDctYTcyMzMxZTYtODMyOWYzZmItY2Q3Yjg0YTI=" 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=YTdmYTNhN2YtNGYzZDEwZS1mOWNjNmZmOS1kNDc0ZTNmYg==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ufnr/004b45/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23803', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c2363abc-8d12-4fcf-880a-3d2f173d50c2, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ya.test:process.py:628 Command pid: 2956444
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ea325470-e27f-427d-815c-6ab95542b2ca, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzJmZDA4NWUtYmE3MTAxMi01NWFhMDJhOC05ZDc1Zjc1Nw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c3791e90-2932-4c80-adda-a40ccc8585ac, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c3791e90-2932-4c80-adda-a40ccc8585ac, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=NzJmZDA4NWUtYmE3MTAxMi01NWFhMDJhOC05ZDc1Zjc1Nw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c2363abc-8d12-4fcf-880a-3d2f173d50c2, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=MjNmYTIzOTktMWMwNzVmNGEtMWEwYWZkNDUtYTA1NWQ0YWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ea325470-e27f-427d-815c-6ab95542b2ca, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=YTdmYTNhN2YtNGYzZDEwZS1mOWNjNmZmOS1kNDc0ZTNmYg==" 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, c2363abc-8d12-4fcf-880a-3d2f173d50c2, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTZkMzdiOGQtNWEzMzNkYTQtNGZjODk0YmMtZDk3MmJmYWU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7d225e9c-6172-4a58-9f8c-b2d193103af7, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c3791e90-2932-4c80-adda-a40ccc8585ac, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2956458
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ea325470-e27f-427d-815c-6ab95542b2ca, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 50d2f687-00d3-4493-9705-aaba16c4b672, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDM1OWU0MzYtMmJhYjY5MjctNTNhODg0ODktNGEwYmU3YmQ=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 50d2f687-00d3-4493-9705-aaba16c4b672, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=YTZkMzdiOGQtNWEzMzNkYTQtNGZjODk0YmMtZDk3MmJmYWU=" 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, d2338e7c-2e95-489e-a19d-8da4aecf3ede, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTM4ZGM2NzUtYjdjMmY0NjctYjM0MzJhZDEtMzU2ODA4MjE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d2338e7c-2e95-489e-a19d-8da4aecf3ede, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=ZDM1OWU0MzYtMmJhYjY5MjctNTNhODg0ODktNGEwYmU3YmQ=" 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, 50d2f687-00d3-4493-9705-aaba16c4b672, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3eb323bc-2fb1-4e3c-a394-94b01966f0ea, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGUzOTg2NTgtZTg0ODJmM2EtZGY2NDljYi1kNzc0ZmNhZg==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3eb323bc-2fb1-4e3c-a394-94b01966f0ea, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=MTM4ZGM2NzUtYjdjMmY0NjctYjM0MzJhZDEtMzU2ODA4MjE=" 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, 3eb323bc-2fb1-4e3c-a394-94b01966f0ea, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d2338e7c-2e95-489e-a19d-8da4aecf3ede, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 15e8ab4c-1345-416d-aa0a-8872f641961c, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 15e8ab4c-1345-416d-aa0a-8872f641961c, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=NGUzOTg2NTgtZTg0ODJmM2EtZGY2NDljYi1kNzc0ZmNhZg==" 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, 15e8ab4c-1345-416d-aa0a-8872f641961c, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 35717741-1ecd-447b-bdfc-2aec78f6c4f5, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155311562+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1996508f-2f61-48bb-b15d-71fc581905a6, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155195802+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 085f480c-0926-406a-b134-805270832c5f, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155290209+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5394c362-a057-43fb-a1f5-85edf4588dfa, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.15533994+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8faaaabc-3c13-4922-a52d-f6d8bad30676, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155416099+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 76fadc2a-e973-4227-bfb3-d3cff8229f45, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.15538703+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e35abe77-ef6f-4037-a3dd-3e58bb48049b, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155402663+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 987280fe-d136-41f8-a421-0c38666c1f17, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155325459+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 09a2eaf3-cc1c-4e47-9e43-9ede7190b2ad, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155371515+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9a3bede5-5d6b-4d35-bf7d-397f5d721139, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155357232+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ea325470-e27f-427d-815c-6ab95542b2ca, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155515218+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8a076672-110b-479c-b800-16d624c51af8, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155428455+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 50d2f687-00d3-4493-9705-aaba16c4b672, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155530452+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d2338e7c-2e95-489e-a19d-8da4aecf3ede, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155550928+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7d225e9c-6172-4a58-9f8c-b2d193103af7, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155456733+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c2363abc-8d12-4fcf-880a-3d2f173d50c2, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155499563+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c3791e90-2932-4c80-adda-a40ccc8585ac, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155470947+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3eb323bc-2fb1-4e3c-a394-94b01966f0ea, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155573437+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:78 RpcState(ExecuteQuery, 523ae7da-ea04-498b-b4a9-6137add3374d, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155443417+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWE5YTkxOWUtNmRkYWRjMzUtMTQ4NmE4NWItNzM2ZDI1OTg=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 15e8ab4c-1345-416d-aa0a-8872f641961c, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.15559275+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
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: 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.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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.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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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    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 2956444) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2956444) elapsed time (sec): 30.123222827911377
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 2956424) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2956424) elapsed time (sec): 30.24730658531189
DEBUG    ya.test:process.py:263 Command (pid 2956424) wtime: 30.301
DEBUG    ya.test:process.py:275 Command (pid 2956424) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	209	615	631	631
2	    105	105	0	0	81	395	731	739
3	    108	108	0	0	90	124	130	131
4	    108	108	0	0	87	142	155	161
5	    105	105	0	0	90	139	147	154
6	     52	52	0	0	105	189	192	192
7	      0	0	0	588	0	0	0	0
8	      0	0	0	1145	0	0	0	0
9	      0	0	0	924	0	0	0	0
10	      0	0	0	1059	0	0	0	0
11	      0	0	0	817	0	0	0	0
12	      0	0	0	974	0	0	0	0
13	      0	0	0	1056	0	0	0	0
14	      0	0	0	1200	0	0	0	0
15	      0	0	0	1184	0	0	0	0
16	      0	0	0	1254	0	0	0	0
17	      0	0	0	1074	0	0	0	0
18	      0	0	0	1418	0	0	0	0
19	      0	0	0	1639	0	0	0	0
20	      0	0	0	1307	0	0	0	0
21	      0	0	0	1072	0	0	0	0
22	      0	0	0	1277	0	0	0	0
23	      0	0	0	1365	0	0	0	0
24	      0	0	0	1175	0	0	0	0
25	      0	0	0	1442	0	0	0	0
26	      0	0	0	944	0	0	0	0
27	      0	0	0	1029	0	0	0	0
28	      0	0	0	914	0	0	0	0
29	      0	0	0	1039	0	0	0	0
30	      0	0	0	1047	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    498	16.6	0	26943	91	192	595	739

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

DEBUG    ya.test:process.py:263 Command (pid 2956444) wtime: 30.235
DEBUG    ya.test:process.py:275 Command (pid 2956444) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      1	1	0	0	951	951	951	951
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      1	1	0	10	205	205	205	205
5	      0	0	0	9	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	704	0	0	0	0
8	      0	0	0	1196	0	0	0	0
9	      0	0	0	1173	0	0	0	0
10	      0	0	0	1184	0	0	0	0
11	      0	0	0	900	0	0	0	0
12	      0	0	0	1013	0	0	0	0
13	      0	0	0	809	0	0	0	0
14	      0	0	0	1019	0	0	0	0
15	      0	0	0	1123	0	0	0	0
16	      0	0	0	1087	0	0	0	0
17	      0	0	0	1220	0	0	0	0
18	      0	0	0	1307	0	0	0	0
19	      0	0	0	1707	0	0	0	0
20	      0	0	0	1477	0	0	0	0
21	      0	0	0	1125	0	0	0	0
22	      0	0	0	1430	0	0	0	0
23	      0	0	0	1558	0	0	0	0
24	      0	0	0	1393	0	0	0	0
25	      0	0	0	1604	0	0	0	0
26	      0	0	0	1026	0	0	0	0
27	      0	0	0	1054	0	0	0	0
28	      0	0	0	1014	0	0	0	0
29	      0	0	0	870	0	0	0	0
30	      0	0	0	1162	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      2	0.0666667	0	28204	205	951	951	951

DEBUG    ya.test:process.py:276 Command (pid 2956444) 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 2956458) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2956458) elapsed time (sec): 30.10154128074646
DEBUG    ya.test:process.py:263 Command (pid 2956458) wtime: 30.25
DEBUG    ya.test:process.py:275 Command (pid 2956458) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      8	8	0	0	963	971	971	971
2	     80	80	0	0	119	172	1003	1019
3	     85	85	0	0	115	157	187	188
4	     80	80	0	0	114	186	196	201
5	     78	78	0	0	125	172	182	186
6	     31	31	0	0	148	208	217	217
7	      0	0	0	680	0	0	0	0
8	      0	0	0	1182	0	0	0	0
9	      0	0	0	1105	0	0	0	0
10	      0	0	0	1242	0	0	0	0
11	      0	0	0	1006	0	0	0	0
12	      0	0	0	1221	0	0	0	0
13	      0	0	0	1162	0	0	0	0
14	      0	0	0	1367	0	0	0	0
15	      0	0	0	1126	0	0	0	0
16	      0	0	0	1215	0	0	0	0
17	      0	0	0	1093	0	0	0	0
18	      0	0	0	1512	0	0	0	0
19	      0	0	0	1811	0	0	0	0
20	      0	0	0	1524	0	0	0	0
21	      0	0	0	1117	0	0	0	0
22	      0	0	0	1277	0	0	0	0
23	      0	0	0	1211	0	0	0	0
24	      0	0	0	1263	0	0	0	0
25	      0	0	0	1438	0	0	0	0
26	      0	0	0	1055	0	0	0	0
27	      0	0	0	1120	0	0	0	0
28	      0	0	0	913	0	0	0	0
29	      0	0	0	1069	0	0	0	0
30	      0	0	0	1152	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    362	12.0667	0	28861	123	188	967	1019

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 34bb9e57-3de0-45c2-909b-1232cb0f1843, localhost:18693): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 34bb9e57-3de0-45c2-909b-1232cb0f1843, localhost:18693): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 34bb9e57-3de0-45c2-909b-1232cb0f1843, localhost:18693): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-qy73lhidqu.auto.internal" port: 18693 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-qy73lhidqu.auto.internal:18693, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18693
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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, 248e5ea3-0009-46aa-98d8-8c6255576248, localhost:18693): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 248e5ea3-0009-46aa-98d8-8c6255576248, localhost:18693): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 248e5ea3-0009-46aa-98d8-8c6255576248, localhost:18693): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-qy73lhidqu.auto.internal" port: 18693 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-qy73lhidqu.auto.internal:18693, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18693
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, de124c4e-25be-4f4f-85ce-dd88521c997d, localhost:18693): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, de124c4e-25be-4f4f-85ce-dd88521c997d, localhost:18693): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, de124c4e-25be-4f4f-85ce-dd88521c997d, localhost:18693): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-qy73lhidqu.auto.internal" port: 18693 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-qy73lhidqu.auto.internal:18693, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18693
---------------------------- 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:23803
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-qy73lhidqu'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/ufnr/004b45/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.2912197' in '/home/runner/.ya/build/build_root/ufnr/004b45/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_s0x6iwl5.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:23803/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30399
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21445
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17251
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23803
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12546
=================================== 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/ufnr/004b45/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ufnr/004b45/ydb/apps/ydb/ydb -e grpc://localhost:23803 -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/ufnr/004b45/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23803', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2939444
DEBUG    ya.test:process.py:259 Command (pid 2939444) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2939444) elapsed time (sec): 0.45813941955566406
DEBUG    ya.test:process.py:263 Command (pid 2939444) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) maxrss: 757816
DEBUG    ya.test:process.py:263 Command (pid 2939444) minflt: 3545
DEBUG    ya.test:process.py:263 Command (pid 2939444) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 2939444) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2939444) nvcsw: 153
DEBUG    ya.test:process.py:263 Command (pid 2939444) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2939444) stime: 0.029658999999999998
DEBUG    ya.test:process.py:263 Command (pid 2939444) utime: 0.046608
DEBUG    ya.test:process.py:263 Command (pid 2939444) wtime: 0.459
DEBUG    ya.test:process.py:275 Command (pid 2939444) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2939444) 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/ufnr/004b45/ydb/apps/ydb/ydb -e grpc://localhost:23803 -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/ufnr/004b45/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23803', '-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: 2939703
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 3340f193-9e0a-4442-8718-36155bf24469, localhost:18693): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3340f193-9e0a-4442-8718-36155bf24469, localhost:18693): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3340f193-9e0a-4442-8718-36155bf24469, localhost:18693): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-qy73lhidqu.auto.internal" port: 18693 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-qy73lhidqu.auto.internal:18693, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18693
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 2939703) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2939703) elapsed time (sec): 30.32521152496338
DEBUG    ya.test:process.py:263 Command (pid 2939703) wtime: 30.333
DEBUG    ya.test:process.py:275 Command (pid 2939703) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    395	395	0	0	23	36	43	48
2	    404	404	0	0	24	38	42	49
3	    426	426	0	0	22	32	36	43
4	    436	436	0	0	21	31	42	47
5	    428	428	0	0	21	34	50	53
6	    401	401	0	0	22	38	55	64
7	    380	380	0	0	25	38	46	48
8	    415	415	0	0	22	36	40	45
9	    388	388	0	0	24	38	54	69
10	    345	345	0	0	27	47	56	66
11	    324	324	0	0	26	59	90	96
12	    344	344	0	0	25	49	60	64
13	    355	355	0	0	26	43	50	54
14	    367	367	0	0	26	39	54	58
15	    355	355	0	0	26	43	47	51
16	    377	377	0	0	23	38	44	58
17	    304	304	0	0	29	66	75	79
18	    400	400	0	0	24	35	39	43
19	    362	362	0	0	27	39	42	44
20	    378	378	0	0	24	42	53	59
21	    399	399	0	0	24	36	49	53
22	    367	367	0	0	24	43	50	60
23	    398	398	0	0	23	37	41	51
24	    375	375	0	0	24	42	51	52
25	    311	311	0	0	27	54	77	80
26	    308	308	0	0	28	66	83	93
27	    338	338	0	0	26	48	58	67
28	    338	338	0	0	25	50	62	72
29	    369	369	0	0	25	40	45	50
30	    374	374	0	0	24	44	54	56

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  11161	372.033	0	0	24	43	57	96

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDM1OWU0MzYtMmJhYjY5MjctNTNhODg0ODktNGEwYmU3YmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, faece464-24cb-4a4c-a7b0-5dbd577e9490, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, faece464-24cb-4a4c-a7b0-5dbd577e9490, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=ZDM1OWU0MzYtMmJhYjY5MjctNTNhODg0ODktNGEwYmU3YmQ=" 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, faece464-24cb-4a4c-a7b0-5dbd577e9490, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDM1OWU0MzYtMmJhYjY5MjctNTNhODg0ODktNGEwYmU3YmQ=
INFO     root:test_log_scenario.py:217 Count rows after insert 10917 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTM4ZGM2NzUtYjdjMmY0NjctYjM0MzJhZDEtMzU2ODA4MjE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 22fd9dbb-0c0c-437f-bb2a-3e3cde404c68, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 22fd9dbb-0c0c-437f-bb2a-3e3cde404c68, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=MTM4ZGM2NzUtYjdjMmY0NjctYjM0MzJhZDEtMzU2ODA4MjE=" 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, 22fd9dbb-0c0c-437f-bb2a-3e3cde404c68, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTM4ZGM2NzUtYjdjMmY0NjctYjM0MzJhZDEtMzU2ODA4MjE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGUzOTg2NTgtZTg0ODJmM2EtZGY2NDljYi1kNzc0ZmNhZg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f068f2b6-08eb-4b17-b3c7-34dbce7a713b, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f068f2b6-08eb-4b17-b3c7-34dbce7a713b, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=NGUzOTg2NTgtZTg0ODJmM2EtZGY2NDljYi1kNzc0ZmNhZg==" 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, f068f2b6-08eb-4b17-b3c7-34dbce7a713b, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NGUzOTg2NTgtZTg0ODJmM2EtZGY2NDljYi1kNzc0ZmNhZg==
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/ufnr/004b45/ydb/apps/ydb/ydb -e grpc://localhost:23803 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2RmMmM0MC1kMTEyOWUxNy1mYzJiOWYxZi0yNWM3MDFhZg==
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ufnr/004b45/ydb/apps/ydb/ydb -e grpc://localhost:23803 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/ufnr/004b45/ydb/apps/ydb/ydb -e grpc://localhost:23803 -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, 8a076672-110b-479c-b800-16d624c51af8, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWE5YTkxOWUtNmRkYWRjMzUtMTQ4NmE4NWItNzM2ZDI1OTg=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ufnr/004b45/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23803', '-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 out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8a076672-110b-479c-b800-16d624c51af8, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=M2RmMmM0MC1kMTEyOWUxNy1mYzJiOWYxZi0yNWM3MDFhZg==" 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, 523ae7da-ea04-498b-b4a9-6137add3374d, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTJkZWY5MDctYTcyMzMxZTYtODMyOWYzZmItY2Q3Yjg0YTI=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ufnr/004b45/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23803', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2956424
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8a076672-110b-479c-b800-16d624c51af8, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 523ae7da-ea04-498b-b4a9-6137add3374d, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=NWE5YTkxOWUtNmRkYWRjMzUtMTQ4NmE4NWItNzM2ZDI1OTg=" 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, 523ae7da-ea04-498b-b4a9-6137add3374d, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjNmYTIzOTktMWMwNzVmNGEtMWEwYWZkNDUtYTA1NWQ0YWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7d225e9c-6172-4a58-9f8c-b2d193103af7, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7d225e9c-6172-4a58-9f8c-b2d193103af7, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=MTJkZWY5MDctYTcyMzMxZTYtODMyOWYzZmItY2Q3Yjg0YTI=" 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=YTdmYTNhN2YtNGYzZDEwZS1mOWNjNmZmOS1kNDc0ZTNmYg==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ufnr/004b45/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:23803', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c2363abc-8d12-4fcf-880a-3d2f173d50c2, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ya.test:process.py:628 Command pid: 2956444
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ea325470-e27f-427d-815c-6ab95542b2ca, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzJmZDA4NWUtYmE3MTAxMi01NWFhMDJhOC05ZDc1Zjc1Nw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c3791e90-2932-4c80-adda-a40ccc8585ac, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c3791e90-2932-4c80-adda-a40ccc8585ac, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=NzJmZDA4NWUtYmE3MTAxMi01NWFhMDJhOC05ZDc1Zjc1Nw==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c2363abc-8d12-4fcf-880a-3d2f173d50c2, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=MjNmYTIzOTktMWMwNzVmNGEtMWEwYWZkNDUtYTA1NWQ0YWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ea325470-e27f-427d-815c-6ab95542b2ca, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=YTdmYTNhN2YtNGYzZDEwZS1mOWNjNmZmOS1kNDc0ZTNmYg==" 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, c2363abc-8d12-4fcf-880a-3d2f173d50c2, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTZkMzdiOGQtNWEzMzNkYTQtNGZjODk0YmMtZDk3MmJmYWU=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7d225e9c-6172-4a58-9f8c-b2d193103af7, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c3791e90-2932-4c80-adda-a40ccc8585ac, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2956458
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ea325470-e27f-427d-815c-6ab95542b2ca, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 50d2f687-00d3-4493-9705-aaba16c4b672, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDM1OWU0MzYtMmJhYjY5MjctNTNhODg0ODktNGEwYmU3YmQ=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 50d2f687-00d3-4493-9705-aaba16c4b672, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=YTZkMzdiOGQtNWEzMzNkYTQtNGZjODk0YmMtZDk3MmJmYWU=" 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, d2338e7c-2e95-489e-a19d-8da4aecf3ede, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTM4ZGM2NzUtYjdjMmY0NjctYjM0MzJhZDEtMzU2ODA4MjE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d2338e7c-2e95-489e-a19d-8da4aecf3ede, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=ZDM1OWU0MzYtMmJhYjY5MjctNTNhODg0ODktNGEwYmU3YmQ=" 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, 50d2f687-00d3-4493-9705-aaba16c4b672, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3eb323bc-2fb1-4e3c-a394-94b01966f0ea, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGUzOTg2NTgtZTg0ODJmM2EtZGY2NDljYi1kNzc0ZmNhZg==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3eb323bc-2fb1-4e3c-a394-94b01966f0ea, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=MTM4ZGM2NzUtYjdjMmY0NjctYjM0MzJhZDEtMzU2ODA4MjE=" 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, 3eb323bc-2fb1-4e3c-a394-94b01966f0ea, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d2338e7c-2e95-489e-a19d-8da4aecf3ede, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 15e8ab4c-1345-416d-aa0a-8872f641961c, ghrun-qy73lhidqu.auto.internal:23803): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 15e8ab4c-1345-416d-aa0a-8872f641961c, ghrun-qy73lhidqu.auto.internal:23803): request = { session_id: "ydb://session/3?node_id=1&id=NGUzOTg2NTgtZTg0ODJmM2EtZGY2NDljYi1kNzc0ZmNhZg==" 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, 15e8ab4c-1345-416d-aa0a-8872f641961c, ghrun-qy73lhidqu.auto.internal:23803): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 35717741-1ecd-447b-bdfc-2aec78f6c4f5, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155311562+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1996508f-2f61-48bb-b15d-71fc581905a6, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155195802+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 085f480c-0926-406a-b134-805270832c5f, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155290209+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5394c362-a057-43fb-a1f5-85edf4588dfa, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.15533994+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8faaaabc-3c13-4922-a52d-f6d8bad30676, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155416099+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 76fadc2a-e973-4227-bfb3-d3cff8229f45, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.15538703+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e35abe77-ef6f-4037-a3dd-3e58bb48049b, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155402663+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 987280fe-d136-41f8-a421-0c38666c1f17, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155325459+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 09a2eaf3-cc1c-4e47-9e43-9ede7190b2ad, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155371515+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9a3bede5-5d6b-4d35-bf7d-397f5d721139, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:23803 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155357232+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ea325470-e27f-427d-815c-6ab95542b2ca, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155515218+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8a076672-110b-479c-b800-16d624c51af8, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155428455+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 50d2f687-00d3-4493-9705-aaba16c4b672, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155530452+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d2338e7c-2e95-489e-a19d-8da4aecf3ede, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155550928+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7d225e9c-6172-4a58-9f8c-b2d193103af7, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155456733+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c2363abc-8d12-4fcf-880a-3d2f173d50c2, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155499563+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c3791e90-2932-4c80-adda-a40ccc8585ac, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155470947+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-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3eb323bc-2fb1-4e3c-a394-94b01966f0ea, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T14:56:41.155573437+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:78 RpcState(ExecuteQuery, 523ae7da-ea04-498b-b4a9-6137add3374d, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.155443417+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWE5YTkxOWUtNmRkYWRjMzUtMTQ4NmE4NWItNzM2ZDI1OTg=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 15e8ab4c-1345-416d-aa0a-8872f641961c, ghrun-qy73lhidqu.auto.internal:23803): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T14:56:41.15559275+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-qy73lhidqu.auto.internal:23803
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: 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.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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.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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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    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 2956444) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2956444) elapsed time (sec): 30.123222827911377
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 2956424) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2956424) elapsed time (sec): 30.24730658531189
DEBUG    ya.test:process.py:263 Command (pid 2956424) wtime: 30.301
DEBUG    ya.test:process.py:275 Command (pid 2956424) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	209	615	631	631
2	    105	105	0	0	81	395	731	739
3	    108	108	0	0	90	124	130	131
4	    108	108	0	0	87	142	155	161
5	    105	105	0	0	90	139	147	154
6	     52	52	0	0	105	189	192	192
7	      0	0	0	588	0	0	0	0
8	      0	0	0	1145	0	0	0	0
9	      0	0	0	924	0	0	0	0
10	      0	0	0	1059	0	0	0	0
11	      0	0	0	817	0	0	0	0
12	      0	0	0	974	0	0	0	0
13	      0	0	0	1056	0	0	0	0
14	      0	0	0	1200	0	0	0	0
15	      0	0	0	1184	0	0	0	0
16	      0	0	0	1254	0	0	0	0
17	      0	0	0	1074	0	0	0	0
18	      0	0	0	1418	0	0	0	0
19	      0	0	0	1639	0	0	0	0
20	      0	0	0	1307	0	0	0	0
21	      0	0	0	1072	0	0	0	0
22	      0	0	0	1277	0	0	0	0
23	      0	0	0	1365	0	0	0	0
24	      0	0	0	1175	0	0	0	0
25	      0	0	0	1442	0	0	0	0
26	      0	0	0	944	0	0	0	0
27	      0	0	0	1029	0	0	0	0
28	      0	0	0	914	0	0	0	0
29	      0	0	0	1039	0	0	0	0
30	      0	0	0	1047	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    498	16.6	0	26943	91	192	595	739

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

DEBUG    ya.test:process.py:263 Command (pid 2956444) wtime: 30.235
DEBUG    ya.test:process.py:275 Command (pid 2956444) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      1	1	0	0	951	951	951	951
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      1	1	0	10	205	205	205	205
5	      0	0	0	9	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	704	0	0	0	0
8	      0	0	0	1196	0	0	0	0
9	      0	0	0	1173	0	0	0	0
10	      0	0	0	1184	0	0	0	0
11	      0	0	0	900	0	0	0	0
12	      0	0	0	1013	0	0	0	0
13	      0	0	0	809	0	0	0	0
14	      0	0	0	1019	0	0	0	0
15	      0	0	0	1123	0	0	0	0
16	      0	0	0	1087	0	0	0	0
17	      0	0	0	1220	0	0	0	0
18	      0	0	0	1307	0	0	0	0
19	      0	0	0	1707	0	0	0	0
20	      0	0	0	1477	0	0	0	0
21	      0	0	0	1125	0	0	0	0
22	      0	0	0	1430	0	0	0	0
23	      0	0	0	1558	0	0	0	0
24	      0	0	0	1393	0	0	0	0
25	      0	0	0	1604	0	0	0	0
26	      0	0	0	1026	0	0	0	0
27	      0	0	0	1054	0	0	0	0
28	      0	0	0	1014	0	0	0	0
29	      0	0	0	870	0	0	0	0
30	      0	0	0	1162	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      2	0.0666667	0	28204	205	951	951	951

DEBUG    ya.test:process.py:276 Command (pid 2956444) 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 2956458) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2956458) elapsed time (sec): 30.10154128074646
DEBUG    ya.test:process.py:263 Command (pid 2956458) wtime: 30.25
DEBUG    ya.test:process.py:275 Command (pid 2956458) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      8	8	0	0	963	971	971	971
2	     80	80	0	0	119	172	1003	1019
3	     85	85	0	0	115	157	187	188
4	     80	80	0	0	114	186	196	201
5	     78	78	0	0	125	172	182	186
6	     31	31	0	0	148	208	217	217
7	      0	0	0	680	0	0	0	0
8	      0	0	0	1182	0	0	0	0
9	      0	0	0	1105	0	0	0	0
10	      0	0	0	1242	0	0	0	0
11	      0	0	0	1006	0	0	0	0
12	      0	0	0	1221	0	0	0	0
13	      0	0	0	1162	0	0	0	0
14	      0	0	0	1367	0	0	0	0
15	      0	0	0	1126	0	0	0	0
16	      0	0	0	1215	0	0	0	0
17	      0	0	0	1093	0	0	0	0
18	      0	0	0	1512	0	0	0	0
19	      0	0	0	1811	0	0	0	0
20	      0	0	0	1524	0	0	0	0
21	      0	0	0	1117	0	0	0	0
22	      0	0	0	1277	0	0	0	0
23	      0	0	0	1211	0	0	0	0
24	      0	0	0	1263	0	0	0	0
25	      0	0	0	1438	0	0	0	0
26	      0	0	0	1055	0	0	0	0
27	      0	0	0	1120	0	0	0	0
28	      0	0	0	913	0	0	0	0
29	      0	0	0	1069	0	0	0	0
30	      0	0	0	1152	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    362	12.0667	0	28861	123	188	967	1019

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 34bb9e57-3de0-45c2-909b-1232cb0f1843, localhost:18693): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 34bb9e57-3de0-45c2-909b-1232cb0f1843, localhost:18693): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 34bb9e57-3de0-45c2-909b-1232cb0f1843, localhost:18693): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-qy73lhidqu.auto.internal" port: 18693 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-qy73lhidqu.auto.internal:18693, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18693
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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, 248e5ea3-0009-46aa-98d8-8c6255576248, localhost:18693): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 248e5ea3-0009-46aa-98d8-8c6255576248, localhost:18693): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 248e5ea3-0009-46aa-98d8-8c6255576248, localhost:18693): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-qy73lhidqu.auto.internal" port: 18693 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-qy73lhidqu.auto.internal:18693, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18693
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". 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:23803
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:23803". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, de124c4e-25be-4f4f-85ce-dd88521c997d, localhost:18693): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, de124c4e-25be-4f4f-85ce-dd88521c997d, localhost:18693): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, de124c4e-25be-4f4f-85ce-dd88521c997d, localhost:18693): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-qy73lhidqu.auto.internal" port: 18693 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-qy73lhidqu.auto.internal:18693, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18693
============================== slowest durations ===============================
333.66s call     test_log_scenario.py::TestLogScenario::test_log_uniform
24.37s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
17.85s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
6.56s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
6.18s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
5.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
5.11s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
5.04s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
4.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
4.20s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.66s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.39s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.32s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.30s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.02s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.issues.ConnectionLost: Couldn't find valid connection
ERROR test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/ufnr/004b45/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/ufnr/004b45/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-22T14:56:35.166993Z): source_id=223;tablet_id=72075186224037998;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 @ 0xA91BBE5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA914126
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7AA528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD7919DB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F6A748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6A49F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD76CAED
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14390C1B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD7C17
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2C9D3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2C9D3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F2A383
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2DD47
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AEA08
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF17015
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74D437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB79AFD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79F094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79ECA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79F88E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91D83C
21. ??:0: ?? @ 0x7FCF30552AC2
22. ??:0: ?? @ 0x7FCF305E48BF
============== 1 failed, 11 passed, 1 error in 421.91s (0:07:01) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ufnr/004b6e/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 ===============================
7.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
6.77s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
6.65s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
6.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
5.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
5.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
5.59s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
5.54s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
5.13s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
4.93s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
4.91s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
4.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 73.85s (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/ufnr/004b62/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 ===============================
10.14s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
8.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
8.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
7.85s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
6.49s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
6.11s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
5.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
4.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
4.48s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
4.37s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 75.92s (0:01: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/ufnr/004b59/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 
Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...er/.ya/build/build_root/ufnr/004b59/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/ufnr/004b59/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ufnr/004b59/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ufnr/004b59', '--source-root', '/home/runner/.ya/build/build_root/ufnr/004b59/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ufnr/004b59/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10334327813/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...er/.ya/build/build_root/ufnr/004b59/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/ufnr/004b59/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/ufnr/004b59/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/ufnr/004b59', '--source-root', '/home/runner/.ya/build/build_root/ufnr/004b59/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/ufnr/004b59/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10334327813/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ufnr/004b6d/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 ===============================
15.24s setup    test_replace.py::TestReplace::test_incorrect
5.39s setup    test_update.py::TestUpdate::test_incorrect
4.69s setup    test_select.py::TestSelect::test_incorrect
0.89s call     test_update.py::TestUpdate::test_update_pk
0.88s call     test_select.py::TestSelect::test_json_query
0.75s call     test_update.py::TestUpdate::test_update_many_rows
0.62s call     test_update.py::TestUpdate::test_partial_update
0.59s call     test_replace.py::TestReplace::test_replace_total
0.48s call     test_replace.py::TestReplace::test_replace_rollback
0.42s call     test_replace.py::TestReplace::test_partial_replace
0.40s call     test_update.py::TestUpdate::test_incorrect
0.35s call     test_replace.py::TestReplace::test_replace_with_nulls
0.32s call     test_select.py::TestSelect::test_incorrect
0.26s call     test_replace.py::TestReplace::test_incorrect
0.01s teardown test_update.py::TestUpdate::test_update_pk

(18 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 32.35s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/ufnr/004b0d/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 ===============================
349.59s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
40.03s call     zip_bomb.py::TestZipBomb::test
12.00s teardown zip_bomb.py::TestZipBomb::test
11.72s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
11.69s setup    test_upsert.py::TestUpsert::test_copy_full
5.37s setup    zip_bomb.py::TestZipBomb::test
4.62s setup    test_update.py::TestUpdate::test_update_rollback
3.05s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
2.04s call     test_upsert.py::TestUpsert::test_copy_partial
1.88s call     test_upsert.py::TestUpsert::test_count
1.86s call     test_upsert.py::TestUpsert::test_copy_full
1.09s call     test_update.py::TestUpdate::test_update_rollback
0.91s call     test_upsert.py::TestUpsert::test_partial_update
0.88s call     test_update.py::TestUpdate::test_update_single_column
0.80s call     test_update.py::TestUpdate::test_update_single_row
0.62s call     test_upsert.py::TestUpsert::test_incorrect
0.47s call     test_upsert.py::TestUpsert::test_insert_nulls
0.01s setup    test_upsert.py::TestUpsert::test_copy_partial
0.01s setup    test_upsert.py::TestUpsert::test_partial_update
0.01s setup    test_update.py::TestUpdate::test_update_single_column
0.01s setup    test_upsert.py::TestUpsert::test_count

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 449.68s (0:07:29) ========================
