============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fb5n/004712/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=NDFhODdmOWYtZjg2MzM0MDItMWEzOTBlYWEtZWZiMDJjOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cf46d015-57d5-4a26-addb-cb037dea7967, ghrun-c7aesk6ile.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cf46d015-57d5-4a26-addb-cb037dea7967, ghrun-c7aesk6ile.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NDFhODdmOWYtZjg2MzM0MDItMWEzOTBlYWEtZWZiMDJjOTE=" 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, cf46d015-57d5-4a26-addb-cb037dea7967, ghrun-c7aesk6ile.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDFhODdmOWYtZjg2MzM0MDItMWEzOTBlYWEtZWZiMDJjOTE=
---------------------------- 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=NDFhODdmOWYtZjg2MzM0MDItMWEzOTBlYWEtZWZiMDJjOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 768e0b26-eb0a-4fbc-a192-ebb6ed673104, ghrun-c7aesk6ile.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 768e0b26-eb0a-4fbc-a192-ebb6ed673104, ghrun-c7aesk6ile.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NDFhODdmOWYtZjg2MzM0MDItMWEzOTBlYWEtZWZiMDJjOTE=" 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, 768e0b26-eb0a-4fbc-a192-ebb6ed673104, ghrun-c7aesk6ile.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDFhODdmOWYtZjg2MzM0MDItMWEzOTBlYWEtZWZiMDJjOTE=
---------------------------- 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=NDFhODdmOWYtZjg2MzM0MDItMWEzOTBlYWEtZWZiMDJjOTE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 61a47b2b-303b-4bdf-8b8f-e593400681b8, ghrun-c7aesk6ile.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 61a47b2b-303b-4bdf-8b8f-e593400681b8, ghrun-c7aesk6ile.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NDFhODdmOWYtZjg2MzM0MDItMWEzOTBlYWEtZWZiMDJjOTE=" 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, 61a47b2b-303b-4bdf-8b8f-e593400681b8, ghrun-c7aesk6ile.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDFhODdmOWYtZjg2MzM0MDItMWEzOTBlYWEtZWZiMDJjOTE=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
147.75s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
95.61s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
81.87s call     tablets_movement.py::TestTabletsMovement::test[ROW]
46.50s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
5.28s call     test_create.py::TestCreate::test_create_decimals
4.08s setup    test_create.py::TestCreate::test_create_all_opt_ints
3.69s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.65s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
3.56s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.48s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.65s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.62s call     test_create.py::TestCreate::test_create_all_opt_ints
0.53s call     test_create.py::TestCreate::test_create_all_req_ints
0.47s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.20s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.16s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.13s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.03s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED order_by_with_limit.py::TestOrderBy::test_filtered_portion - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_random - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_stress_sorting - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 11 column: 58 } message: "At function: KiCreateTable!" end_position { row: 11 column: 58 } severity: 1 issues { position { row: 11 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 11 column: 58 } severity: 1 } } (server_code: 400080)
=================== 3 failed, 9 passed in 399.65s (0:06:39) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fb5n/0046e5/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: 28.9 ms
create table: 379.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 31.7
    "min_ms": 24.2
    "median_ms": 30.2
    "max_ms": 48.6
    "stdev_ms": 6.4
select count(*) after initial inserts: 93.5 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 49.6
    "min_ms": 39.0
    "median_ms": 47.9
    "max_ms": 106.1
    "stdev_ms": 7.3
select count(*) after all modifications: 2635.8 ms
select all: 2653.8 ms
delete from table: 3226.0 ms
select all after delete: 2709.8 ms
.drop table: 32.2 ms
create table: 382.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.7
    "min_ms": 26.7
    "median_ms": 31.0
    "max_ms": 35.6
    "stdev_ms": 2.8
select count(*) after initial inserts: 105.6 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 50.4
    "min_ms": 40.0
    "median_ms": 48.5
    "max_ms": 85.2
    "stdev_ms": 7.6
updates (step 1):
    "runs": 200
    "avg_ms": 145.9
    "min_ms": 115.6
    "median_ms": 141.6
    "max_ms": 199.0
    "stdev_ms": 16.7
upserts (step 2):
    "runs": 200
    "avg_ms": 26.3
    "min_ms": 20.3
    "median_ms": 25.2
    "max_ms": 49.2
    "stdev_ms": 4.6
select count(*) after all modifications: 291.2 ms
select all: 328.3 ms
delete from table: 335.3 ms
select all after delete: 297.5 ms
.drop table: 47.3 ms
create table: 401.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.4
    "min_ms": 26.4
    "median_ms": 29.7
    "max_ms": 39.2
    "stdev_ms": 3.7
select count(*) after initial inserts: 93.7 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 117.6
    "min_ms": 82.8
    "median_ms": 115.4
    "max_ms": 296.8
    "stdev_ms": 19.0
select count(*) after all modifications: 293.9 ms
select all: 244.1 ms
delete from table: 258.3 ms
select all after delete: 253.3 ms
.drop table: 41.3 ms
create table: 437.2 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.2
    "min_ms": 24.8
    "median_ms": 28.5
    "max_ms": 36.8
    "stdev_ms": 3.7
select count(*) after initial inserts: 90.8 ms
updates (step 0):
    "runs": 150
    "avg_ms": 107.3
    "min_ms": 77.7
    "median_ms": 104.8
    "max_ms": 153.2
    "stdev_ms": 12.4
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 63.2
    "min_ms": 53.5
    "median_ms": 63.1
    "max_ms": 79.1
    "stdev_ms": 4.8
select count(*) after all modifications: 307.7 ms
select all: 283.5 ms
delete from table: 330.5 ms
select all after delete: 270.6 ms
.drop table: 32.4 ms
create table: 467.1 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.9
    "min_ms": 21.8
    "median_ms": 29.7
    "max_ms": 40.8
    "stdev_ms": 3.6
select count(*) after initial inserts: 84.1 ms
updates (step 0):
    "runs": 200
    "avg_ms": 108.1
    "min_ms": 80.5
    "median_ms": 106.6
    "max_ms": 197.9
    "stdev_ms": 16.9
upserts (step 1):
    "runs": 200
    "avg_ms": 29.4
    "min_ms": 20.7
    "median_ms": 27.6
    "max_ms": 66.5
    "stdev_ms": 6.4
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 80.6
    "min_ms": 70.4
    "median_ms": 79.7
    "max_ms": 102.2
    "stdev_ms": 6.6
select count(*) after all modifications: 444.7 ms
select all: 439.0 ms
delete from table: 405.2 ms
select all after delete: 402.9 ms
.drop table: 24.2 ms
create table: 338.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 28.7
    "min_ms": 21.0
    "median_ms": 29.5
    "max_ms": 33.2
    "stdev_ms": 3.4
select count(*) after initial inserts: 97.2 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 24.1
    "min_ms": 16.3
    "median_ms": 23.0
    "max_ms": 96.9
    "stdev_ms": 5.3
select count(*) after all modifications: 294.1 ms
select all: 242.7 ms
delete from table: 241.2 ms
select all after delete: 170.3 ms
.Generated operation sequence:
  0. UPDATE: 8 operations
  1. UPDATE: 16 operations
  2. UPDATE: 3 operations
  3. UPDATE: 8 operations
  4. UPSERT: 19 operations
  5. UPSERT: 13 operations
  6. UPDATE: 8 operations
  7. UPSERT: 12 operations
  8. BULK_UPSERT: 18 operations
  9. UPSERT: 8 operations
drop table: 24.6 ms
create table: 309.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 26.6
    "min_ms": 19.0
    "median_ms": 29.7
    "max_ms": 30.9
    "stdev_ms": 5.2
select count(*) after initial inserts: 77.7 ms
updates (step 0):
    "runs": 80
    "avg_ms": 81.6
    "min_ms": 65.8
    "median_ms": 80.1
    "max_ms": 110.3
    "stdev_ms": 7.8
updates (step 1):
    "runs": 160
    "avg_ms": 103.5
    "min_ms": 73.1
    "median_ms": 98.3
    "max_ms": 174.2
    "stdev_ms": 23.0
updates (step 2):
    "runs": 30
    "avg_ms": 119.1
    "min_ms": 87.2
    "median_ms": 116.1
    "max_ms": 177.9
    "stdev_ms": 20.8
updates (step 3):
    "runs": 80
    "avg_ms": 119.1
    "min_ms": 98.8
    "median_ms": 116.0
    "max_ms": 171.9
    "stdev_ms": 14.6
upserts (step 4):
    "runs": 190
    "avg_ms": 32.6
    "min_ms": 21.9
    "median_ms": 30.0
    "max_ms": 68.3
    "stdev_ms": 8.3
upserts (step 5):
    "runs": 130
    "avg_ms": 36.4
    "min_ms": 22.5
    "median_ms": 31.3
    "max_ms": 94.8
    "stdev_ms": 14.6
updates (step 6):
    "runs": 80
    "avg_ms": 152.3
    "min_ms": 120.7
    "median_ms": 149.4
    "max_ms": 300.6
    "stdev_ms": 24.6
upserts (step 7):
    "runs": 120
    "avg_ms": 38.2
    "min_ms": 22.3
    "median_ms": 35.3
    "max_ms": 202.9
    "stdev_ms": 19.0
bulk_upserts (step 8):
    "runs": 18
    "avg_ms": 80.8
    "min_ms": 60.5
    "median_ms": 75.9
    "max_ms": 115.9
    "stdev_ms": 17.8
upserts (step 9):
    "runs": 80
    "avg_ms": 39.8
    "min_ms": 23.0
    "median_ms": 37.1
    "max_ms": 80.4
    "stdev_ms": 13.5
select count(*) after all modifications: 337.5 ms
select all: 312.2 ms
delete from table: 500.9 ms
select all after delete: 270.3 ms
.
test_delete.py .

============================== slowest durations ===============================
119.53s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
70.64s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
41.58s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
38.45s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
36.86s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
25.82s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
24.62s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
4.95s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
4.06s setup    test_delete.py::TestDelete::test_delete_rollback
3.46s setup    test_create.py::TestCreate::test_create_real_opt
3.05s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.07s call     test_delete.py::TestDelete::test_delete_rollback
0.72s call     test_create.py::TestCreate::test_create_strings_opt
0.41s call     test_create.py::TestCreate::test_create_real_opt
0.35s call     test_create.py::TestCreate::test_create_real_req
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s call     test_create.py::TestCreate::test_dy_number_not_supported
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[bulk_upsert_update_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 376.41s (0:06: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/fb5n/004714/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
3.68s setup    test_delete.py::TestDelete::test_delete_where[False-100]
0.69s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.66s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.66s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.64s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.62s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.60s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.58s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.57s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.54s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.52s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.51s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.49s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]

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

test_delete.py .
test_insert.py ...........

============================== slowest durations ===============================
3.02s setup    test_delete.py::TestDelete::test_incorrect
2.92s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.79s call     test_insert.py::TestInsertStatement::test_copy_partial
0.76s call     test_insert.py::TestInsertStatement::test_copy_full
0.37s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.32s call     test_insert.py::TestInsertStatement::test_plain
0.31s call     test_insert.py::TestInsertStatement::test_duplicate
0.27s call     test_insert.py::TestInsertStatement::test_incorrect
0.24s call     test_insert.py::TestInsertStatement::test_bulk
0.23s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.23s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.23s call     test_insert.py::TestInsertStatement::test_out_of_range
0.22s call     test_delete.py::TestDelete::test_incorrect
0.22s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]

(22 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 10.83s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fb5n/004710/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/fb5n/004710/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/fb5n/004710/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-22T00:49:09.180913Z): source_id=278;tablet_id=72075186224037979;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 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 @ 0x1CF1A285
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: ?? @ 0x7FDE5C5AAAC2
E   22. ??:0: ?? @ 0x7FDE5C63C8BF
------------------------------ 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/fb5n/004710/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb -e grpc://localhost:15715 -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/fb5n/004710/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15715', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1837936
DEBUG    ya.test:process.py:259 Command (pid 1837936) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1837936) elapsed time (sec): 0.36895227432250977
DEBUG    ya.test:process.py:263 Command (pid 1837936) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) maxrss: 806200
DEBUG    ya.test:process.py:263 Command (pid 1837936) minflt: 3550
DEBUG    ya.test:process.py:263 Command (pid 1837936) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) nivcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 1837936) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) nvcsw: 157
DEBUG    ya.test:process.py:263 Command (pid 1837936) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1837936) stime: 0.036198999999999995
DEBUG    ya.test:process.py:263 Command (pid 1837936) utime: 0.040722999999999995
DEBUG    ya.test:process.py:263 Command (pid 1837936) wtime: 0.37
DEBUG    ya.test:process.py:275 Command (pid 1837936) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1837936) 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/fb5n/004710/ydb/apps/ydb/ydb -e grpc://localhost:15715 -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/fb5n/004710/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15715', '-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: 1838636
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 1838636) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1838636) elapsed time (sec): 30.258142709732056
DEBUG    ya.test:process.py:263 Command (pid 1838636) wtime: 30.259
DEBUG    ya.test:process.py:275 Command (pid 1838636) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    454	454	0	0	20	27	43	54
2	    456	456	0	0	20	30	40	45
3	    437	437	0	0	21	32	36	41
4	    451	451	0	0	21	29	34	39
5	    477	477	0	0	20	27	34	41
6	    463	463	0	0	20	27	33	38
7	    448	448	0	0	20	29	39	42
8	    448	448	0	0	20	30	35	39
9	    437	437	0	0	22	32	37	42
10	    457	457	0	0	20	29	34	39
11	    471	471	0	0	20	26	30	31
12	    472	472	0	0	20	25	28	31
13	    460	460	0	0	20	27	31	33
14	    472	472	0	0	20	27	34	42
15	    463	463	0	0	20	27	30	32
16	    463	463	0	0	20	27	31	32
17	    474	474	0	0	20	27	32	33
18	    462	462	0	0	20	28	34	39
19	    441	441	0	0	21	33	45	51
20	    456	456	0	0	20	31	35	37
21	    484	484	0	0	20	25	28	30
22	    444	444	0	0	21	31	47	51
23	    458	458	0	0	20	27	30	34
24	    450	450	0	0	21	29	34	36
25	    468	468	0	0	20	26	37	41
26	    458	458	0	0	21	27	29	32
27	    469	469	0	0	20	27	34	40
28	    474	474	0	0	20	27	30	34
29	    469	469	0	0	20	25	28	30
30	    459	459	0	0	21	30	37	49

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13795	459.833	0	0	20	28	35	54

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzU0ZjE5NzItZDkzNmVmODYtZDE4OTgxNTEtZTE1ZDVmOWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ed990117-b1ec-4675-a229-efd762927504, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ed990117-b1ec-4675-a229-efd762927504, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=MzU0ZjE5NzItZDkzNmVmODYtZDE4OTgxNTEtZTE1ZDVmOWQ=" 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, ed990117-b1ec-4675-a229-efd762927504, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzU0ZjE5NzItZDkzNmVmODYtZDE4OTgxNTEtZTE1ZDVmOWQ=
INFO     root:test_log_scenario.py:217 Count rows after insert 13485 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTIyNmJjMWEtZDU1MzFjOWYtZDVjMmIwNWItNTllZmZjZjI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7ff9980c-b05c-4234-9512-0f579d1aa1a6, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7ff9980c-b05c-4234-9512-0f579d1aa1a6, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=MTIyNmJjMWEtZDU1MzFjOWYtZDVjMmIwNWItNTllZmZjZjI=" 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, 7ff9980c-b05c-4234-9512-0f579d1aa1a6, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTIyNmJjMWEtZDU1MzFjOWYtZDVjMmIwNWItNTllZmZjZjI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjM0YTg2ODctM2Y3ZmM5MWEtMWYzYjNhMzUtZTk5OTA3YTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 199dc9d5-7214-4f3d-a74c-aaefc6fa2e57, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 199dc9d5-7214-4f3d-a74c-aaefc6fa2e57, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=NjM0YTg2ODctM2Y3ZmM5MWEtMWYzYjNhMzUtZTk5OTA3YTM=" 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, 199dc9d5-7214-4f3d-a74c-aaefc6fa2e57, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjM0YTg2ODctM2Y3ZmM5MWEtMWYzYjNhMzUtZTk5OTA3YTM=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb -e grpc://localhost:15715 -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    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGMxOTdjNy03YjI5Y2Y4YS03Y2ViODVlYy1hOGU1MjAzNQ==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb -e grpc://localhost:15715 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb -e grpc://localhost:15715 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 61a1646d-9737-404f-b783-480c6bbb6f20, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmVlMmI1ZWItNjlkYTA2N2EtODU0OTkwNTUtZmM5NjM1Y2Q=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 61a1646d-9737-404f-b783-480c6bbb6f20, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=OGMxOTdjNy03YjI5Y2Y4YS03Y2ViODVlYy1hOGU1MjAzNQ==" 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, 91e5dd43-22b7-47c0-aa7c-1ff5e07717fa, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGJmMjhmNTgtNzU3ZjEyMmYtNDJiYWE1ZDEtMjEwMjU5MTY=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 91e5dd43-22b7-47c0-aa7c-1ff5e07717fa, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=ZmVlMmI1ZWItNjlkYTA2N2EtODU0OTkwNTUtZmM5NjM1Y2Q=" 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, 09802c08-f13d-492a-bae5-e5d7028585c2, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 61a1646d-9737-404f-b783-480c6bbb6f20, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODY4MDkzZjUtOGExNzdjNWUtYTM5Njk5MWEtZmMwMzJhZDQ=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 91e5dd43-22b7-47c0-aa7c-1ff5e07717fa, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 09802c08-f13d-492a-bae5-e5d7028585c2, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=ZGJmMjhmNTgtNzU3ZjEyMmYtNDJiYWE1ZDEtMjEwMjU5MTY=" 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, 04cfa2ec-907c-42f5-95cf-deb2112b8333, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTk4ODczZmEtNmY1MzgwMDUtZDg2MDgyYTMtM2Q4MDgzZjI=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 04cfa2ec-907c-42f5-95cf-deb2112b8333, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=ODY4MDkzZjUtOGExNzdjNWUtYTM5Njk5MWEtZmMwMzJhZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3NTYwYS0zNTg3YTJmLWExNmNkMzBjLTlhZGQ3YjFl
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 69bfabf4-de09-4f3c-b0d4-812f933d63fa, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15715', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 09802c08-f13d-492a-bae5-e5d7028585c2, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15715', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15715', '-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:52 RpcState(ExecuteQuery, 04cfa2ec-907c-42f5-95cf-deb2112b8333, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 380a0c6d-965e-41b4-98c2-a32e9c631393, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzg5YWE2ZmYtYjk5NDY0LWZjMjY3NjEwLTZiMzBlYzY2
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 69bfabf4-de09-4f3c-b0d4-812f933d63fa, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=ZTk4ODczZmEtNmY1MzgwMDUtZDg2MDgyYTMtM2Q4MDgzZjI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 1892706
DEBUG    ya.test:process.py:628 Command pid: 1892708
DEBUG    ya.test:process.py:628 Command pid: 1892709
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 380a0c6d-965e-41b4-98c2-a32e9c631393, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=NTU3NTYwYS0zNTg3YTJmLWExNmNkMzBjLTlhZGQ3YjFl" 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, eabc4456-f120-4167-abcb-38035f22c5c2, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzU0ZjE5NzItZDkzNmVmODYtZDE4OTgxNTEtZTE1ZDVmOWQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 69bfabf4-de09-4f3c-b0d4-812f933d63fa, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eabc4456-f120-4167-abcb-38035f22c5c2, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=Yzg5YWE2ZmYtYjk5NDY0LWZjMjY3NjEwLTZiMzBlYzY2" 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, 3bbb406c-5274-4078-81b4-12125cbe1f9c, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTIyNmJjMWEtZDU1MzFjOWYtZDVjMmIwNWItNTllZmZjZjI=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 380a0c6d-965e-41b4-98c2-a32e9c631393, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, eabc4456-f120-4167-abcb-38035f22c5c2, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3bbb406c-5274-4078-81b4-12125cbe1f9c, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=MzU0ZjE5NzItZDkzNmVmODYtZDE4OTgxNTEtZTE1ZDVmOWQ=" 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, ba24d685-d5a0-4bee-a3e7-f5a245358954, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjM0YTg2ODctM2Y3ZmM5MWEtMWYzYjNhMzUtZTk5OTA3YTM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ba24d685-d5a0-4bee-a3e7-f5a245358954, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=MTIyNmJjMWEtZDU1MzFjOWYtZDVjMmIwNWItNTllZmZjZjI=" 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, 3bbb406c-5274-4078-81b4-12125cbe1f9c, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2353a2f7-4eeb-4960-94ed-12c8a1895a6f, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2353a2f7-4eeb-4960-94ed-12c8a1895a6f, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=NjM0YTg2ODctM2Y3ZmM5MWEtMWYzYjNhMzUtZTk5OTA3YTM=" 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, ba24d685-d5a0-4bee-a3e7-f5a245358954, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2353a2f7-4eeb-4960-94ed-12c8a1895a6f, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 47ce7236-2f60-4d4e-ac2d-f6fc701f17c0, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T00:49:19.395107876+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 346a5efe-71ca-42c6-bc9c-e558830c6e60, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T00:49:19.395190135+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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 48964203-9af3-4d5d-98db-da1b260d4eb4, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T00:49:19.395203872+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cabcb4a3-8b11-4991-a48e-05a75ca0a561, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T00:49:19.395215796+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f5718abf-b85f-4389-819f-f01d2d7117c0, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T00:49:19.395226865+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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 57ea28da-2e54-499c-87f4-d6cc485b93a5, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T00:49:19.39523819+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6e9647e7-504d-4910-ad51-cec64a631998, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T00:49:19.395250487+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b413af0e-16d0-4167-8a61-eb95ebc9774e, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T00:49:19.395260774+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 484b4335-a4e2-43cf-a8d2-b5d1fd6f2e10, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T00:49:19.395276713+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d95034e2-41b5-408a-845c-b501321ae7bb, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T00:49:19.395299604+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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 61a1646d-9737-404f-b783-480c6bbb6f20, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395310973+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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 91e5dd43-22b7-47c0-aa7c-1ff5e07717fa, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395322585+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 04cfa2ec-907c-42f5-95cf-deb2112b8333, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395349302+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 69bfabf4-de09-4f3c-b0d4-812f933d63fa, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395368025+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 09802c08-f13d-492a-bae5-e5d7028585c2, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395332739+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 380a0c6d-965e-41b4-98c2-a32e9c631393, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395379141+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, eabc4456-f120-4167-abcb-38035f22c5c2, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395396814+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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3bbb406c-5274-4078-81b4-12125cbe1f9c, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395415562+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ba24d685-d5a0-4bee-a3e7-f5a245358954, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395445772+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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2353a2f7-4eeb-4960-94ed-12c8a1895a6f, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395460864+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, eb47f468-1129-4480-8156-be44623cc680, localhost:32445): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, eb47f468-1129-4480-8156-be44623cc680, localhost:32445): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, eb47f468-1129-4480-8156-be44623cc680, localhost:32445): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c7aesk6ile.auto.internal" port: 32445 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-c7aesk6ile.auto.internal:32445, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:32445
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, 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 1892709) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1892709) elapsed time (sec): 30.1688551902771
DEBUG    ya.test:process.py:263 Command (pid 1892709) wtime: 30.174
DEBUG    ya.test:process.py:275 Command (pid 1892709) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     27	27	0	0	343	691	703	703
2	    122	122	0	0	80	119	139	147
3	    116	116	0	0	82	108	113	114
4	    121	121	0	0	73	147	168	170
5	    126	126	0	0	77	106	109	117
6	    117	117	0	0	80	140	160	164
7	    134	134	0	0	69	98	114	119
8	    140	140	0	0	70	90	103	103
9	    144	144	0	0	66	90	93	97
10	    122	122	0	0	70	102	110	111
11	      0	0	0	1289	0	0	0	0
12	      0	0	0	1835	0	0	0	0
13	      0	0	0	2303	0	0	0	0
14	      0	0	0	2199	0	0	0	0
15	      0	0	0	2462	0	0	0	0
16	      0	0	0	2119	0	0	0	0
17	      0	0	0	2046	0	0	0	0
18	      0	0	0	2096	0	0	0	0
19	      0	0	0	2309	0	0	0	0
20	      0	0	0	1953	0	0	0	0
21	      0	0	0	2106	0	0	0	0
22	      0	0	0	1941	0	0	0	0
23	      0	0	0	1951	0	0	0	0
24	      0	0	0	1880	0	0	0	0
25	      0	0	0	1692	0	0	0	0
26	      0	0	0	1797	0	0	0	0
27	      0	0	0	1403	0	0	0	0
28	      0	0	0	2112	0	0	0	0
29	      0	0	0	2108	0	0	0	0
30	      0	0	0	2031	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1169	38.9667	0	39632	73	115	381	703

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1892708) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1892708) elapsed time (sec): 30.209743976593018
DEBUG    ya.test:process.py:263 Command (pid 1892708) wtime: 30.215
DEBUG    ya.test:process.py:275 Command (pid 1892708) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     43	43	0	0	156	583	595	595
2	    157	157	0	0	60	95	106	131
3	    156	156	0	0	62	85	89	93
4	    164	164	0	0	54	106	131	137
5	    169	169	0	0	56	86	90	95
6	    156	156	0	0	58	101	116	134
7	    178	178	0	0	52	78	103	106
8	    186	186	0	0	52	70	87	89
9	    190	190	0	0	50	71	82	87
10	    162	162	0	0	53	74	84	87
11	      0	0	0	1231	0	0	0	0
12	      0	0	0	1761	0	0	0	0
13	      0	0	0	2230	0	0	0	0
14	      0	0	0	2013	0	0	0	0
15	      0	0	0	2360	0	0	0	0
16	      0	0	0	2017	0	0	0	0
17	      0	0	0	1915	0	0	0	0
18	      0	0	0	1901	0	0	0	0
19	      0	0	0	2028	0	0	0	0
20	      0	0	0	2013	0	0	0	0
21	      0	0	0	1913	0	0	0	0
22	      0	0	0	1895	0	0	0	0
23	      0	0	0	1905	0	0	0	0
24	      0	0	0	1746	0	0	0	0
25	      0	0	0	1690	0	0	0	0
26	      0	0	0	1724	0	0	0	0
27	      0	0	0	1429	0	0	0	0
28	      0	0	0	1382	0	0	0	0
29	      0	0	0	1887	0	0	0	0
30	      0	0	0	1848	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1561	52.0333	0	36888	54	91	187	595

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1892706) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1892706) elapsed time (sec): 30.254878520965576
DEBUG    ya.test:process.py:263 Command (pid 1892706) wtime: 30.261
DEBUG    ya.test:process.py:275 Command (pid 1892706) 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	      1	1	0	10	171	171	171	171
7	      0	0	0	10	0	0	0	0
8	      0	0	0	10	0	0	0	0
9	      0	0	0	10	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	1287	0	0	0	0
12	      0	0	0	1906	0	0	0	0
13	      0	0	0	2263	0	0	0	0
14	      0	0	0	2108	0	0	0	0
15	      0	0	0	2450	0	0	0	0
16	      0	0	0	1958	0	0	0	0
17	      0	0	0	2025	0	0	0	0
18	      0	0	0	2088	0	0	0	0
19	      0	0	0	2360	0	0	0	0
20	      0	0	0	2231	0	0	0	0
21	      0	0	0	2033	0	0	0	0
22	      0	0	0	1895	0	0	0	0
23	      0	0	0	1996	0	0	0	0
24	      0	0	0	1822	0	0	0	0
25	      0	0	0	1947	0	0	0	0
26	      0	0	0	1614	0	0	0	0
27	      0	0	0	1547	0	0	0	0
28	      0	0	0	1848	0	0	0	0
29	      0	0	0	2055	0	0	0	0
30	      0	0	0	1974	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	39497	171	171	171	171

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 64ac5181-2ce9-4c4f-8307-ef859edbd8a5, localhost:32445): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 64ac5181-2ce9-4c4f-8307-ef859edbd8a5, localhost:32445): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 64ac5181-2ce9-4c4f-8307-ef859edbd8a5, localhost:32445): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c7aesk6ile.auto.internal" port: 32445 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-c7aesk6ile.auto.internal:32445, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:32445
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
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:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 54944d1b-277e-408c-8c36-4e2ed4fb12b0, localhost:32445): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 54944d1b-277e-408c-8c36-4e2ed4fb12b0, localhost:32445): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 54944d1b-277e-408c-8c36-4e2ed4fb12b0, localhost:32445): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c7aesk6ile.auto.internal" port: 32445 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-c7aesk6ile.auto.internal:32445, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:32445
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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.
---------------------------- 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:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-c7aesk6ile'
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/fb5n/004710/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.1782082' in '/home/runner/.ya/build/build_root/fb5n/004710/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_f0u9o7sa.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:15715/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27959
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21083
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22815
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15715
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24378
=================================== 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/fb5n/004710/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb -e grpc://localhost:15715 -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/fb5n/004710/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15715', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1837936
DEBUG    ya.test:process.py:259 Command (pid 1837936) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1837936) elapsed time (sec): 0.36895227432250977
DEBUG    ya.test:process.py:263 Command (pid 1837936) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) maxrss: 806200
DEBUG    ya.test:process.py:263 Command (pid 1837936) minflt: 3550
DEBUG    ya.test:process.py:263 Command (pid 1837936) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) nivcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 1837936) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1837936) nvcsw: 157
DEBUG    ya.test:process.py:263 Command (pid 1837936) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1837936) stime: 0.036198999999999995
DEBUG    ya.test:process.py:263 Command (pid 1837936) utime: 0.040722999999999995
DEBUG    ya.test:process.py:263 Command (pid 1837936) wtime: 0.37
DEBUG    ya.test:process.py:275 Command (pid 1837936) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1837936) 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/fb5n/004710/ydb/apps/ydb/ydb -e grpc://localhost:15715 -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/fb5n/004710/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15715', '-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: 1838636
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 1838636) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1838636) elapsed time (sec): 30.258142709732056
DEBUG    ya.test:process.py:263 Command (pid 1838636) wtime: 30.259
DEBUG    ya.test:process.py:275 Command (pid 1838636) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    454	454	0	0	20	27	43	54
2	    456	456	0	0	20	30	40	45
3	    437	437	0	0	21	32	36	41
4	    451	451	0	0	21	29	34	39
5	    477	477	0	0	20	27	34	41
6	    463	463	0	0	20	27	33	38
7	    448	448	0	0	20	29	39	42
8	    448	448	0	0	20	30	35	39
9	    437	437	0	0	22	32	37	42
10	    457	457	0	0	20	29	34	39
11	    471	471	0	0	20	26	30	31
12	    472	472	0	0	20	25	28	31
13	    460	460	0	0	20	27	31	33
14	    472	472	0	0	20	27	34	42
15	    463	463	0	0	20	27	30	32
16	    463	463	0	0	20	27	31	32
17	    474	474	0	0	20	27	32	33
18	    462	462	0	0	20	28	34	39
19	    441	441	0	0	21	33	45	51
20	    456	456	0	0	20	31	35	37
21	    484	484	0	0	20	25	28	30
22	    444	444	0	0	21	31	47	51
23	    458	458	0	0	20	27	30	34
24	    450	450	0	0	21	29	34	36
25	    468	468	0	0	20	26	37	41
26	    458	458	0	0	21	27	29	32
27	    469	469	0	0	20	27	34	40
28	    474	474	0	0	20	27	30	34
29	    469	469	0	0	20	25	28	30
30	    459	459	0	0	21	30	37	49

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13795	459.833	0	0	20	28	35	54

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzU0ZjE5NzItZDkzNmVmODYtZDE4OTgxNTEtZTE1ZDVmOWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ed990117-b1ec-4675-a229-efd762927504, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ed990117-b1ec-4675-a229-efd762927504, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=MzU0ZjE5NzItZDkzNmVmODYtZDE4OTgxNTEtZTE1ZDVmOWQ=" 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, ed990117-b1ec-4675-a229-efd762927504, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzU0ZjE5NzItZDkzNmVmODYtZDE4OTgxNTEtZTE1ZDVmOWQ=
INFO     root:test_log_scenario.py:217 Count rows after insert 13485 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTIyNmJjMWEtZDU1MzFjOWYtZDVjMmIwNWItNTllZmZjZjI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7ff9980c-b05c-4234-9512-0f579d1aa1a6, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7ff9980c-b05c-4234-9512-0f579d1aa1a6, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=MTIyNmJjMWEtZDU1MzFjOWYtZDVjMmIwNWItNTllZmZjZjI=" 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, 7ff9980c-b05c-4234-9512-0f579d1aa1a6, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTIyNmJjMWEtZDU1MzFjOWYtZDVjMmIwNWItNTllZmZjZjI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjM0YTg2ODctM2Y3ZmM5MWEtMWYzYjNhMzUtZTk5OTA3YTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 199dc9d5-7214-4f3d-a74c-aaefc6fa2e57, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 199dc9d5-7214-4f3d-a74c-aaefc6fa2e57, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=NjM0YTg2ODctM2Y3ZmM5MWEtMWYzYjNhMzUtZTk5OTA3YTM=" 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, 199dc9d5-7214-4f3d-a74c-aaefc6fa2e57, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjM0YTg2ODctM2Y3ZmM5MWEtMWYzYjNhMzUtZTk5OTA3YTM=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb -e grpc://localhost:15715 -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    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGMxOTdjNy03YjI5Y2Y4YS03Y2ViODVlYy1hOGU1MjAzNQ==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb -e grpc://localhost:15715 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb -e grpc://localhost:15715 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 61a1646d-9737-404f-b783-480c6bbb6f20, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmVlMmI1ZWItNjlkYTA2N2EtODU0OTkwNTUtZmM5NjM1Y2Q=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 61a1646d-9737-404f-b783-480c6bbb6f20, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=OGMxOTdjNy03YjI5Y2Y4YS03Y2ViODVlYy1hOGU1MjAzNQ==" 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, 91e5dd43-22b7-47c0-aa7c-1ff5e07717fa, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGJmMjhmNTgtNzU3ZjEyMmYtNDJiYWE1ZDEtMjEwMjU5MTY=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 91e5dd43-22b7-47c0-aa7c-1ff5e07717fa, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=ZmVlMmI1ZWItNjlkYTA2N2EtODU0OTkwNTUtZmM5NjM1Y2Q=" 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, 09802c08-f13d-492a-bae5-e5d7028585c2, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 61a1646d-9737-404f-b783-480c6bbb6f20, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODY4MDkzZjUtOGExNzdjNWUtYTM5Njk5MWEtZmMwMzJhZDQ=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 91e5dd43-22b7-47c0-aa7c-1ff5e07717fa, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 09802c08-f13d-492a-bae5-e5d7028585c2, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=ZGJmMjhmNTgtNzU3ZjEyMmYtNDJiYWE1ZDEtMjEwMjU5MTY=" 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, 04cfa2ec-907c-42f5-95cf-deb2112b8333, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTk4ODczZmEtNmY1MzgwMDUtZDg2MDgyYTMtM2Q4MDgzZjI=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 04cfa2ec-907c-42f5-95cf-deb2112b8333, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=ODY4MDkzZjUtOGExNzdjNWUtYTM5Njk5MWEtZmMwMzJhZDQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTU3NTYwYS0zNTg3YTJmLWExNmNkMzBjLTlhZGQ3YjFl
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 69bfabf4-de09-4f3c-b0d4-812f933d63fa, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15715', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 09802c08-f13d-492a-bae5-e5d7028585c2, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15715', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fb5n/004710/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15715', '-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:52 RpcState(ExecuteQuery, 04cfa2ec-907c-42f5-95cf-deb2112b8333, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 380a0c6d-965e-41b4-98c2-a32e9c631393, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzg5YWE2ZmYtYjk5NDY0LWZjMjY3NjEwLTZiMzBlYzY2
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 69bfabf4-de09-4f3c-b0d4-812f933d63fa, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=ZTk4ODczZmEtNmY1MzgwMDUtZDg2MDgyYTMtM2Q4MDgzZjI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 1892706
DEBUG    ya.test:process.py:628 Command pid: 1892708
DEBUG    ya.test:process.py:628 Command pid: 1892709
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 380a0c6d-965e-41b4-98c2-a32e9c631393, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=NTU3NTYwYS0zNTg3YTJmLWExNmNkMzBjLTlhZGQ3YjFl" 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, eabc4456-f120-4167-abcb-38035f22c5c2, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzU0ZjE5NzItZDkzNmVmODYtZDE4OTgxNTEtZTE1ZDVmOWQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 69bfabf4-de09-4f3c-b0d4-812f933d63fa, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, eabc4456-f120-4167-abcb-38035f22c5c2, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=Yzg5YWE2ZmYtYjk5NDY0LWZjMjY3NjEwLTZiMzBlYzY2" 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, 3bbb406c-5274-4078-81b4-12125cbe1f9c, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTIyNmJjMWEtZDU1MzFjOWYtZDVjMmIwNWItNTllZmZjZjI=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 380a0c6d-965e-41b4-98c2-a32e9c631393, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, eabc4456-f120-4167-abcb-38035f22c5c2, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3bbb406c-5274-4078-81b4-12125cbe1f9c, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=MzU0ZjE5NzItZDkzNmVmODYtZDE4OTgxNTEtZTE1ZDVmOWQ=" 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, ba24d685-d5a0-4bee-a3e7-f5a245358954, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjM0YTg2ODctM2Y3ZmM5MWEtMWYzYjNhMzUtZTk5OTA3YTM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ba24d685-d5a0-4bee-a3e7-f5a245358954, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=MTIyNmJjMWEtZDU1MzFjOWYtZDVjMmIwNWItNTllZmZjZjI=" 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, 3bbb406c-5274-4078-81b4-12125cbe1f9c, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2353a2f7-4eeb-4960-94ed-12c8a1895a6f, ghrun-c7aesk6ile.auto.internal:15715): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2353a2f7-4eeb-4960-94ed-12c8a1895a6f, ghrun-c7aesk6ile.auto.internal:15715): request = { session_id: "ydb://session/3?node_id=1&id=NjM0YTg2ODctM2Y3ZmM5MWEtMWYzYjNhMzUtZTk5OTA3YTM=" 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, ba24d685-d5a0-4bee-a3e7-f5a245358954, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2353a2f7-4eeb-4960-94ed-12c8a1895a6f, ghrun-c7aesk6ile.auto.internal:15715): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 47ce7236-2f60-4d4e-ac2d-f6fc701f17c0, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T00:49:19.395107876+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 346a5efe-71ca-42c6-bc9c-e558830c6e60, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T00:49:19.395190135+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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 48964203-9af3-4d5d-98db-da1b260d4eb4, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T00:49:19.395203872+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cabcb4a3-8b11-4991-a48e-05a75ca0a561, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T00:49:19.395215796+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f5718abf-b85f-4389-819f-f01d2d7117c0, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T00:49:19.395226865+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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 57ea28da-2e54-499c-87f4-d6cc485b93a5, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T00:49:19.39523819+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6e9647e7-504d-4910-ad51-cec64a631998, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T00:49:19.395250487+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b413af0e-16d0-4167-8a61-eb95ebc9774e, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T00:49:19.395260774+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 484b4335-a4e2-43cf-a8d2-b5d1fd6f2e10, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T00:49:19.395276713+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d95034e2-41b5-408a-845c-b501321ae7bb, ghrun-c7aesk6ile.auto.internal:15715): 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:15715 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T00:49:19.395299604+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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 61a1646d-9737-404f-b783-480c6bbb6f20, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395310973+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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 91e5dd43-22b7-47c0-aa7c-1ff5e07717fa, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395322585+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 04cfa2ec-907c-42f5-95cf-deb2112b8333, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395349302+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 69bfabf4-de09-4f3c-b0d4-812f933d63fa, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395368025+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 09802c08-f13d-492a-bae5-e5d7028585c2, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395332739+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 380a0c6d-965e-41b4-98c2-a32e9c631393, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395379141+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, eabc4456-f120-4167-abcb-38035f22c5c2, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395396814+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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3bbb406c-5274-4078-81b4-12125cbe1f9c, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395415562+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ba24d685-d5a0-4bee-a3e7-f5a245358954, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395445772+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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2353a2f7-4eeb-4960-94ed-12c8a1895a6f, ghrun-c7aesk6ile.auto.internal:15715): 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-22T00:49:19.395460864+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-c7aesk6ile.auto.internal:15715
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-c7aesk6ile.auto.internal:15715
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, eb47f468-1129-4480-8156-be44623cc680, localhost:32445): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, eb47f468-1129-4480-8156-be44623cc680, localhost:32445): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, eb47f468-1129-4480-8156-be44623cc680, localhost:32445): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c7aesk6ile.auto.internal" port: 32445 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-c7aesk6ile.auto.internal:32445, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:32445
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, 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 1892709) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1892709) elapsed time (sec): 30.1688551902771
DEBUG    ya.test:process.py:263 Command (pid 1892709) wtime: 30.174
DEBUG    ya.test:process.py:275 Command (pid 1892709) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     27	27	0	0	343	691	703	703
2	    122	122	0	0	80	119	139	147
3	    116	116	0	0	82	108	113	114
4	    121	121	0	0	73	147	168	170
5	    126	126	0	0	77	106	109	117
6	    117	117	0	0	80	140	160	164
7	    134	134	0	0	69	98	114	119
8	    140	140	0	0	70	90	103	103
9	    144	144	0	0	66	90	93	97
10	    122	122	0	0	70	102	110	111
11	      0	0	0	1289	0	0	0	0
12	      0	0	0	1835	0	0	0	0
13	      0	0	0	2303	0	0	0	0
14	      0	0	0	2199	0	0	0	0
15	      0	0	0	2462	0	0	0	0
16	      0	0	0	2119	0	0	0	0
17	      0	0	0	2046	0	0	0	0
18	      0	0	0	2096	0	0	0	0
19	      0	0	0	2309	0	0	0	0
20	      0	0	0	1953	0	0	0	0
21	      0	0	0	2106	0	0	0	0
22	      0	0	0	1941	0	0	0	0
23	      0	0	0	1951	0	0	0	0
24	      0	0	0	1880	0	0	0	0
25	      0	0	0	1692	0	0	0	0
26	      0	0	0	1797	0	0	0	0
27	      0	0	0	1403	0	0	0	0
28	      0	0	0	2112	0	0	0	0
29	      0	0	0	2108	0	0	0	0
30	      0	0	0	2031	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1169	38.9667	0	39632	73	115	381	703

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1892708) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1892708) elapsed time (sec): 30.209743976593018
DEBUG    ya.test:process.py:263 Command (pid 1892708) wtime: 30.215
DEBUG    ya.test:process.py:275 Command (pid 1892708) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     43	43	0	0	156	583	595	595
2	    157	157	0	0	60	95	106	131
3	    156	156	0	0	62	85	89	93
4	    164	164	0	0	54	106	131	137
5	    169	169	0	0	56	86	90	95
6	    156	156	0	0	58	101	116	134
7	    178	178	0	0	52	78	103	106
8	    186	186	0	0	52	70	87	89
9	    190	190	0	0	50	71	82	87
10	    162	162	0	0	53	74	84	87
11	      0	0	0	1231	0	0	0	0
12	      0	0	0	1761	0	0	0	0
13	      0	0	0	2230	0	0	0	0
14	      0	0	0	2013	0	0	0	0
15	      0	0	0	2360	0	0	0	0
16	      0	0	0	2017	0	0	0	0
17	      0	0	0	1915	0	0	0	0
18	      0	0	0	1901	0	0	0	0
19	      0	0	0	2028	0	0	0	0
20	      0	0	0	2013	0	0	0	0
21	      0	0	0	1913	0	0	0	0
22	      0	0	0	1895	0	0	0	0
23	      0	0	0	1905	0	0	0	0
24	      0	0	0	1746	0	0	0	0
25	      0	0	0	1690	0	0	0	0
26	      0	0	0	1724	0	0	0	0
27	      0	0	0	1429	0	0	0	0
28	      0	0	0	1382	0	0	0	0
29	      0	0	0	1887	0	0	0	0
30	      0	0	0	1848	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1561	52.0333	0	36888	54	91	187	595

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1892706) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1892706) elapsed time (sec): 30.254878520965576
DEBUG    ya.test:process.py:263 Command (pid 1892706) wtime: 30.261
DEBUG    ya.test:process.py:275 Command (pid 1892706) 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	      1	1	0	10	171	171	171	171
7	      0	0	0	10	0	0	0	0
8	      0	0	0	10	0	0	0	0
9	      0	0	0	10	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	1287	0	0	0	0
12	      0	0	0	1906	0	0	0	0
13	      0	0	0	2263	0	0	0	0
14	      0	0	0	2108	0	0	0	0
15	      0	0	0	2450	0	0	0	0
16	      0	0	0	1958	0	0	0	0
17	      0	0	0	2025	0	0	0	0
18	      0	0	0	2088	0	0	0	0
19	      0	0	0	2360	0	0	0	0
20	      0	0	0	2231	0	0	0	0
21	      0	0	0	2033	0	0	0	0
22	      0	0	0	1895	0	0	0	0
23	      0	0	0	1996	0	0	0	0
24	      0	0	0	1822	0	0	0	0
25	      0	0	0	1947	0	0	0	0
26	      0	0	0	1614	0	0	0	0
27	      0	0	0	1547	0	0	0	0
28	      0	0	0	1848	0	0	0	0
29	      0	0	0	2055	0	0	0	0
30	      0	0	0	1974	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	39497	171	171	171	171

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 64ac5181-2ce9-4c4f-8307-ef859edbd8a5, localhost:32445): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 64ac5181-2ce9-4c4f-8307-ef859edbd8a5, localhost:32445): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 64ac5181-2ce9-4c4f-8307-ef859edbd8a5, localhost:32445): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c7aesk6ile.auto.internal" port: 32445 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-c7aesk6ile.auto.internal:32445, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:32445
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
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:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 54944d1b-277e-408c-8c36-4e2ed4fb12b0, localhost:32445): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 54944d1b-277e-408c-8c36-4e2ed4fb12b0, localhost:32445): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 54944d1b-277e-408c-8c36-4e2ed4fb12b0, localhost:32445): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c7aesk6ile.auto.internal" port: 32445 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-c7aesk6ile.auto.internal:32445, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:32445
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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:15715
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15715". 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.
============================== slowest durations ===============================
307.38s call     test_log_scenario.py::TestLogScenario::test_log_uniform
21.47s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
15.27s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
5.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
4.91s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
4.89s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
4.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
4.22s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
4.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
4.13s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
4.07s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
3.27s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.38s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.31s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.27s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.02s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]

(17 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/fb5n/004710/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/fb5n/004710/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-22T00:49:09.180913Z): source_id=278;tablet_id=72075186224037979;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 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 @ 0x1CF1A285
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: ?? @ 0x7FDE5C5AAAC2
22. ??:0: ?? @ 0x7FDE5C63C8BF
============== 1 failed, 11 passed, 1 error in 389.29s (0:06:29) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fb5n/004711/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 ===============================
6.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
4.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
4.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
4.79s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
4.11s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
4.07s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
3.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
3.90s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
3.87s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
3.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
3.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
3.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
1.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]

(23 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 54.08s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fb5n/004707/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 ..F........

=================================== FAILURES ===================================
___________ TestLogScenario.test_overloads_bulk_upsert[2-10000-128] ____________
ydb/tests/olap/test_overloads.py:164: in test_overloads_bulk_upsert
    self.ydb_client.bulk_upsert(
ydb/tests/olap/common/ydb_client.py:30: in bulk_upsert
    self.driver.table_client.bulk_upsert(
contrib/python/ydb/py3/ydb/table.py:1225: in bulk_upsert
    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:464: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:516: in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
contrib/python/ydb/py3/ydb/_session_impl.py:232: in wrap_operation_bulk_upsert
    return operation.Operation(rpc_state, response_pb, driver)
contrib/python/ydb/py3/ydb/operation.py:57: in __init__
    issues._process_response(response.operation)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.Overloaded: message: "Cannot write data into shard(System overloaded: overload data error) 72075186224038005 in longTx ydb://long-tx/01kamggpvx4es0wnfax0fb1e16?node_id=1" severity: 1 (server_code: 400060)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_overloads_bulk_upsert[2-10000-128]
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_overloads.py::TestLogScenario, test_name: test_overloads_bulk_upsert[2-10000-128])
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fb5n/004707/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1787317
DEBUG    ya.test:process.py:259 Command (pid 1787317) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1787317) elapsed time (sec): 1.0161354541778564
DEBUG    ya.test:process.py:263 Command (pid 1787317) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1787317) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1787317) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1787317) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1787317) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1787317) maxrss: 545544
DEBUG    ya.test:process.py:263 Command (pid 1787317) minflt: 16243
DEBUG    ya.test:process.py:263 Command (pid 1787317) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1787317) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1787317) nivcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 1787317) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1787317) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1787317) nvcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 1787317) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1787317) stime: 0.869213
DEBUG    ya.test:process.py:263 Command (pid 1787317) utime: 0.095694
DEBUG    ya.test:process.py:263 Command (pid 1787317) wtime: 1.017
DEBUG    ya.test:process.py:275 Command (pid 1787317) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-c7aesk6ile    Host information: 
        Linux ghrun-c7aesk6ile 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

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

INFO     __tests__.test_overloads:test_overloads.py:94 Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-c7aesk6ile    Host information: 
        Linux ghrun-c7aesk6ile 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fb5n/004707/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13744
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/fb5n/004707/r3tmp/kikimr_cluster_22_ucjuy
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fb5n/004707/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63445
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8981
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28502
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3830
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/fb5n/004707/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-128/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/fb5n/004707/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/fb5n/004707/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-128/cluster/node_1/logfile_oxd0b551.log --grpc-port=63445 --mon-port=8981 --ic-port=13744
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:63445/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/fb5n/004707/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-128/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/fb5n/004707/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/fb5n/004707/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-128/cluster/node_1/logfile_oxd0b551.log --grpc-port=63445 --mon-port=8981 --ic-port=13744
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/fb5n/004707/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/fb5n/004707/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-128/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/fb5n/004707/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-128/cluster/node_1/logfile_oxd0b551.log', '--grpc-port=63445', '--mon-port=8981', '--ic-port=13744')' in '/home/runner/.ya/build/build_root/fb5n/004707/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-128/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 1788735
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:63445/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fb5n/004707/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1788736
DEBUG    ya.test:process.py:259 Command (pid 1788736) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1788736) elapsed time (sec): 0.487213134765625
DEBUG    ya.test:process.py:263 Command (pid 1788736) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1788736) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1788736) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1788736) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1788736) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1788736) maxrss: 545420
DEBUG    ya.test:process.py:263 Command (pid 1788736) minflt: 17011
DEBUG    ya.test:process.py:263 Command (pid 1788736) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1788736) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1788736) nivcsw: 42
DEBUG    ya.test:process.py:263 Command (pid 1788736) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1788736) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1788736) nvcsw: 19
DEBUG    ya.test:process.py:263 Command (pid 1788736) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1788736) stime: 0.304311
DEBUG    ya.test:process.py:263 Command (pid 1788736) utime: 0.11176699999999999
DEBUG    ya.test:process.py:263 Command (pid 1788736) wtime: 0.488
DEBUG    ya.test:process.py:275 Command (pid 1788736) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-c7aesk6ile    Host information: 
        Linux ghrun-c7aesk6ile 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-c7aesk6ile    Host information: 
        Linux ghrun-c7aesk6ile 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fb5n/004707/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/fb5n/004707/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:63445', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13744\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fb5n/004707/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:63445', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13744\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1792890
DEBUG    ya.test:process.py:259 Command (pid 1792890) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1792890) elapsed time (sec): 0.8030655384063721
DEBUG    ya.test:process.py:263 Command (pid 1792890) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1792890) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1792890) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1792890) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1792890) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1792890) maxrss: 553796
DEBUG    ya.test:process.py:263 Command (pid 1792890) minflt: 18384
DEBUG    ya.test:process.py:263 Command (pid 1792890) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1792890) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1792890) nivcsw: 67
DEBUG    ya.test:process.py:263 Command (pid 1792890) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1792890) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1792890) nvcsw: 120
DEBUG    ya.test:process.py:263 Command (pid 1792890) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1792890) stime: 0.643224
DEBUG    ya.test:process.py:263 Command (pid 1792890) utime: 0.108044
DEBUG    ya.test:process.py:263 Command (pid 1792890) wtime: 0.804
DEBUG    ya.test:process.py:275 Command (pid 1792890) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fb5n/004707/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/fb5n/004707/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:63445', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.10
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.10
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fb5n/004707/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:63445', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1794069
DEBUG    ya.test:process.py:259 Command (pid 1794069) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1794069) elapsed time (sec): 0.8872923851013184
DEBUG    ya.test:process.py:263 Command (pid 1794069) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1794069) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1794069) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1794069) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1794069) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1794069) maxrss: 553808
DEBUG    ya.test:process.py:263 Command (pid 1794069) minflt: 18385
DEBUG    ya.test:process.py:263 Command (pid 1794069) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1794069) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1794069) nivcsw: 110
DEBUG    ya.test:process.py:263 Command (pid 1794069) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1794069) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1794069) nvcsw: 141
DEBUG    ya.test:process.py:263 Command (pid 1794069) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1794069) stime: 0.6886599999999999
DEBUG    ya.test:process.py:263 Command (pid 1794069) utime: 0.12755
DEBUG    ya.test:process.py:263 Command (pid 1794069) wtime: 0.888
DEBUG    ya.test:process.py:275 Command (pid 1794069) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, fe169e4e-6d88-465e-af69-ad83b2b3b29c, localhost:63445): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, fe169e4e-6d88-465e-af69-ad83b2b3b29c, localhost:63445): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, fe169e4e-6d88-465e-af69-ad83b2b3b29c, localhost:63445): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-c7aesk6ile.auto.internal" port: 63445 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-c7aesk6ile.auto.internal:63445, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:63445
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 125dbdec-074d-41be-aefe-a439d0be260c, ghrun-c7aesk6ile.auto.internal:63445): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 125dbdec-074d-41be-aefe-a439d0be260c, ghrun-c7aesk6ile.auto.internal:63445): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 125dbdec-074d-41be-aefe-a439d0be260c, ghrun-c7aesk6ile.auto.internal:63445): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NTc3NGVkZWMtZGI5ODRmYmMtMTJiZTAyZWUtZDIzODQ2NDI=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 6f1ad083-f372-403e-b690-070c90958043, ghrun-c7aesk6ile.auto.internal:63445): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 6f1ad083-f372-403e-b690-070c90958043, ghrun-c7aesk6ile.auto.internal:63445): request = { session_id: "ydb://session/3?node_id=1&id=NTc3NGVkZWMtZGI5ODRmYmMtMTJiZTAyZWUtZDIzODQ2NDI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 6f1ad083-f372-403e-b690-070c90958043, ghrun-c7aesk6ile.auto.internal:63445): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NTc3NGVkZWMtZGI5ODRmYmMtMTJiZTAyZWUtZDIzODQ2NDI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bc714721-0610-48de-ae88-dbcf1c6e1d6a, ghrun-c7aesk6ile.auto.internal:63445): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bc714721-0610-48de-ae88-dbcf1c6e1d6a, ghrun-c7aesk6ile.auto.internal:63445): request = { session_id: "ydb://session/3?node_id=1&id=NTc3NGVkZWMtZGI5ODRmYmMtMTJiZTAyZWUtZDIzODQ2NDI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/test_overloads_bulk_upsert_2_10000_128/table` (\n                id Uint64 NOT NULL,\n                val Uint64,\n                PRIMARY KEY(id),\n            )\n            WITH (\n                STORE = COLUMN,\n                PARTITION_COUNT = 128\n            )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bc714721-0610-48de-ae88-dbcf1c6e1d6a, ghrun-c7aesk6ile.auto.internal:63445): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTc3NGVkZWMtZGI5ODRmYmMtMTJiZTAyZWUtZDIzODQ2NDI=
DEBUG    ydb.connection:connection.py:421 RpcState(BulkUpsert, ac19e854-71f1-4bbe-a65a-8b88aa0668f4, ghrun-c7aesk6ile.auto.internal:63445): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(BulkUpsert, ac19e854-71f1-4bbe-a65a-8b88aa0668f4, ghrun-c7aesk6ile.auto.internal:63445): request = { table: "/Root/test_overloads_bulk_upsert_2_10000_128/table" rows { type { list_type { item { struct_type { members { name: "id" type { type_id: UINT64 } } members { name: "val" type { type_id: UINT64 } } } } } } value { items { items { uint64_value: 0 } items { uint64_value: 0 } } items { items { uint64_value: 1 } items { uint64_value: 10 } } items { items { uint64_value: 2 } items { uint64_value: 20 } } items { items { uint64_value: 3 } items { uint64_value: 30 } } items { items { uint64_value: 4 } items { uint64_value: 40 } } items { items { uint64_value: 5 } items { uint64_value: 50 } } items { items { uint64_value: 6 } items { uint64_value: 60 } } items { items { uint64_value: 7 } items { uint64_value: 70 } } items { items { uint64_value: 8 } items { uint64_value: 80 } } items { items { uint64_value: 9 } items { uint64_value: 90 } } } } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(BulkUpsert, ac19e854-71f1-4bbe-a65a-8b88aa0668f4, ghrun-c7aesk6ile.auto.internal:63445): response = { operation { ready: true status: OVERLOADED issues { message: "Cannot write data into shard(System overloaded: overload data error) 72075186224038005 in longTx ydb://long-tx/01kamggpvx4es0wnfax0fb1e16?node_id=1" severity: 1 } result { [type.googleapis.com/Ydb.Table.BulkUpsertResult] { } } } }
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
6.01s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
4.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
4.34s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
4.12s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
4.07s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
3.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
3.86s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
3.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
3.76s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
3.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
1.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128] - ydb.issues.Overloaded: message: "Cannot write data into shard(System overloaded: overload data error) 72075186224038005 in longTx ydb://long-tx/01kamggpvx4es0wnfax0fb1e16?node_id=1" severity: 1 (server_code: 400060)
======================== 1 failed, 10 passed in 49.03s =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fb5n/0046e8/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 .......

============================== slowest durations ===============================
119.12s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
114.52s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
109.95s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
83.44s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
74.92s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
6.45s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
3.77s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 7 passed in 614.31s (0:10:14) =========================

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

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

============================== slowest durations ===============================
6.32s setup    test_replace.py::TestReplace::test_incorrect
4.28s setup    test_select.py::TestSelect::test_incorrect
3.61s setup    test_update.py::TestUpdate::test_incorrect
0.75s call     test_replace.py::TestReplace::test_replace_total
0.74s call     test_update.py::TestUpdate::test_update_many_rows
0.70s call     test_select.py::TestSelect::test_json_query
0.59s call     test_replace.py::TestReplace::test_replace_rollback
0.59s call     test_update.py::TestUpdate::test_partial_update
0.55s call     test_replace.py::TestReplace::test_partial_replace
0.45s call     test_replace.py::TestReplace::test_incorrect
0.44s call     test_update.py::TestUpdate::test_update_pk
0.39s call     test_replace.py::TestReplace::test_replace_with_nulls
0.35s call     test_update.py::TestUpdate::test_incorrect
0.30s call     test_select.py::TestSelect::test_incorrect

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 20.95s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fb5n/004737/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 ===============================
309.58s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
58.07s call     zip_bomb.py::TestZipBomb::test
12.01s teardown zip_bomb.py::TestZipBomb::test
8.80s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.72s setup    test_upsert.py::TestUpsert::test_copy_full
3.56s setup    test_update.py::TestUpdate::test_update_rollback
3.37s setup    zip_bomb.py::TestZipBomb::test
3.06s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
0.96s call     test_upsert.py::TestUpsert::test_copy_full
0.93s call     test_upsert.py::TestUpsert::test_count
0.90s call     test_update.py::TestUpdate::test_update_rollback
0.88s call     test_upsert.py::TestUpsert::test_copy_partial
0.66s call     test_update.py::TestUpdate::test_update_single_column
0.53s call     test_update.py::TestUpdate::test_update_single_row
0.48s call     test_upsert.py::TestUpsert::test_partial_update
0.36s call     test_upsert.py::TestUpsert::test_insert_nulls
0.27s call     test_upsert.py::TestUpsert::test_incorrect

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