============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/zir9/0015ba/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=NjBhZTVlZTItNzdjNDk0ZDQtZjgyZGY5OC1jMDQ5OTFhZQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 855f0a10-bcee-435d-8619-1d75e97f5169, ghrun-j6nscovbki.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 855f0a10-bcee-435d-8619-1d75e97f5169, ghrun-j6nscovbki.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NjBhZTVlZTItNzdjNDk0ZDQtZjgyZGY5OC1jMDQ5OTFhZQ==" 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, 855f0a10-bcee-435d-8619-1d75e97f5169, ghrun-j6nscovbki.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjBhZTVlZTItNzdjNDk0ZDQtZjgyZGY5OC1jMDQ5OTFhZQ==
---------------------------- 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=NjBhZTVlZTItNzdjNDk0ZDQtZjgyZGY5OC1jMDQ5OTFhZQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d89a1d12-7374-4eb2-86fc-1188534ac053, ghrun-j6nscovbki.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d89a1d12-7374-4eb2-86fc-1188534ac053, ghrun-j6nscovbki.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NjBhZTVlZTItNzdjNDk0ZDQtZjgyZGY5OC1jMDQ5OTFhZQ==" 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, d89a1d12-7374-4eb2-86fc-1188534ac053, ghrun-j6nscovbki.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjBhZTVlZTItNzdjNDk0ZDQtZjgyZGY5OC1jMDQ5OTFhZQ==
---------------------------- 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=NjBhZTVlZTItNzdjNDk0ZDQtZjgyZGY5OC1jMDQ5OTFhZQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1a92db59-cbb1-40d0-b311-80ce2dfb5a88, ghrun-j6nscovbki.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1a92db59-cbb1-40d0-b311-80ce2dfb5a88, ghrun-j6nscovbki.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NjBhZTVlZTItNzdjNDk0ZDQtZjgyZGY5OC1jMDQ5OTFhZQ==" 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, 1a92db59-cbb1-40d0-b311-80ce2dfb5a88, ghrun-j6nscovbki.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjBhZTVlZTItNzdjNDk0ZDQtZjgyZGY5OC1jMDQ5OTFhZQ==
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
244.55s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
101.25s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
89.25s call     tablets_movement.py::TestTabletsMovement::test[ROW]
56.18s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
5.74s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
5.35s setup    test_create.py::TestCreate::test_create_all_opt_ints
5.01s call     test_create.py::TestCreate::test_create_decimals
4.92s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.22s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
4.05s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.72s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.57s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.48s call     test_create.py::TestCreate::test_create_all_opt_ints
0.40s call     test_create.py::TestCreate::test_create_all_req_ints
0.33s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.27s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.19s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.05s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.04s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.02s setup    data_read_correctness.py::TestDataReadCorrectness::test[table]
0.02s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    test_create.py::TestCreate::test_create_decimals
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s setup    order_by_with_limit.py::TestOrderBy::test_random

(10 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 525.51s (0:08:45) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/zir9/0015c5/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: 88.0 ms
create table: 498.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 49.7
    "min_ms": 24.5
    "median_ms": 44.7
    "max_ms": 78.2
    "stdev_ms": 17.2
select count(*) after initial inserts: 139.6 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 81.5
    "min_ms": 46.1
    "median_ms": 75.2
    "max_ms": 193.4
    "stdev_ms": 23.4
select count(*) after all modifications: 3713.2 ms
select all: 4141.3 ms
delete from table: 4335.6 ms
select all after delete: 4119.0 ms
.drop table: 76.4 ms
create table: 814.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 56.8
    "min_ms": 31.6
    "median_ms": 60.5
    "max_ms": 77.4
    "stdev_ms": 13.2
select count(*) after initial inserts: 117.0 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 75.7
    "min_ms": 49.7
    "median_ms": 73.8
    "max_ms": 124.9
    "stdev_ms": 18.1
updates (step 1):
    "runs": 200
    "avg_ms": 217.9
    "min_ms": 166.5
    "median_ms": 213.4
    "max_ms": 357.6
    "stdev_ms": 34.7
upserts (step 2):
    "runs": 200
    "avg_ms": 39.1
    "min_ms": 20.0
    "median_ms": 35.9
    "max_ms": 88.5
    "stdev_ms": 13.2
select count(*) after all modifications: 526.3 ms
select all: 552.5 ms
delete from table: 459.3 ms
select all after delete: 433.8 ms
.drop table: 56.9 ms
create table: 600.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 34.7
    "min_ms": 25.3
    "median_ms": 32.8
    "max_ms": 46.6
    "stdev_ms": 6.2
select count(*) after initial inserts: 116.6 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 136.5
    "min_ms": 91.2
    "median_ms": 131.7
    "max_ms": 278.6
    "stdev_ms": 26.4
select count(*) after all modifications: 305.7 ms
select all: 264.9 ms
delete from table: 289.5 ms
select all after delete: 221.7 ms
.drop table: 34.1 ms
create table: 461.6 ms
initial inserts:
    "runs": 15
    "avg_ms": 34.1
    "min_ms": 28.2
    "median_ms": 31.8
    "max_ms": 49.5
    "stdev_ms": 5.8
select count(*) after initial inserts: 106.2 ms
updates (step 0):
    "runs": 150
    "avg_ms": 111.1
    "min_ms": 87.4
    "median_ms": 106.5
    "max_ms": 180.5
    "stdev_ms": 14.9
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 71.6
    "min_ms": 59.2
    "median_ms": 68.8
    "max_ms": 105.2
    "stdev_ms": 9.7
select count(*) after all modifications: 375.6 ms
select all: 341.9 ms
delete from table: 444.6 ms
select all after delete: 367.4 ms
.drop table: 45.0 ms
create table: 652.3 ms
initial inserts:
    "runs": 20
    "avg_ms": 60.8
    "min_ms": 29.0
    "median_ms": 51.9
    "max_ms": 139.1
    "stdev_ms": 27.2
select count(*) after initial inserts: 123.4 ms
updates (step 0):
    "runs": 200
    "avg_ms": 165.0
    "min_ms": 100.4
    "median_ms": 153.5
    "max_ms": 414.8
    "stdev_ms": 47.9
upserts (step 1):
    "runs": 200
    "avg_ms": 33.0
    "min_ms": 23.7
    "median_ms": 30.6
    "max_ms": 81.0
    "stdev_ms": 8.0
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 99.7
    "min_ms": 79.4
    "median_ms": 94.9
    "max_ms": 211.8
    "stdev_ms": 19.1
select count(*) after all modifications: 599.2 ms
select all: 556.1 ms
delete from table: 610.5 ms
select all after delete: 544.2 ms
.drop table: 37.8 ms
create table: 557.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 32.6
    "min_ms": 23.3
    "median_ms": 32.3
    "max_ms": 44.4
    "stdev_ms": 6.3
select count(*) after initial inserts: 124.8 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 34.6
    "min_ms": 23.3
    "median_ms": 32.5
    "max_ms": 110.7
    "stdev_ms": 8.9
select count(*) after all modifications: 589.4 ms
select all: 378.0 ms
delete from table: 439.6 ms
select all after delete: 399.4 ms
.Generated operation sequence:
  0. BULK_UPSERT: 7 operations
  1. BULK_UPSERT: 15 operations
  2. UPDATE: 5 operations
  3. UPSERT: 12 operations
  4. BULK_UPSERT: 16 operations
  5. BULK_UPSERT: 9 operations
  6. UPSERT: 3 operations
  7. UPDATE: 5 operations
  8. UPDATE: 2 operations
  9. UPDATE: 8 operations
drop table: 43.5 ms
create table: 679.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 32.4
    "min_ms": 27.6
    "median_ms": 32.9
    "max_ms": 39.4
    "stdev_ms": 3.8
select count(*) after initial inserts: 127.8 ms
bulk_upserts (step 0):
    "runs": 7
    "avg_ms": 54.7
    "min_ms": 48.7
    "median_ms": 53.6
    "max_ms": 62.6
    "stdev_ms": 4.7
bulk_upserts (step 1):
    "runs": 15
    "avg_ms": 63.5
    "min_ms": 49.2
    "median_ms": 55.3
    "max_ms": 106.9
    "stdev_ms": 17.7
updates (step 2):
    "runs": 50
    "avg_ms": 129.1
    "min_ms": 107.3
    "median_ms": 126.5
    "max_ms": 168.6
    "stdev_ms": 12.1
upserts (step 3):
    "runs": 120
    "avg_ms": 28.7
    "min_ms": 23.3
    "median_ms": 27.4
    "max_ms": 46.6
    "stdev_ms": 4.1
bulk_upserts (step 4):
    "runs": 16
    "avg_ms": 50.8
    "min_ms": 48.0
    "median_ms": 50.9
    "max_ms": 54.1
    "stdev_ms": 1.8
bulk_upserts (step 5):
    "runs": 9
    "avg_ms": 52.9
    "min_ms": 49.4
    "median_ms": 51.3
    "max_ms": 60.8
    "stdev_ms": 3.4
upserts (step 6):
    "runs": 30
    "avg_ms": 28.1
    "min_ms": 23.6
    "median_ms": 28.3
    "max_ms": 35.3
    "stdev_ms": 3.0
updates (step 7):
    "runs": 50
    "avg_ms": 144.3
    "min_ms": 117.5
    "median_ms": 141.6
    "max_ms": 193.8
    "stdev_ms": 17.8
updates (step 8):
    "runs": 20
    "avg_ms": 144.7
    "min_ms": 123.2
    "median_ms": 140.0
    "max_ms": 207.4
    "stdev_ms": 19.2
updates (step 9):
    "runs": 80
    "avg_ms": 149.8
    "min_ms": 125.1
    "median_ms": 145.2
    "max_ms": 222.3
    "stdev_ms": 19.8
select count(*) after all modifications: 160.4 ms
select all: 179.6 ms
delete from table: 213.4 ms
select all after delete: 172.9 ms
.
test_delete.py .

============================== slowest durations ===============================
138.67s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
62.55s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
58.30s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
53.95s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
37.51s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
37.38s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
26.47s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
4.80s setup    test_create.py::TestCreate::test_create_real_opt
4.79s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
4.18s setup    test_delete.py::TestDelete::test_delete_rollback
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.91s call     test_delete.py::TestDelete::test_delete_rollback
0.71s call     test_create.py::TestCreate::test_create_real_opt
0.69s call     test_create.py::TestCreate::test_create_real_req
0.68s call     test_create.py::TestCreate::test_create_strings_opt
0.04s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.03s call     test_create.py::TestCreate::test_dy_number_not_supported
0.03s setup    test_create.py::TestCreate::test_dy_number_not_supported
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.01s teardown test_create.py::TestCreate::test_create_strings_opt
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]

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

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

============================== slowest durations ===============================
4.43s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.32s call     test_delete.py::TestDelete::test_delete_where[True-0]
1.13s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
1.13s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
1.08s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
1.03s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.99s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.99s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.97s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.97s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.91s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.78s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.75s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.07s setup    test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.04s setup    test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.03s teardown test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.02s setup    test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.02s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.02s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.01s teardown test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.01s teardown test_delete.py::TestDelete::test_delete_where[True-0]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 17.99s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/zir9/0015b4/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 ===============================
5.10s setup    test_delete.py::TestDelete::test_incorrect
4.90s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
1.75s call     test_insert.py::TestInsertStatement::test_copy_full
1.59s call     test_insert.py::TestInsertStatement::test_copy_partial
1.15s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.85s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.78s call     test_insert.py::TestInsertStatement::test_plain
0.77s call     test_insert.py::TestInsertStatement::test_bulk
0.77s call     test_delete.py::TestDelete::test_incorrect
0.75s call     test_insert.py::TestInsertStatement::test_out_of_range
0.73s call     test_insert.py::TestInsertStatement::test_duplicate
0.69s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.64s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.60s call     test_insert.py::TestInsertStatement::test_incorrect
0.07s setup    test_insert.py::TestInsertStatement::test_out_of_range
0.03s setup    test_insert.py::TestInsertStatement::test_duplicate
0.03s teardown test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.02s setup    test_insert.py::TestInsertStatement::test_incorrect
0.02s setup    test_insert.py::TestInsertStatement::test_plain
0.02s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.01s setup    test_insert.py::TestInsertStatement::test_copy_full
0.01s teardown test_insert.py::TestInsertStatement::test_duplicate
0.01s teardown test_insert.py::TestInsertStatement::test_plain
0.01s teardown test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 22.76s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/zir9/0015b3/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/zir9/0015b3/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/zir9/0015b3/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-20T15:49:37.360497Z): source_id=259;tablet_id=72075186224037983;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 @ 0xA7C2AA5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA7BAFE6
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB651528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD637EFB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9E11748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9E1149F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD61300D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x142370BB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14E7DEE7
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14DCECF3
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14DCECF3
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14DCBB13
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14DD25C7
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14254EA8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CD8DA35
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5F4437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB641FD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB646094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB645CA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB64688E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7C46FC
E   21. ??:0: ?? @ 0x7F52B62E9AC2
E   22. ??:0: ?? @ 0x7F52B637B8BF
------------------------------ 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/zir9/0015b3/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/zir9/0015b3/ydb/apps/ydb/ydb -e grpc://localhost:22089 -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/zir9/0015b3/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22089', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1300225
DEBUG    ya.test:process.py:259 Command (pid 1300225) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1300225) elapsed time (sec): 0.5186352729797363
DEBUG    ya.test:process.py:263 Command (pid 1300225) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) maxrss: 556088
DEBUG    ya.test:process.py:263 Command (pid 1300225) minflt: 3544
DEBUG    ya.test:process.py:263 Command (pid 1300225) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) nivcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 1300225) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) nvcsw: 150
DEBUG    ya.test:process.py:263 Command (pid 1300225) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1300225) stime: 0.017540999999999998
DEBUG    ya.test:process.py:263 Command (pid 1300225) utime: 0.058802
DEBUG    ya.test:process.py:263 Command (pid 1300225) wtime: 0.52
DEBUG    ya.test:process.py:275 Command (pid 1300225) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1300225) 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/zir9/0015b3/ydb/apps/ydb/ydb -e grpc://localhost:22089 -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/zir9/0015b3/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22089', '-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: 1300458
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 1300458) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1300458) elapsed time (sec): 30.245554208755493
DEBUG    ya.test:process.py:263 Command (pid 1300458) wtime: 30.251
DEBUG    ya.test:process.py:275 Command (pid 1300458) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    366	366	0	0	25	36	52	56
2	    364	364	0	0	25	47	56	62
3	    340	340	0	0	25	52	59	62
4	    377	377	0	0	24	41	60	63
5	    394	394	0	0	24	34	39	52
6	    355	355	0	0	26	46	52	55
7	    369	369	0	0	24	44	52	69
8	    320	320	0	0	27	51	75	86
9	    332	332	0	0	28	52	70	79
10	    297	297	0	0	29	58	68	71
11	    361	361	0	0	25	49	55	63
12	    371	371	0	0	24	46	56	62
13	    398	398	0	0	24	35	42	47
14	    367	367	0	0	25	46	56	61
15	    270	270	0	0	35	57	68	83
16	    340	340	0	0	29	44	52	59
17	    355	355	0	0	26	45	60	67
18	    340	340	0	0	29	41	49	52
19	    350	350	0	0	26	45	57	61
20	    312	312	0	0	27	60	71	76
21	    339	339	0	0	27	47	58	66
22	    365	365	0	0	24	49	60	69
23	    405	405	0	0	23	40	52	56
24	    414	414	0	0	22	34	39	41
25	    463	463	0	0	21	26	30	31
26	    433	433	0	0	22	32	36	37
27	    430	430	0	0	23	32	36	40
28	    417	417	0	0	22	34	37	41
29	    404	404	0	0	22	40	47	53
30	    344	344	0	0	25	52	66	70

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  10992	366.4	0	0	24	45	59	86

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2Y4Nzk1MC1kZmU5MGM3Ni1hOTlhYjU1LTVlN2ZiNzI4
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4a202191-0985-45fc-995a-6a8bed7da965, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4a202191-0985-45fc-995a-6a8bed7da965, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=M2Y4Nzk1MC1kZmU5MGM3Ni1hOTlhYjU1LTVlN2ZiNzI4" 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, 4a202191-0985-45fc-995a-6a8bed7da965, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=M2Y4Nzk1MC1kZmU5MGM3Ni1hOTlhYjU1LTVlN2ZiNzI4
INFO     root:test_log_scenario.py:217 Count rows after insert 10792 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDdkNGNjODMtOGE0OGM1ODEtYTU1ZTQyZDEtMTE3MzgxZDA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6d99a154-273e-4eec-825b-395a10a16a73, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6d99a154-273e-4eec-825b-395a10a16a73, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=ZDdkNGNjODMtOGE0OGM1ODEtYTU1ZTQyZDEtMTE3MzgxZDA=" 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, 6d99a154-273e-4eec-825b-395a10a16a73, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDdkNGNjODMtOGE0OGM1ODEtYTU1ZTQyZDEtMTE3MzgxZDA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDJlMzM5M2EtZDJmNDUxYWQtNDljNTI2NTgtZmU3YWNiZTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8ad4baeb-66b3-4930-9016-a417d5037a07, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8ad4baeb-66b3-4930-9016-a417d5037a07, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=ZDJlMzM5M2EtZDJmNDUxYWQtNDljNTI2NTgtZmU3YWNiZTM=" 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, 8ad4baeb-66b3-4930-9016-a417d5037a07, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDJlMzM5M2EtZDJmNDUxYWQtNDljNTI2NTgtZmU3YWNiZTM=
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/zir9/0015b3/ydb/apps/ydb/ydb -e grpc://localhost:22089 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2JmOTI3ZGQtYzMxOWQ4ZDAtNzU5ZmNjMjYtMTZlODZiZmQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/zir9/0015b3/ydb/apps/ydb/ydb -e grpc://localhost:22089 -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/zir9/0015b3/ydb/apps/ydb/ydb -e grpc://localhost:22089 -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.connection:connection.py:421 RpcState(ExecuteQuery, 97a34cf9-5c86-4a46-b485-60a102dac8e4, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGI0YTVlYjktOWUyYTY5NmQtZWY2MzU2MTktNjdiMzhmOGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 49373187-e83d-4442-adf3-f69d467ed2c3, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 49373187-e83d-4442-adf3-f69d467ed2c3, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=OGI0YTVlYjktOWUyYTY5NmQtZWY2MzU2MTktNjdiMzhmOGQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 97a34cf9-5c86-4a46-b485-60a102dac8e4, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=M2JmOTI3ZGQtYzMxOWQ4ZDAtNzU5ZmNjMjYtMTZlODZiZmQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjA1OTlhZGItNmMwYWRlNi03YWNhZGVlMy1mNzZjNzNiYQ==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 49373187-e83d-4442-adf3-f69d467ed2c3, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/zir9/0015b3/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22089', '-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    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 97a34cf9-5c86-4a46-b485-60a102dac8e4, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d37c8add-e4a9-4e70-862b-346111e2b4da, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmRhY2E1NmItN2M4MmM1ZDgtMjEwYTk0NDAtOGYwYjRmMTA=
DEBUG    ya.test:process.py:628 Command pid: 1312858
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/zir9/0015b3/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22089', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 13fcf333-44a3-4b8b-9f5e-70c4ac2c1e30, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTQyZDY0ZmItODczMzkyMDktMjdkMGYyMjctZWM1OWQ4NDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f83a0281-491b-42b6-b925-f13fe480e1a7, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f83a0281-491b-42b6-b925-f13fe480e1a7, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=NTQyZDY0ZmItODczMzkyMDktMjdkMGYyMjctZWM1OWQ4NDQ=" 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.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 13fcf333-44a3-4b8b-9f5e-70c4ac2c1e30, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=ZmRhY2E1NmItN2M4MmM1ZDgtMjEwYTk0NDAtOGYwYjRmMTA=" 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, f83a0281-491b-42b6-b925-f13fe480e1a7, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 1312898
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWYwMWQxYjktNWYzZGZjZC1kYTcxOGMxZC1lM2M0MzVlMg==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d37c8add-e4a9-4e70-862b-346111e2b4da, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=NjA1OTlhZGItNmMwYWRlNi03YWNhZGVlMy1mNzZjNzNiYQ==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MThlOThkOTYtZGU1NGQ0YjktNjc1YmU5YWItODUxOTUxY2I=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 13fcf333-44a3-4b8b-9f5e-70c4ac2c1e30, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 731b77c1-611b-4fd3-9fb6-2e75047e96da, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 731b77c1-611b-4fd3-9fb6-2e75047e96da, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=OWYwMWQxYjktNWYzZGZjZC1kYTcxOGMxZC1lM2M0MzVlMg==" 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, 3dfe9b70-31ca-45ec-8a04-f42f6ea269e4, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2Y4Nzk1MC1kZmU5MGM3Ni1hOTlhYjU1LTVlN2ZiNzI4
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3dfe9b70-31ca-45ec-8a04-f42f6ea269e4, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=MThlOThkOTYtZGU1NGQ0YjktNjc1YmU5YWItODUxOTUxY2I=" 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, 8e196393-2577-4cd5-a23a-0a613fc13913, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/zir9/0015b3/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22089', '-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, 731b77c1-611b-4fd3-9fb6-2e75047e96da, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8e196393-2577-4cd5-a23a-0a613fc13913, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=M2Y4Nzk1MC1kZmU5MGM3Ni1hOTlhYjU1LTVlN2ZiNzI4" 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: 1312907
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDdkNGNjODMtOGE0OGM1ODEtYTU1ZTQyZDEtMTE3MzgxZDA=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3dfe9b70-31ca-45ec-8a04-f42f6ea269e4, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8e196393-2577-4cd5-a23a-0a613fc13913, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d37c8add-e4a9-4e70-862b-346111e2b4da, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6e8abf32-ae7a-4387-803f-c9c25af1dc81, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDJlMzM5M2EtZDJmNDUxYWQtNDljNTI2NTgtZmU3YWNiZTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2c3b2958-7813-4642-9797-127f52af8ab5, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2c3b2958-7813-4642-9797-127f52af8ab5, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=ZDJlMzM5M2EtZDJmNDUxYWQtNDljNTI2NTgtZmU3YWNiZTM=" 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, 2c3b2958-7813-4642-9797-127f52af8ab5, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6e8abf32-ae7a-4387-803f-c9c25af1dc81, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=ZDdkNGNjODMtOGE0OGM1ODEtYTU1ZTQyZDEtMTE3MzgxZDA=" 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, 6e8abf32-ae7a-4387-803f-c9c25af1dc81, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 109b7f9d-b5b9-448e-9221-ecb2124b2866, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T15:49:42.13799318+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-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5ed9f570-0d3b-4054-b60f-520f3c9cdc45, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T15:49:42.138148565+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 42683c96-397c-414f-8498-384b849a81f4, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T15:49:42.138077924+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c14a143a-3240-4709-b19c-75165c6e4f25, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T15:49:42.138108362+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4f5365af-0da3-424a-8a25-add4fc3b98b6, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T15:49:42.138161038+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 82cf6551-7018-41c9-b22f-a220e65cae6c, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T15:49:42.138121419+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f6a935da-b83e-463c-b39c-d1869e80caaa, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T15:49:42.138095412+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e40d5bee-67d1-44ac-983e-cba4b6732ca2, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T15:49:42.138135498+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6900efa4-b9e3-4961-bb1d-ffd4a0b01d86, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T15:49:42.138186171+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-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 49373187-e83d-4442-adf3-f69d467ed2c3, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138198503+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3b52b6e7-b856-4f82-b51d-ac07ba443033, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T15:49:42.138174418+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-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 97a34cf9-5c86-4a46-b485-60a102dac8e4, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138211904+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f83a0281-491b-42b6-b925-f13fe480e1a7, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138239499+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 13fcf333-44a3-4b8b-9f5e-70c4ac2c1e30, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138256598+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3dfe9b70-31ca-45ec-8a04-f42f6ea269e4, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138301048+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8e196393-2577-4cd5-a23a-0a613fc13913, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138313837+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6e8abf32-ae7a-4387-803f-c9c25af1dc81, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.13834641+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d37c8add-e4a9-4e70-862b-346111e2b4da, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138268718+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 731b77c1-611b-4fd3-9fb6-2e75047e96da, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138282101+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2c3b2958-7813-4642-9797-127f52af8ab5, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138326358+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py: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:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 3c3cc265-25f8-4eb9-a576-04a7bf86e1d6, localhost:10790): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3c3cc265-25f8-4eb9-a576-04a7bf86e1d6, localhost:10790): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3c3cc265-25f8-4eb9-a576-04a7bf86e1d6, localhost:10790): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-j6nscovbki.auto.internal" port: 10790 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-j6nscovbki.auto.internal:10790, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10790
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    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 1312858) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1312858) elapsed time (sec): 30.21639394760132
DEBUG    ya.test:process.py:263 Command (pid 1312858) wtime: 30.242
DEBUG    ya.test:process.py:275 Command (pid 1312858) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     11	11	0	0	279	319	453	453
2	     94	94	0	0	96	775	779	783
3	     95	95	0	0	96	159	178	179
4	    101	101	0	0	99	159	171	183
5	     37	37	0	0	88	107	109	109
6	      0	0	0	1260	0	0	0	0
7	      0	0	0	1409	0	0	0	0
8	      0	0	0	1343	0	0	0	0
9	      0	0	0	1403	0	0	0	0
10	      0	0	0	1348	0	0	0	0
11	      0	0	0	1450	0	0	0	0
12	      0	0	0	1315	0	0	0	0
13	      0	0	0	1152	0	0	0	0
14	      0	0	0	1140	0	0	0	0
15	      0	0	0	847	0	0	0	0
16	      0	0	0	1349	0	0	0	0
17	      0	0	0	991	0	0	0	0
18	      0	0	0	942	0	0	0	0
19	      0	0	0	892	0	0	0	0
20	      0	0	0	1083	0	0	0	0
21	      0	0	0	1167	0	0	0	0
22	      0	0	0	1323	0	0	0	0
23	      0	0	0	1113	0	0	0	0
24	      0	0	0	1147	0	0	0	0
25	      0	0	0	1254	0	0	0	0
26	      0	0	0	1279	0	0	0	0
27	      0	0	0	1138	0	0	0	0
28	      0	0	0	1233	0	0	0	0
29	      0	0	0	1001	0	0	0	0
30	      0	0	0	1207	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    338	11.2667	0	29786	96	265	775	783

DEBUG    ya.test:process.py:276 Command (pid 1312858) 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 1312898) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1312898) elapsed time (sec): 30.22737407684326
DEBUG    ya.test:process.py:263 Command (pid 1312898) wtime: 30.243
DEBUG    ya.test:process.py:275 Command (pid 1312898) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	996	0	0	0	0
7	      0	0	0	1354	0	0	0	0
8	      0	0	0	1360	0	0	0	0
9	      0	0	0	1192	0	0	0	0
10	      0	0	0	1573	0	0	0	0
11	      0	0	0	1516	0	0	0	0
12	      0	0	0	1495	0	0	0	0
13	      0	0	0	1518	0	0	0	0
14	      0	0	0	1294	0	0	0	0
15	      0	0	0	993	0	0	0	0
16	      0	0	0	1435	0	0	0	0
17	      0	0	0	1150	0	0	0	0
18	      0	0	0	1141	0	0	0	0
19	      0	0	0	1259	0	0	0	0
20	      0	0	0	1056	0	0	0	0
21	      0	0	0	1279	0	0	0	0
22	      0	0	0	1527	0	0	0	0
23	      0	0	0	1277	0	0	0	0
24	      0	0	0	1189	0	0	0	0
25	      0	0	0	1239	0	0	0	0
26	      0	0	0	1360	0	0	0	0
27	      0	0	0	1038	0	0	0	0
28	      0	0	0	1247	0	0	0	0
29	      0	0	0	1215	0	0	0	0
30	      0	0	0	1060	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 1312898) 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 1312907) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1312907) elapsed time (sec): 30.28955864906311
DEBUG    ya.test:process.py:263 Command (pid 1312907) wtime: 30.296
DEBUG    ya.test:process.py:275 Command (pid 1312907) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      9	9	0	0	951	991	991	991
2	     68	68	0	0	131	261	271	1007
3	     76	76	0	0	123	178	184	201
4	     80	80	0	0	130	190	200	203
5	     21	21	0	0	107	123	131	131
6	      0	0	0	1377	0	0	0	0
7	      0	0	0	1317	0	0	0	0
8	      0	0	0	1267	0	0	0	0
9	      0	0	0	1393	0	0	0	0
10	      0	0	0	1392	0	0	0	0
11	      0	0	0	1384	0	0	0	0
12	      0	0	0	1360	0	0	0	0
13	      0	0	0	1313	0	0	0	0
14	      0	0	0	1448	0	0	0	0
15	      0	0	0	970	0	0	0	0
16	      0	0	0	1375	0	0	0	0
17	      0	0	0	1252	0	0	0	0
18	      0	0	0	1160	0	0	0	0
19	      0	0	0	1392	0	0	0	0
20	      0	0	0	1308	0	0	0	0
21	      0	0	0	1341	0	0	0	0
22	      0	0	0	1611	0	0	0	0
23	      0	0	0	1275	0	0	0	0
24	      0	0	0	1263	0	0	0	0
25	      0	0	0	1203	0	0	0	0
26	      0	0	0	1183	0	0	0	0
27	      0	0	0	1117	0	0	0	0
28	      0	0	0	1400	0	0	0	0
29	      0	0	0	1072	0	0	0	0
30	      0	0	0	1284	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    254	8.46667	0	32457	125	257	967	1007

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
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:22089". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 4dfeacb1-a03c-4e0d-8112-ca1790421688, localhost:10790): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4dfeacb1-a03c-4e0d-8112-ca1790421688, localhost:10790): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4dfeacb1-a03c-4e0d-8112-ca1790421688, localhost:10790): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-j6nscovbki.auto.internal" port: 10790 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-j6nscovbki.auto.internal:10790, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10790
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 3fd77dfb-01b7-4596-b95f-26bd4ae5f170, localhost:10790): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3fd77dfb-01b7-4596-b95f-26bd4ae5f170, localhost:10790): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3fd77dfb-01b7-4596-b95f-26bd4ae5f170, localhost:10790): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-j6nscovbki.auto.internal" port: 10790 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-j6nscovbki.auto.internal:10790, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10790
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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)]
---------------------------- 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:22089
ERROR    ydb.query.pool:pool.py:81 An attempt to take session from closed session pool.
ERROR    ydb.query.pool:pool.py:81 An attempt to take session from closed session pool.
ERROR    ydb.query.pool:pool.py:81 An attempt to take session from closed session pool.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-j6nscovbki'
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/zir9/0015b3/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.1281531' in '/home/runner/.ya/build/build_root/zir9/0015b3/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, logfile_kfwclodo.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:22089/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19542
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/65484
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3846
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22089
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32486
=================================== 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/zir9/0015b3/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/zir9/0015b3/ydb/apps/ydb/ydb -e grpc://localhost:22089 -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/zir9/0015b3/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22089', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1300225
DEBUG    ya.test:process.py:259 Command (pid 1300225) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1300225) elapsed time (sec): 0.5186352729797363
DEBUG    ya.test:process.py:263 Command (pid 1300225) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) maxrss: 556088
DEBUG    ya.test:process.py:263 Command (pid 1300225) minflt: 3544
DEBUG    ya.test:process.py:263 Command (pid 1300225) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) nivcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 1300225) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1300225) nvcsw: 150
DEBUG    ya.test:process.py:263 Command (pid 1300225) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1300225) stime: 0.017540999999999998
DEBUG    ya.test:process.py:263 Command (pid 1300225) utime: 0.058802
DEBUG    ya.test:process.py:263 Command (pid 1300225) wtime: 0.52
DEBUG    ya.test:process.py:275 Command (pid 1300225) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1300225) 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/zir9/0015b3/ydb/apps/ydb/ydb -e grpc://localhost:22089 -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/zir9/0015b3/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22089', '-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: 1300458
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 1300458) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1300458) elapsed time (sec): 30.245554208755493
DEBUG    ya.test:process.py:263 Command (pid 1300458) wtime: 30.251
DEBUG    ya.test:process.py:275 Command (pid 1300458) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    366	366	0	0	25	36	52	56
2	    364	364	0	0	25	47	56	62
3	    340	340	0	0	25	52	59	62
4	    377	377	0	0	24	41	60	63
5	    394	394	0	0	24	34	39	52
6	    355	355	0	0	26	46	52	55
7	    369	369	0	0	24	44	52	69
8	    320	320	0	0	27	51	75	86
9	    332	332	0	0	28	52	70	79
10	    297	297	0	0	29	58	68	71
11	    361	361	0	0	25	49	55	63
12	    371	371	0	0	24	46	56	62
13	    398	398	0	0	24	35	42	47
14	    367	367	0	0	25	46	56	61
15	    270	270	0	0	35	57	68	83
16	    340	340	0	0	29	44	52	59
17	    355	355	0	0	26	45	60	67
18	    340	340	0	0	29	41	49	52
19	    350	350	0	0	26	45	57	61
20	    312	312	0	0	27	60	71	76
21	    339	339	0	0	27	47	58	66
22	    365	365	0	0	24	49	60	69
23	    405	405	0	0	23	40	52	56
24	    414	414	0	0	22	34	39	41
25	    463	463	0	0	21	26	30	31
26	    433	433	0	0	22	32	36	37
27	    430	430	0	0	23	32	36	40
28	    417	417	0	0	22	34	37	41
29	    404	404	0	0	22	40	47	53
30	    344	344	0	0	25	52	66	70

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  10992	366.4	0	0	24	45	59	86

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2Y4Nzk1MC1kZmU5MGM3Ni1hOTlhYjU1LTVlN2ZiNzI4
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4a202191-0985-45fc-995a-6a8bed7da965, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4a202191-0985-45fc-995a-6a8bed7da965, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=M2Y4Nzk1MC1kZmU5MGM3Ni1hOTlhYjU1LTVlN2ZiNzI4" 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, 4a202191-0985-45fc-995a-6a8bed7da965, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=M2Y4Nzk1MC1kZmU5MGM3Ni1hOTlhYjU1LTVlN2ZiNzI4
INFO     root:test_log_scenario.py:217 Count rows after insert 10792 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDdkNGNjODMtOGE0OGM1ODEtYTU1ZTQyZDEtMTE3MzgxZDA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6d99a154-273e-4eec-825b-395a10a16a73, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6d99a154-273e-4eec-825b-395a10a16a73, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=ZDdkNGNjODMtOGE0OGM1ODEtYTU1ZTQyZDEtMTE3MzgxZDA=" 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, 6d99a154-273e-4eec-825b-395a10a16a73, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDdkNGNjODMtOGE0OGM1ODEtYTU1ZTQyZDEtMTE3MzgxZDA=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDJlMzM5M2EtZDJmNDUxYWQtNDljNTI2NTgtZmU3YWNiZTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8ad4baeb-66b3-4930-9016-a417d5037a07, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8ad4baeb-66b3-4930-9016-a417d5037a07, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=ZDJlMzM5M2EtZDJmNDUxYWQtNDljNTI2NTgtZmU3YWNiZTM=" 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, 8ad4baeb-66b3-4930-9016-a417d5037a07, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDJlMzM5M2EtZDJmNDUxYWQtNDljNTI2NTgtZmU3YWNiZTM=
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/zir9/0015b3/ydb/apps/ydb/ydb -e grpc://localhost:22089 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2JmOTI3ZGQtYzMxOWQ4ZDAtNzU5ZmNjMjYtMTZlODZiZmQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/zir9/0015b3/ydb/apps/ydb/ydb -e grpc://localhost:22089 -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/zir9/0015b3/ydb/apps/ydb/ydb -e grpc://localhost:22089 -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.connection:connection.py:421 RpcState(ExecuteQuery, 97a34cf9-5c86-4a46-b485-60a102dac8e4, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGI0YTVlYjktOWUyYTY5NmQtZWY2MzU2MTktNjdiMzhmOGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 49373187-e83d-4442-adf3-f69d467ed2c3, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 49373187-e83d-4442-adf3-f69d467ed2c3, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=OGI0YTVlYjktOWUyYTY5NmQtZWY2MzU2MTktNjdiMzhmOGQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 97a34cf9-5c86-4a46-b485-60a102dac8e4, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=M2JmOTI3ZGQtYzMxOWQ4ZDAtNzU5ZmNjMjYtMTZlODZiZmQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjA1OTlhZGItNmMwYWRlNi03YWNhZGVlMy1mNzZjNzNiYQ==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 49373187-e83d-4442-adf3-f69d467ed2c3, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/zir9/0015b3/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22089', '-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    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 97a34cf9-5c86-4a46-b485-60a102dac8e4, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d37c8add-e4a9-4e70-862b-346111e2b4da, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmRhY2E1NmItN2M4MmM1ZDgtMjEwYTk0NDAtOGYwYjRmMTA=
DEBUG    ya.test:process.py:628 Command pid: 1312858
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/zir9/0015b3/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22089', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 13fcf333-44a3-4b8b-9f5e-70c4ac2c1e30, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTQyZDY0ZmItODczMzkyMDktMjdkMGYyMjctZWM1OWQ4NDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f83a0281-491b-42b6-b925-f13fe480e1a7, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f83a0281-491b-42b6-b925-f13fe480e1a7, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=NTQyZDY0ZmItODczMzkyMDktMjdkMGYyMjctZWM1OWQ4NDQ=" 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.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 13fcf333-44a3-4b8b-9f5e-70c4ac2c1e30, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=ZmRhY2E1NmItN2M4MmM1ZDgtMjEwYTk0NDAtOGYwYjRmMTA=" 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, f83a0281-491b-42b6-b925-f13fe480e1a7, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 1312898
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWYwMWQxYjktNWYzZGZjZC1kYTcxOGMxZC1lM2M0MzVlMg==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d37c8add-e4a9-4e70-862b-346111e2b4da, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=NjA1OTlhZGItNmMwYWRlNi03YWNhZGVlMy1mNzZjNzNiYQ==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MThlOThkOTYtZGU1NGQ0YjktNjc1YmU5YWItODUxOTUxY2I=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 13fcf333-44a3-4b8b-9f5e-70c4ac2c1e30, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 731b77c1-611b-4fd3-9fb6-2e75047e96da, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 731b77c1-611b-4fd3-9fb6-2e75047e96da, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=OWYwMWQxYjktNWYzZGZjZC1kYTcxOGMxZC1lM2M0MzVlMg==" 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, 3dfe9b70-31ca-45ec-8a04-f42f6ea269e4, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2Y4Nzk1MC1kZmU5MGM3Ni1hOTlhYjU1LTVlN2ZiNzI4
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3dfe9b70-31ca-45ec-8a04-f42f6ea269e4, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=MThlOThkOTYtZGU1NGQ0YjktNjc1YmU5YWItODUxOTUxY2I=" 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, 8e196393-2577-4cd5-a23a-0a613fc13913, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/zir9/0015b3/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:22089', '-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, 731b77c1-611b-4fd3-9fb6-2e75047e96da, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8e196393-2577-4cd5-a23a-0a613fc13913, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=M2Y4Nzk1MC1kZmU5MGM3Ni1hOTlhYjU1LTVlN2ZiNzI4" 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: 1312907
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDdkNGNjODMtOGE0OGM1ODEtYTU1ZTQyZDEtMTE3MzgxZDA=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3dfe9b70-31ca-45ec-8a04-f42f6ea269e4, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8e196393-2577-4cd5-a23a-0a613fc13913, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d37c8add-e4a9-4e70-862b-346111e2b4da, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6e8abf32-ae7a-4387-803f-c9c25af1dc81, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDJlMzM5M2EtZDJmNDUxYWQtNDljNTI2NTgtZmU3YWNiZTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2c3b2958-7813-4642-9797-127f52af8ab5, ghrun-j6nscovbki.auto.internal:22089): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2c3b2958-7813-4642-9797-127f52af8ab5, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=ZDJlMzM5M2EtZDJmNDUxYWQtNDljNTI2NTgtZmU3YWNiZTM=" 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, 2c3b2958-7813-4642-9797-127f52af8ab5, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6e8abf32-ae7a-4387-803f-c9c25af1dc81, ghrun-j6nscovbki.auto.internal:22089): request = { session_id: "ydb://session/3?node_id=1&id=ZDdkNGNjODMtOGE0OGM1ODEtYTU1ZTQyZDEtMTE3MzgxZDA=" 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, 6e8abf32-ae7a-4387-803f-c9c25af1dc81, ghrun-j6nscovbki.auto.internal:22089): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 109b7f9d-b5b9-448e-9221-ecb2124b2866, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T15:49:42.13799318+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-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5ed9f570-0d3b-4054-b60f-520f3c9cdc45, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T15:49:42.138148565+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 42683c96-397c-414f-8498-384b849a81f4, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T15:49:42.138077924+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c14a143a-3240-4709-b19c-75165c6e4f25, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T15:49:42.138108362+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4f5365af-0da3-424a-8a25-add4fc3b98b6, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T15:49:42.138161038+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 82cf6551-7018-41c9-b22f-a220e65cae6c, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-20T15:49:42.138121419+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f6a935da-b83e-463c-b39c-d1869e80caaa, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T15:49:42.138095412+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e40d5bee-67d1-44ac-983e-cba4b6732ca2, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T15:49:42.138135498+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6900efa4-b9e3-4961-bb1d-ffd4a0b01d86, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T15:49:42.138186171+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-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 49373187-e83d-4442-adf3-f69d467ed2c3, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138198503+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3b52b6e7-b856-4f82-b51d-ac07ba443033, ghrun-j6nscovbki.auto.internal:22089): 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:22089 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-20T15:49:42.138174418+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-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 97a34cf9-5c86-4a46-b485-60a102dac8e4, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138211904+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f83a0281-491b-42b6-b925-f13fe480e1a7, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138239499+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 13fcf333-44a3-4b8b-9f5e-70c4ac2c1e30, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138256598+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3dfe9b70-31ca-45ec-8a04-f42f6ea269e4, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138301048+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8e196393-2577-4cd5-a23a-0a613fc13913, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138313837+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6e8abf32-ae7a-4387-803f-c9c25af1dc81, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.13834641+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d37c8add-e4a9-4e70-862b-346111e2b4da, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138268718+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 731b77c1-611b-4fd3-9fb6-2e75047e96da, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138282101+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2c3b2958-7813-4642-9797-127f52af8ab5, ghrun-j6nscovbki.auto.internal:22089): 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-20T15:49:42.138326358+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-j6nscovbki.auto.internal:22089
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py: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:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 3c3cc265-25f8-4eb9-a576-04a7bf86e1d6, localhost:10790): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3c3cc265-25f8-4eb9-a576-04a7bf86e1d6, localhost:10790): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3c3cc265-25f8-4eb9-a576-04a7bf86e1d6, localhost:10790): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-j6nscovbki.auto.internal" port: 10790 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-j6nscovbki.auto.internal:10790, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10790
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    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 1312858) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1312858) elapsed time (sec): 30.21639394760132
DEBUG    ya.test:process.py:263 Command (pid 1312858) wtime: 30.242
DEBUG    ya.test:process.py:275 Command (pid 1312858) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     11	11	0	0	279	319	453	453
2	     94	94	0	0	96	775	779	783
3	     95	95	0	0	96	159	178	179
4	    101	101	0	0	99	159	171	183
5	     37	37	0	0	88	107	109	109
6	      0	0	0	1260	0	0	0	0
7	      0	0	0	1409	0	0	0	0
8	      0	0	0	1343	0	0	0	0
9	      0	0	0	1403	0	0	0	0
10	      0	0	0	1348	0	0	0	0
11	      0	0	0	1450	0	0	0	0
12	      0	0	0	1315	0	0	0	0
13	      0	0	0	1152	0	0	0	0
14	      0	0	0	1140	0	0	0	0
15	      0	0	0	847	0	0	0	0
16	      0	0	0	1349	0	0	0	0
17	      0	0	0	991	0	0	0	0
18	      0	0	0	942	0	0	0	0
19	      0	0	0	892	0	0	0	0
20	      0	0	0	1083	0	0	0	0
21	      0	0	0	1167	0	0	0	0
22	      0	0	0	1323	0	0	0	0
23	      0	0	0	1113	0	0	0	0
24	      0	0	0	1147	0	0	0	0
25	      0	0	0	1254	0	0	0	0
26	      0	0	0	1279	0	0	0	0
27	      0	0	0	1138	0	0	0	0
28	      0	0	0	1233	0	0	0	0
29	      0	0	0	1001	0	0	0	0
30	      0	0	0	1207	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    338	11.2667	0	29786	96	265	775	783

DEBUG    ya.test:process.py:276 Command (pid 1312858) 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 1312898) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1312898) elapsed time (sec): 30.22737407684326
DEBUG    ya.test:process.py:263 Command (pid 1312898) wtime: 30.243
DEBUG    ya.test:process.py:275 Command (pid 1312898) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	996	0	0	0	0
7	      0	0	0	1354	0	0	0	0
8	      0	0	0	1360	0	0	0	0
9	      0	0	0	1192	0	0	0	0
10	      0	0	0	1573	0	0	0	0
11	      0	0	0	1516	0	0	0	0
12	      0	0	0	1495	0	0	0	0
13	      0	0	0	1518	0	0	0	0
14	      0	0	0	1294	0	0	0	0
15	      0	0	0	993	0	0	0	0
16	      0	0	0	1435	0	0	0	0
17	      0	0	0	1150	0	0	0	0
18	      0	0	0	1141	0	0	0	0
19	      0	0	0	1259	0	0	0	0
20	      0	0	0	1056	0	0	0	0
21	      0	0	0	1279	0	0	0	0
22	      0	0	0	1527	0	0	0	0
23	      0	0	0	1277	0	0	0	0
24	      0	0	0	1189	0	0	0	0
25	      0	0	0	1239	0	0	0	0
26	      0	0	0	1360	0	0	0	0
27	      0	0	0	1038	0	0	0	0
28	      0	0	0	1247	0	0	0	0
29	      0	0	0	1215	0	0	0	0
30	      0	0	0	1060	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 1312898) 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 1312907) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1312907) elapsed time (sec): 30.28955864906311
DEBUG    ya.test:process.py:263 Command (pid 1312907) wtime: 30.296
DEBUG    ya.test:process.py:275 Command (pid 1312907) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      9	9	0	0	951	991	991	991
2	     68	68	0	0	131	261	271	1007
3	     76	76	0	0	123	178	184	201
4	     80	80	0	0	130	190	200	203
5	     21	21	0	0	107	123	131	131
6	      0	0	0	1377	0	0	0	0
7	      0	0	0	1317	0	0	0	0
8	      0	0	0	1267	0	0	0	0
9	      0	0	0	1393	0	0	0	0
10	      0	0	0	1392	0	0	0	0
11	      0	0	0	1384	0	0	0	0
12	      0	0	0	1360	0	0	0	0
13	      0	0	0	1313	0	0	0	0
14	      0	0	0	1448	0	0	0	0
15	      0	0	0	970	0	0	0	0
16	      0	0	0	1375	0	0	0	0
17	      0	0	0	1252	0	0	0	0
18	      0	0	0	1160	0	0	0	0
19	      0	0	0	1392	0	0	0	0
20	      0	0	0	1308	0	0	0	0
21	      0	0	0	1341	0	0	0	0
22	      0	0	0	1611	0	0	0	0
23	      0	0	0	1275	0	0	0	0
24	      0	0	0	1263	0	0	0	0
25	      0	0	0	1203	0	0	0	0
26	      0	0	0	1183	0	0	0	0
27	      0	0	0	1117	0	0	0	0
28	      0	0	0	1400	0	0	0	0
29	      0	0	0	1072	0	0	0	0
30	      0	0	0	1284	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    254	8.46667	0	32457	125	257	967	1007

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
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:22089". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 4dfeacb1-a03c-4e0d-8112-ca1790421688, localhost:10790): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4dfeacb1-a03c-4e0d-8112-ca1790421688, localhost:10790): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4dfeacb1-a03c-4e0d-8112-ca1790421688, localhost:10790): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-j6nscovbki.auto.internal" port: 10790 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-j6nscovbki.auto.internal:10790, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10790
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 3fd77dfb-01b7-4596-b95f-26bd4ae5f170, localhost:10790): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3fd77dfb-01b7-4596-b95f-26bd4ae5f170, localhost:10790): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3fd77dfb-01b7-4596-b95f-26bd4ae5f170, localhost:10790): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-j6nscovbki.auto.internal" port: 10790 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-j6nscovbki.auto.internal:10790, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10790
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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:22089
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:22089". 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)]
============================== slowest durations ===============================
287.85s call     test_log_scenario.py::TestLogScenario::test_log_uniform
23.92s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
20.06s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
5.89s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
5.52s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
5.48s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
5.46s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
4.98s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
4.76s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
4.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
4.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
4.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.79s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.72s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.58s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.03s setup    test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.03s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.02s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s teardown test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]

(12 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/zir9/0015b3/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/zir9/0015b3/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-20T15:49:37.360497Z): source_id=259;tablet_id=72075186224037983;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 @ 0xA7C2AA5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA7BAFE6
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB651528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD637EFB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9E11748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9E1149F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD61300D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x142370BB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14E7DEE7
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14DCECF3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14DCECF3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14DCBB13
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14DD25C7
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14254EA8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CD8DA35
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5F4437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB641FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB646094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB645CA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB64688E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7C46FC
21. ??:0: ?? @ 0x7F52B62E9AC2
22. ??:0: ?? @ 0x7F52B637B8BF
============== 1 failed, 11 passed, 1 error in 384.01s (0:06:24) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/zir9/0015bb/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.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
6.08s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
6.04s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
5.90s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
5.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
5.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
5.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
5.10s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
5.00s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
4.95s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
4.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
4.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
3.08s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]

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

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

============================== slowest durations ===============================
7.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
6.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
5.91s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
5.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
5.50s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
5.49s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
5.49s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
5.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
5.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
5.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
4.93s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
3.09s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.09s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 67.79s (0:01:07) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/zir9/0015b6/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 ===============================
112.81s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
112.37s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
110.99s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
105.43s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
75.22s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
7.51s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
5.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]

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

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

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

============================== slowest durations ===============================
5.36s setup    test_select.py::TestSelect::test_incorrect
4.62s setup    test_replace.py::TestReplace::test_incorrect
4.26s setup    test_update.py::TestUpdate::test_incorrect
1.40s call     test_select.py::TestSelect::test_json_query
1.38s call     test_replace.py::TestReplace::test_replace_total
1.17s call     test_replace.py::TestReplace::test_replace_rollback
1.09s call     test_update.py::TestUpdate::test_update_many_rows
0.98s call     test_update.py::TestUpdate::test_partial_update
0.94s call     test_replace.py::TestReplace::test_partial_replace
0.73s call     test_update.py::TestUpdate::test_update_pk
0.71s call     test_update.py::TestUpdate::test_incorrect
0.68s call     test_replace.py::TestReplace::test_replace_with_nulls
0.68s call     test_select.py::TestSelect::test_incorrect
0.66s call     test_replace.py::TestReplace::test_incorrect
0.07s setup    test_update.py::TestUpdate::test_partial_update
0.06s setup    test_replace.py::TestReplace::test_replace_with_nulls
0.02s teardown test_replace.py::TestReplace::test_replace_total
0.01s teardown test_select.py::TestSelect::test_incorrect
0.01s setup    test_replace.py::TestReplace::test_partial_replace
0.01s setup    test_select.py::TestSelect::test_json_query
0.01s setup    test_replace.py::TestReplace::test_replace_rollback
0.01s setup    test_replace.py::TestReplace::test_replace_total
0.01s teardown test_update.py::TestUpdate::test_partial_update
0.01s setup    test_update.py::TestUpdate::test_update_pk

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 26.50s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/zir9/0015b5/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 ===============================
350.63s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
47.05s call     zip_bomb.py::TestZipBomb::test
17.01s teardown zip_bomb.py::TestZipBomb::test
12.82s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
4.94s setup    test_upsert.py::TestUpsert::test_copy_full
4.82s setup    test_update.py::TestUpdate::test_update_rollback
3.38s setup    zip_bomb.py::TestZipBomb::test
3.05s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
1.77s call     test_upsert.py::TestUpsert::test_copy_partial
1.67s call     test_upsert.py::TestUpsert::test_copy_full
1.51s call     test_upsert.py::TestUpsert::test_count
1.41s call     test_update.py::TestUpdate::test_update_rollback
1.13s call     test_update.py::TestUpdate::test_update_single_column
0.96s call     test_update.py::TestUpdate::test_update_single_row
0.89s call     test_upsert.py::TestUpsert::test_partial_update
0.59s call     test_upsert.py::TestUpsert::test_insert_nulls
0.48s call     test_upsert.py::TestUpsert::test_incorrect
0.04s setup    test_update.py::TestUpdate::test_update_single_column
0.01s setup    test_upsert.py::TestUpsert::test_insert_nulls
0.01s setup    test_upsert.py::TestUpsert::test_count
0.01s teardown test_upsert.py::TestUpsert::test_incorrect

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