============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rf5x/0018c2/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=ZjI0NDczZTItYmE0YzdlNWQtYmU2OTZiM2UtYzYyYzU0NjU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5021df3f-e2a0-474e-ae2f-d26e8db0955a, ghrun-jlyz73f3r4.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5021df3f-e2a0-474e-ae2f-d26e8db0955a, ghrun-jlyz73f3r4.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZjI0NDczZTItYmE0YzdlNWQtYmU2OTZiM2UtYzYyYzU0NjU=" 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, 5021df3f-e2a0-474e-ae2f-d26e8db0955a, ghrun-jlyz73f3r4.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjI0NDczZTItYmE0YzdlNWQtYmU2OTZiM2UtYzYyYzU0NjU=
---------------------------- 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=ZjI0NDczZTItYmE0YzdlNWQtYmU2OTZiM2UtYzYyYzU0NjU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 93964c15-c27b-4adc-920e-46a3617d8c0a, ghrun-jlyz73f3r4.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 93964c15-c27b-4adc-920e-46a3617d8c0a, ghrun-jlyz73f3r4.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZjI0NDczZTItYmE0YzdlNWQtYmU2OTZiM2UtYzYyYzU0NjU=" 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, 93964c15-c27b-4adc-920e-46a3617d8c0a, ghrun-jlyz73f3r4.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjI0NDczZTItYmE0YzdlNWQtYmU2OTZiM2UtYzYyYzU0NjU=
---------------------------- 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=ZjI0NDczZTItYmE0YzdlNWQtYmU2OTZiM2UtYzYyYzU0NjU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ade40121-4a9a-473c-99e2-dfc47051e659, ghrun-jlyz73f3r4.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ade40121-4a9a-473c-99e2-dfc47051e659, ghrun-jlyz73f3r4.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZjI0NDczZTItYmE0YzdlNWQtYmU2OTZiM2UtYzYyYzU0NjU=" 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, ade40121-4a9a-473c-99e2-dfc47051e659, ghrun-jlyz73f3r4.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjI0NDczZTItYmE0YzdlNWQtYmU2OTZiM2UtYzYyYzU0NjU=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
213.73s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
106.89s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
90.99s call     tablets_movement.py::TestTabletsMovement::test[ROW]
54.87s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
6.82s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.95s call     test_create.py::TestCreate::test_create_decimals
4.81s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
4.00s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.83s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.47s setup    test_create.py::TestCreate::test_create_all_opt_ints
0.88s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.65s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.46s call     test_create.py::TestCreate::test_create_all_opt_ints
0.36s call     test_create.py::TestCreate::test_create_all_req_ints
0.23s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.17s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.16s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.04s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.03s call     order_by_with_limit.py::TestOrderBy::test_random
0.02s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s setup    data_read_correctness.py::TestDataReadCorrectness::test[table]

(13 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 499.30s (0:08:19) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rf5x/001880/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: 25.7 ms
create table: 460.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 43.3
    "min_ms": 29.0
    "median_ms": 35.2
    "max_ms": 90.1
    "stdev_ms": 19.6
select count(*) after initial inserts: 206.4 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 60.9
    "min_ms": 45.9
    "median_ms": 58.0
    "max_ms": 114.9
    "stdev_ms": 11.4
select count(*) after all modifications: 2947.7 ms
select all: 3216.9 ms
delete from table: 3524.6 ms
select all after delete: 3576.2 ms
.drop table: 42.2 ms
create table: 541.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 36.7
    "min_ms": 26.4
    "median_ms": 34.9
    "max_ms": 66.7
    "stdev_ms": 11.6
select count(*) after initial inserts: 111.8 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 63.6
    "min_ms": 50.3
    "median_ms": 61.7
    "max_ms": 93.9
    "stdev_ms": 9.4
updates (step 1):
    "runs": 200
    "avg_ms": 188.8
    "min_ms": 149.6
    "median_ms": 181.9
    "max_ms": 302.1
    "stdev_ms": 24.8
upserts (step 2):
    "runs": 200
    "avg_ms": 34.0
    "min_ms": 24.5
    "median_ms": 31.9
    "max_ms": 70.3
    "stdev_ms": 7.3
select count(*) after all modifications: 376.5 ms
select all: 350.0 ms
delete from table: 441.9 ms
select all after delete: 345.0 ms
.drop table: 37.5 ms
create table: 545.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.4
    "min_ms": 25.2
    "median_ms": 28.8
    "max_ms": 41.4
    "stdev_ms": 4.5
select count(*) after initial inserts: 95.1 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 146.7
    "min_ms": 97.1
    "median_ms": 143.2
    "max_ms": 255.2
    "stdev_ms": 22.8
select count(*) after all modifications: 326.1 ms
select all: 256.1 ms
delete from table: 300.5 ms
select all after delete: 260.5 ms
.drop table: 48.5 ms
create table: 488.2 ms
initial inserts:
    "runs": 15
    "avg_ms": 38.5
    "min_ms": 28.6
    "median_ms": 38.0
    "max_ms": 69.8
    "stdev_ms": 10.4
select count(*) after initial inserts: 123.7 ms
updates (step 0):
    "runs": 150
    "avg_ms": 128.7
    "min_ms": 95.8
    "median_ms": 124.3
    "max_ms": 203.2
    "stdev_ms": 18.5
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 75.2
    "min_ms": 61.6
    "median_ms": 72.2
    "max_ms": 124.2
    "stdev_ms": 10.3
select count(*) after all modifications: 437.6 ms
select all: 378.2 ms
delete from table: 407.4 ms
select all after delete: 361.7 ms
.drop table: 33.8 ms
create table: 428.3 ms
initial inserts:
    "runs": 20
    "avg_ms": 30.1
    "min_ms": 24.1
    "median_ms": 29.9
    "max_ms": 40.0
    "stdev_ms": 3.2
select count(*) after initial inserts: 94.7 ms
updates (step 0):
    "runs": 200
    "avg_ms": 131.5
    "min_ms": 100.4
    "median_ms": 128.0
    "max_ms": 196.6
    "stdev_ms": 17.6
upserts (step 1):
    "runs": 200
    "avg_ms": 68.3
    "min_ms": 23.9
    "median_ms": 51.3
    "max_ms": 650.8
    "stdev_ms": 64.7
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 98.1
    "min_ms": 78.2
    "median_ms": 94.1
    "max_ms": 220.7
    "stdev_ms": 17.5
select count(*) after all modifications: 572.0 ms
select all: 574.4 ms
delete from table: 591.9 ms
select all after delete: 526.1 ms
.drop table: 48.6 ms
create table: 433.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 40.8
    "min_ms": 27.2
    "median_ms": 40.0
    "max_ms": 68.2
    "stdev_ms": 11.4
select count(*) after initial inserts: 108.9 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 45.4
    "min_ms": 23.2
    "median_ms": 37.8
    "max_ms": 180.0
    "stdev_ms": 21.7
select count(*) after all modifications: 385.8 ms
select all: 292.8 ms
delete from table: 348.5 ms
select all after delete: 264.4 ms
.Generated operation sequence:
  0. UPDATE: 7 operations
  1. BULK_UPSERT: 1 operations
  2. BULK_UPSERT: 19 operations
  3. BULK_UPSERT: 7 operations
  4. UPSERT: 20 operations
  5. UPSERT: 5 operations
  6. BULK_UPSERT: 7 operations
  7. UPSERT: 2 operations
  8. UPDATE: 9 operations
  9. BULK_UPSERT: 11 operations
drop table: 31.0 ms
create table: 484.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.1
    "min_ms": 25.7
    "median_ms": 30.6
    "max_ms": 37.5
    "stdev_ms": 4.1
select count(*) after initial inserts: 119.6 ms
updates (step 0):
    "runs": 70
    "avg_ms": 123.8
    "min_ms": 101.2
    "median_ms": 117.5
    "max_ms": 187.2
    "stdev_ms": 18.3
bulk_upserts (step 1): 59.3 ms
bulk_upserts (step 2):
    "runs": 19
    "avg_ms": 55.8
    "min_ms": 51.4
    "median_ms": 54.2
    "max_ms": 67.9
    "stdev_ms": 4.2
bulk_upserts (step 3):
    "runs": 7
    "avg_ms": 57.6
    "min_ms": 50.6
    "median_ms": 57.3
    "max_ms": 62.7
    "stdev_ms": 4.4
upserts (step 4):
    "runs": 200
    "avg_ms": 34.7
    "min_ms": 25.7
    "median_ms": 31.6
    "max_ms": 94.9
    "stdev_ms": 9.1
upserts (step 5):
    "runs": 50
    "avg_ms": 37.7
    "min_ms": 27.4
    "median_ms": 33.5
    "max_ms": 67.0
    "stdev_ms": 9.5
bulk_upserts (step 6):
    "runs": 7
    "avg_ms": 56.9
    "min_ms": 51.8
    "median_ms": 55.0
    "max_ms": 69.6
    "stdev_ms": 6.1
upserts (step 7):
    "runs": 20
    "avg_ms": 28.3
    "min_ms": 25.1
    "median_ms": 28.3
    "max_ms": 34.6
    "stdev_ms": 2.4
updates (step 8):
    "runs": 90
    "avg_ms": 165.6
    "min_ms": 129.8
    "median_ms": 162.3
    "max_ms": 228.2
    "stdev_ms": 22.1
bulk_upserts (step 9):
    "runs": 11
    "avg_ms": 68.5
    "min_ms": 56.2
    "median_ms": 68.7
    "max_ms": 99.9
    "stdev_ms": 11.9
select count(*) after all modifications: 269.8 ms
select all: 281.9 ms
delete from table: 299.0 ms
select all after delete: 205.0 ms
.
test_delete.py .

============================== slowest durations ===============================
148.81s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
53.51s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
53.21s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
47.75s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
44.88s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
37.64s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
29.66s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
5.19s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
5.12s setup    test_create.py::TestCreate::test_create_real_opt
4.20s setup    test_delete.py::TestDelete::test_delete_rollback
3.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.31s call     test_delete.py::TestDelete::test_delete_rollback
0.59s call     test_create.py::TestCreate::test_create_real_opt
0.58s call     test_create.py::TestCreate::test_create_strings_opt
0.54s call     test_create.py::TestCreate::test_create_real_req
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.02s teardown test_delete.py::TestDelete::test_delete_rollback
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[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[bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 437.66s (0:07:17) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rf5x/0018b4/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 ===============================
14.42s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.46s call     test_delete.py::TestDelete::test_delete_where[True-0]
1.33s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.08s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
1.00s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.86s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.85s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.82s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.80s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.79s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.76s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.66s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.65s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id = 101-100]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 26.70s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rf5x/001872/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 ===============================
12.20s setup    test_delete.py::TestDelete::test_incorrect
7.21s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
1.23s call     test_insert.py::TestInsertStatement::test_copy_full
1.16s call     test_insert.py::TestInsertStatement::test_copy_partial
0.83s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.71s call     test_insert.py::TestInsertStatement::test_plain
0.62s call     test_insert.py::TestInsertStatement::test_out_of_range
0.59s call     test_insert.py::TestInsertStatement::test_bulk
0.53s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.48s call     test_delete.py::TestDelete::test_incorrect
0.46s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.45s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.43s call     test_insert.py::TestInsertStatement::test_duplicate
0.35s call     test_insert.py::TestInsertStatement::test_incorrect
0.01s setup    test_insert.py::TestInsertStatement::test_out_of_range
0.01s setup    test_insert.py::TestInsertStatement::test_plain
0.01s setup    test_insert.py::TestInsertStatement::test_incorrect

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 28.47s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rf5x/00186d/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/rf5x/00186d/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/rf5x/00186d/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-21T21:08:11.370228Z): source_id=112;tablet_id=72075186224037997;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 @ 0x1CF19C55
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: ?? @ 0x7F0B1B639AC2
E   22. ??:0: ?? @ 0x7F0B1B6CB8BF
------------------------------ 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/rf5x/00186d/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rf5x/00186d/ydb/apps/ydb/ydb -e grpc://localhost:28019 -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/rf5x/00186d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28019', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3341393
DEBUG    ya.test:process.py:259 Command (pid 3341393) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3341393) elapsed time (sec): 0.4179854393005371
DEBUG    ya.test:process.py:263 Command (pid 3341393) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) maxrss: 788880
DEBUG    ya.test:process.py:263 Command (pid 3341393) minflt: 3543
DEBUG    ya.test:process.py:263 Command (pid 3341393) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) nivcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 3341393) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) nvcsw: 181
DEBUG    ya.test:process.py:263 Command (pid 3341393) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3341393) stime: 0.012353
DEBUG    ya.test:process.py:263 Command (pid 3341393) utime: 0.074108
DEBUG    ya.test:process.py:263 Command (pid 3341393) wtime: 0.42
DEBUG    ya.test:process.py:275 Command (pid 3341393) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3341393) 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/rf5x/00186d/ydb/apps/ydb/ydb -e grpc://localhost:28019 -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/rf5x/00186d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28019', '-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: 3341611
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 56b2bb38-6ff4-4e77-9810-c5ce9dad4ab0, localhost:6229): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 56b2bb38-6ff4-4e77-9810-c5ce9dad4ab0, localhost:6229): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 56b2bb38-6ff4-4e77-9810-c5ce9dad4ab0, localhost:6229): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jlyz73f3r4.auto.internal" port: 6229 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-jlyz73f3r4.auto.internal:6229, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6229
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 3341611) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3341611) elapsed time (sec): 30.21366596221924
DEBUG    ya.test:process.py:263 Command (pid 3341611) wtime: 30.215
DEBUG    ya.test:process.py:275 Command (pid 3341611) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    427	427	0	0	21	33	51	56
2	    420	420	0	0	22	34	39	42
3	    427	427	0	0	22	33	38	41
4	    444	444	0	0	21	31	37	40
5	    441	441	0	0	21	29	32	34
6	    427	427	0	0	22	33	37	39
7	    435	435	0	0	21	32	39	41
8	    439	439	0	0	22	29	32	35
9	    397	397	0	0	22	36	80	85
10	    455	455	0	0	21	28	32	36
11	    447	447	0	0	21	31	36	44
12	    452	452	0	0	20	28	34	40
13	    438	438	0	0	21	31	40	47
14	    433	433	0	0	21	31	39	44
15	    428	428	0	0	21	33	62	65
16	    411	411	0	0	22	35	38	42
17	    413	413	0	0	22	34	49	52
18	    439	439	0	0	21	30	32	39
19	    406	406	0	0	22	34	43	44
20	    426	426	0	0	21	39	48	53
21	    437	437	0	0	21	31	39	46
22	    427	427	0	0	21	35	45	51
23	    469	469	0	0	20	25	30	34
24	    459	459	0	0	21	27	31	33
25	    449	449	0	0	21	31	34	36
26	    460	460	0	0	21	27	30	32
27	    447	447	0	0	21	30	33	35
28	    466	466	0	0	21	25	29	31
29	    468	468	0	0	20	26	31	35
30	    477	477	0	0	20	26	31	32

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13164	438.8	0	0	21	31	39	85

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWEzN2QwMWYtZGEwZmMzZjQtZWZiMjA1MGQtZjAxOTkwZjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 726f476e-0c14-4c65-873d-851d92a53d44, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 726f476e-0c14-4c65-873d-851d92a53d44, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MWEzN2QwMWYtZGEwZmMzZjQtZWZiMjA1MGQtZjAxOTkwZjk=" 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, 726f476e-0c14-4c65-873d-851d92a53d44, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWEzN2QwMWYtZGEwZmMzZjQtZWZiMjA1MGQtZjAxOTkwZjk=
INFO     root:test_log_scenario.py:217 Count rows after insert 12945 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDZjYzM2ZWEtMTEyNmU0NmEtNTE5MmE3MzktZGE0ODcwN2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 50d8de77-1081-41a5-a0cb-840fb97949d9, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 50d8de77-1081-41a5-a0cb-840fb97949d9, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=ZDZjYzM2ZWEtMTEyNmU0NmEtNTE5MmE3MzktZGE0ODcwN2Q=" 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, 50d8de77-1081-41a5-a0cb-840fb97949d9, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDZjYzM2ZWEtMTEyNmU0NmEtNTE5MmE3MzktZGE0ODcwN2Q=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTU4ZThjNDYtNmRjYzRjYjAtYTg3N2U5OGItOWRjNDQxMmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 14e51cc7-c41f-4fa6-bf89-7919975e6c84, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 14e51cc7-c41f-4fa6-bf89-7919975e6c84, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MTU4ZThjNDYtNmRjYzRjYjAtYTg3N2U5OGItOWRjNDQxMmQ=" 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, 14e51cc7-c41f-4fa6-bf89-7919975e6c84, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTU4ZThjNDYtNmRjYzRjYjAtYTg3N2U5OGItOWRjNDQxMmQ=
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/rf5x/00186d/ydb/apps/ydb/ydb -e grpc://localhost:28019 -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.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rf5x/00186d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28019', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rf5x/00186d/ydb/apps/ydb/ydb -e grpc://localhost:28019 -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 out will be placed to ydb.out.14
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/rf5x/00186d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28019', '-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: 3367859
DEBUG    ya.test:process.py:628 Command pid: 3367856
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rf5x/00186d/ydb/apps/ydb/ydb -e grpc://localhost:28019 -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.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzIwZWI0ZjItYzk0NzUwYS1hMjg4ZDNjMi0zYzU1YmNlOQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0851ddc7-80d0-49ad-be0e-b2e0cb10e557, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTk2ZDNiNDYtOGVlZDZlYjYtZGYzOTIwN2YtNjNhYzE4MDE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0851ddc7-80d0-49ad-be0e-b2e0cb10e557, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MzIwZWI0ZjItYzk0NzUwYS1hMjg4ZDNjMi0zYzU1YmNlOQ==" 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, d31641ab-cbe2-4b7a-b291-e60c181f0df9, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmYyMDAwYjctOTZiNjUxNS03NjQ1NzlhYS05MmY5ZDgy
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0851ddc7-80d0-49ad-be0e-b2e0cb10e557, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d31641ab-cbe2-4b7a-b291-e60c181f0df9, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MTk2ZDNiNDYtOGVlZDZlYjYtZGYzOTIwN2YtNjNhYzE4MDE=" 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=ZWFiMzFmOTctMmQ3NTE1NjQtNzFjZjJhMTItM2NlOWVlZGE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ee4ce1d3-6195-4ea3-846e-7ffaf03ba094, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rf5x/00186d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28019', '-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, 8bad0de9-d1a7-4c23-8128-4c237e596025, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8bad0de9-d1a7-4c23-8128-4c237e596025, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=ZWFiMzFmOTctMmQ3NTE1NjQtNzFjZjJhMTItM2NlOWVlZGE=" 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, ee4ce1d3-6195-4ea3-846e-7ffaf03ba094, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MmYyMDAwYjctOTZiNjUxNS03NjQ1NzlhYS05MmY5ZDgy" 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=OGE5OThkNDgtZjFkMDZjMWYtOGJiYTM4YTgtM2E4NzY2OTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9367c624-fcc0-4dd4-83a7-522207a4f660, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9367c624-fcc0-4dd4-83a7-522207a4f660, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=OGE5OThkNDgtZjFkMDZjMWYtOGJiYTM4YTgtM2E4NzY2OTA=" 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, ee4ce1d3-6195-4ea3-846e-7ffaf03ba094, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d31641ab-cbe2-4b7a-b291-e60c181f0df9, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2M3MzQxMC04MDE1YjE5NC05ZTAxOTNhYi05Y2YyYzEzZA==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8bad0de9-d1a7-4c23-8128-4c237e596025, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 3367885
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9367c624-fcc0-4dd4-83a7-522207a4f660, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e86355ef-f145-4e83-940b-2b570eea2019, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmE3ZDk0MDUtMWMyMGI1MTQtYWQzNTFjMjQtM2UwOGYzM2M=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e86355ef-f145-4e83-940b-2b570eea2019, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=M2M3MzQxMC04MDE1YjE5NC05ZTAxOTNhYi05Y2YyYzEzZA==" 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, 9104fe34-00e2-4eba-8907-7a2f5d16bc78, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWEzN2QwMWYtZGEwZmMzZjQtZWZiMjA1MGQtZjAxOTkwZjk=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9104fe34-00e2-4eba-8907-7a2f5d16bc78, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MmE3ZDk0MDUtMWMyMGI1MTQtYWQzNTFjMjQtM2UwOGYzM2M=" 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, 7391ff97-a651-48cf-9168-995ff6ede630, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDZjYzM2ZWEtMTEyNmU0NmEtNTE5MmE3MzktZGE0ODcwN2Q=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e86355ef-f145-4e83-940b-2b570eea2019, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9104fe34-00e2-4eba-8907-7a2f5d16bc78, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7391ff97-a651-48cf-9168-995ff6ede630, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MWEzN2QwMWYtZGEwZmMzZjQtZWZiMjA1MGQtZjAxOTkwZjk=" 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, 7391ff97-a651-48cf-9168-995ff6ede630, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTU4ZThjNDYtNmRjYzRjYjAtYTg3N2U5OGItOWRjNDQxMmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a090fa9e-10f5-4b76-99e9-275d5e76e74b, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5f12a146-5c5a-4979-ab11-b9fcd4a0dc6b, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a090fa9e-10f5-4b76-99e9-275d5e76e74b, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=ZDZjYzM2ZWEtMTEyNmU0NmEtNTE5MmE3MzktZGE0ODcwN2Q=" 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, 5f12a146-5c5a-4979-ab11-b9fcd4a0dc6b, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MTU4ZThjNDYtNmRjYzRjYjAtYTg3N2U5OGItOWRjNDQxMmQ=" 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, a090fa9e-10f5-4b76-99e9-275d5e76e74b, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5f12a146-5c5a-4979-ab11-b9fcd4a0dc6b, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e330afbb-92e2-4fdf-96c1-f9d6692fa970, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T21:08:16.595042591+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-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d7ed50ee-7d99-4272-a8ad-ff57f2f85b48, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.595149974+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 479c87d1-3796-4aea-8159-88f8678a5b53, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.595132542+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f442d087-e563-4dfa-98e6-8d9edc0fd06f, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.595163795+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ea3c8155-3907-4c45-b8a1-38dfabf98d0f, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T21:08:16.595179773+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ba12b24c-3fe7-49d9-9a8a-be7f1b84f222, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.595196378+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5516e45b-984e-4122-9ca9-dbf2b0c862a5, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.59521033+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8ff99d27-f6d3-4d8b-bc8e-d5a6192e1f14, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T21:08:16.595239687+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3c3ec6bd-88a5-4142-b583-4c91c9e5984d, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.595254367+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cb26b5a9-7e32-4744-854a-0d848cba978e, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.595223831+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0851ddc7-80d0-49ad-be0e-b2e0cb10e557, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595269542+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d31641ab-cbe2-4b7a-b291-e60c181f0df9, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595284267+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8bad0de9-d1a7-4c23-8128-4c237e596025, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595309564+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ee4ce1d3-6195-4ea3-846e-7ffaf03ba094, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595325291+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e86355ef-f145-4e83-940b-2b570eea2019, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595353532+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9367c624-fcc0-4dd4-83a7-522207a4f660, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595339291+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-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7391ff97-a651-48cf-9168-995ff6ede630, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595385971+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a090fa9e-10f5-4b76-99e9-275d5e76e74b, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595398656+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-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9104fe34-00e2-4eba-8907-7a2f5d16bc78, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595368506+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGE5OThkNDgtZjFkMDZjMWYtOGJiYTM4YTgtM2E4NzY2OTA=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDZjYzM2ZWEtMTEyNmU0NmEtNTE5MmE3MzktZGE0ODcwN2Q=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5f12a146-5c5a-4979-ab11-b9fcd4a0dc6b, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595415307+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.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:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:28019
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:28019". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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    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 3367885) rc: 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:260 Command (pid 3367885) elapsed time (sec): 30.186967134475708
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:263 Command (pid 3367885) wtime: 30.2
DEBUG    ya.test:process.py:275 Command (pid 3367885) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     39	39	0	0	135	679	695	695
2	     98	98	0	0	95	136	139	141
3	    108	108	0	0	90	117	127	143
4	    114	114	0	0	82	139	155	160
5	     64	64	0	0	85	139	146	162
6	      0	0	0	928	0	0	0	0
7	      0	0	0	1563	0	0	0	0
8	      0	0	0	1538	0	0	0	0
9	      0	0	0	1790	0	0	0	0
10	      0	0	0	1782	0	0	0	0
11	      0	0	0	1937	0	0	0	0
12	      0	0	0	1766	0	0	0	0
13	      0	0	0	1858	0	0	0	0
14	      0	0	0	1792	0	0	0	0
15	      0	0	0	1883	0	0	0	0
16	      0	0	0	1712	0	0	0	0
17	      0	0	0	1639	0	0	0	0
18	      0	0	0	1733	0	0	0	0
19	      0	0	0	1708	0	0	0	0
20	      0	0	0	1786	0	0	0	0
21	      0	0	0	1936	0	0	0	0
22	      0	0	0	1980	0	0	0	0
23	      0	0	0	1858	0	0	0	0
24	      0	0	0	1666	0	0	0	0
25	      0	0	0	1597	0	0	0	0
26	      0	0	0	1573	0	0	0	0
27	      0	0	0	1871	0	0	0	0
28	      0	0	0	1539	0	0	0	0
29	      0	0	0	2051	0	0	0	0
30	      0	0	0	1981	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    423	14.1	0	43467	89	145	659	695

DEBUG    ya.test:process.py:259 Command (pid 3367856) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 3367859) rc: 0
DEBUG    ya.test:process.py:276 Command (pid 3367885) errors:

DEBUG    ya.test:process.py:260 Command (pid 3367856) elapsed time (sec): 30.241708993911743
DEBUG    ya.test:process.py:260 Command (pid 3367859) elapsed time (sec): 30.24546790122986
DEBUG    ya.test:process.py:263 Command (pid 3367856) wtime: 30.259
DEBUG    ya.test:process.py:275 Command (pid 3367856) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     50	50	0	0	118	555	555	555
2	    132	132	0	0	72	105	117	118
3	    143	143	0	0	67	105	131	134
4	    151	151	0	0	61	115	136	143
5	     92	92	0	0	66	112	123	144
6	      0	0	0	900	0	0	0	0
7	      0	0	0	1382	0	0	0	0
8	      0	0	0	1290	0	0	0	0
9	      0	0	0	1707	0	0	0	0
10	      0	0	0	1502	0	0	0	0
11	      0	0	0	1777	0	0	0	0
12	      0	0	0	1729	0	0	0	0
13	      0	0	0	1670	0	0	0	0
14	      0	0	0	1781	0	0	0	0
15	      0	0	0	1662	0	0	0	0
16	      0	0	0	1562	0	0	0	0
17	      0	0	0	1468	0	0	0	0
18	      0	0	0	1666	0	0	0	0
19	      0	0	0	1766	0	0	0	0
20	      0	0	0	1653	0	0	0	0
21	      0	0	0	1797	0	0	0	0
22	      0	0	0	1871	0	0	0	0
23	      0	0	0	1796	0	0	0	0
24	      0	0	0	1633	0	0	0	0
25	      0	0	0	1671	0	0	0	0
26	      0	0	0	1407	0	0	0	0
27	      0	0	0	1747	0	0	0	0
28	      0	0	0	1610	0	0	0	0
29	      0	0	0	1861	0	0	0	0
30	      0	0	0	1666	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    568	18.9333	0	40574	66	126	551	555

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

DEBUG    ya.test:process.py:263 Command (pid 3367859) wtime: 30.25
DEBUG    ya.test:process.py:275 Command (pid 3367859) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	987	0	0	0	0
7	      0	0	0	1481	0	0	0	0
8	      0	0	0	1415	0	0	0	0
9	      0	0	0	1766	0	0	0	0
10	      0	0	0	1774	0	0	0	0
11	      0	0	0	1888	0	0	0	0
12	      0	0	0	1781	0	0	0	0
13	      0	0	0	1844	0	0	0	0
14	      0	0	0	1717	0	0	0	0
15	      0	0	0	1820	0	0	0	0
16	      0	0	0	1768	0	0	0	0
17	      0	0	0	1514	0	0	0	0
18	      0	0	0	1718	0	0	0	0
19	      0	0	0	1625	0	0	0	0
20	      0	0	0	1710	0	0	0	0
21	      0	0	0	1981	0	0	0	0
22	      0	0	0	1882	0	0	0	0
23	      0	0	0	1860	0	0	0	0
24	      0	0	0	1774	0	0	0	0
25	      0	0	0	1449	0	0	0	0
26	      0	0	0	1570	0	0	0	0
27	      0	0	0	1875	0	0	0	0
28	      0	0	0	1667	0	0	0	0
29	      0	0	0	2005	0	0	0	0
30	      0	0	0	1909	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 3367859) 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.connection:connection.py:549 Closing channel for endpoint localhost:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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, 8edea769-6b0c-4be7-9928-4422ebcf3ae0, localhost:6229): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8edea769-6b0c-4be7-9928-4422ebcf3ae0, localhost:6229): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8edea769-6b0c-4be7-9928-4422ebcf3ae0, localhost:6229): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jlyz73f3r4.auto.internal" port: 6229 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-jlyz73f3r4.auto.internal:6229, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6229
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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, a2e1bf67-b5fa-4456-89c8-beddf23cbba5, localhost:6229): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a2e1bf67-b5fa-4456-89c8-beddf23cbba5, localhost:6229): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a2e1bf67-b5fa-4456-89c8-beddf23cbba5, localhost:6229): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jlyz73f3r4.auto.internal" port: 6229 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-jlyz73f3r4.auto.internal:6229, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6229
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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, 7d6fb367-d39e-4b54-b78a-a5bd549bc096, localhost:6229): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7d6fb367-d39e-4b54-b78a-a5bd549bc096, localhost:6229): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7d6fb367-d39e-4b54-b78a-a5bd549bc096, localhost:6229): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jlyz73f3r4.auto.internal" port: 6229 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-jlyz73f3r4.auto.internal:6229, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6229
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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-jlyz73f3r4'
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/rf5x/00186d/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.3301603' in '/home/runner/.ya/build/build_root/rf5x/00186d/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_4oikzt8z.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:28019/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11595
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12349
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15205
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28019
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11217
=================================== 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/rf5x/00186d/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rf5x/00186d/ydb/apps/ydb/ydb -e grpc://localhost:28019 -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/rf5x/00186d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28019', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3341393
DEBUG    ya.test:process.py:259 Command (pid 3341393) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3341393) elapsed time (sec): 0.4179854393005371
DEBUG    ya.test:process.py:263 Command (pid 3341393) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) maxrss: 788880
DEBUG    ya.test:process.py:263 Command (pid 3341393) minflt: 3543
DEBUG    ya.test:process.py:263 Command (pid 3341393) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) nivcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 3341393) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3341393) nvcsw: 181
DEBUG    ya.test:process.py:263 Command (pid 3341393) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3341393) stime: 0.012353
DEBUG    ya.test:process.py:263 Command (pid 3341393) utime: 0.074108
DEBUG    ya.test:process.py:263 Command (pid 3341393) wtime: 0.42
DEBUG    ya.test:process.py:275 Command (pid 3341393) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3341393) 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/rf5x/00186d/ydb/apps/ydb/ydb -e grpc://localhost:28019 -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/rf5x/00186d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28019', '-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: 3341611
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 56b2bb38-6ff4-4e77-9810-c5ce9dad4ab0, localhost:6229): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 56b2bb38-6ff4-4e77-9810-c5ce9dad4ab0, localhost:6229): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 56b2bb38-6ff4-4e77-9810-c5ce9dad4ab0, localhost:6229): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jlyz73f3r4.auto.internal" port: 6229 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-jlyz73f3r4.auto.internal:6229, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6229
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 3341611) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3341611) elapsed time (sec): 30.21366596221924
DEBUG    ya.test:process.py:263 Command (pid 3341611) wtime: 30.215
DEBUG    ya.test:process.py:275 Command (pid 3341611) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    427	427	0	0	21	33	51	56
2	    420	420	0	0	22	34	39	42
3	    427	427	0	0	22	33	38	41
4	    444	444	0	0	21	31	37	40
5	    441	441	0	0	21	29	32	34
6	    427	427	0	0	22	33	37	39
7	    435	435	0	0	21	32	39	41
8	    439	439	0	0	22	29	32	35
9	    397	397	0	0	22	36	80	85
10	    455	455	0	0	21	28	32	36
11	    447	447	0	0	21	31	36	44
12	    452	452	0	0	20	28	34	40
13	    438	438	0	0	21	31	40	47
14	    433	433	0	0	21	31	39	44
15	    428	428	0	0	21	33	62	65
16	    411	411	0	0	22	35	38	42
17	    413	413	0	0	22	34	49	52
18	    439	439	0	0	21	30	32	39
19	    406	406	0	0	22	34	43	44
20	    426	426	0	0	21	39	48	53
21	    437	437	0	0	21	31	39	46
22	    427	427	0	0	21	35	45	51
23	    469	469	0	0	20	25	30	34
24	    459	459	0	0	21	27	31	33
25	    449	449	0	0	21	31	34	36
26	    460	460	0	0	21	27	30	32
27	    447	447	0	0	21	30	33	35
28	    466	466	0	0	21	25	29	31
29	    468	468	0	0	20	26	31	35
30	    477	477	0	0	20	26	31	32

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13164	438.8	0	0	21	31	39	85

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWEzN2QwMWYtZGEwZmMzZjQtZWZiMjA1MGQtZjAxOTkwZjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 726f476e-0c14-4c65-873d-851d92a53d44, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 726f476e-0c14-4c65-873d-851d92a53d44, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MWEzN2QwMWYtZGEwZmMzZjQtZWZiMjA1MGQtZjAxOTkwZjk=" 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, 726f476e-0c14-4c65-873d-851d92a53d44, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWEzN2QwMWYtZGEwZmMzZjQtZWZiMjA1MGQtZjAxOTkwZjk=
INFO     root:test_log_scenario.py:217 Count rows after insert 12945 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDZjYzM2ZWEtMTEyNmU0NmEtNTE5MmE3MzktZGE0ODcwN2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 50d8de77-1081-41a5-a0cb-840fb97949d9, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 50d8de77-1081-41a5-a0cb-840fb97949d9, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=ZDZjYzM2ZWEtMTEyNmU0NmEtNTE5MmE3MzktZGE0ODcwN2Q=" 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, 50d8de77-1081-41a5-a0cb-840fb97949d9, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDZjYzM2ZWEtMTEyNmU0NmEtNTE5MmE3MzktZGE0ODcwN2Q=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTU4ZThjNDYtNmRjYzRjYjAtYTg3N2U5OGItOWRjNDQxMmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 14e51cc7-c41f-4fa6-bf89-7919975e6c84, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 14e51cc7-c41f-4fa6-bf89-7919975e6c84, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MTU4ZThjNDYtNmRjYzRjYjAtYTg3N2U5OGItOWRjNDQxMmQ=" 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, 14e51cc7-c41f-4fa6-bf89-7919975e6c84, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTU4ZThjNDYtNmRjYzRjYjAtYTg3N2U5OGItOWRjNDQxMmQ=
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/rf5x/00186d/ydb/apps/ydb/ydb -e grpc://localhost:28019 -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.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rf5x/00186d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28019', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rf5x/00186d/ydb/apps/ydb/ydb -e grpc://localhost:28019 -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 out will be placed to ydb.out.14
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/rf5x/00186d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28019', '-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: 3367859
DEBUG    ya.test:process.py:628 Command pid: 3367856
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/rf5x/00186d/ydb/apps/ydb/ydb -e grpc://localhost:28019 -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.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzIwZWI0ZjItYzk0NzUwYS1hMjg4ZDNjMi0zYzU1YmNlOQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0851ddc7-80d0-49ad-be0e-b2e0cb10e557, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTk2ZDNiNDYtOGVlZDZlYjYtZGYzOTIwN2YtNjNhYzE4MDE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0851ddc7-80d0-49ad-be0e-b2e0cb10e557, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MzIwZWI0ZjItYzk0NzUwYS1hMjg4ZDNjMi0zYzU1YmNlOQ==" 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, d31641ab-cbe2-4b7a-b291-e60c181f0df9, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmYyMDAwYjctOTZiNjUxNS03NjQ1NzlhYS05MmY5ZDgy
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0851ddc7-80d0-49ad-be0e-b2e0cb10e557, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d31641ab-cbe2-4b7a-b291-e60c181f0df9, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MTk2ZDNiNDYtOGVlZDZlYjYtZGYzOTIwN2YtNjNhYzE4MDE=" 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=ZWFiMzFmOTctMmQ3NTE1NjQtNzFjZjJhMTItM2NlOWVlZGE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ee4ce1d3-6195-4ea3-846e-7ffaf03ba094, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/rf5x/00186d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:28019', '-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, 8bad0de9-d1a7-4c23-8128-4c237e596025, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8bad0de9-d1a7-4c23-8128-4c237e596025, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=ZWFiMzFmOTctMmQ3NTE1NjQtNzFjZjJhMTItM2NlOWVlZGE=" 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, ee4ce1d3-6195-4ea3-846e-7ffaf03ba094, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MmYyMDAwYjctOTZiNjUxNS03NjQ1NzlhYS05MmY5ZDgy" 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=OGE5OThkNDgtZjFkMDZjMWYtOGJiYTM4YTgtM2E4NzY2OTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9367c624-fcc0-4dd4-83a7-522207a4f660, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9367c624-fcc0-4dd4-83a7-522207a4f660, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=OGE5OThkNDgtZjFkMDZjMWYtOGJiYTM4YTgtM2E4NzY2OTA=" 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, ee4ce1d3-6195-4ea3-846e-7ffaf03ba094, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d31641ab-cbe2-4b7a-b291-e60c181f0df9, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2M3MzQxMC04MDE1YjE5NC05ZTAxOTNhYi05Y2YyYzEzZA==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8bad0de9-d1a7-4c23-8128-4c237e596025, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 3367885
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9367c624-fcc0-4dd4-83a7-522207a4f660, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e86355ef-f145-4e83-940b-2b570eea2019, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmE3ZDk0MDUtMWMyMGI1MTQtYWQzNTFjMjQtM2UwOGYzM2M=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e86355ef-f145-4e83-940b-2b570eea2019, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=M2M3MzQxMC04MDE1YjE5NC05ZTAxOTNhYi05Y2YyYzEzZA==" 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, 9104fe34-00e2-4eba-8907-7a2f5d16bc78, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWEzN2QwMWYtZGEwZmMzZjQtZWZiMjA1MGQtZjAxOTkwZjk=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9104fe34-00e2-4eba-8907-7a2f5d16bc78, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MmE3ZDk0MDUtMWMyMGI1MTQtYWQzNTFjMjQtM2UwOGYzM2M=" 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, 7391ff97-a651-48cf-9168-995ff6ede630, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDZjYzM2ZWEtMTEyNmU0NmEtNTE5MmE3MzktZGE0ODcwN2Q=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e86355ef-f145-4e83-940b-2b570eea2019, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9104fe34-00e2-4eba-8907-7a2f5d16bc78, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7391ff97-a651-48cf-9168-995ff6ede630, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MWEzN2QwMWYtZGEwZmMzZjQtZWZiMjA1MGQtZjAxOTkwZjk=" 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, 7391ff97-a651-48cf-9168-995ff6ede630, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTU4ZThjNDYtNmRjYzRjYjAtYTg3N2U5OGItOWRjNDQxMmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a090fa9e-10f5-4b76-99e9-275d5e76e74b, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5f12a146-5c5a-4979-ab11-b9fcd4a0dc6b, ghrun-jlyz73f3r4.auto.internal:28019): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a090fa9e-10f5-4b76-99e9-275d5e76e74b, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=ZDZjYzM2ZWEtMTEyNmU0NmEtNTE5MmE3MzktZGE0ODcwN2Q=" 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, 5f12a146-5c5a-4979-ab11-b9fcd4a0dc6b, ghrun-jlyz73f3r4.auto.internal:28019): request = { session_id: "ydb://session/3?node_id=1&id=MTU4ZThjNDYtNmRjYzRjYjAtYTg3N2U5OGItOWRjNDQxMmQ=" 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, a090fa9e-10f5-4b76-99e9-275d5e76e74b, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5f12a146-5c5a-4979-ab11-b9fcd4a0dc6b, ghrun-jlyz73f3r4.auto.internal:28019): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e330afbb-92e2-4fdf-96c1-f9d6692fa970, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T21:08:16.595042591+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-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d7ed50ee-7d99-4272-a8ad-ff57f2f85b48, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.595149974+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 479c87d1-3796-4aea-8159-88f8678a5b53, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.595132542+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f442d087-e563-4dfa-98e6-8d9edc0fd06f, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.595163795+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ea3c8155-3907-4c45-b8a1-38dfabf98d0f, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T21:08:16.595179773+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ba12b24c-3fe7-49d9-9a8a-be7f1b84f222, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.595196378+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5516e45b-984e-4122-9ca9-dbf2b0c862a5, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.59521033+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8ff99d27-f6d3-4d8b-bc8e-d5a6192e1f14, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T21:08:16.595239687+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3c3ec6bd-88a5-4142-b583-4c91c9e5984d, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.595254367+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cb26b5a9-7e32-4744-854a-0d848cba978e, ghrun-jlyz73f3r4.auto.internal:28019): 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:28019 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T21:08:16.595223831+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0851ddc7-80d0-49ad-be0e-b2e0cb10e557, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595269542+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d31641ab-cbe2-4b7a-b291-e60c181f0df9, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595284267+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8bad0de9-d1a7-4c23-8128-4c237e596025, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595309564+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ee4ce1d3-6195-4ea3-846e-7ffaf03ba094, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595325291+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e86355ef-f145-4e83-940b-2b570eea2019, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595353532+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9367c624-fcc0-4dd4-83a7-522207a4f660, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595339291+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-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7391ff97-a651-48cf-9168-995ff6ede630, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595385971+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a090fa9e-10f5-4b76-99e9-275d5e76e74b, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595398656+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-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9104fe34-00e2-4eba-8907-7a2f5d16bc78, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595368506+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGE5OThkNDgtZjFkMDZjMWYtOGJiYTM4YTgtM2E4NzY2OTA=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDZjYzM2ZWEtMTEyNmU0NmEtNTE5MmE3MzktZGE0ODcwN2Q=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5f12a146-5c5a-4979-ab11-b9fcd4a0dc6b, ghrun-jlyz73f3r4.auto.internal:28019): 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-21T21:08:16.595415307+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jlyz73f3r4.auto.internal:28019
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.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:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:28019
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:28019". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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    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 3367885) rc: 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:260 Command (pid 3367885) elapsed time (sec): 30.186967134475708
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:263 Command (pid 3367885) wtime: 30.2
DEBUG    ya.test:process.py:275 Command (pid 3367885) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     39	39	0	0	135	679	695	695
2	     98	98	0	0	95	136	139	141
3	    108	108	0	0	90	117	127	143
4	    114	114	0	0	82	139	155	160
5	     64	64	0	0	85	139	146	162
6	      0	0	0	928	0	0	0	0
7	      0	0	0	1563	0	0	0	0
8	      0	0	0	1538	0	0	0	0
9	      0	0	0	1790	0	0	0	0
10	      0	0	0	1782	0	0	0	0
11	      0	0	0	1937	0	0	0	0
12	      0	0	0	1766	0	0	0	0
13	      0	0	0	1858	0	0	0	0
14	      0	0	0	1792	0	0	0	0
15	      0	0	0	1883	0	0	0	0
16	      0	0	0	1712	0	0	0	0
17	      0	0	0	1639	0	0	0	0
18	      0	0	0	1733	0	0	0	0
19	      0	0	0	1708	0	0	0	0
20	      0	0	0	1786	0	0	0	0
21	      0	0	0	1936	0	0	0	0
22	      0	0	0	1980	0	0	0	0
23	      0	0	0	1858	0	0	0	0
24	      0	0	0	1666	0	0	0	0
25	      0	0	0	1597	0	0	0	0
26	      0	0	0	1573	0	0	0	0
27	      0	0	0	1871	0	0	0	0
28	      0	0	0	1539	0	0	0	0
29	      0	0	0	2051	0	0	0	0
30	      0	0	0	1981	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    423	14.1	0	43467	89	145	659	695

DEBUG    ya.test:process.py:259 Command (pid 3367856) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 3367859) rc: 0
DEBUG    ya.test:process.py:276 Command (pid 3367885) errors:

DEBUG    ya.test:process.py:260 Command (pid 3367856) elapsed time (sec): 30.241708993911743
DEBUG    ya.test:process.py:260 Command (pid 3367859) elapsed time (sec): 30.24546790122986
DEBUG    ya.test:process.py:263 Command (pid 3367856) wtime: 30.259
DEBUG    ya.test:process.py:275 Command (pid 3367856) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     50	50	0	0	118	555	555	555
2	    132	132	0	0	72	105	117	118
3	    143	143	0	0	67	105	131	134
4	    151	151	0	0	61	115	136	143
5	     92	92	0	0	66	112	123	144
6	      0	0	0	900	0	0	0	0
7	      0	0	0	1382	0	0	0	0
8	      0	0	0	1290	0	0	0	0
9	      0	0	0	1707	0	0	0	0
10	      0	0	0	1502	0	0	0	0
11	      0	0	0	1777	0	0	0	0
12	      0	0	0	1729	0	0	0	0
13	      0	0	0	1670	0	0	0	0
14	      0	0	0	1781	0	0	0	0
15	      0	0	0	1662	0	0	0	0
16	      0	0	0	1562	0	0	0	0
17	      0	0	0	1468	0	0	0	0
18	      0	0	0	1666	0	0	0	0
19	      0	0	0	1766	0	0	0	0
20	      0	0	0	1653	0	0	0	0
21	      0	0	0	1797	0	0	0	0
22	      0	0	0	1871	0	0	0	0
23	      0	0	0	1796	0	0	0	0
24	      0	0	0	1633	0	0	0	0
25	      0	0	0	1671	0	0	0	0
26	      0	0	0	1407	0	0	0	0
27	      0	0	0	1747	0	0	0	0
28	      0	0	0	1610	0	0	0	0
29	      0	0	0	1861	0	0	0	0
30	      0	0	0	1666	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    568	18.9333	0	40574	66	126	551	555

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

DEBUG    ya.test:process.py:263 Command (pid 3367859) wtime: 30.25
DEBUG    ya.test:process.py:275 Command (pid 3367859) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	987	0	0	0	0
7	      0	0	0	1481	0	0	0	0
8	      0	0	0	1415	0	0	0	0
9	      0	0	0	1766	0	0	0	0
10	      0	0	0	1774	0	0	0	0
11	      0	0	0	1888	0	0	0	0
12	      0	0	0	1781	0	0	0	0
13	      0	0	0	1844	0	0	0	0
14	      0	0	0	1717	0	0	0	0
15	      0	0	0	1820	0	0	0	0
16	      0	0	0	1768	0	0	0	0
17	      0	0	0	1514	0	0	0	0
18	      0	0	0	1718	0	0	0	0
19	      0	0	0	1625	0	0	0	0
20	      0	0	0	1710	0	0	0	0
21	      0	0	0	1981	0	0	0	0
22	      0	0	0	1882	0	0	0	0
23	      0	0	0	1860	0	0	0	0
24	      0	0	0	1774	0	0	0	0
25	      0	0	0	1449	0	0	0	0
26	      0	0	0	1570	0	0	0	0
27	      0	0	0	1875	0	0	0	0
28	      0	0	0	1667	0	0	0	0
29	      0	0	0	2005	0	0	0	0
30	      0	0	0	1909	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 3367859) 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.connection:connection.py:549 Closing channel for endpoint localhost:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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, 8edea769-6b0c-4be7-9928-4422ebcf3ae0, localhost:6229): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8edea769-6b0c-4be7-9928-4422ebcf3ae0, localhost:6229): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8edea769-6b0c-4be7-9928-4422ebcf3ae0, localhost:6229): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jlyz73f3r4.auto.internal" port: 6229 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-jlyz73f3r4.auto.internal:6229, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6229
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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, a2e1bf67-b5fa-4456-89c8-beddf23cbba5, localhost:6229): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a2e1bf67-b5fa-4456-89c8-beddf23cbba5, localhost:6229): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a2e1bf67-b5fa-4456-89c8-beddf23cbba5, localhost:6229): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jlyz73f3r4.auto.internal" port: 6229 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-jlyz73f3r4.auto.internal:6229, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6229
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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, 7d6fb367-d39e-4b54-b78a-a5bd549bc096, localhost:6229): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7d6fb367-d39e-4b54-b78a-a5bd549bc096, localhost:6229): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7d6fb367-d39e-4b54-b78a-a5bd549bc096, localhost:6229): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jlyz73f3r4.auto.internal" port: 6229 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-jlyz73f3r4.auto.internal:6229, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6229
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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". 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:28019
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:28019". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
============================== slowest durations ===============================
327.37s call     test_log_scenario.py::TestLogScenario::test_log_uniform
31.95s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
16.17s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
6.64s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
5.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
5.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
5.24s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
5.14s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
4.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
4.49s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
4.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
4.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
3.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.52s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.48s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.41s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.02s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.02s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]

(13 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/rf5x/00186d/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/rf5x/00186d/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-21T21:08:11.370228Z): source_id=112;tablet_id=72075186224037997;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 @ 0x1CF19C55
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: ?? @ 0x7F0B1B639AC2
22. ??:0: ?? @ 0x7F0B1B6CB8BF
============== 1 failed, 11 passed, 1 error in 427.64s (0:07:07) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rf5x/0018e2/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 ===============================
12.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
9.26s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
8.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
7.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
6.46s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
6.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
6.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
5.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
4.52s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
4.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
4.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
4.11s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
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-64]
0.01s setup    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]

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 82.94s (0:01:22) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rf5x/001916/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 ===============================
9.08s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
8.85s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
7.97s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
7.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
7.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
7.30s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
6.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
4.92s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
4.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
4.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 76.68s (0:01:16) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rf5x/001947/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_overloads.py ........
test_replace.py 

============================== slowest durations ===============================
109.97s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
109.59s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
102.67s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
91.47s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
86.97s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
73.91s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
9.26s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
8.57s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 8 passed in 600.54s (0:10:00) =========================

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/rf5x/001947/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/rf5x/001947/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/rf5x/001947/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/rf5x/001947', '--source-root', '/home/runner/.ya/build/build_root/rf5x/001947/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/rf5x/001947/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/rf5x/001947/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/rf5x/001947/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/rf5x/001947/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/rf5x/001947', '--source-root', '/home/runner/.ya/build/build_root/rf5x/001947/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/rf5x/001947/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/rf5x/0018e6/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_replace.py .....
test_select.py ..
test_update.py ....

============================== slowest durations ===============================
5.68s setup    test_update.py::TestUpdate::test_incorrect
5.26s setup    test_select.py::TestSelect::test_incorrect
4.84s setup    test_replace.py::TestReplace::test_incorrect
1.04s call     test_update.py::TestUpdate::test_update_many_rows
0.90s call     test_replace.py::TestReplace::test_replace_total
0.90s call     test_update.py::TestUpdate::test_partial_update
0.87s call     test_replace.py::TestReplace::test_replace_rollback
0.85s call     test_select.py::TestSelect::test_json_query
0.73s call     test_replace.py::TestReplace::test_partial_replace
0.73s call     test_update.py::TestUpdate::test_update_pk
0.57s call     test_replace.py::TestReplace::test_incorrect
0.53s call     test_select.py::TestSelect::test_incorrect
0.53s call     test_update.py::TestUpdate::test_incorrect
0.46s call     test_replace.py::TestReplace::test_replace_with_nulls
0.01s setup    test_update.py::TestUpdate::test_update_many_rows
0.01s setup    test_replace.py::TestReplace::test_partial_replace
0.01s teardown test_replace.py::TestReplace::test_replace_total

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 25.42s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/rf5x/00189f/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 ===============================
342.81s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
50.03s call     zip_bomb.py::TestZipBomb::test
17.01s teardown zip_bomb.py::TestZipBomb::test
9.58s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
6.59s setup    test_upsert.py::TestUpsert::test_copy_full
4.96s setup    test_update.py::TestUpdate::test_update_rollback
3.92s setup    zip_bomb.py::TestZipBomb::test
3.13s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
1.48s call     test_upsert.py::TestUpsert::test_copy_full
1.31s call     test_upsert.py::TestUpsert::test_copy_partial
1.26s call     test_update.py::TestUpdate::test_update_rollback
1.18s call     test_upsert.py::TestUpsert::test_count
0.99s call     test_update.py::TestUpdate::test_update_single_column
0.85s call     test_upsert.py::TestUpsert::test_partial_update
0.85s call     test_update.py::TestUpdate::test_update_single_row
0.65s call     test_upsert.py::TestUpsert::test_insert_nulls
0.38s call     test_upsert.py::TestUpsert::test_incorrect
0.02s setup    test_update.py::TestUpdate::test_update_single_row
0.01s setup    test_upsert.py::TestUpsert::test_partial_update
0.01s setup    test_upsert.py::TestUpsert::test_insert_nulls

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 448.50s (0:07:28) ========================
