============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/eu67/00368c/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=NjA5Y2RlMmEtNmIwNTA3ZWUtNWIzZDI5OWEtYTYxMmI1NGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e4421c31-1588-4dc7-b563-fa88c230d0c8, ghrun-lm77u3bfke.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e4421c31-1588-4dc7-b563-fa88c230d0c8, ghrun-lm77u3bfke.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NjA5Y2RlMmEtNmIwNTA3ZWUtNWIzZDI5OWEtYTYxMmI1NGQ=" 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, e4421c31-1588-4dc7-b563-fa88c230d0c8, ghrun-lm77u3bfke.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjA5Y2RlMmEtNmIwNTA3ZWUtNWIzZDI5OWEtYTYxMmI1NGQ=
---------------------------- 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=NjA5Y2RlMmEtNmIwNTA3ZWUtNWIzZDI5OWEtYTYxMmI1NGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8e0ee1ad-48d1-47bd-a1d9-cca2ababbf06, ghrun-lm77u3bfke.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8e0ee1ad-48d1-47bd-a1d9-cca2ababbf06, ghrun-lm77u3bfke.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NjA5Y2RlMmEtNmIwNTA3ZWUtNWIzZDI5OWEtYTYxMmI1NGQ=" 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, 8e0ee1ad-48d1-47bd-a1d9-cca2ababbf06, ghrun-lm77u3bfke.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjA5Y2RlMmEtNmIwNTA3ZWUtNWIzZDI5OWEtYTYxMmI1NGQ=
---------------------------- 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=NjA5Y2RlMmEtNmIwNTA3ZWUtNWIzZDI5OWEtYTYxMmI1NGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 68944a8e-afa9-45e8-a874-c03d838eaae0, ghrun-lm77u3bfke.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 68944a8e-afa9-45e8-a874-c03d838eaae0, ghrun-lm77u3bfke.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NjA5Y2RlMmEtNmIwNTA3ZWUtNWIzZDI5OWEtYTYxMmI1NGQ=" 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, 68944a8e-afa9-45e8-a874-c03d838eaae0, ghrun-lm77u3bfke.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjA5Y2RlMmEtNmIwNTA3ZWUtNWIzZDI5OWEtYTYxMmI1NGQ=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
234.29s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
101.27s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
91.13s call     tablets_movement.py::TestTabletsMovement::test[ROW]
56.63s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
16.86s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
7.68s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
6.04s call     test_create.py::TestCreate::test_create_decimals
5.25s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.34s setup    test_create.py::TestCreate::test_create_all_opt_ints
3.71s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.76s call     test_create.py::TestCreate::test_create_all_req_ints
0.76s call     test_create.py::TestCreate::test_create_all_opt_ints
0.60s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.60s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.24s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.21s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.18s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.04s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_random

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED order_by_with_limit.py::TestOrderBy::test_filtered_portion - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_random - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_stress_sorting - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 11 column: 58 } message: "At function: KiCreateTable!" end_position { row: 11 column: 58 } severity: 1 issues { position { row: 11 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 11 column: 58 } severity: 1 } } (server_code: 400080)
=================== 3 failed, 9 passed in 532.44s (0:08:52) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/eu67/00369e/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: 20.8 ms
create table: 373.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 36.0
    "min_ms": 24.2
    "median_ms": 33.9
    "max_ms": 55.8
    "stdev_ms": 9.5
select count(*) after initial inserts: 121.2 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 76.1
    "min_ms": 47.2
    "median_ms": 69.9
    "max_ms": 192.5
    "stdev_ms": 22.4
select count(*) after all modifications: 3028.2 ms
select all: 3302.1 ms
delete from table: 4049.6 ms
select all after delete: 3517.8 ms
.drop table: 42.5 ms
create table: 536.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 32.6
    "min_ms": 27.4
    "median_ms": 30.6
    "max_ms": 47.9
    "stdev_ms": 6.3
select count(*) after initial inserts: 109.2 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 59.6
    "min_ms": 46.2
    "median_ms": 56.8
    "max_ms": 93.8
    "stdev_ms": 9.0
updates (step 1):
    "runs": 200
    "avg_ms": 195.5
    "min_ms": 148.6
    "median_ms": 187.2
    "max_ms": 330.0
    "stdev_ms": 31.0
upserts (step 2):
    "runs": 200
    "avg_ms": 29.2
    "min_ms": 23.8
    "median_ms": 27.6
    "max_ms": 62.8
    "stdev_ms": 5.5
select count(*) after all modifications: 360.0 ms
select all: 404.8 ms
delete from table: 469.2 ms
select all after delete: 377.2 ms
.drop table: 43.0 ms
create table: 541.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 38.6
    "min_ms": 28.4
    "median_ms": 40.1
    "max_ms": 50.0
    "stdev_ms": 6.8
select count(*) after initial inserts: 124.5 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 158.7
    "min_ms": 101.1
    "median_ms": 149.4
    "max_ms": 415.4
    "stdev_ms": 38.7
select count(*) after all modifications: 301.4 ms
select all: 259.5 ms
delete from table: 312.6 ms
select all after delete: 247.2 ms
.drop table: 40.1 ms
create table: 465.0 ms
initial inserts:
    "runs": 15
    "avg_ms": 30.6
    "min_ms": 27.6
    "median_ms": 29.9
    "max_ms": 38.0
    "stdev_ms": 2.8
select count(*) after initial inserts: 101.1 ms
updates (step 0):
    "runs": 150
    "avg_ms": 109.6
    "min_ms": 98.6
    "median_ms": 108.7
    "max_ms": 131.6
    "stdev_ms": 6.0
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 66.9
    "min_ms": 61.4
    "median_ms": 66.7
    "max_ms": 74.5
    "stdev_ms": 2.9
select count(*) after all modifications: 329.3 ms
select all: 337.4 ms
delete from table: 361.6 ms
select all after delete: 342.6 ms
.drop table: 27.7 ms
create table: 405.7 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.5
    "min_ms": 26.5
    "median_ms": 29.7
    "max_ms": 35.5
    "stdev_ms": 1.8
select count(*) after initial inserts: 100.4 ms
updates (step 0):
    "runs": 200
    "avg_ms": 113.1
    "min_ms": 94.3
    "median_ms": 111.0
    "max_ms": 211.5
    "stdev_ms": 13.1
upserts (step 1):
    "runs": 200
    "avg_ms": 28.0
    "min_ms": 22.5
    "median_ms": 27.5
    "max_ms": 60.0
    "stdev_ms": 4.0
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 87.7
    "min_ms": 78.6
    "median_ms": 84.9
    "max_ms": 124.0
    "stdev_ms": 8.6
select count(*) after all modifications: 582.0 ms
select all: 565.7 ms
delete from table: 581.1 ms
select all after delete: 552.7 ms
.drop table: 29.6 ms
create table: 426.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.9
    "min_ms": 27.2
    "median_ms": 29.8
    "max_ms": 32.9
    "stdev_ms": 1.6
select count(*) after initial inserts: 91.2 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 28.9
    "min_ms": 21.5
    "median_ms": 27.1
    "max_ms": 72.3
    "stdev_ms": 5.7
select count(*) after all modifications: 355.9 ms
select all: 269.6 ms
delete from table: 328.9 ms
select all after delete: 243.5 ms
.Generated operation sequence:
  0. UPSERT: 3 operations
  1. UPSERT: 1 operations
  2. UPSERT: 6 operations
  3. BULK_UPSERT: 3 operations
  4. BULK_UPSERT: 2 operations
  5. UPSERT: 10 operations
  6. BULK_UPSERT: 15 operations
  7. UPSERT: 7 operations
  8. UPSERT: 2 operations
  9. UPSERT: 6 operations
drop table: 57.4 ms
create table: 597.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 43.5
    "min_ms": 30.9
    "median_ms": 43.4
    "max_ms": 65.8
    "stdev_ms": 9.6
select count(*) after initial inserts: 141.3 ms
upserts (step 0):
    "runs": 30
    "avg_ms": 29.8
    "min_ms": 23.4
    "median_ms": 28.2
    "max_ms": 47.1
    "stdev_ms": 5.4
upserts (step 1):
    "runs": 10
    "avg_ms": 30.9
    "min_ms": 25.6
    "median_ms": 31.2
    "max_ms": 40.2
    "stdev_ms": 4.2
upserts (step 2):
    "runs": 60
    "avg_ms": 28.8
    "min_ms": 22.6
    "median_ms": 27.4
    "max_ms": 50.6
    "stdev_ms": 5.0
bulk_upserts (step 3):
    "runs": 3
    "avg_ms": 59.0
    "min_ms": 53.4
    "median_ms": 59.6
    "max_ms": 64.1
    "stdev_ms": 5.4
bulk_upserts (step 4):
    "runs": 2
    "avg_ms": 55.7
    "min_ms": 50.2
    "median_ms": 61.1
    "max_ms": 61.1
    "stdev_ms": 7.7
upserts (step 5):
    "runs": 100
    "avg_ms": 29.1
    "min_ms": 23.4
    "median_ms": 28.4
    "max_ms": 40.8
    "stdev_ms": 3.6
bulk_upserts (step 6):
    "runs": 15
    "avg_ms": 62.5
    "min_ms": 52.3
    "median_ms": 60.6
    "max_ms": 86.6
    "stdev_ms": 10.3
upserts (step 7):
    "runs": 70
    "avg_ms": 29.1
    "min_ms": 23.6
    "median_ms": 28.4
    "max_ms": 40.7
    "stdev_ms": 3.6
upserts (step 8):
    "runs": 20
    "avg_ms": 28.0
    "min_ms": 25.4
    "median_ms": 26.9
    "max_ms": 38.1
    "stdev_ms": 3.2
upserts (step 9):
    "runs": 60
    "avg_ms": 29.0
    "min_ms": 22.5
    "median_ms": 27.4
    "max_ms": 56.5
    "stdev_ms": 5.6
select count(*) after all modifications: 128.7 ms
select all: 130.6 ms
delete from table: 159.9 ms
select all after delete: 106.3 ms
.
test_delete.py .

============================== slowest durations ===============================
160.91s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
53.53s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
52.82s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
40.41s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
30.99s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
25.58s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
13.17s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
6.26s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
4.98s setup    test_delete.py::TestDelete::test_delete_rollback
4.86s setup    test_create.py::TestCreate::test_create_real_opt
3.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.12s call     test_delete.py::TestDelete::test_delete_rollback
0.65s call     test_create.py::TestCreate::test_create_real_opt
0.64s call     test_create.py::TestCreate::test_create_strings_opt
0.58s call     test_create.py::TestCreate::test_create_real_req
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.02s call     test_create.py::TestCreate::test_dy_number_not_supported
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s 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]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.01s teardown test_create.py::TestCreate::test_dy_number_not_supported

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 400.92s (0:06:40) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/eu67/00369c/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.66s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.75s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
1.29s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.26s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
1.23s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
1.02s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.95s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.92s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.91s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.84s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.79s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.78s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.75s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[True-0]

(20 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 18.37s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/eu67/0036a7/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.47s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
4.55s setup    test_delete.py::TestDelete::test_incorrect
1.83s call     test_insert.py::TestInsertStatement::test_copy_full
1.42s call     test_insert.py::TestInsertStatement::test_copy_partial
0.68s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.68s call     test_insert.py::TestInsertStatement::test_plain
0.65s call     test_insert.py::TestInsertStatement::test_bulk
0.53s call     test_insert.py::TestInsertStatement::test_out_of_range
0.53s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.46s call     test_delete.py::TestDelete::test_incorrect
0.43s call     test_insert.py::TestInsertStatement::test_incorrect
0.43s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.43s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.42s call     test_insert.py::TestInsertStatement::test_duplicate

(22 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 19.82s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/eu67/0036a0/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/eu67/0036a0/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/eu67/0036a0/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-24T11:23:03.727702Z): source_id=112;tablet_id=72075186224037988;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 @ 0xA915F95
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA90E4D6
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A54C8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD719ABB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F6E748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6E49F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD6F410D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14370D0B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FB7D07
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F0CAC3
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F0CAC3
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F0A473
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F0DE37
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x1438EAF8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF39E95
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB748437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB795F74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79A034
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB799C40
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79A82E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA917BEC
E   21. ??:0: ?? @ 0x7F45FDEB1AC2
E   22. ??:0: ?? @ 0x7F45FDF438BF
------------------------------ 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/eu67/0036a0/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/eu67/0036a0/ydb/apps/ydb/ydb -e grpc://localhost:18963 -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/eu67/0036a0/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18963', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3621652
DEBUG    ya.test:process.py:259 Command (pid 3621652) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3621652) elapsed time (sec): 0.42301082611083984
DEBUG    ya.test:process.py:263 Command (pid 3621652) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) maxrss: 749536
DEBUG    ya.test:process.py:263 Command (pid 3621652) minflt: 3544
DEBUG    ya.test:process.py:263 Command (pid 3621652) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 3621652) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) nvcsw: 209
DEBUG    ya.test:process.py:263 Command (pid 3621652) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3621652) stime: 0.027733999999999998
DEBUG    ya.test:process.py:263 Command (pid 3621652) utime: 0.055469
DEBUG    ya.test:process.py:263 Command (pid 3621652) wtime: 0.424
DEBUG    ya.test:process.py:275 Command (pid 3621652) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3621652) 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/eu67/0036a0/ydb/apps/ydb/ydb -e grpc://localhost:18963 -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/eu67/0036a0/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18963', '-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: 3621845
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, ef314167-5cb2-41c6-98ed-c8e43a74fd79, localhost:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ef314167-5cb2-41c6-98ed-c8e43a74fd79, localhost:18963): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ef314167-5cb2-41c6-98ed-c8e43a74fd79, localhost:18963): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lm77u3bfke.auto.internal" port: 18963 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-lm77u3bfke.auto.internal:18963, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
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 3621845) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3621845) elapsed time (sec): 30.23685646057129
DEBUG    ya.test:process.py:263 Command (pid 3621845) wtime: 30.247
DEBUG    ya.test:process.py:275 Command (pid 3621845) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    416	416	0	0	22	33	41	43
2	    434	434	0	0	22	33	40	44
3	    418	418	0	0	22	36	42	46
4	    405	405	0	0	23	37	43	47
5	    457	457	0	0	21	28	31	37
6	    421	421	0	0	22	33	37	37
7	    443	443	0	0	21	30	36	42
8	    431	431	0	0	22	31	35	43
9	    417	417	0	0	22	36	59	66
10	    422	422	0	0	22	33	47	63
11	    422	422	0	0	22	34	41	45
12	    377	377	0	0	24	41	53	71
13	    398	398	0	0	23	38	45	48
14	    357	357	0	0	26	42	51	56
15	    329	329	0	0	28	48	61	67
16	    434	434	0	0	21	32	36	40
17	    412	412	0	0	23	34	41	51
18	    415	415	0	0	22	36	50	51
19	    415	415	0	0	23	34	47	50
20	    434	434	0	0	21	31	42	45
21	    442	442	0	0	21	32	35	45
22	    447	447	0	0	21	30	38	44
23	    453	453	0	0	21	28	33	35
24	    441	441	0	0	21	30	37	41
25	    436	436	0	0	21	32	39	42
26	    436	436	0	0	21	31	48	54
27	    451	451	0	0	21	30	36	40
28	    429	429	0	0	21	33	44	53
29	    470	470	0	0	20	26	30	43
30	    460	460	0	0	21	29	35	43

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  12722	424.067	0	0	22	34	43	71

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMyZGViMGMtYzUzZjY1NTMtMWQ5ODBkMmUtNTNhNjQ3OTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 86b8e701-826d-4419-97d8-b6149a3ef183, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 86b8e701-826d-4419-97d8-b6149a3ef183, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=OTMyZGViMGMtYzUzZjY1NTMtMWQ5ODBkMmUtNTNhNjQ3OTY=" 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, 86b8e701-826d-4419-97d8-b6149a3ef183, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMyZGViMGMtYzUzZjY1NTMtMWQ5ODBkMmUtNTNhNjQ3OTY=
INFO     root:test_log_scenario.py:217 Count rows after insert 12506 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzJjOWQwNzItZjI1NWRmNTQtZWYyZjRiZTYtNTYyZDJhMjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 023ec53d-cdc7-4bb4-b103-6fba18bf0822, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 023ec53d-cdc7-4bb4-b103-6fba18bf0822, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=MzJjOWQwNzItZjI1NWRmNTQtZWYyZjRiZTYtNTYyZDJhMjc=" 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, 023ec53d-cdc7-4bb4-b103-6fba18bf0822, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzJjOWQwNzItZjI1NWRmNTQtZWYyZjRiZTYtNTYyZDJhMjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTc3YmMyYzgtNjViMGY0YzYtNTBiMzMyYjYtZGVjZGY2ZDE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 73fb94d5-2551-484c-8346-0c18ae03ad11, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 73fb94d5-2551-484c-8346-0c18ae03ad11, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=YTc3YmMyYzgtNjViMGY0YzYtNTBiMzMyYjYtZGVjZGY2ZDE=" 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, 73fb94d5-2551-484c-8346-0c18ae03ad11, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTc3YmMyYzgtNjViMGY0YzYtNTBiMzMyYjYtZGVjZGY2ZDE=
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/eu67/0036a0/ydb/apps/ydb/ydb -e grpc://localhost:18963 -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=NmFhMTRjODQtZDYxYzJkMGUtZTA1ZTY3OGEtMjBmODY1MjQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/eu67/0036a0/ydb/apps/ydb/ydb -e grpc://localhost:18963 -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/eu67/0036a0/ydb/apps/ydb/ydb -e grpc://localhost:18963 -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, 8f007671-5d67-4afa-bd0d-0731f9745450, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzhlODNiZWUtYWIxMDU5ZDMtNDI3NmY3ZmQtMzU1ZTk0Mjk=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8f007671-5d67-4afa-bd0d-0731f9745450, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=NmFhMTRjODQtZDYxYzJkMGUtZTA1ZTY3OGEtMjBmODY1MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f5475048-c672-4fba-8a70-b17336b83c18, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f5475048-c672-4fba-8a70-b17336b83c18, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=YzhlODNiZWUtYWIxMDU5ZDMtNDI3NmY3ZmQtMzU1ZTk0Mjk=" 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=ZTQ3NDg2NjAtOGQ0ZTk0YzEtY2M3NDQ0MDMtMzgwMTUwM2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 28cfffe4-5c79-48fb-b9ae-2f9826df1656, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 28cfffe4-5c79-48fb-b9ae-2f9826df1656, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=ZTQ3NDg2NjAtOGQ0ZTk0YzEtY2M3NDQ0MDMtMzgwMTUwM2M=" 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, 28cfffe4-5c79-48fb-b9ae-2f9826df1656, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f5475048-c672-4fba-8a70-b17336b83c18, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
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/eu67/0036a0/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18963', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTExYTI1YzktZDU4ZDY2MDYtOThkYTM3YzUtY2E1NmM0ZTU=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:628 Command pid: 3635600
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8f007671-5d67-4afa-bd0d-0731f9745450, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 725d553e-373b-4fd8-b2af-33b91a95d148, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTU4Y2E3NjktYzg4NTQzMWYtMTRlMjhjMGQtNDU0OWM3YTk=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/eu67/0036a0/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18963', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/eu67/0036a0/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18963', '-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:63 RpcState(ExecuteQuery, 725d553e-373b-4fd8-b2af-33b91a95d148, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=ZTExYTI1YzktZDU4ZDY2MDYtOThkYTM3YzUtY2E1NmM0ZTU=" 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, dc6f7dd4-efaf-4be8-a434-57c9daf9a0a2, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dc6f7dd4-efaf-4be8-a434-57c9daf9a0a2, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=ZTU4Y2E3NjktYzg4NTQzMWYtMTRlMjhjMGQtNDU0OWM3YTk=" 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, dc6f7dd4-efaf-4be8-a434-57c9daf9a0a2, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 3635641
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWNlYTBmOTMtNjA5NmE2NTgtMTY1MzlmMWYtNWE2ODMzMA==
DEBUG    ya.test:process.py:628 Command pid: 3635643
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 725d553e-373b-4fd8-b2af-33b91a95d148, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b485477e-a8da-42eb-8766-d2eea76b1bea, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTdhODU4ZWYtNzAwMjhiMWQtYTY2MDZiNGEtNjU0Yzc3ZDA=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b485477e-a8da-42eb-8766-d2eea76b1bea, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=YWNlYTBmOTMtNjA5NmE2NTgtMTY1MzlmMWYtNWE2ODMzMA==" 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, 30ae754e-d99a-443a-a046-2c8dcb160932, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMyZGViMGMtYzUzZjY1NTMtMWQ5ODBkMmUtNTNhNjQ3OTY=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 30ae754e-d99a-443a-a046-2c8dcb160932, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=NTdhODU4ZWYtNzAwMjhiMWQtYTY2MDZiNGEtNjU0Yzc3ZDA=" 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, b485477e-a8da-42eb-8766-d2eea76b1bea, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f0a1c80f-9c8c-48de-b938-e5fff5ad67b8, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 30ae754e-d99a-443a-a046-2c8dcb160932, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzJjOWQwNzItZjI1NWRmNTQtZWYyZjRiZTYtNTYyZDJhMjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 70987e99-e2a9-48b5-9b06-4908eed375b2, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f0a1c80f-9c8c-48de-b938-e5fff5ad67b8, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=OTMyZGViMGMtYzUzZjY1NTMtMWQ5ODBkMmUtNTNhNjQ3OTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 70987e99-e2a9-48b5-9b06-4908eed375b2, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=MzJjOWQwNzItZjI1NWRmNTQtZWYyZjRiZTYtNTYyZDJhMjc=" 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=YTc3YmMyYzgtNjViMGY0YzYtNTBiMzMyYjYtZGVjZGY2ZDE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d64ae5ef-ad19-4730-84e9-65d5115c7e00, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d64ae5ef-ad19-4730-84e9-65d5115c7e00, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=YTc3YmMyYzgtNjViMGY0YzYtNTBiMzMyYjYtZGVjZGY2ZDE=" 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, f0a1c80f-9c8c-48de-b938-e5fff5ad67b8, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 70987e99-e2a9-48b5-9b06-4908eed375b2, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d64ae5ef-ad19-4730-84e9-65d5115c7e00, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 09868b33-72f8-4fdc-9672-19bcb67e00de, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:23:15.071233238+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 2364d9fe-19fa-4737-b918-83ccb58add98, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:23:15.071332383+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7bbf222f-c10e-4aec-a74d-3068190e6377, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:23:15.071455493+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a093e6c4-670c-4518-a3b6-ccf733859d5e, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:23:15.071406493+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9cd90a79-5ae3-469a-8f56-67ad96d81f75, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:23:15.071388356+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dd372bcf-7656-4751-9f3b-8cad2df2c299, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:23:15.071369805+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b04d5dc4-f8ed-4262-acbd-420b38ac7ec2, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:23:15.071467839+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 725d553e-373b-4fd8-b2af-33b91a95d148, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071543441+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 28cfffe4-5c79-48fb-b9ae-2f9826df1656, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071527755+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 70987e99-e2a9-48b5-9b06-4908eed375b2, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071617351+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f0a1c80f-9c8c-48de-b938-e5fff5ad67b8, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.07160354+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5d4f7bc5-2d29-4d89-ab1d-f077912b09a6, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:23:15.071354302+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-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, dc6f7dd4-efaf-4be8-a434-57c9daf9a0a2, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071556386+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-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b485477e-a8da-42eb-8766-d2eea76b1bea, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071573764+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, eff205b4-3c92-4bb2-a88f-84cb362054ba, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:23:15.071420977+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-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTExYTI1YzktZDU4ZDY2MDYtOThkYTM3YzUtY2E1NmM0ZTU=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8f007671-5d67-4afa-bd0d-0731f9745450, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071481697+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 30ae754e-d99a-443a-a046-2c8dcb160932, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071587599+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f5475048-c672-4fba-8a70-b17336b83c18, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071511533+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d64ae5ef-ad19-4730-84e9-65d5115c7e00, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071634026+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTU4Y2E3NjktYzg4NTQzMWYtMTRlMjhjMGQtNDU0OWM3YTk=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YWNlYTBmOTMtNjA5NmE2NTgtMTY1MzlmMWYtNWE2ODMzMA==
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 04bb26bc-7a0d-4dfe-8f8e-393ed7961c84, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:23:15.071437508+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTU4Y2E3NjktYzg4NTQzMWYtMTRlMjhjMGQtNDU0OWM3YTk=
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: ydb://session/3?node_id=1&id=OTMyZGViMGMtYzUzZjY1NTMtMWQ5ODBkMmUtNTNhNjQ3OTY=
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTU4Y2E3NjktYzg4NTQzMWYtMTRlMjhjMGQtNDU0OWM3YTk=
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 31de5f55-ec93-489c-bcc1-ae9758a4c7af, localhost:25109): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 31de5f55-ec93-489c-bcc1-ae9758a4c7af, localhost:25109): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 31de5f55-ec93-489c-bcc1-ae9758a4c7af, localhost:25109): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lm77u3bfke.auto.internal" port: 25109 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-lm77u3bfke.auto.internal:25109, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:25109
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 3635600) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3635600) elapsed time (sec): 30.187042474746704
DEBUG    ya.test:process.py:263 Command (pid 3635600) wtime: 30.201
DEBUG    ya.test:process.py:275 Command (pid 3635600) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     30	30	0	0	219	619	623	623
2	    149	149	0	0	64	91	94	98
3	    140	140	0	0	65	124	160	166
4	    162	162	0	0	59	87	110	113
5	    138	138	0	0	71	90	97	105
6	    117	117	0	0	84	117	135	141
7	    144	144	0	0	67	95	115	116
8	    123	123	0	0	71	122	132	139
9	    156	156	0	0	63	82	91	110
10	    158	158	0	0	61	82	91	100
11	    117	117	0	0	69	107	130	139
12	      0	0	0	465	0	0	0	0
13	      0	0	0	1518	0	0	0	0
14	      0	0	0	1706	0	0	0	0
15	      0	0	0	1726	0	0	0	0
16	      0	0	0	1521	0	0	0	0
17	      0	0	0	1689	0	0	0	0
18	      0	0	0	1602	0	0	0	0
19	      0	0	0	2144	0	0	0	0
20	      0	0	0	2080	0	0	0	0
21	      0	0	0	1722	0	0	0	0
22	      0	0	0	1769	0	0	0	0
23	      0	0	0	1768	0	0	0	0
24	      0	0	0	1922	0	0	0	0
25	      0	0	0	1561	0	0	0	0
26	      0	0	0	1592	0	0	0	0
27	      0	0	0	1729	0	0	0	0
28	      0	0	0	1469	0	0	0	0
29	      0	0	0	1165	0	0	0	0
30	      0	0	0	1723	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1434	47.8	0	30871	66	111	227	623

DEBUG    ya.test:process.py:276 Command (pid 3635600) 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 3635641) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3635641) elapsed time (sec): 30.180723905563354
DEBUG    ya.test:process.py:263 Command (pid 3635641) wtime: 30.187
DEBUG    ya.test:process.py:275 Command (pid 3635641) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	289	815	831	831
2	    110	110	0	0	87	121	126	126
3	    105	105	0	0	89	143	161	163
4	    118	118	0	0	82	107	127	129
5	    106	106	0	0	94	120	122	124
6	     88	88	0	0	112	145	150	156
7	    108	108	0	0	92	123	124	125
8	     91	91	0	0	99	148	162	163
9	    113	113	0	0	87	112	165	170
10	    118	118	0	0	81	101	111	120
11	     89	89	0	0	90	134	150	150
12	      0	0	0	502	0	0	0	0
13	      0	0	0	1689	0	0	0	0
14	      0	0	0	1579	0	0	0	0
15	      0	0	0	1862	0	0	0	0
16	      0	0	0	1601	0	0	0	0
17	      0	0	0	1516	0	0	0	0
18	      0	0	0	1653	0	0	0	0
19	      0	0	0	2114	0	0	0	0
20	      0	0	0	2050	0	0	0	0
21	      0	0	0	2039	0	0	0	0
22	      0	0	0	2038	0	0	0	0
23	      0	0	0	2097	0	0	0	0
24	      0	0	0	2002	0	0	0	0
25	      0	0	0	1899	0	0	0	0
26	      0	0	0	1888	0	0	0	0
27	      0	0	0	1756	0	0	0	0
28	      0	0	0	1499	0	0	0	0
29	      0	0	0	1339	0	0	0	0
30	      0	0	0	1805	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1066	35.5333	0	32928	89	140	255	831

DEBUG    ya.test:process.py:276 Command (pid 3635641) 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 3635643) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3635643) elapsed time (sec): 30.19656991958618
DEBUG    ya.test:process.py:263 Command (pid 3635643) wtime: 30.205
DEBUG    ya.test:process.py:275 Command (pid 3635643) 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	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	10	0	0	0	0
9	      0	0	0	10	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	10	0	0	0	0
12	      0	0	0	412	0	0	0	0
13	      0	0	0	1606	0	0	0	0
14	      0	0	0	1752	0	0	0	0
15	      0	0	0	1985	0	0	0	0
16	      0	0	0	1734	0	0	0	0
17	      0	0	0	1711	0	0	0	0
18	      0	0	0	1533	0	0	0	0
19	      0	0	0	2137	0	0	0	0
20	      0	0	0	2136	0	0	0	0
21	      0	0	0	2034	0	0	0	0
22	      0	0	0	1921	0	0	0	0
23	      0	0	0	1960	0	0	0	0
24	      0	0	0	1924	0	0	0	0
25	      0	0	0	1910	0	0	0	0
26	      0	0	0	1840	0	0	0	0
27	      0	0	0	1873	0	0	0	0
28	      0	0	0	1658	0	0	0	0
29	      0	0	0	1407	0	0	0	0
30	      0	0	0	1692	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 3635643) 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, e0d2014a-9233-412e-a29b-c83606245cc3, localhost:25109): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e0d2014a-9233-412e-a29b-c83606245cc3, localhost:25109): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e0d2014a-9233-412e-a29b-c83606245cc3, localhost:25109): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lm77u3bfke.auto.internal" port: 25109 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-lm77u3bfke.auto.internal:25109, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:25109
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 076e7634-8820-4432-b5db-99f2a057461f, localhost:25109): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 076e7634-8820-4432-b5db-99f2a057461f, localhost:25109): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 076e7634-8820-4432-b5db-99f2a057461f, localhost:25109): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lm77u3bfke.auto.internal" port: 25109 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-lm77u3bfke.auto.internal:25109, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:25109
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, a71f3d02-8d60-4d5a-b8c5-b5697e287b19, localhost:25109): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a71f3d02-8d60-4d5a-b8c5-b5697e287b19, localhost:25109): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a71f3d02-8d60-4d5a-b8c5-b5697e287b19, localhost:25109): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lm77u3bfke.auto.internal" port: 25109 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-lm77u3bfke.auto.internal:25109, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:25109
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-lm77u3bfke'
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/eu67/0036a0/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.3589604' in '/home/runner/.ya/build/build_root/eu67/0036a0/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_kjmwzw1p.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:18963/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8405
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20244
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18959
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18963
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14175
=================================== 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/eu67/0036a0/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/eu67/0036a0/ydb/apps/ydb/ydb -e grpc://localhost:18963 -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/eu67/0036a0/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18963', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3621652
DEBUG    ya.test:process.py:259 Command (pid 3621652) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3621652) elapsed time (sec): 0.42301082611083984
DEBUG    ya.test:process.py:263 Command (pid 3621652) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) maxrss: 749536
DEBUG    ya.test:process.py:263 Command (pid 3621652) minflt: 3544
DEBUG    ya.test:process.py:263 Command (pid 3621652) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) nivcsw: 10
DEBUG    ya.test:process.py:263 Command (pid 3621652) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3621652) nvcsw: 209
DEBUG    ya.test:process.py:263 Command (pid 3621652) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3621652) stime: 0.027733999999999998
DEBUG    ya.test:process.py:263 Command (pid 3621652) utime: 0.055469
DEBUG    ya.test:process.py:263 Command (pid 3621652) wtime: 0.424
DEBUG    ya.test:process.py:275 Command (pid 3621652) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3621652) 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/eu67/0036a0/ydb/apps/ydb/ydb -e grpc://localhost:18963 -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/eu67/0036a0/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18963', '-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: 3621845
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, ef314167-5cb2-41c6-98ed-c8e43a74fd79, localhost:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ef314167-5cb2-41c6-98ed-c8e43a74fd79, localhost:18963): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ef314167-5cb2-41c6-98ed-c8e43a74fd79, localhost:18963): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lm77u3bfke.auto.internal" port: 18963 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-lm77u3bfke.auto.internal:18963, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
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 3621845) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3621845) elapsed time (sec): 30.23685646057129
DEBUG    ya.test:process.py:263 Command (pid 3621845) wtime: 30.247
DEBUG    ya.test:process.py:275 Command (pid 3621845) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    416	416	0	0	22	33	41	43
2	    434	434	0	0	22	33	40	44
3	    418	418	0	0	22	36	42	46
4	    405	405	0	0	23	37	43	47
5	    457	457	0	0	21	28	31	37
6	    421	421	0	0	22	33	37	37
7	    443	443	0	0	21	30	36	42
8	    431	431	0	0	22	31	35	43
9	    417	417	0	0	22	36	59	66
10	    422	422	0	0	22	33	47	63
11	    422	422	0	0	22	34	41	45
12	    377	377	0	0	24	41	53	71
13	    398	398	0	0	23	38	45	48
14	    357	357	0	0	26	42	51	56
15	    329	329	0	0	28	48	61	67
16	    434	434	0	0	21	32	36	40
17	    412	412	0	0	23	34	41	51
18	    415	415	0	0	22	36	50	51
19	    415	415	0	0	23	34	47	50
20	    434	434	0	0	21	31	42	45
21	    442	442	0	0	21	32	35	45
22	    447	447	0	0	21	30	38	44
23	    453	453	0	0	21	28	33	35
24	    441	441	0	0	21	30	37	41
25	    436	436	0	0	21	32	39	42
26	    436	436	0	0	21	31	48	54
27	    451	451	0	0	21	30	36	40
28	    429	429	0	0	21	33	44	53
29	    470	470	0	0	20	26	30	43
30	    460	460	0	0	21	29	35	43

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  12722	424.067	0	0	22	34	43	71

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMyZGViMGMtYzUzZjY1NTMtMWQ5ODBkMmUtNTNhNjQ3OTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 86b8e701-826d-4419-97d8-b6149a3ef183, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 86b8e701-826d-4419-97d8-b6149a3ef183, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=OTMyZGViMGMtYzUzZjY1NTMtMWQ5ODBkMmUtNTNhNjQ3OTY=" 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, 86b8e701-826d-4419-97d8-b6149a3ef183, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTMyZGViMGMtYzUzZjY1NTMtMWQ5ODBkMmUtNTNhNjQ3OTY=
INFO     root:test_log_scenario.py:217 Count rows after insert 12506 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzJjOWQwNzItZjI1NWRmNTQtZWYyZjRiZTYtNTYyZDJhMjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 023ec53d-cdc7-4bb4-b103-6fba18bf0822, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 023ec53d-cdc7-4bb4-b103-6fba18bf0822, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=MzJjOWQwNzItZjI1NWRmNTQtZWYyZjRiZTYtNTYyZDJhMjc=" 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, 023ec53d-cdc7-4bb4-b103-6fba18bf0822, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MzJjOWQwNzItZjI1NWRmNTQtZWYyZjRiZTYtNTYyZDJhMjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTc3YmMyYzgtNjViMGY0YzYtNTBiMzMyYjYtZGVjZGY2ZDE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 73fb94d5-2551-484c-8346-0c18ae03ad11, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 73fb94d5-2551-484c-8346-0c18ae03ad11, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=YTc3YmMyYzgtNjViMGY0YzYtNTBiMzMyYjYtZGVjZGY2ZDE=" 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, 73fb94d5-2551-484c-8346-0c18ae03ad11, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTc3YmMyYzgtNjViMGY0YzYtNTBiMzMyYjYtZGVjZGY2ZDE=
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/eu67/0036a0/ydb/apps/ydb/ydb -e grpc://localhost:18963 -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=NmFhMTRjODQtZDYxYzJkMGUtZTA1ZTY3OGEtMjBmODY1MjQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/eu67/0036a0/ydb/apps/ydb/ydb -e grpc://localhost:18963 -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/eu67/0036a0/ydb/apps/ydb/ydb -e grpc://localhost:18963 -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, 8f007671-5d67-4afa-bd0d-0731f9745450, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzhlODNiZWUtYWIxMDU5ZDMtNDI3NmY3ZmQtMzU1ZTk0Mjk=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8f007671-5d67-4afa-bd0d-0731f9745450, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=NmFhMTRjODQtZDYxYzJkMGUtZTA1ZTY3OGEtMjBmODY1MjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f5475048-c672-4fba-8a70-b17336b83c18, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f5475048-c672-4fba-8a70-b17336b83c18, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=YzhlODNiZWUtYWIxMDU5ZDMtNDI3NmY3ZmQtMzU1ZTk0Mjk=" 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=ZTQ3NDg2NjAtOGQ0ZTk0YzEtY2M3NDQ0MDMtMzgwMTUwM2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 28cfffe4-5c79-48fb-b9ae-2f9826df1656, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 28cfffe4-5c79-48fb-b9ae-2f9826df1656, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=ZTQ3NDg2NjAtOGQ0ZTk0YzEtY2M3NDQ0MDMtMzgwMTUwM2M=" 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, 28cfffe4-5c79-48fb-b9ae-2f9826df1656, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f5475048-c672-4fba-8a70-b17336b83c18, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
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/eu67/0036a0/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18963', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTExYTI1YzktZDU4ZDY2MDYtOThkYTM3YzUtY2E1NmM0ZTU=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:628 Command pid: 3635600
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8f007671-5d67-4afa-bd0d-0731f9745450, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 725d553e-373b-4fd8-b2af-33b91a95d148, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTU4Y2E3NjktYzg4NTQzMWYtMTRlMjhjMGQtNDU0OWM3YTk=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/eu67/0036a0/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18963', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/eu67/0036a0/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:18963', '-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:63 RpcState(ExecuteQuery, 725d553e-373b-4fd8-b2af-33b91a95d148, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=ZTExYTI1YzktZDU4ZDY2MDYtOThkYTM3YzUtY2E1NmM0ZTU=" 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, dc6f7dd4-efaf-4be8-a434-57c9daf9a0a2, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dc6f7dd4-efaf-4be8-a434-57c9daf9a0a2, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=ZTU4Y2E3NjktYzg4NTQzMWYtMTRlMjhjMGQtNDU0OWM3YTk=" 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, dc6f7dd4-efaf-4be8-a434-57c9daf9a0a2, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 3635641
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWNlYTBmOTMtNjA5NmE2NTgtMTY1MzlmMWYtNWE2ODMzMA==
DEBUG    ya.test:process.py:628 Command pid: 3635643
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 725d553e-373b-4fd8-b2af-33b91a95d148, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b485477e-a8da-42eb-8766-d2eea76b1bea, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTdhODU4ZWYtNzAwMjhiMWQtYTY2MDZiNGEtNjU0Yzc3ZDA=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b485477e-a8da-42eb-8766-d2eea76b1bea, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=YWNlYTBmOTMtNjA5NmE2NTgtMTY1MzlmMWYtNWE2ODMzMA==" 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, 30ae754e-d99a-443a-a046-2c8dcb160932, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTMyZGViMGMtYzUzZjY1NTMtMWQ5ODBkMmUtNTNhNjQ3OTY=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 30ae754e-d99a-443a-a046-2c8dcb160932, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=NTdhODU4ZWYtNzAwMjhiMWQtYTY2MDZiNGEtNjU0Yzc3ZDA=" 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, b485477e-a8da-42eb-8766-d2eea76b1bea, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f0a1c80f-9c8c-48de-b938-e5fff5ad67b8, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 30ae754e-d99a-443a-a046-2c8dcb160932, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzJjOWQwNzItZjI1NWRmNTQtZWYyZjRiZTYtNTYyZDJhMjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 70987e99-e2a9-48b5-9b06-4908eed375b2, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f0a1c80f-9c8c-48de-b938-e5fff5ad67b8, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=OTMyZGViMGMtYzUzZjY1NTMtMWQ5ODBkMmUtNTNhNjQ3OTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 70987e99-e2a9-48b5-9b06-4908eed375b2, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=MzJjOWQwNzItZjI1NWRmNTQtZWYyZjRiZTYtNTYyZDJhMjc=" 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=YTc3YmMyYzgtNjViMGY0YzYtNTBiMzMyYjYtZGVjZGY2ZDE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d64ae5ef-ad19-4730-84e9-65d5115c7e00, ghrun-lm77u3bfke.auto.internal:18963): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d64ae5ef-ad19-4730-84e9-65d5115c7e00, ghrun-lm77u3bfke.auto.internal:18963): request = { session_id: "ydb://session/3?node_id=1&id=YTc3YmMyYzgtNjViMGY0YzYtNTBiMzMyYjYtZGVjZGY2ZDE=" 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, f0a1c80f-9c8c-48de-b938-e5fff5ad67b8, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 70987e99-e2a9-48b5-9b06-4908eed375b2, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d64ae5ef-ad19-4730-84e9-65d5115c7e00, ghrun-lm77u3bfke.auto.internal:18963): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 09868b33-72f8-4fdc-9672-19bcb67e00de, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:23:15.071233238+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 2364d9fe-19fa-4737-b918-83ccb58add98, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:23:15.071332383+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7bbf222f-c10e-4aec-a74d-3068190e6377, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:23:15.071455493+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a093e6c4-670c-4518-a3b6-ccf733859d5e, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:23:15.071406493+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9cd90a79-5ae3-469a-8f56-67ad96d81f75, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:23:15.071388356+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dd372bcf-7656-4751-9f3b-8cad2df2c299, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:23:15.071369805+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b04d5dc4-f8ed-4262-acbd-420b38ac7ec2, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:23:15.071467839+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 725d553e-373b-4fd8-b2af-33b91a95d148, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071543441+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 28cfffe4-5c79-48fb-b9ae-2f9826df1656, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071527755+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 70987e99-e2a9-48b5-9b06-4908eed375b2, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071617351+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f0a1c80f-9c8c-48de-b938-e5fff5ad67b8, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.07160354+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5d4f7bc5-2d29-4d89-ab1d-f077912b09a6, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:23:15.071354302+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-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, dc6f7dd4-efaf-4be8-a434-57c9daf9a0a2, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071556386+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-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b485477e-a8da-42eb-8766-d2eea76b1bea, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071573764+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, eff205b4-3c92-4bb2-a88f-84cb362054ba, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-24T11:23:15.071420977+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-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTExYTI1YzktZDU4ZDY2MDYtOThkYTM3YzUtY2E1NmM0ZTU=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8f007671-5d67-4afa-bd0d-0731f9745450, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071481697+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 30ae754e-d99a-443a-a046-2c8dcb160932, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071587599+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f5475048-c672-4fba-8a70-b17336b83c18, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071511533+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d64ae5ef-ad19-4730-84e9-65d5115c7e00, ghrun-lm77u3bfke.auto.internal:18963): 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-24T11:23:15.071634026+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTU4Y2E3NjktYzg4NTQzMWYtMTRlMjhjMGQtNDU0OWM3YTk=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YWNlYTBmOTMtNjA5NmE2NTgtMTY1MzlmMWYtNWE2ODMzMA==
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 04bb26bc-7a0d-4dfe-8f8e-393ed7961c84, ghrun-lm77u3bfke.auto.internal:18963): 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:18963 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T11:23:15.071437508+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTU4Y2E3NjktYzg4NTQzMWYtMTRlMjhjMGQtNDU0OWM3YTk=
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: ydb://session/3?node_id=1&id=OTMyZGViMGMtYzUzZjY1NTMtMWQ5ODBkMmUtNTNhNjQ3OTY=
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-lm77u3bfke.auto.internal:18963
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTU4Y2E3NjktYzg4NTQzMWYtMTRlMjhjMGQtNDU0OWM3YTk=
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 31de5f55-ec93-489c-bcc1-ae9758a4c7af, localhost:25109): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 31de5f55-ec93-489c-bcc1-ae9758a4c7af, localhost:25109): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 31de5f55-ec93-489c-bcc1-ae9758a4c7af, localhost:25109): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lm77u3bfke.auto.internal" port: 25109 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-lm77u3bfke.auto.internal:25109, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:25109
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 3635600) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3635600) elapsed time (sec): 30.187042474746704
DEBUG    ya.test:process.py:263 Command (pid 3635600) wtime: 30.201
DEBUG    ya.test:process.py:275 Command (pid 3635600) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     30	30	0	0	219	619	623	623
2	    149	149	0	0	64	91	94	98
3	    140	140	0	0	65	124	160	166
4	    162	162	0	0	59	87	110	113
5	    138	138	0	0	71	90	97	105
6	    117	117	0	0	84	117	135	141
7	    144	144	0	0	67	95	115	116
8	    123	123	0	0	71	122	132	139
9	    156	156	0	0	63	82	91	110
10	    158	158	0	0	61	82	91	100
11	    117	117	0	0	69	107	130	139
12	      0	0	0	465	0	0	0	0
13	      0	0	0	1518	0	0	0	0
14	      0	0	0	1706	0	0	0	0
15	      0	0	0	1726	0	0	0	0
16	      0	0	0	1521	0	0	0	0
17	      0	0	0	1689	0	0	0	0
18	      0	0	0	1602	0	0	0	0
19	      0	0	0	2144	0	0	0	0
20	      0	0	0	2080	0	0	0	0
21	      0	0	0	1722	0	0	0	0
22	      0	0	0	1769	0	0	0	0
23	      0	0	0	1768	0	0	0	0
24	      0	0	0	1922	0	0	0	0
25	      0	0	0	1561	0	0	0	0
26	      0	0	0	1592	0	0	0	0
27	      0	0	0	1729	0	0	0	0
28	      0	0	0	1469	0	0	0	0
29	      0	0	0	1165	0	0	0	0
30	      0	0	0	1723	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1434	47.8	0	30871	66	111	227	623

DEBUG    ya.test:process.py:276 Command (pid 3635600) 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 3635641) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3635641) elapsed time (sec): 30.180723905563354
DEBUG    ya.test:process.py:263 Command (pid 3635641) wtime: 30.187
DEBUG    ya.test:process.py:275 Command (pid 3635641) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	289	815	831	831
2	    110	110	0	0	87	121	126	126
3	    105	105	0	0	89	143	161	163
4	    118	118	0	0	82	107	127	129
5	    106	106	0	0	94	120	122	124
6	     88	88	0	0	112	145	150	156
7	    108	108	0	0	92	123	124	125
8	     91	91	0	0	99	148	162	163
9	    113	113	0	0	87	112	165	170
10	    118	118	0	0	81	101	111	120
11	     89	89	0	0	90	134	150	150
12	      0	0	0	502	0	0	0	0
13	      0	0	0	1689	0	0	0	0
14	      0	0	0	1579	0	0	0	0
15	      0	0	0	1862	0	0	0	0
16	      0	0	0	1601	0	0	0	0
17	      0	0	0	1516	0	0	0	0
18	      0	0	0	1653	0	0	0	0
19	      0	0	0	2114	0	0	0	0
20	      0	0	0	2050	0	0	0	0
21	      0	0	0	2039	0	0	0	0
22	      0	0	0	2038	0	0	0	0
23	      0	0	0	2097	0	0	0	0
24	      0	0	0	2002	0	0	0	0
25	      0	0	0	1899	0	0	0	0
26	      0	0	0	1888	0	0	0	0
27	      0	0	0	1756	0	0	0	0
28	      0	0	0	1499	0	0	0	0
29	      0	0	0	1339	0	0	0	0
30	      0	0	0	1805	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   1066	35.5333	0	32928	89	140	255	831

DEBUG    ya.test:process.py:276 Command (pid 3635641) 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 3635643) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3635643) elapsed time (sec): 30.19656991958618
DEBUG    ya.test:process.py:263 Command (pid 3635643) wtime: 30.205
DEBUG    ya.test:process.py:275 Command (pid 3635643) 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	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	10	0	0	0	0
9	      0	0	0	10	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	10	0	0	0	0
12	      0	0	0	412	0	0	0	0
13	      0	0	0	1606	0	0	0	0
14	      0	0	0	1752	0	0	0	0
15	      0	0	0	1985	0	0	0	0
16	      0	0	0	1734	0	0	0	0
17	      0	0	0	1711	0	0	0	0
18	      0	0	0	1533	0	0	0	0
19	      0	0	0	2137	0	0	0	0
20	      0	0	0	2136	0	0	0	0
21	      0	0	0	2034	0	0	0	0
22	      0	0	0	1921	0	0	0	0
23	      0	0	0	1960	0	0	0	0
24	      0	0	0	1924	0	0	0	0
25	      0	0	0	1910	0	0	0	0
26	      0	0	0	1840	0	0	0	0
27	      0	0	0	1873	0	0	0	0
28	      0	0	0	1658	0	0	0	0
29	      0	0	0	1407	0	0	0	0
30	      0	0	0	1692	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 3635643) 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, e0d2014a-9233-412e-a29b-c83606245cc3, localhost:25109): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e0d2014a-9233-412e-a29b-c83606245cc3, localhost:25109): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e0d2014a-9233-412e-a29b-c83606245cc3, localhost:25109): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lm77u3bfke.auto.internal" port: 25109 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-lm77u3bfke.auto.internal:25109, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:25109
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 076e7634-8820-4432-b5db-99f2a057461f, localhost:25109): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 076e7634-8820-4432-b5db-99f2a057461f, localhost:25109): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 076e7634-8820-4432-b5db-99f2a057461f, localhost:25109): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lm77u3bfke.auto.internal" port: 25109 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-lm77u3bfke.auto.internal:25109, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:25109
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, a71f3d02-8d60-4d5a-b8c5-b5697e287b19, localhost:25109): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a71f3d02-8d60-4d5a-b8c5-b5697e287b19, localhost:25109): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a71f3d02-8d60-4d5a-b8c5-b5697e287b19, localhost:25109): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-lm77u3bfke.auto.internal" port: 25109 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-lm77u3bfke.auto.internal:25109, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:25109
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". 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:18963
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:18963". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
============================== slowest durations ===============================
319.47s call     test_log_scenario.py::TestLogScenario::test_log_uniform
31.00s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
18.75s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
8.83s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
6.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
6.03s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
5.79s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
5.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
5.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
4.86s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
4.74s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
4.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.56s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.51s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.50s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
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 setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]

(14 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/eu67/0036a0/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/eu67/0036a0/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-24T11:23:03.727702Z): source_id=112;tablet_id=72075186224037988;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 @ 0xA915F95
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA90E4D6
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A54C8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD719ABB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F6E748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6E49F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD6F410D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14370D0B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FB7D07
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F0CAC3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F0CAC3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F0A473
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F0DE37
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x1438EAF8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF39E95
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB748437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB795F74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79A034
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB799C40
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79A82E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA917BEC
21. ??:0: ?? @ 0x7F45FDEB1AC2
22. ??:0: ?? @ 0x7F45FDF438BF
============== 1 failed, 11 passed, 1 error in 428.06s (0:07:08) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/eu67/003682/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
12.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
8.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
7.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
6.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
5.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
5.46s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
5.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
5.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
5.11s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
4.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
4.59s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
4.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
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[1-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]

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

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

============================== slowest durations ===============================
10.87s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
7.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
6.62s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
6.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
6.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
6.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
5.35s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
5.07s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
5.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.79s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
4.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
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-10000-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]

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

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

============================== slowest durations ===============================
119.95s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
111.24s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
90.33s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
77.65s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
72.47s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
72.13s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
11.73s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
6.20s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
3.90s setup    test_replace.py::TestReplace::test_copy_full
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
1.32s call     test_replace.py::TestReplace::test_copy_full
1.22s call     test_replace.py::TestReplace::test_count
1.01s call     test_replace.py::TestReplace::test_copy_partial
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 573.37s (0:09:33) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/eu67/0036a1/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
6.65s setup    test_select.py::TestSelect::test_incorrect
5.41s setup    test_update.py::TestUpdate::test_incorrect
4.42s setup    test_replace.py::TestReplace::test_incorrect
1.26s call     test_select.py::TestSelect::test_json_query
1.17s call     test_update.py::TestUpdate::test_partial_update
1.15s call     test_update.py::TestUpdate::test_update_many_rows
1.02s call     test_replace.py::TestReplace::test_replace_total
0.91s call     test_replace.py::TestReplace::test_replace_rollback
0.74s call     test_replace.py::TestReplace::test_replace_with_nulls
0.70s call     test_replace.py::TestReplace::test_partial_replace
0.62s call     test_update.py::TestUpdate::test_incorrect
0.60s call     test_update.py::TestUpdate::test_update_pk
0.54s call     test_select.py::TestSelect::test_incorrect
0.44s call     test_replace.py::TestReplace::test_incorrect
0.06s setup    test_replace.py::TestReplace::test_replace_total
0.01s setup    test_update.py::TestUpdate::test_partial_update
0.01s setup    test_replace.py::TestReplace::test_replace_rollback

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 26.95s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/eu67/003684/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 ===============================
386.54s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
56.06s call     zip_bomb.py::TestZipBomb::test
14.69s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
6.62s setup    test_upsert.py::TestUpsert::test_copy_full
4.59s setup    test_update.py::TestUpdate::test_update_rollback
3.36s setup    zip_bomb.py::TestZipBomb::test
3.04s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
2.00s call     test_upsert.py::TestUpsert::test_copy_partial
1.93s call     test_upsert.py::TestUpsert::test_copy_full
1.85s call     test_upsert.py::TestUpsert::test_count
1.46s call     test_update.py::TestUpdate::test_update_single_column
1.27s call     test_update.py::TestUpdate::test_update_rollback
1.25s call     test_update.py::TestUpdate::test_update_single_row
1.13s call     test_upsert.py::TestUpsert::test_partial_update
0.96s call     test_upsert.py::TestUpsert::test_incorrect
0.93s call     test_upsert.py::TestUpsert::test_insert_nulls
0.01s setup    test_upsert.py::TestUpsert::test_partial_update

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 500.99s (0:08:20) ========================
