============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd0v/002ae8/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=ODQ2YzBkNzktMjZhMzUzOTMtMzBhZjQwMjctNWYxYWEwMzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 18ddc533-42f5-4b4b-947d-122e70303466, ghrun-axyekx4wty.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 18ddc533-42f5-4b4b-947d-122e70303466, ghrun-axyekx4wty.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ODQ2YzBkNzktMjZhMzUzOTMtMzBhZjQwMjctNWYxYWEwMzU=" 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, 18ddc533-42f5-4b4b-947d-122e70303466, ghrun-axyekx4wty.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODQ2YzBkNzktMjZhMzUzOTMtMzBhZjQwMjctNWYxYWEwMzU=
---------------------------- 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=ODQ2YzBkNzktMjZhMzUzOTMtMzBhZjQwMjctNWYxYWEwMzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 70d7102b-ff3c-40c1-9c9d-2a524553ded3, ghrun-axyekx4wty.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 70d7102b-ff3c-40c1-9c9d-2a524553ded3, ghrun-axyekx4wty.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ODQ2YzBkNzktMjZhMzUzOTMtMzBhZjQwMjctNWYxYWEwMzU=" 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, 70d7102b-ff3c-40c1-9c9d-2a524553ded3, ghrun-axyekx4wty.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODQ2YzBkNzktMjZhMzUzOTMtMzBhZjQwMjctNWYxYWEwMzU=
---------------------------- 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=ODQ2YzBkNzktMjZhMzUzOTMtMzBhZjQwMjctNWYxYWEwMzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a5c53ddf-e4dd-44e0-a43c-b6105a4bef25, ghrun-axyekx4wty.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a5c53ddf-e4dd-44e0-a43c-b6105a4bef25, ghrun-axyekx4wty.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ODQ2YzBkNzktMjZhMzUzOTMtMzBhZjQwMjctNWYxYWEwMzU=" 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, a5c53ddf-e4dd-44e0-a43c-b6105a4bef25, ghrun-axyekx4wty.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODQ2YzBkNzktMjZhMzUzOTMtMzBhZjQwMjctNWYxYWEwMzU=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
250.85s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
99.37s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
93.10s call     tablets_movement.py::TestTabletsMovement::test[ROW]
50.40s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
7.06s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
5.08s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.82s setup    test_create.py::TestCreate::test_create_all_opt_ints
3.60s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.46s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
1.00s call     test_create.py::TestCreate::test_create_all_opt_ints
0.81s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.76s call     test_create.py::TestCreate::test_create_all_req_ints
0.60s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.34s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.20s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.15s 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 523.26s (0:08:43) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd0v/002b14/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 .F...
test_cs_many_updates.py drop table: 26.0 ms
create table: 476.6 ms
initial inserts:
    "runs": 10
    "avg_ms": 46.8
    "min_ms": 24.8
    "median_ms": 38.2
    "max_ms": 87.0
    "stdev_ms": 19.6
select count(*) after initial inserts: 225.9 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 62.8
    "min_ms": 42.7
    "median_ms": 56.9
    "max_ms": 243.8
    "stdev_ms": 20.1
select count(*) after all modifications: 2861.0 ms
select all: 2878.3 ms
delete from table: 3762.3 ms
select all after delete: 4024.8 ms
.drop table: 73.3 ms
create table: 693.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 31.4
    "min_ms": 27.2
    "median_ms": 31.6
    "max_ms": 39.8
    "stdev_ms": 3.6
select count(*) after initial inserts: 107.6 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 76.9
    "min_ms": 46.3
    "median_ms": 74.1
    "max_ms": 134.8
    "stdev_ms": 18.3
updates (step 1):
    "runs": 200
    "avg_ms": 231.6
    "min_ms": 138.6
    "median_ms": 218.1
    "max_ms": 762.9
    "stdev_ms": 63.9
upserts (step 2):
    "runs": 200
    "avg_ms": 46.9
    "min_ms": 23.8
    "median_ms": 42.0
    "max_ms": 156.9
    "stdev_ms": 19.8
select count(*) after all modifications: 390.3 ms
select all: 494.3 ms
delete from table: 526.5 ms
select all after delete: 596.4 ms
.drop table: 54.6 ms
create table: 723.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 54.5
    "min_ms": 31.1
    "median_ms": 56.4
    "max_ms": 88.2
    "stdev_ms": 18.1
select count(*) after initial inserts: 150.1 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 162.6
    "min_ms": 89.8
    "median_ms": 139.7
    "max_ms": 406.0
    "stdev_ms": 60.5
select count(*) after all modifications: 245.2 ms
select all: 231.0 ms
delete from table: 250.4 ms
select all after delete: 199.7 ms
.drop table: 27.0 ms
create table: 402.9 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.8
    "min_ms": 27.8
    "median_ms": 29.7
    "max_ms": 32.0
    "stdev_ms": 1.0
select count(*) after initial inserts: 88.5 ms
updates (step 0):
    "runs": 150
    "avg_ms": 99.3
    "min_ms": 83.0
    "median_ms": 99.1
    "max_ms": 119.0
    "stdev_ms": 7.3
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 62.0
    "min_ms": 55.4
    "median_ms": 61.5
    "max_ms": 79.4
    "stdev_ms": 3.5
select count(*) after all modifications: 292.4 ms
select all: 312.5 ms
delete from table: 358.2 ms
select all after delete: 297.8 ms
.drop table: 55.5 ms
create table: 375.6 ms
initial inserts:
    "runs": 20
    "avg_ms": 30.9
    "min_ms": 26.6
    "median_ms": 29.8
    "max_ms": 46.7
    "stdev_ms": 4.1
select count(*) after initial inserts: 97.6 ms
updates (step 0):
    "runs": 200
    "avg_ms": 101.8
    "min_ms": 82.3
    "median_ms": 99.6
    "max_ms": 140.9
    "stdev_ms": 9.9
upserts (step 1):
    "runs": 200
    "avg_ms": 28.3
    "min_ms": 23.4
    "median_ms": 27.0
    "max_ms": 60.9
    "stdev_ms": 4.5
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 79.2
    "min_ms": 72.0
    "median_ms": 79.4
    "max_ms": 87.7
    "stdev_ms": 3.5
select count(*) after all modifications: 507.9 ms
select all: 512.3 ms
delete from table: 512.5 ms
select all after delete: 456.1 ms
.drop table: 25.9 ms
create table: 374.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.3
    "min_ms": 23.1
    "median_ms": 29.8
    "max_ms": 30.9
    "stdev_ms": 2.2
select count(*) after initial inserts: 89.0 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 27.9
    "min_ms": 20.1
    "median_ms": 26.7
    "max_ms": 69.4
    "stdev_ms": 4.8
select count(*) after all modifications: 344.4 ms
select all: 253.5 ms
delete from table: 321.5 ms
select all after delete: 227.6 ms
.

=================================== FAILURES ===================================
_______________________ TestCreate.test_create_real_opt ________________________
ydb/tests/olap/test_create.py:239: in test_create_real_opt
    assert rows[0]['id'] == 0
E   assert 1 == 0
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_create_real_opt
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_create.py::TestCreate, test_name: test_create_real_opt)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDA3MDc0ZmItOGE4NWE3YWYtODVmNTVlNzQtODEwZDA3ZGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8ca50688-9451-4458-9d78-09fdf355a613, ghrun-axyekx4wty.auto.internal:5673): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8ca50688-9451-4458-9d78-09fdf355a613, ghrun-axyekx4wty.auto.internal:5673): request = { session_id: "ydb://session/3?node_id=1&id=ZDA3MDc0ZmItOGE4NWE3YWYtODVmNTVlNzQtODEwZDA3ZGQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/create/table10417_5` (\n                id Uint64   NOT NULL,\n                v0 Float,\n                v1 Double,\n                PRIMARY KEY(id),\n            )\n            WITH (STORE = COLUMN);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8ca50688-9451-4458-9d78-09fdf355a613, ghrun-axyekx4wty.auto.internal:5673): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDA3MDc0ZmItOGE4NWE3YWYtODVmNTVlNzQtODEwZDA3ZGQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDA3MDc0ZmItOGE4NWE3YWYtODVmNTVlNzQtODEwZDA3ZGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 731c7153-ac90-45bd-b90c-54b6a26828ef, ghrun-axyekx4wty.auto.internal:5673): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 731c7153-ac90-45bd-b90c-54b6a26828ef, ghrun-axyekx4wty.auto.internal:5673): request = { session_id: "ydb://session/3?node_id=1&id=ZDA3MDc0ZmItOGE4NWE3YWYtODVmNTVlNzQtODEwZDA3ZGQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "INSERT INTO `/Root/create/table10417_5` (id) VALUES (0);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 731c7153-ac90-45bd-b90c-54b6a26828ef, ghrun-axyekx4wty.auto.internal:5673): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDA3MDc0ZmItOGE4NWE3YWYtODVmNTVlNzQtODEwZDA3ZGQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDA3MDc0ZmItOGE4NWE3YWYtODVmNTVlNzQtODEwZDA3ZGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0a0a9ab2-742a-4d5d-860c-cecf83e04833, ghrun-axyekx4wty.auto.internal:5673): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0a0a9ab2-742a-4d5d-860c-cecf83e04833, ghrun-axyekx4wty.auto.internal:5673): request = { session_id: "ydb://session/3?node_id=1&id=ZDA3MDc0ZmItOGE4NWE3YWYtODVmNTVlNzQtODEwZDA3ZGQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO `/Root/create/table10417_5`\n            (id, v0, v1)\n            VALUES\n            (1, 6.7f, 8.9);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0a0a9ab2-742a-4d5d-860c-cecf83e04833, ghrun-axyekx4wty.auto.internal:5673): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDA3MDc0ZmItOGE4NWE3YWYtODVmNTVlNzQtODEwZDA3ZGQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDA3MDc0ZmItOGE4NWE3YWYtODVmNTVlNzQtODEwZDA3ZGQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 10862b1b-d0da-4436-86f0-f0c8e9ce5a6f, ghrun-axyekx4wty.auto.internal:5673): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 10862b1b-d0da-4436-86f0-f0c8e9ce5a6f, ghrun-axyekx4wty.auto.internal:5673): request = { session_id: "ydb://session/3?node_id=1&id=ZDA3MDc0ZmItOGE4NWE3YWYtODVmNTVlNzQtODEwZDA3ZGQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/create/table10417_5`;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 10862b1b-d0da-4436-86f0-f0c8e9ce5a6f, ghrun-axyekx4wty.auto.internal:5673): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDA3MDc0ZmItOGE4NWE3YWYtODVmNTVlNzQtODEwZDA3ZGQ=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
165.00s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
66.59s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
46.16s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
37.10s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
29.81s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
23.34s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
9.37s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
7.27s setup    test_create.py::TestCreate::test_create_decimals
7.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
6.81s call     test_create.py::TestCreate::test_create_decimals
1.21s call     test_create.py::TestCreate::test_create_strings_opt
1.17s call     test_create.py::TestCreate::test_create_real_req
0.89s call     test_create.py::TestCreate::test_create_real_opt
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.02s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_create.py::TestCreate::test_create_real_opt - assert 1 == 0
=================== 1 failed, 10 passed in 403.39s (0:06:43) ===================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd0v/002b24/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: 11 operations
  1. UPDATE: 19 operations
  2. BULK_UPSERT: 2 operations
  3. BULK_UPSERT: 19 operations
  4. UPSERT: 8 operations
  5. UPSERT: 14 operations
  6. UPSERT: 20 operations
  7. UPDATE: 3 operations
  8. BULK_UPSERT: 1 operations
  9. BULK_UPSERT: 16 operations
drop table: 23.4 ms
create table: 599.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 34.4
    "min_ms": 25.6
    "median_ms": 32.1
    "max_ms": 46.8
    "stdev_ms": 7.9
select count(*) after initial inserts: 218.9 ms
bulk_upserts (step 0):
    "runs": 11
    "avg_ms": 56.6
    "min_ms": 41.8
    "median_ms": 47.6
    "max_ms": 104.9
    "stdev_ms": 20.1
updates (step 1):
    "runs": 190
    "avg_ms": 152.2
    "min_ms": 92.5
    "median_ms": 135.4
    "max_ms": 2131.0
    "stdev_ms": 150.0
bulk_upserts (step 2):
    "runs": 2
    "avg_ms": 48.1
    "min_ms": 46.7
    "median_ms": 49.5
    "max_ms": 49.5
    "stdev_ms": 2.0
bulk_upserts (step 3):
    "runs": 19
    "avg_ms": 54.0
    "min_ms": 44.1
    "median_ms": 51.2
    "max_ms": 74.5
    "stdev_ms": 9.4
upserts (step 4):
    "runs": 80
    "avg_ms": 24.4
    "min_ms": 19.3
    "median_ms": 23.0
    "max_ms": 49.7
    "stdev_ms": 4.9
upserts (step 5):
    "runs": 140
    "avg_ms": 27.3
    "min_ms": 19.7
    "median_ms": 25.5
    "max_ms": 58.7
    "stdev_ms": 6.2
upserts (step 6):
    "runs": 200
    "avg_ms": 28.6
    "min_ms": 20.2
    "median_ms": 27.0
    "max_ms": 71.8
    "stdev_ms": 6.6
updates (step 7):
    "runs": 30
    "avg_ms": 208.6
    "min_ms": 157.2
    "median_ms": 195.2
    "max_ms": 352.2
    "stdev_ms": 45.7
bulk_upserts (step 8): 47.4 ms
bulk_upserts (step 9):
    "runs": 16
    "avg_ms": 67.3
    "min_ms": 53.6
    "median_ms": 65.1
    "max_ms": 96.8
    "stdev_ms": 13.1
select count(*) after all modifications: 360.3 ms
select all: 362.9 ms
delete from table: 389.7 ms
select all after delete: 369.2 ms
.
test_delete.py ..........

============================== slowest durations ===============================
52.20s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
14.56s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
12.05s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
9.16s setup    test_delete.py::TestDelete::test_delete_rollback
1.33s call     test_delete.py::TestDelete::test_delete_rollback
1.30s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
1.21s call     test_delete.py::TestDelete::test_delete_where[True-0]
1.14s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
1.03s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.00s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.97s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.96s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.90s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.84s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.01s setup    test_delete.py::TestDelete::test_delete_where[True-0]

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 99.92s (0:01:39) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd0v/002b35/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 ===============================
8.48s setup    test_insert.py::TestInsertStatement::test_bulk
6.46s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
1.21s call     test_insert.py::TestInsertStatement::test_copy_partial
1.16s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
1.14s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
1.13s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
1.12s call     test_insert.py::TestInsertStatement::test_copy_full
0.64s call     test_insert.py::TestInsertStatement::test_bulk
0.57s call     test_delete.py::TestDelete::test_incorrect
0.52s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.46s call     test_insert.py::TestInsertStatement::test_duplicate
0.45s call     test_insert.py::TestInsertStatement::test_incorrect
0.39s call     test_insert.py::TestInsertStatement::test_out_of_range
0.01s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]

(19 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/xd0v/002ad6/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/xd0v/002ad6/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/xd0v/002ad6/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-14T19:33:04.922616Z): source_id=290;tablet_id=72075186224037977;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 @ 0xA7966F5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA78EC36
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB622358
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD92418B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DE63D8
E   5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DE612F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD8FF79D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141A77FB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DE8827
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D3F373
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D3F373
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D3C193
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D42C47
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141C55E8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CD491B5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C7ED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB612E04
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB616EC4
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB616AD0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB6176BE
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79834C
E   21. ??:0: ?? @ 0x7FFA2631DAC2
E   22. ??:0: ?? @ 0x7FFA263AF8BF
------------------------------ 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/xd0v/002ad6/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb -e grpc://localhost:63263 -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/xd0v/002ad6/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:63263', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1501939
DEBUG    ya.test:process.py:259 Command (pid 1501939) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1501939) elapsed time (sec): 0.5555369853973389
DEBUG    ya.test:process.py:263 Command (pid 1501939) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) maxrss: 715772
DEBUG    ya.test:process.py:263 Command (pid 1501939) minflt: 3554
DEBUG    ya.test:process.py:263 Command (pid 1501939) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) nivcsw: 55
DEBUG    ya.test:process.py:263 Command (pid 1501939) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) nvcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 1501939) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1501939) stime: 0.020704
DEBUG    ya.test:process.py:263 Command (pid 1501939) utime: 0.058266
DEBUG    ya.test:process.py:263 Command (pid 1501939) wtime: 0.561
DEBUG    ya.test:process.py:275 Command (pid 1501939) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1501939) 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/xd0v/002ad6/ydb/apps/ydb/ydb -e grpc://localhost:63263 -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/xd0v/002ad6/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:63263', '-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: 1502830
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 1502830) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1502830) elapsed time (sec): 30.223034381866455
DEBUG    ya.test:process.py:263 Command (pid 1502830) wtime: 30.231
DEBUG    ya.test:process.py:275 Command (pid 1502830) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    275	275	0	0	31	71	81	91
2	    284	284	0	0	35	48	55	60
3	    318	318	0	0	27	50	70	78
4	    365	365	0	0	25	42	47	59
5	    305	305	0	0	29	57	69	73
6	    346	346	0	0	27	48	58	63
7	    379	379	0	0	24	40	47	58
8	    379	379	0	0	23	42	52	64
9	    363	363	0	0	24	44	54	64
10	    319	319	0	0	29	53	66	68
11	    355	355	0	0	27	46	54	60
12	    318	318	0	0	29	48	53	58
13	    317	317	0	0	29	48	54	56
14	    345	345	0	0	27	43	52	57
15	    286	286	0	0	29	74	79	89
16	    289	289	0	0	31	65	84	95
17	    324	324	0	0	28	51	58	60
18	    380	380	0	0	25	37	44	57
19	    394	394	0	0	23	39	48	52
20	    317	317	0	0	28	57	63	68
21	    341	341	0	0	28	47	52	55
22	    343	343	0	0	26	46	57	66
23	    361	361	0	0	25	44	51	53
24	    399	399	0	0	23	34	55	60
25	    405	405	0	0	23	35	40	46
26	    377	377	0	0	25	37	41	44
27	    393	393	0	0	24	37	44	51
28	    434	434	0	0	21	30	35	45
29	    404	404	0	0	23	38	56	61
30	    375	375	0	0	25	38	60	68

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  10490	349.667	0	0	26	47	62	95

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTQyYmI1ZDgtYjdkZTZiMjMtYjg4ODAyNmMtMWU3MGU2NDk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 07c04f0f-730b-497b-9efd-39ec4fae01f0, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 07c04f0f-730b-497b-9efd-39ec4fae01f0, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=MTQyYmI1ZDgtYjdkZTZiMjMtYjg4ODAyNmMtMWU3MGU2NDk=" 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, 07c04f0f-730b-497b-9efd-39ec4fae01f0, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTQyYmI1ZDgtYjdkZTZiMjMtYjg4ODAyNmMtMWU3MGU2NDk=
INFO     root:test_log_scenario.py:217 Count rows after insert 10237 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmRiYTYwNC0yMzYwODQyNi1iYmNlNWZhNC1mY2I5NzNhNw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4a967ef9-a1ac-4e60-8091-7e3ba233a14b, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4a967ef9-a1ac-4e60-8091-7e3ba233a14b, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=ZmRiYTYwNC0yMzYwODQyNi1iYmNlNWZhNC1mY2I5NzNhNw==" 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, 4a967ef9-a1ac-4e60-8091-7e3ba233a14b, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZmRiYTYwNC0yMzYwODQyNi1iYmNlNWZhNC1mY2I5NzNhNw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWVjOGM4ZWMtZmFlYmE4Y2QtM2ZlNjY1NGYtZWZjYzQ4MWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0388c1f9-8921-47c2-9058-1189673412be, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0388c1f9-8921-47c2-9058-1189673412be, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=OWVjOGM4ZWMtZmFlYmE4Y2QtM2ZlNjY1NGYtZWZjYzQ4MWI=" 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, 0388c1f9-8921-47c2-9058-1189673412be, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OWVjOGM4ZWMtZmFlYmE4Y2QtM2ZlNjY1NGYtZWZjYzQ4MWI=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb -e grpc://localhost:63263 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjNkMmI2OGItNDhkMjk4OWEtYmFkOTBjMTctMTg3YzkwOGY=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb -e grpc://localhost:63263 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb -e grpc://localhost:63263 -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, 92435686-2f2e-4334-8d5c-143c7b4c089d, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGVhMDgyMGItZTdjMzA3ZS00ZDVhYjVlNy1lMmZhN2I3MA==
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 92435686-2f2e-4334-8d5c-143c7b4c089d, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=YjNkMmI2OGItNDhkMjk4OWEtYmFkOTBjMTctMTg3YzkwOGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fe2dd1c4-3ba7-421e-bf50-939a697ef1d0, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTMxY2JjMjgtOTY1NjY2MjAtNWY1NTYyZjktNjY3MDEyMTk=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 92435686-2f2e-4334-8d5c-143c7b4c089d, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fe2dd1c4-3ba7-421e-bf50-939a697ef1d0, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=OGVhMDgyMGItZTdjMzA3ZS00ZDVhYjVlNy1lMmZhN2I3MA==" 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, fe2dd1c4-3ba7-421e-bf50-939a697ef1d0, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTg3YTFjZWYtMmQxNzI3MjItOGY1NDYyOC1iOGEwMmU4MQ==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:63263', '-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:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:63263', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 20d3013b-fc93-4251-9543-7893cb9e2628, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e32fda4a-322f-4b6a-818f-4f3f30cb04d0, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTI2YzhlZWMtNjVkNmQzMGItMjZjMzJlOTItYmY2YmM4NTI=
DEBUG    ya.test:process.py:628 Command pid: 1526609
DEBUG    ya.test:process.py:628 Command pid: 1526629
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 20d3013b-fc93-4251-9543-7893cb9e2628, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=MTMxY2JjMjgtOTY1NjY2MjAtNWY1NTYyZjktNjY3MDEyMTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:63263', '-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, e32fda4a-322f-4b6a-818f-4f3f30cb04d0, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=MTg3YTFjZWYtMmQxNzI3MjItOGY1NDYyOC1iOGEwMmU4MQ==" 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, e82c88a1-dd0e-44aa-8f8b-96a1c94399fd, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGVjMzQ5ZTItZjk0ZTUxNjgtZmRlNWYwZjktYzZiMDQ4Y2E=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 20d3013b-fc93-4251-9543-7893cb9e2628, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 1526744
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e32fda4a-322f-4b6a-818f-4f3f30cb04d0, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e82c88a1-dd0e-44aa-8f8b-96a1c94399fd, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=MTI2YzhlZWMtNjVkNmQzMGItMjZjMzJlOTItYmY2YmM4NTI=" 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, 10176952-ed7e-4462-b10a-3f9ba169bc90, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzZhYjc1NDUtYmJjNDgwYzEtZThjNGY2Y2UtODIzYzc0ZjI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 10176952-ed7e-4462-b10a-3f9ba169bc90, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=NGVjMzQ5ZTItZjk0ZTUxNjgtZmRlNWYwZjktYzZiMDQ4Y2E=" 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, 8576e0ba-56aa-4644-9d91-9fd024ac62b6, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e82c88a1-dd0e-44aa-8f8b-96a1c94399fd, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTQyYmI1ZDgtYjdkZTZiMjMtYjg4ODAyNmMtMWU3MGU2NDk=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8576e0ba-56aa-4644-9d91-9fd024ac62b6, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=MzZhYjc1NDUtYmJjNDgwYzEtZThjNGY2Y2UtODIzYzc0ZjI=" 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, 10176952-ed7e-4462-b10a-3f9ba169bc90, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1e6a0a30-8c69-47a4-900e-4fc18c9b7aa5, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmRiYTYwNC0yMzYwODQyNi1iYmNlNWZhNC1mY2I5NzNhNw==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8576e0ba-56aa-4644-9d91-9fd024ac62b6, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1e6a0a30-8c69-47a4-900e-4fc18c9b7aa5, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=MTQyYmI1ZDgtYjdkZTZiMjMtYjg4ODAyNmMtMWU3MGU2NDk=" 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, 87cce99f-4d7f-40d6-9e4c-f7f08f6c24b0, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWVjOGM4ZWMtZmFlYmE4Y2QtM2ZlNjY1NGYtZWZjYzQ4MWI=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1e6a0a30-8c69-47a4-900e-4fc18c9b7aa5, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 87cce99f-4d7f-40d6-9e4c-f7f08f6c24b0, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=ZmRiYTYwNC0yMzYwODQyNi1iYmNlNWZhNC1mY2I5NzNhNw==" 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, 87cce99f-4d7f-40d6-9e4c-f7f08f6c24b0, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a144596b-687a-4c4d-b3e5-b5c5bedb8688, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a144596b-687a-4c4d-b3e5-b5c5bedb8688, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=OWVjOGM4ZWMtZmFlYmE4Y2QtM2ZlNjY1NGYtZWZjYzQ4MWI=" 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, a144596b-687a-4c4d-b3e5-b5c5bedb8688, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 285b4a1a-51da-492b-9d5a-dda5ff4995a9, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T19:33:12.004408451+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c498dfb0-7c9d-4760-bb85-7e5ddb7e5f57, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T19:33:12.004326272+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 58d8764e-397d-4509-963a-e029e3b99b68, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T19:33:12.004447255+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-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 82b66f06-6b48-4136-a6c3-2972e5aa58cd, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T19:33:12.004463626+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3348c7c1-1760-4277-864b-16b8bae992e3, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T19:33:12.004476465+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7dc9fb44-f603-4772-a860-9273067254d5, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T19:33:12.004489379+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6f7e631b-7481-46e5-8201-9d5a6a40321a, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T19:33:12.004507174+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e2fe2441-64aa-445f-8cda-26e3dc8d327e, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T19:33:12.004800205+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d3270acc-9d6c-457e-a529-912f5f7976bd, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T19:33:12.004828149+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 92435686-2f2e-4334-8d5c-143c7b4c089d, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004838749+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-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fe2dd1c4-3ba7-421e-bf50-939a697ef1d0, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004852603+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-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e82c88a1-dd0e-44aa-8f8b-96a1c94399fd, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.00489618+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 83c78f50-bce9-4c21-95a8-67386d73f0c1, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T19:33:12.00481854+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-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 10176952-ed7e-4462-b10a-3f9ba169bc90, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004909684+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 87cce99f-4d7f-40d6-9e4c-f7f08f6c24b0, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.00495298+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a144596b-687a-4c4d-b3e5-b5c5bedb8688, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004962945+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e32fda4a-322f-4b6a-818f-4f3f30cb04d0, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004882676+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjNkMmI2OGItNDhkMjk4OWEtYmFkOTBjMTctMTg3YzkwOGY=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1e6a0a30-8c69-47a4-900e-4fc18c9b7aa5, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004937268+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 20d3013b-fc93-4251-9543-7893cb9e2628, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004867459+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-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8576e0ba-56aa-4644-9d91-9fd024ac62b6, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004923133+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjNkMmI2OGItNDhkMjk4OWEtYmFkOTBjMTctMTg3YzkwOGY=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OWVjOGM4ZWMtZmFlYmE4Y2QtM2ZlNjY1NGYtZWZjYzQ4MWI=
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py: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: 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.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 47f36b97-3331-4385-855d-12cffa560b7f, localhost:65175): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 47f36b97-3331-4385-855d-12cffa560b7f, localhost:65175): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 47f36b97-3331-4385-855d-12cffa560b7f, localhost:65175): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-axyekx4wty.auto.internal" port: 65175 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-axyekx4wty.auto.internal:65175, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:65175
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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    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 1526609) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1526609) elapsed time (sec): 30.17553186416626
DEBUG    ya.test:process.py:263 Command (pid 1526609) wtime: 30.237
DEBUG    ya.test:process.py:275 Command (pid 1526609) 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	561	0	0	0	0
9	      0	0	0	1270	0	0	0	0
10	      0	0	0	1177	0	0	0	0
11	      0	0	0	1203	0	0	0	0
12	      0	0	0	1203	0	0	0	0
13	      0	0	0	1404	0	0	0	0
14	      0	0	0	1437	0	0	0	0
15	      0	0	0	1528	0	0	0	0
16	      0	0	0	1407	0	0	0	0
17	      0	0	0	1333	0	0	0	0
18	      0	0	0	1590	0	0	0	0
19	      0	0	0	1535	0	0	0	0
20	      0	0	0	1623	0	0	0	0
21	      0	0	0	1286	0	0	0	0
22	      0	0	0	1053	0	0	0	0
23	      0	0	0	1042	0	0	0	0
24	      0	0	0	1146	0	0	0	0
25	      0	0	0	1025	0	0	0	0
26	      0	0	0	933	0	0	0	0
27	      0	0	0	966	0	0	0	0
28	      0	0	0	1042	0	0	0	0
29	      0	0	0	1481	0	0	0	0
30	      0	0	0	1401	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 1526609) 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 1526629) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1526629) elapsed time (sec): 30.204066514968872
DEBUG    ya.test:process.py:263 Command (pid 1526629) wtime: 30.278
DEBUG    ya.test:process.py:275 Command (pid 1526629) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     55	55	0	0	71	405	407	441
2	    113	113	0	0	84	126	130	153
3	     91	91	0	0	108	174	183	186
4	     88	88	0	0	108	172	177	183
5	    127	127	0	0	75	111	130	132
6	    109	109	0	0	83	161	192	195
7	     39	39	0	0	67	117	119	119
8	      0	0	0	446	0	0	0	0
9	      0	0	0	1193	0	0	0	0
10	      0	0	0	1128	0	0	0	0
11	      0	0	0	1187	0	0	0	0
12	      0	0	0	1161	0	0	0	0
13	      0	0	0	1316	0	0	0	0
14	      0	0	0	1366	0	0	0	0
15	      0	0	0	1587	0	0	0	0
16	      0	0	0	1309	0	0	0	0
17	      0	0	0	1057	0	0	0	0
18	      0	0	0	1401	0	0	0	0
19	      0	0	0	1221	0	0	0	0
20	      0	0	0	1295	0	0	0	0
21	      0	0	0	1129	0	0	0	0
22	      0	0	0	952	0	0	0	0
23	      0	0	0	882	0	0	0	0
24	      0	0	0	1010	0	0	0	0
25	      0	0	0	1041	0	0	0	0
26	      0	0	0	970	0	0	0	0
27	      0	0	0	852	0	0	0	0
28	      0	0	0	980	0	0	0	0
29	      0	0	0	1227	0	0	0	0
30	      0	0	0	1218	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    622	20.7333	0	25928	84	174	391	441

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

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 1526744) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1526744) elapsed time (sec): 30.274292469024658
DEBUG    ya.test:process.py:263 Command (pid 1526744) wtime: 30.325
DEBUG    ya.test:process.py:275 Command (pid 1526744) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     35	35	0	0	99	683	683	683
2	     86	86	0	0	114	166	175	178
3	     66	66	0	0	144	218	231	235
4	     74	74	0	0	128	215	231	234
5	     89	89	0	0	103	152	158	160
6	     84	84	0	0	108	234	244	245
7	     16	16	0	0	99	136	136	136
8	      0	0	0	735	0	0	0	0
9	      0	0	0	1336	0	0	0	0
10	      0	0	0	1202	0	0	0	0
11	      0	0	0	1232	0	0	0	0
12	      0	0	0	1043	0	0	0	0
13	      0	0	0	1472	0	0	0	0
14	      0	0	0	1361	0	0	0	0
15	      0	0	0	1622	0	0	0	0
16	      0	0	0	1235	0	0	0	0
17	      0	0	0	1368	0	0	0	0
18	      0	0	0	1500	0	0	0	0
19	      0	0	0	1386	0	0	0	0
20	      0	0	0	1678	0	0	0	0
21	      0	0	0	1116	0	0	0	0
22	      0	0	0	1086	0	0	0	0
23	      0	0	0	1075	0	0	0	0
24	      0	0	0	968	0	0	0	0
25	      0	0	0	1108	0	0	0	0
26	      0	0	0	1110	0	0	0	0
27	      0	0	0	940	0	0	0	0
28	      0	0	0	1176	0	0	0	0
29	      0	0	0	1465	0	0	0	0
30	      0	0	0	1315	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    450	15	0	28529	115	227	683	683

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8dbccac2-7f2b-4d02-a6be-a20c9395f77e, localhost:65175): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8dbccac2-7f2b-4d02-a6be-a20c9395f77e, localhost:65175): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8dbccac2-7f2b-4d02-a6be-a20c9395f77e, localhost:65175): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-axyekx4wty.auto.internal" port: 65175 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-axyekx4wty.auto.internal:65175, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:65175
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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 05f6c0b3-7af9-4722-9d1d-88c4b4a79eb2, localhost:65175): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 05f6c0b3-7af9-4722-9d1d-88c4b4a79eb2, localhost:65175): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 05f6c0b3-7af9-4722-9d1d-88c4b4a79eb2, localhost:65175): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-axyekx4wty.auto.internal" port: 65175 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-axyekx4wty.auto.internal:65175, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:65175
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-axyekx4wty'
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/xd0v/002ad6/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.1454740' in '/home/runner/.ya/build/build_root/xd0v/002ad6/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_90ozuut4.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:63263/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16861
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30983
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16502
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63263
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10739
=================================== 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/xd0v/002ad6/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb -e grpc://localhost:63263 -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/xd0v/002ad6/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:63263', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1501939
DEBUG    ya.test:process.py:259 Command (pid 1501939) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1501939) elapsed time (sec): 0.5555369853973389
DEBUG    ya.test:process.py:263 Command (pid 1501939) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) maxrss: 715772
DEBUG    ya.test:process.py:263 Command (pid 1501939) minflt: 3554
DEBUG    ya.test:process.py:263 Command (pid 1501939) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) nivcsw: 55
DEBUG    ya.test:process.py:263 Command (pid 1501939) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1501939) nvcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 1501939) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1501939) stime: 0.020704
DEBUG    ya.test:process.py:263 Command (pid 1501939) utime: 0.058266
DEBUG    ya.test:process.py:263 Command (pid 1501939) wtime: 0.561
DEBUG    ya.test:process.py:275 Command (pid 1501939) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1501939) 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/xd0v/002ad6/ydb/apps/ydb/ydb -e grpc://localhost:63263 -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/xd0v/002ad6/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:63263', '-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: 1502830
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 1502830) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1502830) elapsed time (sec): 30.223034381866455
DEBUG    ya.test:process.py:263 Command (pid 1502830) wtime: 30.231
DEBUG    ya.test:process.py:275 Command (pid 1502830) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    275	275	0	0	31	71	81	91
2	    284	284	0	0	35	48	55	60
3	    318	318	0	0	27	50	70	78
4	    365	365	0	0	25	42	47	59
5	    305	305	0	0	29	57	69	73
6	    346	346	0	0	27	48	58	63
7	    379	379	0	0	24	40	47	58
8	    379	379	0	0	23	42	52	64
9	    363	363	0	0	24	44	54	64
10	    319	319	0	0	29	53	66	68
11	    355	355	0	0	27	46	54	60
12	    318	318	0	0	29	48	53	58
13	    317	317	0	0	29	48	54	56
14	    345	345	0	0	27	43	52	57
15	    286	286	0	0	29	74	79	89
16	    289	289	0	0	31	65	84	95
17	    324	324	0	0	28	51	58	60
18	    380	380	0	0	25	37	44	57
19	    394	394	0	0	23	39	48	52
20	    317	317	0	0	28	57	63	68
21	    341	341	0	0	28	47	52	55
22	    343	343	0	0	26	46	57	66
23	    361	361	0	0	25	44	51	53
24	    399	399	0	0	23	34	55	60
25	    405	405	0	0	23	35	40	46
26	    377	377	0	0	25	37	41	44
27	    393	393	0	0	24	37	44	51
28	    434	434	0	0	21	30	35	45
29	    404	404	0	0	23	38	56	61
30	    375	375	0	0	25	38	60	68

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  10490	349.667	0	0	26	47	62	95

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTQyYmI1ZDgtYjdkZTZiMjMtYjg4ODAyNmMtMWU3MGU2NDk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 07c04f0f-730b-497b-9efd-39ec4fae01f0, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 07c04f0f-730b-497b-9efd-39ec4fae01f0, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=MTQyYmI1ZDgtYjdkZTZiMjMtYjg4ODAyNmMtMWU3MGU2NDk=" 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, 07c04f0f-730b-497b-9efd-39ec4fae01f0, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTQyYmI1ZDgtYjdkZTZiMjMtYjg4ODAyNmMtMWU3MGU2NDk=
INFO     root:test_log_scenario.py:217 Count rows after insert 10237 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmRiYTYwNC0yMzYwODQyNi1iYmNlNWZhNC1mY2I5NzNhNw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4a967ef9-a1ac-4e60-8091-7e3ba233a14b, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4a967ef9-a1ac-4e60-8091-7e3ba233a14b, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=ZmRiYTYwNC0yMzYwODQyNi1iYmNlNWZhNC1mY2I5NzNhNw==" 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, 4a967ef9-a1ac-4e60-8091-7e3ba233a14b, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZmRiYTYwNC0yMzYwODQyNi1iYmNlNWZhNC1mY2I5NzNhNw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWVjOGM4ZWMtZmFlYmE4Y2QtM2ZlNjY1NGYtZWZjYzQ4MWI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0388c1f9-8921-47c2-9058-1189673412be, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0388c1f9-8921-47c2-9058-1189673412be, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=OWVjOGM4ZWMtZmFlYmE4Y2QtM2ZlNjY1NGYtZWZjYzQ4MWI=" 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, 0388c1f9-8921-47c2-9058-1189673412be, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OWVjOGM4ZWMtZmFlYmE4Y2QtM2ZlNjY1NGYtZWZjYzQ4MWI=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb -e grpc://localhost:63263 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjNkMmI2OGItNDhkMjk4OWEtYmFkOTBjMTctMTg3YzkwOGY=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb -e grpc://localhost:63263 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb -e grpc://localhost:63263 -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, 92435686-2f2e-4334-8d5c-143c7b4c089d, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGVhMDgyMGItZTdjMzA3ZS00ZDVhYjVlNy1lMmZhN2I3MA==
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 92435686-2f2e-4334-8d5c-143c7b4c089d, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=YjNkMmI2OGItNDhkMjk4OWEtYmFkOTBjMTctMTg3YzkwOGY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fe2dd1c4-3ba7-421e-bf50-939a697ef1d0, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTMxY2JjMjgtOTY1NjY2MjAtNWY1NTYyZjktNjY3MDEyMTk=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 92435686-2f2e-4334-8d5c-143c7b4c089d, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fe2dd1c4-3ba7-421e-bf50-939a697ef1d0, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=OGVhMDgyMGItZTdjMzA3ZS00ZDVhYjVlNy1lMmZhN2I3MA==" 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, fe2dd1c4-3ba7-421e-bf50-939a697ef1d0, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTg3YTFjZWYtMmQxNzI3MjItOGY1NDYyOC1iOGEwMmU4MQ==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:63263', '-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:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:63263', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 20d3013b-fc93-4251-9543-7893cb9e2628, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e32fda4a-322f-4b6a-818f-4f3f30cb04d0, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTI2YzhlZWMtNjVkNmQzMGItMjZjMzJlOTItYmY2YmM4NTI=
DEBUG    ya.test:process.py:628 Command pid: 1526609
DEBUG    ya.test:process.py:628 Command pid: 1526629
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 20d3013b-fc93-4251-9543-7893cb9e2628, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=MTMxY2JjMjgtOTY1NjY2MjAtNWY1NTYyZjktNjY3MDEyMTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xd0v/002ad6/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:63263', '-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, e32fda4a-322f-4b6a-818f-4f3f30cb04d0, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=MTg3YTFjZWYtMmQxNzI3MjItOGY1NDYyOC1iOGEwMmU4MQ==" 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, e82c88a1-dd0e-44aa-8f8b-96a1c94399fd, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGVjMzQ5ZTItZjk0ZTUxNjgtZmRlNWYwZjktYzZiMDQ4Y2E=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 20d3013b-fc93-4251-9543-7893cb9e2628, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 1526744
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e32fda4a-322f-4b6a-818f-4f3f30cb04d0, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e82c88a1-dd0e-44aa-8f8b-96a1c94399fd, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=MTI2YzhlZWMtNjVkNmQzMGItMjZjMzJlOTItYmY2YmM4NTI=" 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, 10176952-ed7e-4462-b10a-3f9ba169bc90, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzZhYjc1NDUtYmJjNDgwYzEtZThjNGY2Y2UtODIzYzc0ZjI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 10176952-ed7e-4462-b10a-3f9ba169bc90, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=NGVjMzQ5ZTItZjk0ZTUxNjgtZmRlNWYwZjktYzZiMDQ4Y2E=" 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, 8576e0ba-56aa-4644-9d91-9fd024ac62b6, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e82c88a1-dd0e-44aa-8f8b-96a1c94399fd, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTQyYmI1ZDgtYjdkZTZiMjMtYjg4ODAyNmMtMWU3MGU2NDk=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8576e0ba-56aa-4644-9d91-9fd024ac62b6, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=MzZhYjc1NDUtYmJjNDgwYzEtZThjNGY2Y2UtODIzYzc0ZjI=" 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, 10176952-ed7e-4462-b10a-3f9ba169bc90, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1e6a0a30-8c69-47a4-900e-4fc18c9b7aa5, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmRiYTYwNC0yMzYwODQyNi1iYmNlNWZhNC1mY2I5NzNhNw==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8576e0ba-56aa-4644-9d91-9fd024ac62b6, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1e6a0a30-8c69-47a4-900e-4fc18c9b7aa5, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=MTQyYmI1ZDgtYjdkZTZiMjMtYjg4ODAyNmMtMWU3MGU2NDk=" 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, 87cce99f-4d7f-40d6-9e4c-f7f08f6c24b0, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWVjOGM4ZWMtZmFlYmE4Y2QtM2ZlNjY1NGYtZWZjYzQ4MWI=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1e6a0a30-8c69-47a4-900e-4fc18c9b7aa5, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 87cce99f-4d7f-40d6-9e4c-f7f08f6c24b0, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=ZmRiYTYwNC0yMzYwODQyNi1iYmNlNWZhNC1mY2I5NzNhNw==" 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, 87cce99f-4d7f-40d6-9e4c-f7f08f6c24b0, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a144596b-687a-4c4d-b3e5-b5c5bedb8688, ghrun-axyekx4wty.auto.internal:63263): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a144596b-687a-4c4d-b3e5-b5c5bedb8688, ghrun-axyekx4wty.auto.internal:63263): request = { session_id: "ydb://session/3?node_id=1&id=OWVjOGM4ZWMtZmFlYmE4Y2QtM2ZlNjY1NGYtZWZjYzQ4MWI=" 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, a144596b-687a-4c4d-b3e5-b5c5bedb8688, ghrun-axyekx4wty.auto.internal:63263): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 285b4a1a-51da-492b-9d5a-dda5ff4995a9, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T19:33:12.004408451+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c498dfb0-7c9d-4760-bb85-7e5ddb7e5f57, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T19:33:12.004326272+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 58d8764e-397d-4509-963a-e029e3b99b68, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T19:33:12.004447255+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-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 82b66f06-6b48-4136-a6c3-2972e5aa58cd, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T19:33:12.004463626+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3348c7c1-1760-4277-864b-16b8bae992e3, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T19:33:12.004476465+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7dc9fb44-f603-4772-a860-9273067254d5, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T19:33:12.004489379+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6f7e631b-7481-46e5-8201-9d5a6a40321a, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T19:33:12.004507174+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e2fe2441-64aa-445f-8cda-26e3dc8d327e, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T19:33:12.004800205+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d3270acc-9d6c-457e-a529-912f5f7976bd, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-14T19:33:12.004828149+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 92435686-2f2e-4334-8d5c-143c7b4c089d, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004838749+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-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fe2dd1c4-3ba7-421e-bf50-939a697ef1d0, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004852603+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-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e82c88a1-dd0e-44aa-8f8b-96a1c94399fd, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.00489618+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 83c78f50-bce9-4c21-95a8-67386d73f0c1, ghrun-axyekx4wty.auto.internal:63263): 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:63263 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-14T19:33:12.00481854+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-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 10176952-ed7e-4462-b10a-3f9ba169bc90, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004909684+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 87cce99f-4d7f-40d6-9e4c-f7f08f6c24b0, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.00495298+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a144596b-687a-4c4d-b3e5-b5c5bedb8688, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004962945+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e32fda4a-322f-4b6a-818f-4f3f30cb04d0, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004882676+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjNkMmI2OGItNDhkMjk4OWEtYmFkOTBjMTctMTg3YzkwOGY=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1e6a0a30-8c69-47a4-900e-4fc18c9b7aa5, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004937268+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 20d3013b-fc93-4251-9543-7893cb9e2628, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004867459+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-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8576e0ba-56aa-4644-9d91-9fd024ac62b6, ghrun-axyekx4wty.auto.internal:63263): 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-14T19:33:12.004923133+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjNkMmI2OGItNDhkMjk4OWEtYmFkOTBjMTctMTg3YzkwOGY=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OWVjOGM4ZWMtZmFlYmE4Y2QtM2ZlNjY1NGYtZWZjYzQ4MWI=
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-axyekx4wty.auto.internal:63263
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py: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: 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.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 47f36b97-3331-4385-855d-12cffa560b7f, localhost:65175): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 47f36b97-3331-4385-855d-12cffa560b7f, localhost:65175): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 47f36b97-3331-4385-855d-12cffa560b7f, localhost:65175): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-axyekx4wty.auto.internal" port: 65175 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-axyekx4wty.auto.internal:65175, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:65175
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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    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 1526609) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1526609) elapsed time (sec): 30.17553186416626
DEBUG    ya.test:process.py:263 Command (pid 1526609) wtime: 30.237
DEBUG    ya.test:process.py:275 Command (pid 1526609) 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	561	0	0	0	0
9	      0	0	0	1270	0	0	0	0
10	      0	0	0	1177	0	0	0	0
11	      0	0	0	1203	0	0	0	0
12	      0	0	0	1203	0	0	0	0
13	      0	0	0	1404	0	0	0	0
14	      0	0	0	1437	0	0	0	0
15	      0	0	0	1528	0	0	0	0
16	      0	0	0	1407	0	0	0	0
17	      0	0	0	1333	0	0	0	0
18	      0	0	0	1590	0	0	0	0
19	      0	0	0	1535	0	0	0	0
20	      0	0	0	1623	0	0	0	0
21	      0	0	0	1286	0	0	0	0
22	      0	0	0	1053	0	0	0	0
23	      0	0	0	1042	0	0	0	0
24	      0	0	0	1146	0	0	0	0
25	      0	0	0	1025	0	0	0	0
26	      0	0	0	933	0	0	0	0
27	      0	0	0	966	0	0	0	0
28	      0	0	0	1042	0	0	0	0
29	      0	0	0	1481	0	0	0	0
30	      0	0	0	1401	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 1526609) 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 1526629) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1526629) elapsed time (sec): 30.204066514968872
DEBUG    ya.test:process.py:263 Command (pid 1526629) wtime: 30.278
DEBUG    ya.test:process.py:275 Command (pid 1526629) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     55	55	0	0	71	405	407	441
2	    113	113	0	0	84	126	130	153
3	     91	91	0	0	108	174	183	186
4	     88	88	0	0	108	172	177	183
5	    127	127	0	0	75	111	130	132
6	    109	109	0	0	83	161	192	195
7	     39	39	0	0	67	117	119	119
8	      0	0	0	446	0	0	0	0
9	      0	0	0	1193	0	0	0	0
10	      0	0	0	1128	0	0	0	0
11	      0	0	0	1187	0	0	0	0
12	      0	0	0	1161	0	0	0	0
13	      0	0	0	1316	0	0	0	0
14	      0	0	0	1366	0	0	0	0
15	      0	0	0	1587	0	0	0	0
16	      0	0	0	1309	0	0	0	0
17	      0	0	0	1057	0	0	0	0
18	      0	0	0	1401	0	0	0	0
19	      0	0	0	1221	0	0	0	0
20	      0	0	0	1295	0	0	0	0
21	      0	0	0	1129	0	0	0	0
22	      0	0	0	952	0	0	0	0
23	      0	0	0	882	0	0	0	0
24	      0	0	0	1010	0	0	0	0
25	      0	0	0	1041	0	0	0	0
26	      0	0	0	970	0	0	0	0
27	      0	0	0	852	0	0	0	0
28	      0	0	0	980	0	0	0	0
29	      0	0	0	1227	0	0	0	0
30	      0	0	0	1218	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    622	20.7333	0	25928	84	174	391	441

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

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 1526744) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1526744) elapsed time (sec): 30.274292469024658
DEBUG    ya.test:process.py:263 Command (pid 1526744) wtime: 30.325
DEBUG    ya.test:process.py:275 Command (pid 1526744) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     35	35	0	0	99	683	683	683
2	     86	86	0	0	114	166	175	178
3	     66	66	0	0	144	218	231	235
4	     74	74	0	0	128	215	231	234
5	     89	89	0	0	103	152	158	160
6	     84	84	0	0	108	234	244	245
7	     16	16	0	0	99	136	136	136
8	      0	0	0	735	0	0	0	0
9	      0	0	0	1336	0	0	0	0
10	      0	0	0	1202	0	0	0	0
11	      0	0	0	1232	0	0	0	0
12	      0	0	0	1043	0	0	0	0
13	      0	0	0	1472	0	0	0	0
14	      0	0	0	1361	0	0	0	0
15	      0	0	0	1622	0	0	0	0
16	      0	0	0	1235	0	0	0	0
17	      0	0	0	1368	0	0	0	0
18	      0	0	0	1500	0	0	0	0
19	      0	0	0	1386	0	0	0	0
20	      0	0	0	1678	0	0	0	0
21	      0	0	0	1116	0	0	0	0
22	      0	0	0	1086	0	0	0	0
23	      0	0	0	1075	0	0	0	0
24	      0	0	0	968	0	0	0	0
25	      0	0	0	1108	0	0	0	0
26	      0	0	0	1110	0	0	0	0
27	      0	0	0	940	0	0	0	0
28	      0	0	0	1176	0	0	0	0
29	      0	0	0	1465	0	0	0	0
30	      0	0	0	1315	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    450	15	0	28529	115	227	683	683

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8dbccac2-7f2b-4d02-a6be-a20c9395f77e, localhost:65175): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8dbccac2-7f2b-4d02-a6be-a20c9395f77e, localhost:65175): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8dbccac2-7f2b-4d02-a6be-a20c9395f77e, localhost:65175): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-axyekx4wty.auto.internal" port: 65175 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-axyekx4wty.auto.internal:65175, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:65175
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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 05f6c0b3-7af9-4722-9d1d-88c4b4a79eb2, localhost:65175): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 05f6c0b3-7af9-4722-9d1d-88c4b4a79eb2, localhost:65175): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 05f6c0b3-7af9-4722-9d1d-88c4b4a79eb2, localhost:65175): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-axyekx4wty.auto.internal" port: 65175 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-axyekx4wty.auto.internal:65175, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:65175
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". 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:63263
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:63263". Check endpoint correctness.
============================== slowest durations ===============================
321.97s call     test_log_scenario.py::TestLogScenario::test_log_uniform
30.15s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
17.68s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
6.84s setup    test_insert.py::TestInsertStatement::test_plain
6.33s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
4.58s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
4.14s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
3.94s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
3.50s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
3.48s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
1.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.80s call     test_insert.py::TestInsertStatement::test_plain
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_uniform

(16 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/xd0v/002ad6/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/xd0v/002ad6/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-14T19:33:04.922616Z): source_id=290;tablet_id=72075186224037977;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 @ 0xA7966F5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA78EC36
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB622358
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD92418B
4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DE63D8
5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DE612F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD8FF79D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141A77FB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DE8827
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D3F373
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D3F373
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D3C193
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D42C47
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141C55E8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CD491B5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C7ED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB612E04
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB616EC4
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB616AD0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB6176BE
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79834C
21. ??:0: ?? @ 0x7FFA2631DAC2
22. ??:0: ?? @ 0x7FFA263AF8BF
============== 1 failed, 10 passed, 1 error in 413.09s (0:06:53) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd0v/002b75/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 ===============================
16.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
11.86s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
11.43s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
10.94s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
9.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
9.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
8.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
8.11s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
7.71s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
6.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
5.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
3.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 109.43s (0:01:49) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd0v/002afb/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 ===============================
10.63s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
10.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
8.64s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
8.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
8.46s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
8.01s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
7.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
5.75s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
5.58s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
5.54s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
5.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
3.08s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]

(18 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 88.92s (0:01: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/xd0v/002b44/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 .......

============================== slowest durations ===============================
124.97s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
111.68s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
109.28s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
104.79s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
81.57s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
14.94s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
8.54s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]

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

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...er/.ya/build/build_root/xd0v/002b44/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/xd0v/002b44/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/xd0v/002b44/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/xd0v/002b44', '--source-root', '/home/runner/.ya/build/build_root/xd0v/002b44/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/xd0v/002b44/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10249271468/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...er/.ya/build/build_root/xd0v/002b44/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/xd0v/002b44/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/xd0v/002b44/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/xd0v/002b44', '--source-root', '/home/runner/.ya/build/build_root/xd0v/002b44/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/xd0v/002b44/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10249271468/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd0v/002b62/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 ===============================
8.15s setup    test_select.py::TestSelect::test_incorrect
7.83s setup    test_replace.py::TestReplace::test_incorrect
6.22s setup    test_update.py::TestUpdate::test_incorrect
1.55s call     test_replace.py::TestReplace::test_replace_total
1.28s call     test_replace.py::TestReplace::test_replace_with_nulls
1.25s call     test_replace.py::TestReplace::test_partial_replace
1.18s call     test_update.py::TestUpdate::test_partial_update
1.15s call     test_replace.py::TestReplace::test_replace_rollback
1.09s call     test_select.py::TestSelect::test_json_query
0.90s call     test_update.py::TestUpdate::test_update_many_rows
0.61s call     test_replace.py::TestReplace::test_incorrect
0.54s call     test_select.py::TestSelect::test_incorrect
0.47s call     test_update.py::TestUpdate::test_incorrect
0.45s call     test_update.py::TestUpdate::test_update_pk

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 33.83s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd0v/002b52/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 ===============================
365.63s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
38.02s call     zip_bomb.py::TestZipBomb::test
24.75s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
10.31s setup    test_upsert.py::TestUpsert::test_copy_full
9.69s setup    test_update.py::TestUpdate::test_update_rollback
7.05s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
6.06s setup    zip_bomb.py::TestZipBomb::test
1.73s call     test_update.py::TestUpdate::test_update_single_column
1.60s call     test_update.py::TestUpdate::test_update_single_row
1.50s call     test_upsert.py::TestUpsert::test_copy_full
1.26s call     test_update.py::TestUpdate::test_update_rollback
1.25s call     test_upsert.py::TestUpsert::test_copy_partial
1.16s call     test_upsert.py::TestUpsert::test_count
0.73s call     test_upsert.py::TestUpsert::test_insert_nulls
0.73s call     test_upsert.py::TestUpsert::test_partial_update
0.65s call     test_upsert.py::TestUpsert::test_incorrect

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 485.42s (0:08:05) ========================
