============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0h0j/001cfb/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 110 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:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_filtered_portion
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 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=MTA2MDhhMGQtZjU5NTdkZWEtODVmYzIyZjAtNmRkOWJjYjI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3279ff24-c14b-4b4d-8200-77f2bd62b97d, ghrun-4v6ihek2yy.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3279ff24-c14b-4b4d-8200-77f2bd62b97d, ghrun-4v6ihek2yy.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MTA2MDhhMGQtZjU5NTdkZWEtODVmYzIyZjAtNmRkOWJjYjI=" 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, 3279ff24-c14b-4b4d-8200-77f2bd62b97d, ghrun-4v6ihek2yy.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTA2MDhhMGQtZjU5NTdkZWEtODVmYzIyZjAtNmRkOWJjYjI=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 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:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_random
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 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=MTA2MDhhMGQtZjU5NTdkZWEtODVmYzIyZjAtNmRkOWJjYjI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, acdc811f-24f3-427e-85fe-020f5e292d8d, ghrun-4v6ihek2yy.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, acdc811f-24f3-427e-85fe-020f5e292d8d, ghrun-4v6ihek2yy.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MTA2MDhhMGQtZjU5NTdkZWEtODVmYzIyZjAtNmRkOWJjYjI=" 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, acdc811f-24f3-427e-85fe-020f5e292d8d, ghrun-4v6ihek2yy.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTA2MDhhMGQtZjU5NTdkZWEtODVmYzIyZjAtNmRkOWJjYjI=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 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:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_stress_sorting
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 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=MTA2MDhhMGQtZjU5NTdkZWEtODVmYzIyZjAtNmRkOWJjYjI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fcc1e03f-61f7-4791-ae7a-2726370a19b7, ghrun-4v6ihek2yy.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fcc1e03f-61f7-4791-ae7a-2726370a19b7, ghrun-4v6ihek2yy.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MTA2MDhhMGQtZjU5NTdkZWEtODVmYzIyZjAtNmRkOWJjYjI=" 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, fcc1e03f-61f7-4791-ae7a-2726370a19b7, ghrun-4v6ihek2yy.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTA2MDhhMGQtZjU5NTdkZWEtODVmYzIyZjAtNmRkOWJjYjI=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
293.56s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
98.52s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
95.94s call     tablets_movement.py::TestTabletsMovement::test[ROW]
44.86s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
4.88s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.64s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
3.93s setup    test_create.py::TestCreate::test_create_all_opt_ints
3.74s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.45s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.71s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.56s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.55s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.49s call     test_create.py::TestCreate::test_create_all_opt_ints
0.43s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.42s call     test_create.py::TestCreate::test_create_all_req_ints
0.19s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.03s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    data_read_correctness.py::TestDataReadCorrectness::test[table]

(12 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, 8 passed in 558.72s (0:09:18) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0h0j/001cfa/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 110 items

test_create.py .....
test_cs_many_updates.py drop table: 57.4 ms
create table: 314.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 32.7
    "min_ms": 25.7
    "median_ms": 30.3
    "max_ms": 59.1
    "stdev_ms": 9.7
select count(*) after initial inserts: 99.4 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 84.7
    "min_ms": 41.0
    "median_ms": 59.5
    "max_ms": 598.5
    "stdev_ms": 66.9
select count(*) after all modifications: 2656.4 ms
select all: 3347.8 ms
delete from table: 3558.8 ms
select all after delete: 2688.1 ms
.drop table: 41.5 ms
create table: 479.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.7
    "min_ms": 26.5
    "median_ms": 29.8
    "max_ms": 31.8
    "stdev_ms": 1.6
select count(*) after initial inserts: 162.7 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 75.7
    "min_ms": 43.6
    "median_ms": 68.8
    "max_ms": 214.0
    "stdev_ms": 33.1
updates (step 1):
    "runs": 200
    "avg_ms": 277.9
    "min_ms": 153.7
    "median_ms": 269.0
    "max_ms": 535.5
    "stdev_ms": 74.6
upserts (step 2):
    "runs": 200
    "avg_ms": 49.1
    "min_ms": 22.5
    "median_ms": 43.9
    "max_ms": 190.8
    "stdev_ms": 21.9
select count(*) after all modifications: 445.1 ms
select all: 357.4 ms
delete from table: 636.9 ms
select all after delete: 362.0 ms
.drop table: 45.8 ms
create table: 540.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 32.2
    "min_ms": 27.7
    "median_ms": 32.7
    "max_ms": 36.3
    "stdev_ms": 2.6
select count(*) after initial inserts: 110.7 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 134.7
    "min_ms": 79.7
    "median_ms": 116.6
    "max_ms": 594.1
    "stdev_ms": 59.5
select count(*) after all modifications: 243.3 ms
select all: 195.1 ms
delete from table: 231.7 ms
select all after delete: 166.5 ms
.drop table: 24.5 ms
create table: 324.3 ms
initial inserts:
    "runs": 15
    "avg_ms": 28.9
    "min_ms": 20.3
    "median_ms": 29.7
    "max_ms": 30.8
    "stdev_ms": 2.8
select count(*) after initial inserts: 79.0 ms
updates (step 0):
    "runs": 150
    "avg_ms": 88.3
    "min_ms": 70.3
    "median_ms": 87.8
    "max_ms": 124.8
    "stdev_ms": 8.9
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 57.6
    "min_ms": 50.1
    "median_ms": 57.2
    "max_ms": 68.7
    "stdev_ms": 3.2
select count(*) after all modifications: 256.3 ms
select all: 237.0 ms
delete from table: 275.5 ms
select all after delete: 282.6 ms
.drop table: 27.3 ms
create table: 372.7 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.1
    "min_ms": 20.4
    "median_ms": 29.7
    "max_ms": 32.7
    "stdev_ms": 2.6
select count(*) after initial inserts: 83.8 ms
updates (step 0):
    "runs": 200
    "avg_ms": 107.9
    "min_ms": 75.8
    "median_ms": 103.1
    "max_ms": 162.4
    "stdev_ms": 19.2
upserts (step 1):
    "runs": 200
    "avg_ms": 28.0
    "min_ms": 20.6
    "median_ms": 25.9
    "max_ms": 61.9
    "stdev_ms": 6.4
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 92.4
    "min_ms": 81.4
    "median_ms": 91.5
    "max_ms": 120.2
    "stdev_ms": 7.5
select count(*) after all modifications: 859.5 ms
select all: 701.4 ms
delete from table: 689.3 ms
select all after delete: 563.0 ms
.drop table: 39.6 ms
create table: 645.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 33.0
    "min_ms": 26.8
    "median_ms": 32.3
    "max_ms": 49.9
    "stdev_ms": 7.1
select count(*) after initial inserts: 128.3 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 37.5
    "min_ms": 22.4
    "median_ms": 33.9
    "max_ms": 115.9
    "stdev_ms": 12.2
select count(*) after all modifications: 403.1 ms
select all: 250.4 ms
delete from table: 405.2 ms
select all after delete: 253.2 ms
.

============================== slowest durations ===============================
136.55s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
75.77s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
55.42s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
40.30s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
39.93s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
20.93s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
5.67s call     test_create.py::TestCreate::test_create_decimals
4.36s setup    test_create.py::TestCreate::test_create_decimals
4.32s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.05s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.48s call     test_create.py::TestCreate::test_create_real_req
0.46s call     test_create.py::TestCreate::test_create_strings_opt
0.45s call     test_create.py::TestCreate::test_create_real_opt
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.02s setup    test_create.py::TestCreate::test_create_strings_opt
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s setup    test_create.py::TestCreate::test_dy_number_not_supported

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 388.91s (0:06:28) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0h0j/001d00/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 110 items

test_cs_many_updates.py Generated operation sequence:
  0. BULK_UPSERT: 14 operations
  1. UPSERT: 20 operations
  2. UPDATE: 18 operations
  3. UPSERT: 8 operations
  4. UPDATE: 15 operations
  5. UPSERT: 10 operations
  6. UPDATE: 4 operations
  7. UPSERT: 12 operations
  8. BULK_UPSERT: 9 operations
  9. UPSERT: 3 operations
drop table: 24.1 ms
create table: 446.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 64.8
    "min_ms": 27.0
    "median_ms": 65.7
    "max_ms": 124.5
    "stdev_ms": 33.4
select count(*) after initial inserts: 158.9 ms
bulk_upserts (step 0):
    "runs": 14
    "avg_ms": 90.3
    "min_ms": 55.6
    "median_ms": 83.1
    "max_ms": 183.9
    "stdev_ms": 35.5
upserts (step 1):
    "runs": 200
    "avg_ms": 57.4
    "min_ms": 20.3
    "median_ms": 47.2
    "max_ms": 218.8
    "stdev_ms": 34.1
updates (step 2):
    "runs": 180
    "avg_ms": 164.8
    "min_ms": 87.0
    "median_ms": 146.2
    "max_ms": 523.5
    "stdev_ms": 67.2
upserts (step 3):
    "runs": 80
    "avg_ms": 63.2
    "min_ms": 25.6
    "median_ms": 50.3
    "max_ms": 215.8
    "stdev_ms": 41.5
updates (step 4):
    "runs": 150
    "avg_ms": 131.7
    "min_ms": 98.4
    "median_ms": 128.2
    "max_ms": 218.0
    "stdev_ms": 21.4
upserts (step 5):
    "runs": 100
    "avg_ms": 35.8
    "min_ms": 22.5
    "median_ms": 31.9
    "max_ms": 82.6
    "stdev_ms": 12.0
updates (step 6):
    "runs": 40
    "avg_ms": 141.3
    "min_ms": 106.9
    "median_ms": 135.8
    "max_ms": 196.9
    "stdev_ms": 19.9
upserts (step 7):
    "runs": 120
    "avg_ms": 35.4
    "min_ms": 20.2
    "median_ms": 30.2
    "max_ms": 89.4
    "stdev_ms": 13.9
bulk_upserts (step 8):
    "runs": 9
    "avg_ms": 130.4
    "min_ms": 59.0
    "median_ms": 131.0
    "max_ms": 250.1
    "stdev_ms": 55.4
upserts (step 9):
    "runs": 30
    "avg_ms": 87.7
    "min_ms": 33.0
    "median_ms": 66.7
    "max_ms": 234.9
    "stdev_ms": 48.7
select count(*) after all modifications: 265.8 ms
select all: 274.6 ms
delete from table: 327.8 ms
select all after delete: 317.6 ms
.
test_delete.py ..........

============================== slowest durations ===============================
87.09s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
11.59s setup    test_delete.py::TestDelete::test_delete_rollback
7.19s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
4.92s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.93s call     test_delete.py::TestDelete::test_delete_rollback
0.99s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.94s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.92s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.87s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.85s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.77s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.72s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.62s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.58s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.01s setup    test_delete.py::TestDelete::test_delete_where[False-100]

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 121.33s (0:02:01) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0h0j/001cf9/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 110 items

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

============================== slowest durations ===============================
4.49s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
4.47s setup    test_insert.py::TestInsertStatement::test_bulk
1.17s call     test_insert.py::TestInsertStatement::test_copy_full
1.06s call     test_insert.py::TestInsertStatement::test_copy_partial
0.95s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.74s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.71s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.60s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.52s call     test_insert.py::TestInsertStatement::test_bulk
0.51s call     test_insert.py::TestInsertStatement::test_duplicate
0.45s call     test_insert.py::TestInsertStatement::test_incorrect
0.36s call     test_delete.py::TestDelete::test_incorrect
0.35s call     test_insert.py::TestInsertStatement::test_out_of_range
0.04s setup    test_insert.py::TestInsertStatement::test_duplicate
0.03s setup    test_insert.py::TestInsertStatement::test_copy_full
0.02s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.01s setup    test_insert.py::TestInsertStatement::test_incorrect
0.01s teardown test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 17.52s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0h0j/001cff/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 110 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:702: 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/0h0j/001cff/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/0h0j/001cff/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-18T00:59:55.909435Z): source_id=224;tablet_id=72075186224038000;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 @ 0xA781835
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA779D76
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB60FFC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5EED2B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DD53D8
E   5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DD512F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C9F5D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x1416425B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DAA8C7
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14CFBDD3
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14CFBDD3
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14CF8BF3
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14CFF6A7
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14182048
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CC65085
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5B2ED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB600A74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB604B34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB604740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB60532E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA78348C
E   21. ??:0: ?? @ 0x7F14E3CBDAC2
E   22. ??:0: ?? @ 0x7F14E3D4F8BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_log_uniform
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 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/0h0j/001cff/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/0h0j/001cff/ydb/apps/ydb/ydb -e grpc://localhost:21897 -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/0h0j/001cff/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21897', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 674764
DEBUG    ya.test:process.py:259 Command (pid 674764) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 674764) elapsed time (sec): 0.3286731243133545
DEBUG    ya.test:process.py:263 Command (pid 674764) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) maxrss: 785072
DEBUG    ya.test:process.py:263 Command (pid 674764) minflt: 3561
DEBUG    ya.test:process.py:263 Command (pid 674764) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 674764) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) nvcsw: 209
DEBUG    ya.test:process.py:263 Command (pid 674764) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 674764) stime: 0.021903
DEBUG    ya.test:process.py:263 Command (pid 674764) utime: 0.047458
DEBUG    ya.test:process.py:263 Command (pid 674764) wtime: 0.33
DEBUG    ya.test:process.py:275 Command (pid 674764) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 674764) 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/0h0j/001cff/ydb/apps/ydb/ydb -e grpc://localhost:21897 -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/0h0j/001cff/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21897', '-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: 675165
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 337e8ccf-110f-4a7a-877d-0cdf7b9b89f0, localhost:10401): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 337e8ccf-110f-4a7a-877d-0cdf7b9b89f0, localhost:10401): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 337e8ccf-110f-4a7a-877d-0cdf7b9b89f0, localhost:10401): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4v6ihek2yy.auto.internal" port: 10401 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-4v6ihek2yy.auto.internal:10401, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10401
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 82466608-1f9f-4764-9328-79fe7c585939, localhost:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 82466608-1f9f-4764-9328-79fe7c585939, localhost:21897): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 82466608-1f9f-4764-9328-79fe7c585939, localhost:21897): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4v6ihek2yy.auto.internal" port: 21897 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-4v6ihek2yy.auto.internal:21897, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21897
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 675165) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 675165) elapsed time (sec): 30.29001474380493
DEBUG    ya.test:process.py:263 Command (pid 675165) wtime: 30.291
DEBUG    ya.test:process.py:275 Command (pid 675165) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    436	436	0	0	21	32	36	38
2	    469	469	0	0	20	26	28	31
3	    481	481	0	0	20	24	27	28
4	    450	450	0	0	21	29	32	33
5	    469	469	0	0	20	27	29	31
6	    485	485	0	0	20	22	24	26
7	    474	474	0	0	20	25	29	31
8	    463	463	0	0	20	28	33	36
9	    482	482	0	0	20	24	27	32
10	    476	476	0	0	20	24	26	29
11	    453	453	0	0	21	30	34	37
12	    442	442	0	0	21	31	39	42
13	    444	444	0	0	21	30	40	46
14	    464	464	0	0	21	27	30	35
15	    468	468	0	0	20	27	35	38
16	    451	451	0	0	21	28	32	38
17	    467	467	0	0	20	27	29	34
18	    462	462	0	0	20	27	29	37
19	    457	457	0	0	20	30	34	37
20	    441	441	0	0	21	31	35	35
21	    434	434	0	0	21	33	56	58
22	    466	466	0	0	20	27	29	31
23	    454	454	0	0	20	33	38	45
24	    474	474	0	0	20	25	28	31
25	    480	480	0	0	20	24	28	31
26	    466	466	0	0	20	26	28	30
27	    474	474	0	0	20	25	28	29
28	    414	414	0	0	21	40	55	61
29	    413	413	0	0	21	39	47	53
30	    422	422	0	0	21	37	62	71

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13731	457.7	0	0	20	29	36	71

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWZjYjM0YzktYjc3MjQxMy0xMzNlMjgtYWQ0YzA4Njg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 06185f11-7c8b-4a8a-acf1-143d0cebb492, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 06185f11-7c8b-4a8a-acf1-143d0cebb492, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=OWZjYjM0YzktYjc3MjQxMy0xMzNlMjgtYWQ0YzA4Njg=" 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, 06185f11-7c8b-4a8a-acf1-143d0cebb492, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OWZjYjM0YzktYjc3MjQxMy0xMzNlMjgtYWQ0YzA4Njg=
INFO     root:test_log_scenario.py:217 Count rows after insert 13541 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTI1MWFlOC03NDYzNDBmYy0zMDFjZWRlYS00NGM1NmYzYg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 36bff1e7-c408-4114-a6c8-c12bbbbcd226, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 36bff1e7-c408-4114-a6c8-c12bbbbcd226, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=OTI1MWFlOC03NDYzNDBmYy0zMDFjZWRlYS00NGM1NmYzYg==" 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, 36bff1e7-c408-4114-a6c8-c12bbbbcd226, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTI1MWFlOC03NDYzNDBmYy0zMDFjZWRlYS00NGM1NmYzYg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTU3ZWNiNjItNzFmYjIzNmYtZDUwMDA2YmYtOTFkN2EyMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b757696b-3e0b-44b6-b17b-f79f83b1e703, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b757696b-3e0b-44b6-b17b-f79f83b1e703, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=MTU3ZWNiNjItNzFmYjIzNmYtZDUwMDA2YmYtOTFkN2EyMmU=" 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, b757696b-3e0b-44b6-b17b-f79f83b1e703, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTU3ZWNiNjItNzFmYjIzNmYtZDUwMDA2YmYtOTFkN2EyMmU=
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/0h0j/001cff/ydb/apps/ydb/ydb -e grpc://localhost:21897 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGE4MzAzOGQtMzk3MGNjOTctMThkYWE0YWYtYjU4ZmFmNmQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/0h0j/001cff/ydb/apps/ydb/ydb -e grpc://localhost:21897 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/0h0j/001cff/ydb/apps/ydb/ydb -e grpc://localhost:21897 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fb447a3c-fa96-4a62-ab6e-2e14f9282c5b, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmUzMjgzN2QtZGYzNWMzZTMtZGJiNjY5ZmUtNzViYzliZmU=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/0h0j/001cff/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21897', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fb447a3c-fa96-4a62-ab6e-2e14f9282c5b, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=ZGE4MzAzOGQtMzk3MGNjOTctMThkYWE0YWYtYjU4ZmFmNmQ=" 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, 7124826d-f356-4e68-94ef-d60f48b1f620, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ya.test:process.py:628 Command pid: 701913
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmRkZTMyMzAtMmZmZTM5NTAtZGFiYTRjOGMtZmUxOGFkNmY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f193815e-5318-4aaf-9bbf-14c446a8e39f, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f193815e-5318-4aaf-9bbf-14c446a8e39f, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=NmRkZTMyMzAtMmZmZTM5NTAtZGFiYTRjOGMtZmUxOGFkNmY=" 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, f193815e-5318-4aaf-9bbf-14c446a8e39f, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjE1ODQ4MWUtYjEzMjBhNS0yMWMyMDRlOS1iNjBmOTVl
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 84b3efd1-7101-41ce-b4c1-6682e3b9b6e5, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 84b3efd1-7101-41ce-b4c1-6682e3b9b6e5, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=NjE1ODQ4MWUtYjEzMjBhNS0yMWMyMDRlOS1iNjBmOTVl" 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, 84b3efd1-7101-41ce-b4c1-6682e3b9b6e5, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.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/0h0j/001cff/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21897', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/0h0j/001cff/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21897', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7124826d-f356-4e68-94ef-d60f48b1f620, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=NmUzMjgzN2QtZGYzNWMzZTMtZGJiNjY5ZmUtNzViYzliZmU=" 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, 7124826d-f356-4e68-94ef-d60f48b1f620, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjE1Nzk5MzctYWVkZTQ1ZWYtZjFkNGE2MmItMzVjNjVlNTQ=
DEBUG    ya.test:process.py:628 Command pid: 702108
DEBUG    ya.test:process.py:628 Command pid: 702183
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fb447a3c-fa96-4a62-ab6e-2e14f9282c5b, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dfa0f136-71d2-48ac-9c6e-065baecc03d3, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dfa0f136-71d2-48ac-9c6e-065baecc03d3, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=MjE1Nzk5MzctYWVkZTQ1ZWYtZjFkNGE2MmItMzVjNjVlNTQ=" 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, dfa0f136-71d2-48ac-9c6e-065baecc03d3, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGM3YjE4ODYtZmM2NTNlMDgtM2EzNjRlMzUtNmE3OTBhZmY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 042abf78-efb6-4e49-a371-fd7d1e13d7c7, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 042abf78-efb6-4e49-a371-fd7d1e13d7c7, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=OGM3YjE4ODYtZmM2NTNlMDgtM2EzNjRlMzUtNmE3OTBhZmY=" 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, 042abf78-efb6-4e49-a371-fd7d1e13d7c7, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTYxMTM0ZjItMjFlY2Y5ODAtZjFjNGRiZmQtY2I5ODAzZTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1fb06c9d-192a-4230-8f59-40b36f2543a6, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1fb06c9d-192a-4230-8f59-40b36f2543a6, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=NTYxMTM0ZjItMjFlY2Y5ODAtZjFjNGRiZmQtY2I5ODAzZTU=" 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, 1fb06c9d-192a-4230-8f59-40b36f2543a6, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWZjYjM0YzktYjc3MjQxMy0xMzNlMjgtYWQ0YzA4Njg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5c737c91-d302-4fca-ac90-56b8c65a02a5, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5c737c91-d302-4fca-ac90-56b8c65a02a5, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=OWZjYjM0YzktYjc3MjQxMy0xMzNlMjgtYWQ0YzA4Njg=" 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, 5c737c91-d302-4fca-ac90-56b8c65a02a5, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTI1MWFlOC03NDYzNDBmYy0zMDFjZWRlYS00NGM1NmYzYg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 80983c9c-c41e-4c3f-a429-0d051325c62a, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 80983c9c-c41e-4c3f-a429-0d051325c62a, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=OTI1MWFlOC03NDYzNDBmYy0zMDFjZWRlYS00NGM1NmYzYg==" 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, 80983c9c-c41e-4c3f-a429-0d051325c62a, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTU3ZWNiNjItNzFmYjIzNmYtZDUwMDA2YmYtOTFkN2EyMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 33309ed6-c58a-4f5a-91b9-0d5fec4a8dac, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 33309ed6-c58a-4f5a-91b9-0d5fec4a8dac, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=MTU3ZWNiNjItNzFmYjIzNmYtZDUwMDA2YmYtOTFkN2EyMmU=" 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, 33309ed6-c58a-4f5a-91b9-0d5fec4a8dac, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 50456c2b-20a2-4df8-a700-fdf9c6b8509e, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.800827364+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ff874d19-f496-4cd6-8e89-4b0d51ab13b2, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.800857133+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fb447a3c-fa96-4a62-ab6e-2e14f9282c5b, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.800929585+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dfc694d7-e14a-45ee-b78c-b811261c2a67, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.800809497+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b194022a-a284-4359-99ea-d53ea8ec5e3b, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.800900413+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 57657a96-c119-4540-b5b2-d2c6d948627a, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T01:00:02.800842772+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9f403d12-3297-4ca7-aba7-e879129d38be, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.800871416+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7124826d-f356-4e68-94ef-d60f48b1f620, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.800972403+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f193815e-5318-4aaf-9bbf-14c446a8e39f, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.800943464+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0e9e6e11-a743-494b-a77a-cfd851bcdc61, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.800682536+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5c737c91-d302-4fca-ac90-56b8c65a02a5, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.801029224+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1fb06c9d-192a-4230-8f59-40b36f2543a6, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.80101702+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 042abf78-efb6-4e49-a371-fd7d1e13d7c7, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.80100178+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9ee34e5a-c898-4354-9cde-3dd90824070d, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.80091515+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZGE4MzAzOGQtMzk3MGNjOTctMThkYWE0YWYtYjU4ZmFmNmQ=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 80983c9c-c41e-4c3f-a429-0d051325c62a, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.801043089+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 33309ed6-c58a-4f5a-91b9-0d5fec4a8dac, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.801063017+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 47cc4265-bbb7-4cd2-ab5c-758e2e757a5f, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T01:00:02.800883908+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 84b3efd1-7101-41ce-b4c1-6682e3b9b6e5, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.800959834+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-4v6ihek2yy.auto.internal:21897
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=NmUzMjgzN2QtZGYzNWMzZTMtZGJiNjY5ZmUtNzViYzliZmU=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, dfa0f136-71d2-48ac-9c6e-065baecc03d3, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.800985959+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 70fb24ee-3551-425b-926f-a03dbe297391, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T01:00:02.80078934+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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    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 701913) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 701913) elapsed time (sec): 30.06860113143921
DEBUG    ya.test:process.py:263 Command (pid 701913) wtime: 30.183
DEBUG    ya.test:process.py:275 Command (pid 701913) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     40	40	0	0	210	489	503	503
2	    114	114	0	0	77	145	154	158
3	    142	142	0	0	68	98	113	113
4	    134	134	0	0	77	99	103	103
5	     96	96	0	0	94	155	166	168
6	    128	128	0	0	78	112	135	150
7	      6	6	0	0	64	67	67	67
8	      0	0	0	418	0	0	0	0
9	      0	0	0	1388	0	0	0	0
10	      0	0	0	1048	0	0	0	0
11	      0	0	0	1258	0	0	0	0
12	      0	0	0	858	0	0	0	0
13	      0	0	0	1197	0	0	0	0
14	      0	0	0	777	0	0	0	0
15	      0	0	0	811	0	0	0	0
16	      0	0	0	1046	0	0	0	0
17	      0	0	0	994	0	0	0	0
18	      0	0	0	1112	0	0	0	0
19	      0	0	0	1100	0	0	0	0
20	      0	0	0	954	0	0	0	0
21	      0	0	0	1407	0	0	0	0
22	      0	0	0	1133	0	0	0	0
23	      0	0	0	1040	0	0	0	0
24	      0	0	0	971	0	0	0	0
25	      0	0	0	1034	0	0	0	0
26	      0	0	0	1317	0	0	0	0
27	      0	0	0	1408	0	0	0	0
28	      0	0	0	1407	0	0	0	0
29	      0	0	0	1397	0	0	0	0
30	      0	0	0	1512	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    660	22	0	25587	78	158	329	503

DEBUG    ya.test:process.py:276 Command (pid 701913) 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 702108) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 702108) elapsed time (sec): 30.056206941604614
DEBUG    ya.test:process.py:263 Command (pid 702108) wtime: 30.196
DEBUG    ya.test:process.py:275 Command (pid 702108) 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	607	0	0	0	0
9	      0	0	0	1523	0	0	0	0
10	      0	0	0	982	0	0	0	0
11	      0	0	0	1216	0	0	0	0
12	      0	0	0	978	0	0	0	0
13	      0	0	0	1075	0	0	0	0
14	      0	0	0	977	0	0	0	0
15	      0	0	0	754	0	0	0	0
16	      0	0	0	869	0	0	0	0
17	      0	0	0	1142	0	0	0	0
18	      0	0	0	968	0	0	0	0
19	      0	0	0	1155	0	0	0	0
20	      0	0	0	839	0	0	0	0
21	      0	0	0	1517	0	0	0	0
22	      0	0	0	1131	0	0	0	0
23	      0	0	0	1075	0	0	0	0
24	      0	0	0	1100	0	0	0	0
25	      0	0	0	1148	0	0	0	0
26	      0	0	0	1607	0	0	0	0
27	      0	0	0	1429	0	0	0	0
28	      0	0	0	1671	0	0	0	0
29	      0	0	0	1570	0	0	0	0
30	      0	0	0	1734	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 702108) 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 702183) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 702183) elapsed time (sec): 30.131535291671753
DEBUG    ya.test:process.py:263 Command (pid 702183) wtime: 30.209
DEBUG    ya.test:process.py:275 Command (pid 702183) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     26	26	0	0	145	691	699	699
2	     95	95	0	0	107	174	203	208
3	    110	110	0	0	95	119	123	125
4	     93	93	0	0	104	133	144	144
5	     77	77	0	0	130	188	206	206
6	     72	72	0	0	93	141	149	151
7	      0	0	0	10	0	0	0	0
8	      0	0	0	827	0	0	0	0
9	      0	0	0	1493	0	0	0	0
10	      0	0	0	1026	0	0	0	0
11	      0	0	0	1350	0	0	0	0
12	      0	0	0	1033	0	0	0	0
13	      0	0	0	1052	0	0	0	0
14	      0	0	0	1019	0	0	0	0
15	      0	0	0	857	0	0	0	0
16	      0	0	0	1046	0	0	0	0
17	      0	0	0	1282	0	0	0	0
18	      0	0	0	1029	0	0	0	0
19	      0	0	0	1191	0	0	0	0
20	      0	0	0	798	0	0	0	0
21	      0	0	0	1520	0	0	0	0
22	      0	0	0	896	0	0	0	0
23	      0	0	0	1190	0	0	0	0
24	      0	0	0	1147	0	0	0	0
25	      0	0	0	1179	0	0	0	0
26	      0	0	0	1574	0	0	0	0
27	      0	0	0	1494	0	0	0	0
28	      0	0	0	1526	0	0	0	0
29	      0	0	0	1650	0	0	0	0
30	      0	0	0	1749	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    473	15.7667	0	27938	105	174	675	699

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 0a412a6d-54fe-4957-8c27-9f994415c688, localhost:10401): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0a412a6d-54fe-4957-8c27-9f994415c688, localhost:10401): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0a412a6d-54fe-4957-8c27-9f994415c688, localhost:10401): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4v6ihek2yy.auto.internal" port: 10401 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-4v6ihek2yy.auto.internal:10401, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10401
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 108b0886-83da-4331-85f5-e19ddcd6eb6b, localhost:10401): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 108b0886-83da-4331-85f5-e19ddcd6eb6b, localhost:10401): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 108b0886-83da-4331-85f5-e19ddcd6eb6b, localhost:10401): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4v6ihek2yy.auto.internal" port: 10401 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-4v6ihek2yy.auto.internal:10401, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10401
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, edf47178-c8f0-4fef-bafb-4441e5f7a4c5, localhost:10401): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, edf47178-c8f0-4fef-bafb-4441e5f7a4c5, localhost:10401): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, edf47178-c8f0-4fef-bafb-4441e5f7a4c5, localhost:10401): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4v6ihek2yy.auto.internal" port: 10401 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-4v6ihek2yy.auto.internal:10401, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10401
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 92eb61da-5f6f-434d-aa85-ec64d8135d96, localhost:10401): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 92eb61da-5f6f-434d-aa85-ec64d8135d96, localhost:10401): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 92eb61da-5f6f-434d-aa85-ec64d8135d96, localhost:10401): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4v6ihek2yy.auto.internal" port: 10401 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-4v6ihek2yy.auto.internal:10401, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10401
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 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:21897
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-4v6ihek2yy'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
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/0h0j/001cff/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.633650' in '/home/runner/.ya/build/build_root/0h0j/001cff/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_8wrhq504.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:21897/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27205
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26959
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16683
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21897
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12274
=================================== 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:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_log_uniform
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 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/0h0j/001cff/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/0h0j/001cff/ydb/apps/ydb/ydb -e grpc://localhost:21897 -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/0h0j/001cff/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21897', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 674764
DEBUG    ya.test:process.py:259 Command (pid 674764) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 674764) elapsed time (sec): 0.3286731243133545
DEBUG    ya.test:process.py:263 Command (pid 674764) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) maxrss: 785072
DEBUG    ya.test:process.py:263 Command (pid 674764) minflt: 3561
DEBUG    ya.test:process.py:263 Command (pid 674764) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 674764) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 674764) nvcsw: 209
DEBUG    ya.test:process.py:263 Command (pid 674764) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 674764) stime: 0.021903
DEBUG    ya.test:process.py:263 Command (pid 674764) utime: 0.047458
DEBUG    ya.test:process.py:263 Command (pid 674764) wtime: 0.33
DEBUG    ya.test:process.py:275 Command (pid 674764) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 674764) 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/0h0j/001cff/ydb/apps/ydb/ydb -e grpc://localhost:21897 -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/0h0j/001cff/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21897', '-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: 675165
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 337e8ccf-110f-4a7a-877d-0cdf7b9b89f0, localhost:10401): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 337e8ccf-110f-4a7a-877d-0cdf7b9b89f0, localhost:10401): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 337e8ccf-110f-4a7a-877d-0cdf7b9b89f0, localhost:10401): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4v6ihek2yy.auto.internal" port: 10401 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-4v6ihek2yy.auto.internal:10401, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10401
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 82466608-1f9f-4764-9328-79fe7c585939, localhost:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 82466608-1f9f-4764-9328-79fe7c585939, localhost:21897): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 82466608-1f9f-4764-9328-79fe7c585939, localhost:21897): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4v6ihek2yy.auto.internal" port: 21897 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-4v6ihek2yy.auto.internal:21897, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21897
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 675165) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 675165) elapsed time (sec): 30.29001474380493
DEBUG    ya.test:process.py:263 Command (pid 675165) wtime: 30.291
DEBUG    ya.test:process.py:275 Command (pid 675165) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    436	436	0	0	21	32	36	38
2	    469	469	0	0	20	26	28	31
3	    481	481	0	0	20	24	27	28
4	    450	450	0	0	21	29	32	33
5	    469	469	0	0	20	27	29	31
6	    485	485	0	0	20	22	24	26
7	    474	474	0	0	20	25	29	31
8	    463	463	0	0	20	28	33	36
9	    482	482	0	0	20	24	27	32
10	    476	476	0	0	20	24	26	29
11	    453	453	0	0	21	30	34	37
12	    442	442	0	0	21	31	39	42
13	    444	444	0	0	21	30	40	46
14	    464	464	0	0	21	27	30	35
15	    468	468	0	0	20	27	35	38
16	    451	451	0	0	21	28	32	38
17	    467	467	0	0	20	27	29	34
18	    462	462	0	0	20	27	29	37
19	    457	457	0	0	20	30	34	37
20	    441	441	0	0	21	31	35	35
21	    434	434	0	0	21	33	56	58
22	    466	466	0	0	20	27	29	31
23	    454	454	0	0	20	33	38	45
24	    474	474	0	0	20	25	28	31
25	    480	480	0	0	20	24	28	31
26	    466	466	0	0	20	26	28	30
27	    474	474	0	0	20	25	28	29
28	    414	414	0	0	21	40	55	61
29	    413	413	0	0	21	39	47	53
30	    422	422	0	0	21	37	62	71

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13731	457.7	0	0	20	29	36	71

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWZjYjM0YzktYjc3MjQxMy0xMzNlMjgtYWQ0YzA4Njg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 06185f11-7c8b-4a8a-acf1-143d0cebb492, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 06185f11-7c8b-4a8a-acf1-143d0cebb492, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=OWZjYjM0YzktYjc3MjQxMy0xMzNlMjgtYWQ0YzA4Njg=" 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, 06185f11-7c8b-4a8a-acf1-143d0cebb492, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OWZjYjM0YzktYjc3MjQxMy0xMzNlMjgtYWQ0YzA4Njg=
INFO     root:test_log_scenario.py:217 Count rows after insert 13541 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTI1MWFlOC03NDYzNDBmYy0zMDFjZWRlYS00NGM1NmYzYg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 36bff1e7-c408-4114-a6c8-c12bbbbcd226, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 36bff1e7-c408-4114-a6c8-c12bbbbcd226, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=OTI1MWFlOC03NDYzNDBmYy0zMDFjZWRlYS00NGM1NmYzYg==" 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, 36bff1e7-c408-4114-a6c8-c12bbbbcd226, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTI1MWFlOC03NDYzNDBmYy0zMDFjZWRlYS00NGM1NmYzYg==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTU3ZWNiNjItNzFmYjIzNmYtZDUwMDA2YmYtOTFkN2EyMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b757696b-3e0b-44b6-b17b-f79f83b1e703, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b757696b-3e0b-44b6-b17b-f79f83b1e703, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=MTU3ZWNiNjItNzFmYjIzNmYtZDUwMDA2YmYtOTFkN2EyMmU=" 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, b757696b-3e0b-44b6-b17b-f79f83b1e703, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTU3ZWNiNjItNzFmYjIzNmYtZDUwMDA2YmYtOTFkN2EyMmU=
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/0h0j/001cff/ydb/apps/ydb/ydb -e grpc://localhost:21897 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGE4MzAzOGQtMzk3MGNjOTctMThkYWE0YWYtYjU4ZmFmNmQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/0h0j/001cff/ydb/apps/ydb/ydb -e grpc://localhost:21897 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/0h0j/001cff/ydb/apps/ydb/ydb -e grpc://localhost:21897 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fb447a3c-fa96-4a62-ab6e-2e14f9282c5b, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmUzMjgzN2QtZGYzNWMzZTMtZGJiNjY5ZmUtNzViYzliZmU=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/0h0j/001cff/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21897', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fb447a3c-fa96-4a62-ab6e-2e14f9282c5b, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=ZGE4MzAzOGQtMzk3MGNjOTctMThkYWE0YWYtYjU4ZmFmNmQ=" 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, 7124826d-f356-4e68-94ef-d60f48b1f620, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ya.test:process.py:628 Command pid: 701913
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmRkZTMyMzAtMmZmZTM5NTAtZGFiYTRjOGMtZmUxOGFkNmY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f193815e-5318-4aaf-9bbf-14c446a8e39f, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f193815e-5318-4aaf-9bbf-14c446a8e39f, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=NmRkZTMyMzAtMmZmZTM5NTAtZGFiYTRjOGMtZmUxOGFkNmY=" 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, f193815e-5318-4aaf-9bbf-14c446a8e39f, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjE1ODQ4MWUtYjEzMjBhNS0yMWMyMDRlOS1iNjBmOTVl
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 84b3efd1-7101-41ce-b4c1-6682e3b9b6e5, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 84b3efd1-7101-41ce-b4c1-6682e3b9b6e5, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=NjE1ODQ4MWUtYjEzMjBhNS0yMWMyMDRlOS1iNjBmOTVl" 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, 84b3efd1-7101-41ce-b4c1-6682e3b9b6e5, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.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/0h0j/001cff/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21897', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/0h0j/001cff/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:21897', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7124826d-f356-4e68-94ef-d60f48b1f620, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=NmUzMjgzN2QtZGYzNWMzZTMtZGJiNjY5ZmUtNzViYzliZmU=" 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, 7124826d-f356-4e68-94ef-d60f48b1f620, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjE1Nzk5MzctYWVkZTQ1ZWYtZjFkNGE2MmItMzVjNjVlNTQ=
DEBUG    ya.test:process.py:628 Command pid: 702108
DEBUG    ya.test:process.py:628 Command pid: 702183
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fb447a3c-fa96-4a62-ab6e-2e14f9282c5b, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dfa0f136-71d2-48ac-9c6e-065baecc03d3, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dfa0f136-71d2-48ac-9c6e-065baecc03d3, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=MjE1Nzk5MzctYWVkZTQ1ZWYtZjFkNGE2MmItMzVjNjVlNTQ=" 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, dfa0f136-71d2-48ac-9c6e-065baecc03d3, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGM3YjE4ODYtZmM2NTNlMDgtM2EzNjRlMzUtNmE3OTBhZmY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 042abf78-efb6-4e49-a371-fd7d1e13d7c7, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 042abf78-efb6-4e49-a371-fd7d1e13d7c7, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=OGM3YjE4ODYtZmM2NTNlMDgtM2EzNjRlMzUtNmE3OTBhZmY=" 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, 042abf78-efb6-4e49-a371-fd7d1e13d7c7, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTYxMTM0ZjItMjFlY2Y5ODAtZjFjNGRiZmQtY2I5ODAzZTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1fb06c9d-192a-4230-8f59-40b36f2543a6, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1fb06c9d-192a-4230-8f59-40b36f2543a6, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=NTYxMTM0ZjItMjFlY2Y5ODAtZjFjNGRiZmQtY2I5ODAzZTU=" 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, 1fb06c9d-192a-4230-8f59-40b36f2543a6, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWZjYjM0YzktYjc3MjQxMy0xMzNlMjgtYWQ0YzA4Njg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5c737c91-d302-4fca-ac90-56b8c65a02a5, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5c737c91-d302-4fca-ac90-56b8c65a02a5, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=OWZjYjM0YzktYjc3MjQxMy0xMzNlMjgtYWQ0YzA4Njg=" 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, 5c737c91-d302-4fca-ac90-56b8c65a02a5, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTI1MWFlOC03NDYzNDBmYy0zMDFjZWRlYS00NGM1NmYzYg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 80983c9c-c41e-4c3f-a429-0d051325c62a, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 80983c9c-c41e-4c3f-a429-0d051325c62a, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=OTI1MWFlOC03NDYzNDBmYy0zMDFjZWRlYS00NGM1NmYzYg==" 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, 80983c9c-c41e-4c3f-a429-0d051325c62a, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTU3ZWNiNjItNzFmYjIzNmYtZDUwMDA2YmYtOTFkN2EyMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 33309ed6-c58a-4f5a-91b9-0d5fec4a8dac, ghrun-4v6ihek2yy.auto.internal:21897): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 33309ed6-c58a-4f5a-91b9-0d5fec4a8dac, ghrun-4v6ihek2yy.auto.internal:21897): request = { session_id: "ydb://session/3?node_id=1&id=MTU3ZWNiNjItNzFmYjIzNmYtZDUwMDA2YmYtOTFkN2EyMmU=" 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, 33309ed6-c58a-4f5a-91b9-0d5fec4a8dac, ghrun-4v6ihek2yy.auto.internal:21897): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 50456c2b-20a2-4df8-a700-fdf9c6b8509e, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.800827364+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ff874d19-f496-4cd6-8e89-4b0d51ab13b2, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.800857133+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fb447a3c-fa96-4a62-ab6e-2e14f9282c5b, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.800929585+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dfc694d7-e14a-45ee-b78c-b811261c2a67, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.800809497+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b194022a-a284-4359-99ea-d53ea8ec5e3b, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.800900413+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 57657a96-c119-4540-b5b2-d2c6d948627a, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T01:00:02.800842772+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9f403d12-3297-4ca7-aba7-e879129d38be, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.800871416+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7124826d-f356-4e68-94ef-d60f48b1f620, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.800972403+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f193815e-5318-4aaf-9bbf-14c446a8e39f, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.800943464+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0e9e6e11-a743-494b-a77a-cfd851bcdc61, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.800682536+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5c737c91-d302-4fca-ac90-56b8c65a02a5, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.801029224+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1fb06c9d-192a-4230-8f59-40b36f2543a6, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.80101702+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 042abf78-efb6-4e49-a371-fd7d1e13d7c7, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.80100178+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9ee34e5a-c898-4354-9cde-3dd90824070d, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T01:00:02.80091515+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZGE4MzAzOGQtMzk3MGNjOTctMThkYWE0YWYtYjU4ZmFmNmQ=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 80983c9c-c41e-4c3f-a429-0d051325c62a, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.801043089+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 33309ed6-c58a-4f5a-91b9-0d5fec4a8dac, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.801063017+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 47cc4265-bbb7-4cd2-ab5c-758e2e757a5f, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T01:00:02.800883908+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 84b3efd1-7101-41ce-b4c1-6682e3b9b6e5, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.800959834+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-4v6ihek2yy.auto.internal:21897
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=NmUzMjgzN2QtZGYzNWMzZTMtZGJiNjY5ZmUtNzViYzliZmU=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, dfa0f136-71d2-48ac-9c6e-065baecc03d3, ghrun-4v6ihek2yy.auto.internal:21897): 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-18T01:00:02.800985959+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-4v6ihek2yy.auto.internal:21897
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 70fb24ee-3551-425b-926f-a03dbe297391, ghrun-4v6ihek2yy.auto.internal:21897): 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:21897 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T01:00:02.80078934+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-4v6ihek2yy.auto.internal:21897
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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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    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 701913) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 701913) elapsed time (sec): 30.06860113143921
DEBUG    ya.test:process.py:263 Command (pid 701913) wtime: 30.183
DEBUG    ya.test:process.py:275 Command (pid 701913) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     40	40	0	0	210	489	503	503
2	    114	114	0	0	77	145	154	158
3	    142	142	0	0	68	98	113	113
4	    134	134	0	0	77	99	103	103
5	     96	96	0	0	94	155	166	168
6	    128	128	0	0	78	112	135	150
7	      6	6	0	0	64	67	67	67
8	      0	0	0	418	0	0	0	0
9	      0	0	0	1388	0	0	0	0
10	      0	0	0	1048	0	0	0	0
11	      0	0	0	1258	0	0	0	0
12	      0	0	0	858	0	0	0	0
13	      0	0	0	1197	0	0	0	0
14	      0	0	0	777	0	0	0	0
15	      0	0	0	811	0	0	0	0
16	      0	0	0	1046	0	0	0	0
17	      0	0	0	994	0	0	0	0
18	      0	0	0	1112	0	0	0	0
19	      0	0	0	1100	0	0	0	0
20	      0	0	0	954	0	0	0	0
21	      0	0	0	1407	0	0	0	0
22	      0	0	0	1133	0	0	0	0
23	      0	0	0	1040	0	0	0	0
24	      0	0	0	971	0	0	0	0
25	      0	0	0	1034	0	0	0	0
26	      0	0	0	1317	0	0	0	0
27	      0	0	0	1408	0	0	0	0
28	      0	0	0	1407	0	0	0	0
29	      0	0	0	1397	0	0	0	0
30	      0	0	0	1512	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    660	22	0	25587	78	158	329	503

DEBUG    ya.test:process.py:276 Command (pid 701913) 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 702108) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 702108) elapsed time (sec): 30.056206941604614
DEBUG    ya.test:process.py:263 Command (pid 702108) wtime: 30.196
DEBUG    ya.test:process.py:275 Command (pid 702108) 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	607	0	0	0	0
9	      0	0	0	1523	0	0	0	0
10	      0	0	0	982	0	0	0	0
11	      0	0	0	1216	0	0	0	0
12	      0	0	0	978	0	0	0	0
13	      0	0	0	1075	0	0	0	0
14	      0	0	0	977	0	0	0	0
15	      0	0	0	754	0	0	0	0
16	      0	0	0	869	0	0	0	0
17	      0	0	0	1142	0	0	0	0
18	      0	0	0	968	0	0	0	0
19	      0	0	0	1155	0	0	0	0
20	      0	0	0	839	0	0	0	0
21	      0	0	0	1517	0	0	0	0
22	      0	0	0	1131	0	0	0	0
23	      0	0	0	1075	0	0	0	0
24	      0	0	0	1100	0	0	0	0
25	      0	0	0	1148	0	0	0	0
26	      0	0	0	1607	0	0	0	0
27	      0	0	0	1429	0	0	0	0
28	      0	0	0	1671	0	0	0	0
29	      0	0	0	1570	0	0	0	0
30	      0	0	0	1734	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 702108) 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 702183) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 702183) elapsed time (sec): 30.131535291671753
DEBUG    ya.test:process.py:263 Command (pid 702183) wtime: 30.209
DEBUG    ya.test:process.py:275 Command (pid 702183) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     26	26	0	0	145	691	699	699
2	     95	95	0	0	107	174	203	208
3	    110	110	0	0	95	119	123	125
4	     93	93	0	0	104	133	144	144
5	     77	77	0	0	130	188	206	206
6	     72	72	0	0	93	141	149	151
7	      0	0	0	10	0	0	0	0
8	      0	0	0	827	0	0	0	0
9	      0	0	0	1493	0	0	0	0
10	      0	0	0	1026	0	0	0	0
11	      0	0	0	1350	0	0	0	0
12	      0	0	0	1033	0	0	0	0
13	      0	0	0	1052	0	0	0	0
14	      0	0	0	1019	0	0	0	0
15	      0	0	0	857	0	0	0	0
16	      0	0	0	1046	0	0	0	0
17	      0	0	0	1282	0	0	0	0
18	      0	0	0	1029	0	0	0	0
19	      0	0	0	1191	0	0	0	0
20	      0	0	0	798	0	0	0	0
21	      0	0	0	1520	0	0	0	0
22	      0	0	0	896	0	0	0	0
23	      0	0	0	1190	0	0	0	0
24	      0	0	0	1147	0	0	0	0
25	      0	0	0	1179	0	0	0	0
26	      0	0	0	1574	0	0	0	0
27	      0	0	0	1494	0	0	0	0
28	      0	0	0	1526	0	0	0	0
29	      0	0	0	1650	0	0	0	0
30	      0	0	0	1749	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    473	15.7667	0	27938	105	174	675	699

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 0a412a6d-54fe-4957-8c27-9f994415c688, localhost:10401): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0a412a6d-54fe-4957-8c27-9f994415c688, localhost:10401): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0a412a6d-54fe-4957-8c27-9f994415c688, localhost:10401): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4v6ihek2yy.auto.internal" port: 10401 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-4v6ihek2yy.auto.internal:10401, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10401
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 108b0886-83da-4331-85f5-e19ddcd6eb6b, localhost:10401): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 108b0886-83da-4331-85f5-e19ddcd6eb6b, localhost:10401): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 108b0886-83da-4331-85f5-e19ddcd6eb6b, localhost:10401): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4v6ihek2yy.auto.internal" port: 10401 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-4v6ihek2yy.auto.internal:10401, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10401
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, edf47178-c8f0-4fef-bafb-4441e5f7a4c5, localhost:10401): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, edf47178-c8f0-4fef-bafb-4441e5f7a4c5, localhost:10401): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, edf47178-c8f0-4fef-bafb-4441e5f7a4c5, localhost:10401): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4v6ihek2yy.auto.internal" port: 10401 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-4v6ihek2yy.auto.internal:10401, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10401
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". 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:21897
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 92eb61da-5f6f-434d-aa85-ec64d8135d96, localhost:10401): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 92eb61da-5f6f-434d-aa85-ec64d8135d96, localhost:10401): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 92eb61da-5f6f-434d-aa85-ec64d8135d96, localhost:10401): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-4v6ihek2yy.auto.internal" port: 10401 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-4v6ihek2yy.auto.internal:10401, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10401
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:21897". Check endpoint correctness.
============================== slowest durations ===============================
335.95s call     test_log_scenario.py::TestLogScenario::test_log_uniform
26.25s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
16.92s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
5.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
5.30s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
5.17s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
5.13s setup    test_insert.py::TestInsertStatement::test_plain
5.09s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
4.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
4.54s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
4.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
4.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
1.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.82s call     test_insert.py::TestInsertStatement::test_plain
0.11s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.02s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]

(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/0h0j/001cff/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/0h0j/001cff/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-18T00:59:55.909435Z): source_id=224;tablet_id=72075186224038000;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 @ 0xA781835
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA779D76
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB60FFC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5EED2B
4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DD53D8
5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DD512F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C9F5D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x1416425B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DAA8C7
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14CFBDD3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14CFBDD3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14CF8BF3
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14CFF6A7
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x14182048
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CC65085
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5B2ED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB600A74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB604B34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB604740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB60532E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA78348C
21. ??:0: ?? @ 0x7F14E3CBDAC2
22. ??:0: ?? @ 0x7F14E3D4F8BF
============== 1 failed, 10 passed, 1 error in 427.21s (0:07:07) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0h0j/001cfc/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 110 items

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

============================== slowest durations ===============================
6.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
6.27s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
6.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
6.04s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
5.89s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
5.57s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
5.35s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
5.30s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
4.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
4.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
4.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
1.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.11s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.08s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.08s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 64.33s (0:01:04) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0h0j/001cfd/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 110 items

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

============================== slowest durations ===============================
7.03s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
6.62s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
6.26s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
5.89s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
5.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
5.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
5.09s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
5.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
4.85s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
4.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
1.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 64.37s (0:01:04) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0h0j/001d01/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 110 items

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

============================== slowest durations ===============================
109.25s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
102.50s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
93.87s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
92.85s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
76.16s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
69.14s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
8.94s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
5.30s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
3.99s setup    test_replace.py::TestReplace::test_copy_full
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
1.82s call     test_replace.py::TestReplace::test_count
1.03s call     test_replace.py::TestReplace::test_copy_full
1.00s call     test_replace.py::TestReplace::test_copy_partial
0.19s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.09s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 570.53s (0:09:30) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0h0j/001cfe/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 110 items

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

============================== slowest durations ===============================
5.63s setup    test_replace.py::TestReplace::test_incorrect
4.49s setup    test_select.py::TestSelect::test_incorrect
4.47s setup    test_update.py::TestUpdate::test_incorrect
1.26s call     test_update.py::TestUpdate::test_update_many_rows
1.23s call     test_replace.py::TestReplace::test_replace_rollback
1.15s call     test_replace.py::TestReplace::test_replace_total
0.82s call     test_update.py::TestUpdate::test_partial_update
0.80s call     test_replace.py::TestReplace::test_partial_replace
0.76s call     test_select.py::TestSelect::test_json_query
0.65s call     test_replace.py::TestReplace::test_replace_with_nulls
0.60s call     test_replace.py::TestReplace::test_incorrect
0.55s call     test_update.py::TestUpdate::test_update_pk
0.46s call     test_update.py::TestUpdate::test_incorrect
0.40s call     test_select.py::TestSelect::test_incorrect
0.14s setup    test_replace.py::TestReplace::test_replace_rollback
0.03s setup    test_update.py::TestUpdate::test_update_pk
0.03s setup    test_replace.py::TestReplace::test_replace_with_nulls
0.02s setup    test_update.py::TestUpdate::test_update_many_rows
0.01s setup    test_select.py::TestSelect::test_json_query
0.01s teardown test_replace.py::TestReplace::test_incorrect

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 24.88s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/0h0j/001cf8/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 110 items

test_update.py ...
test_upsert.py ......
upgrade_to_internal_path_id.py .
zip_bomb.py .

============================== slowest durations ===============================
319.64s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
52.14s call     zip_bomb.py::TestZipBomb::test
19.32s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
17.03s teardown zip_bomb.py::TestZipBomb::test
4.52s setup    test_upsert.py::TestUpsert::test_copy_full
4.17s setup    test_update.py::TestUpdate::test_update_rollback
3.73s setup    zip_bomb.py::TestZipBomb::test
3.05s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
1.28s call     test_upsert.py::TestUpsert::test_count
1.22s call     test_upsert.py::TestUpsert::test_copy_full
1.19s call     test_update.py::TestUpdate::test_update_rollback
0.97s call     test_upsert.py::TestUpsert::test_copy_partial
0.75s call     test_upsert.py::TestUpsert::test_partial_update
0.74s call     test_update.py::TestUpdate::test_update_single_column
0.68s call     test_update.py::TestUpdate::test_update_single_row
0.40s call     test_upsert.py::TestUpsert::test_insert_nulls
0.38s call     test_upsert.py::TestUpsert::test_incorrect
0.03s setup    test_update.py::TestUpdate::test_update_single_column
0.01s setup    test_upsert.py::TestUpsert::test_count
0.01s setup    test_upsert.py::TestUpsert::test_incorrect

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