============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003f2d/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:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_filtered_portion
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_filtered_portion)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjgwNGFjZmMtNjU2MWE3OTUtOGM4NDVlOWQtYWY3YzgyNTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, df4b585e-060d-46c2-89f2-a31c10b6e28c, ghrun-tand7g6wyy.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, df4b585e-060d-46c2-89f2-a31c10b6e28c, ghrun-tand7g6wyy.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZjgwNGFjZmMtNjU2MWE3OTUtOGM4NDVlOWQtYWY3YzgyNTg=" 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, df4b585e-060d-46c2-89f2-a31c10b6e28c, ghrun-tand7g6wyy.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjgwNGFjZmMtNjU2MWE3OTUtOGM4NDVlOWQtYWY3YzgyNTg=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
___________________________ TestOrderBy.test_random ____________________________
ydb/tests/olap/order_by_with_limit.py:65: in test_random
    self.ydb_client.query(
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_random
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_random)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjgwNGFjZmMtNjU2MWE3OTUtOGM4NDVlOWQtYWY3YzgyNTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b4346bfb-5766-4be9-b3a4-3e56f3e3f9ba, ghrun-tand7g6wyy.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b4346bfb-5766-4be9-b3a4-3e56f3e3f9ba, ghrun-tand7g6wyy.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZjgwNGFjZmMtNjU2MWE3OTUtOGM4NDVlOWQtYWY3YzgyNTg=" 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, b4346bfb-5766-4be9-b3a4-3e56f3e3f9ba, ghrun-tand7g6wyy.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjgwNGFjZmMtNjU2MWE3OTUtOGM4NDVlOWQtYWY3YzgyNTg=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
_______________________ TestOrderBy.test_stress_sorting ________________________
ydb/tests/olap/order_by_with_limit.py:210: in test_stress_sorting
    self.ydb_client.query(
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 11 column: 58 } message: "At function: KiCreateTable!" end_position { row: 11 column: 58 } severity: 1 issues { position { row: 11 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 11 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_stress_sorting
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_stress_sorting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjgwNGFjZmMtNjU2MWE3OTUtOGM4NDVlOWQtYWY3YzgyNTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e1b8e6d6-6913-4c07-ad4f-9d10a08efc98, ghrun-tand7g6wyy.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e1b8e6d6-6913-4c07-ad4f-9d10a08efc98, ghrun-tand7g6wyy.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZjgwNGFjZmMtNjU2MWE3OTUtOGM4NDVlOWQtYWY3YzgyNTg=" 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, e1b8e6d6-6913-4c07-ad4f-9d10a08efc98, ghrun-tand7g6wyy.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjgwNGFjZmMtNjU2MWE3OTUtOGM4NDVlOWQtYWY3YzgyNTg=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
165.72s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
93.10s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
86.87s call     tablets_movement.py::TestTabletsMovement::test[ROW]
45.02s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
6.84s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
4.69s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
4.65s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
3.96s setup    test_create.py::TestCreate::test_create_all_opt_ints
3.89s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.58s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.57s call     test_create.py::TestCreate::test_create_all_opt_ints
0.57s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.45s call     test_create.py::TestCreate::test_create_all_req_ints
0.18s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.16s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.11s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.04s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.02s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion

(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 418.64s (0:06:58) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003f2f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 110 items

test_create.py .....
test_cs_many_updates.py drop table: 25.1 ms
create table: 352.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 36.7
    "min_ms": 22.6
    "median_ms": 38.7
    "max_ms": 55.7
    "stdev_ms": 10.1
select count(*) after initial inserts: 114.2 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 54.9
    "min_ms": 42.2
    "median_ms": 50.4
    "max_ms": 266.1
    "stdev_ms": 16.2
select count(*) after all modifications: 2655.2 ms
select all: 2807.8 ms
delete from table: 3104.9 ms
select all after delete: 3183.2 ms
.drop table: 31.7 ms
create table: 373.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.4
    "min_ms": 23.0
    "median_ms": 29.7
    "max_ms": 35.7
    "stdev_ms": 3.9
select count(*) after initial inserts: 96.5 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 52.3
    "min_ms": 41.0
    "median_ms": 51.1
    "max_ms": 80.4
    "stdev_ms": 7.2
updates (step 1):
    "runs": 200
    "avg_ms": 167.0
    "min_ms": 128.8
    "median_ms": 156.8
    "max_ms": 752.9
    "stdev_ms": 49.3
upserts (step 2):
    "runs": 200
    "avg_ms": 34.1
    "min_ms": 21.9
    "median_ms": 31.6
    "max_ms": 78.7
    "stdev_ms": 9.8
select count(*) after all modifications: 410.2 ms
select all: 343.9 ms
delete from table: 504.6 ms
select all after delete: 322.7 ms
.drop table: 31.3 ms
create table: 611.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 33.4
    "min_ms": 28.1
    "median_ms": 32.2
    "max_ms": 51.8
    "stdev_ms": 7.2
select count(*) after initial inserts: 115.8 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 120.0
    "min_ms": 75.7
    "median_ms": 114.5
    "max_ms": 365.1
    "stdev_ms": 28.1
select count(*) after all modifications: 238.5 ms
select all: 207.7 ms
delete from table: 234.8 ms
select all after delete: 195.7 ms
.drop table: 20.9 ms
create table: 316.5 ms
initial inserts:
    "runs": 15
    "avg_ms": 27.7
    "min_ms": 20.3
    "median_ms": 29.7
    "max_ms": 30.9
    "stdev_ms": 4.0
select count(*) after initial inserts: 67.7 ms
updates (step 0):
    "runs": 150
    "avg_ms": 84.7
    "min_ms": 66.2
    "median_ms": 82.7
    "max_ms": 132.3
    "stdev_ms": 11.0
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 56.8
    "min_ms": 50.1
    "median_ms": 56.2
    "max_ms": 69.3
    "stdev_ms": 4.1
select count(*) after all modifications: 329.1 ms
select all: 298.3 ms
delete from table: 293.4 ms
select all after delete: 264.1 ms
.drop table: 24.5 ms
create table: 325.3 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.0
    "min_ms": 20.5
    "median_ms": 29.9
    "max_ms": 31.0
    "stdev_ms": 2.8
select count(*) after initial inserts: 68.1 ms
updates (step 0):
    "runs": 200
    "avg_ms": 87.4
    "min_ms": 68.9
    "median_ms": 86.1
    "max_ms": 135.3
    "stdev_ms": 9.2
upserts (step 1):
    "runs": 200
    "avg_ms": 21.7
    "min_ms": 16.4
    "median_ms": 21.2
    "max_ms": 36.7
    "stdev_ms": 2.8
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 75.1
    "min_ms": 66.6
    "median_ms": 74.7
    "max_ms": 86.9
    "stdev_ms": 4.1
select count(*) after all modifications: 472.7 ms
select all: 468.8 ms
delete from table: 486.9 ms
select all after delete: 420.5 ms
.drop table: 23.9 ms
create table: 323.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 27.4
    "min_ms": 19.6
    "median_ms": 29.9
    "max_ms": 32.7
    "stdev_ms": 5.0
select count(*) after initial inserts: 88.2 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 25.9
    "min_ms": 15.9
    "median_ms": 23.5
    "max_ms": 76.6
    "stdev_ms": 7.9
select count(*) after all modifications: 287.0 ms
select all: 207.9 ms
delete from table: 279.8 ms
select all after delete: 211.8 ms
.

============================== slowest durations ===============================
122.01s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
47.85s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
40.08s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
32.18s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
27.57s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
20.40s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
10.68s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
7.23s setup    test_create.py::TestCreate::test_create_decimals
7.04s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
5.64s call     test_create.py::TestCreate::test_create_decimals
0.82s call     test_create.py::TestCreate::test_create_strings_opt
0.79s call     test_create.py::TestCreate::test_create_real_opt
0.75s call     test_create.py::TestCreate::test_create_real_req
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[update_upsert_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[bulk_upsert_update_upsert]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 323.91s (0:05:23) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003f22/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. UPDATE: 5 operations
  1. BULK_UPSERT: 5 operations
  2. UPDATE: 12 operations
  3. UPDATE: 13 operations
  4. UPSERT: 11 operations
  5. UPDATE: 17 operations
  6. UPDATE: 9 operations
  7. BULK_UPSERT: 4 operations
  8. UPSERT: 1 operations
  9. BULK_UPSERT: 18 operations
drop table: 24.1 ms
create table: 632.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 32.2
    "min_ms": 26.6
    "median_ms": 30.4
    "max_ms": 53.3
    "stdev_ms": 7.7
select count(*) after initial inserts: 133.7 ms
updates (step 0):
    "runs": 50
    "avg_ms": 124.6
    "min_ms": 85.5
    "median_ms": 118.6
    "max_ms": 221.1
    "stdev_ms": 27.9
bulk_upserts (step 1):
    "runs": 5
    "avg_ms": 67.4
    "min_ms": 46.0
    "median_ms": 63.6
    "max_ms": 99.1
    "stdev_ms": 22.0
updates (step 2):
    "runs": 120
    "avg_ms": 118.7
    "min_ms": 85.7
    "median_ms": 107.2
    "max_ms": 205.5
    "stdev_ms": 26.1
updates (step 3):
    "runs": 130
    "avg_ms": 106.5
    "min_ms": 81.8
    "median_ms": 102.3
    "max_ms": 157.7
    "stdev_ms": 14.9
upserts (step 4):
    "runs": 110
    "avg_ms": 23.4
    "min_ms": 20.5
    "median_ms": 22.8
    "max_ms": 32.8
    "stdev_ms": 2.4
updates (step 5):
    "runs": 170
    "avg_ms": 121.0
    "min_ms": 85.2
    "median_ms": 117.2
    "max_ms": 279.7
    "stdev_ms": 21.5
updates (step 6):
    "runs": 90
    "avg_ms": 125.1
    "min_ms": 101.6
    "median_ms": 122.7
    "max_ms": 201.9
    "stdev_ms": 15.0
bulk_upserts (step 7):
    "runs": 4
    "avg_ms": 53.6
    "min_ms": 49.5
    "median_ms": 53.7
    "max_ms": 59.4
    "stdev_ms": 4.2
upserts (step 8):
    "runs": 10
    "avg_ms": 28.9
    "min_ms": 22.7
    "median_ms": 27.3
    "max_ms": 37.6
    "stdev_ms": 4.9
bulk_upserts (step 9):
    "runs": 18
    "avg_ms": 50.9
    "min_ms": 45.6
    "median_ms": 49.9
    "max_ms": 68.0
    "stdev_ms": 5.3
select count(*) after all modifications: 191.1 ms
select all: 218.1 ms
delete from table: 250.6 ms
select all after delete: 168.7 ms
.
test_delete.py ..........

============================== slowest durations ===============================
72.43s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
13.79s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
7.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
4.44s setup    test_delete.py::TestDelete::test_delete_rollback
1.29s call     test_delete.py::TestDelete::test_delete_rollback
1.28s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
1.16s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.14s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.92s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.90s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.88s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.85s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.76s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.72s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 108.49s (0:01:48) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003f2b/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 ===============================
11.20s setup    test_insert.py::TestInsertStatement::test_bulk
5.52s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
2.01s call     test_insert.py::TestInsertStatement::test_copy_partial
1.33s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
1.33s call     test_insert.py::TestInsertStatement::test_copy_full
1.04s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.97s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.96s call     test_insert.py::TestInsertStatement::test_duplicate
0.73s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.59s call     test_insert.py::TestInsertStatement::test_bulk
0.44s call     test_insert.py::TestInsertStatement::test_out_of_range
0.41s call     test_delete.py::TestDelete::test_incorrect
0.33s call     test_insert.py::TestInsertStatement::test_incorrect

(20 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 27.60s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003f28/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/fx93/003f28/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/fx93/003f28/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-18T13:38:58.346438Z): source_id=111;tablet_id=72075186224038003;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 @ 0xA788915
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA780E56
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB616FC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5F6A0B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DDC3D8
E   5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DDC12F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5D1C3D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x1416D6EB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DB3D57
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D05263
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D05263
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D02083
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D08B37
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x1418B4D8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CC7D4B5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5B9ED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB607A74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB60BB34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB60B740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB60C32E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA78A56C
E   21. ??:0: ?? @ 0x7F9ACF65DAC2
E   22. ??:0: ?? @ 0x7F9ACF6EF8BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb -e grpc://localhost:5868 -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/fx93/003f28/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:5868', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1964165
DEBUG    ya.test:process.py:259 Command (pid 1964165) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1964165) elapsed time (sec): 0.3376774787902832
DEBUG    ya.test:process.py:263 Command (pid 1964165) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) maxrss: 567528
DEBUG    ya.test:process.py:263 Command (pid 1964165) minflt: 3549
DEBUG    ya.test:process.py:263 Command (pid 1964165) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 1964165) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) nvcsw: 208
DEBUG    ya.test:process.py:263 Command (pid 1964165) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1964165) stime: 0.030062
DEBUG    ya.test:process.py:263 Command (pid 1964165) utime: 0.038647
DEBUG    ya.test:process.py:263 Command (pid 1964165) wtime: 0.339
DEBUG    ya.test:process.py:275 Command (pid 1964165) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1964165) 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/fx93/003f28/ydb/apps/ydb/ydb -e grpc://localhost:5868 -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/fx93/003f28/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:5868', '-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: 1964399
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 1964399) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1964399) elapsed time (sec): 30.162209272384644
DEBUG    ya.test:process.py:263 Command (pid 1964399) wtime: 30.163
DEBUG    ya.test:process.py:275 Command (pid 1964399) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    471	471	0	0	20	24	30	37
2	    470	470	0	0	20	25	28	31
3	    470	470	0	0	21	25	32	39
4	    434	434	0	0	21	32	37	43
5	    438	438	0	0	21	33	44	53
6	    470	470	0	0	20	25	36	39
7	    455	455	0	0	21	27	35	39
8	    464	464	0	0	20	25	36	40
9	    461	461	0	0	21	27	29	30
10	    454	454	0	0	21	29	32	37
11	    444	444	0	0	21	30	35	39
12	    457	457	0	0	20	29	32	34
13	    469	469	0	0	20	27	32	38
14	    414	414	0	0	22	36	58	62
15	    426	426	0	0	22	32	39	47
16	    442	442	0	0	21	29	33	36
17	    473	473	0	0	20	26	30	32
18	    455	455	0	0	21	29	33	35
19	    444	444	0	0	21	30	40	46
20	    468	468	0	0	20	25	30	36
21	    471	471	0	0	20	26	30	36
22	    461	461	0	0	20	27	32	38
23	    462	462	0	0	20	28	36	37
24	    460	460	0	0	21	27	31	38
25	    456	456	0	0	21	27	31	36
26	    470	470	0	0	20	26	31	34
27	    474	474	0	0	20	24	25	26
28	    458	458	0	0	20	26	39	41
29	    469	469	0	0	20	26	29	33
30	    452	452	0	0	21	31	38	43

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13712	457.067	0	0	20	28	35	62

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTI4ZGJiYTctYTUyZjI5ZWYtZjMzZGM1YzctYzk2YjNkN2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4d491ab9-1510-4acb-8d82-a8e5f3126d0e, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4d491ab9-1510-4acb-8d82-a8e5f3126d0e, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=OTI4ZGJiYTctYTUyZjI5ZWYtZjMzZGM1YzctYzk2YjNkN2M=" 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, 4d491ab9-1510-4acb-8d82-a8e5f3126d0e, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTI4ZGJiYTctYTUyZjI5ZWYtZjMzZGM1YzctYzk2YjNkN2M=
INFO     root:test_log_scenario.py:217 Count rows after insert 13411 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDJkZGI3MWQtNDdlNjhlMjEtZjQ1MDUyNWYtZDZhNjQwOGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 365b3240-d625-408f-921d-befb075b8682, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 365b3240-d625-408f-921d-befb075b8682, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=ZDJkZGI3MWQtNDdlNjhlMjEtZjQ1MDUyNWYtZDZhNjQwOGM=" 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, 365b3240-d625-408f-921d-befb075b8682, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDJkZGI3MWQtNDdlNjhlMjEtZjQ1MDUyNWYtZDZhNjQwOGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWI2OWI3MzMtZTA3Y2ZlY2YtZjQxNWJiOWEtYjMzZTE4OWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 31aed1b7-e85b-41d2-890e-a55aef66b970, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 31aed1b7-e85b-41d2-890e-a55aef66b970, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=OWI2OWI3MzMtZTA3Y2ZlY2YtZjQxNWJiOWEtYjMzZTE4OWQ=" 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, 31aed1b7-e85b-41d2-890e-a55aef66b970, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OWI2OWI3MzMtZTA3Y2ZlY2YtZjQxNWJiOWEtYjMzZTE4OWQ=
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/fx93/003f28/ydb/apps/ydb/ydb -e grpc://localhost:5868 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb -e grpc://localhost:5868 -d /Root workload log --path log run insert --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=YjE0ZDBjMWYtOGZhM2U4MmYtMTc1NTVlMDctMzQ1Y2RlZWY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d0c44074-d0e4-4ceb-8b80-d54d74aeb200, ghrun-tand7g6wyy.auto.internal:5868): creating call state
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb -e grpc://localhost:5868 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjliMzU2MDMtZjM1MjdlYmMtZWM2ODk5YmQtNjFmZGZjYTk=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d0c44074-d0e4-4ceb-8b80-d54d74aeb200, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=YjE0ZDBjMWYtOGZhM2U4MmYtMTc1NTVlMDctMzQ1Y2RlZWY=" 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, 795bf3e8-4a06-4f17-a037-0081901e9bb8, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGJiNzVlNjYtNjJlZmQyODgtNmU5ZTIxMzctMjRmMDZkOTE=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d0c44074-d0e4-4ceb-8b80-d54d74aeb200, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 795bf3e8-4a06-4f17-a037-0081901e9bb8, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=YjliMzU2MDMtZjM1MjdlYmMtZWM2ODk5YmQtNjFmZGZjYTk=" 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, 8d749608-a18b-4d82-aba1-11c505df0f59, ghrun-tand7g6wyy.auto.internal:5868): creating call state
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.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODU0NmNhNGItZDYxMTQwNzAtZGNhZjJlNmMtNWFkYmJmZWI=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8d749608-a18b-4d82-aba1-11c505df0f59, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=NGJiNzVlNjYtNjJlZmQyODgtNmU5ZTIxMzctMjRmMDZkOTE=" 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, 795bf3e8-4a06-4f17-a037-0081901e9bb8, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6c59ff22-9f08-4fde-a6bc-ff4a696cfe7d, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2RjMjllMzItZjEyM2IzNGUtMjFjMWU3ZjAtN2IyOTYxMTY=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8d749608-a18b-4d82-aba1-11c505df0f59, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6c59ff22-9f08-4fde-a6bc-ff4a696cfe7d, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=ODU0NmNhNGItZDYxMTQwNzAtZGNhZjJlNmMtNWFkYmJmZWI=" 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, 9731d8d5-f9f5-46a5-993c-57673203aa08, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:5868', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:5868', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:5868', '-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.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDllMGUwODItYTM4ZGEwYjQtMTRmY2UzZDQtNjZiYmMyNzU=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9731d8d5-f9f5-46a5-993c-57673203aa08, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=Y2RjMjllMzItZjEyM2IzNGUtMjFjMWU3ZjAtN2IyOTYxMTY=" 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, 6c59ff22-9f08-4fde-a6bc-ff4a696cfe7d, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 1982585
DEBUG    ya.test:process.py:628 Command pid: 1982589
DEBUG    ya.test:process.py:628 Command pid: 1982595
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c4d636b4-f47b-4b89-a684-453db22240c9, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2UyNWI3MmYtNzExNDk3MWMtMzcxODFkYmMtZDgzOWM5OTk=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9731d8d5-f9f5-46a5-993c-57673203aa08, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c4d636b4-f47b-4b89-a684-453db22240c9, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=ZDllMGUwODItYTM4ZGEwYjQtMTRmY2UzZDQtNjZiYmMyNzU=" 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, d140099c-47bf-4a68-99f9-7a2ac9abcb6c, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTI4ZGJiYTctYTUyZjI5ZWYtZjMzZGM1YzctYzk2YjNkN2M=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d140099c-47bf-4a68-99f9-7a2ac9abcb6c, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=M2UyNWI3MmYtNzExNDk3MWMtMzcxODFkYmMtZDgzOWM5OTk=" 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, c4d636b4-f47b-4b89-a684-453db22240c9, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6abc21e5-cec8-44f8-b938-ec6693b64ac8, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDJkZGI3MWQtNDdlNjhlMjEtZjQ1MDUyNWYtZDZhNjQwOGM=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d140099c-47bf-4a68-99f9-7a2ac9abcb6c, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6abc21e5-cec8-44f8-b938-ec6693b64ac8, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=OTI4ZGJiYTctYTUyZjI5ZWYtZjMzZGM1YzctYzk2YjNkN2M=" 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, e4624e29-52e6-400d-b463-f21cb0564ff2, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e4624e29-52e6-400d-b463-f21cb0564ff2, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=ZDJkZGI3MWQtNDdlNjhlMjEtZjQ1MDUyNWYtZDZhNjQwOGM=" 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, e4624e29-52e6-400d-b463-f21cb0564ff2, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWI2OWI3MzMtZTA3Y2ZlY2YtZjQxNWJiOWEtYjMzZTE4OWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b745dfca-6ba8-4566-8e0d-3e5f6c06e7b8, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b745dfca-6ba8-4566-8e0d-3e5f6c06e7b8, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=OWI2OWI3MzMtZTA3Y2ZlY2YtZjQxNWJiOWEtYjMzZTE4OWQ=" 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, b745dfca-6ba8-4566-8e0d-3e5f6c06e7b8, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6abc21e5-cec8-44f8-b938-ec6693b64ac8, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 885e4c59-7dd2-480a-8de2-3d63701e04cb, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T13:39:05.115152268+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-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 05d818d6-3ccd-4762-b403-8e4734d34d4b, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115137586+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c1efc8f2-690b-49cf-881f-5ce4e8588a70, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115108894+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6760121f-18f3-46f8-80a8-df1b9d69cc71, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115213377+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ea8d734b-81fd-4aa5-a128-840bd35052e8, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T13:39:05.114965809+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-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6c59ff22-9f08-4fde-a6bc-ff4a696cfe7d, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115304402+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c08e08d6-b090-4174-a68b-04727baee69f, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115166625+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 795bf3e8-4a06-4f17-a037-0081901e9bb8, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.11526318+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0203fcc3-e493-43dd-a5b0-d27cc0ad96a8, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115089591+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d0c44074-d0e4-4ceb-8b80-d54d74aeb200, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115249163+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c4d636b4-f47b-4b89-a684-453db22240c9, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115340298+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a937bc54-f5ea-46c4-b057-1582141ae646, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115235506+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, aeb5a3a9-6075-445e-bb38-f46c64eebb6c, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T13:39:05.11518894+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-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6abc21e5-cec8-44f8-b938-ec6693b64ac8, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115394729+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8d749608-a18b-4d82-aba1-11c505df0f59, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.11528404+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b745dfca-6ba8-4566-8e0d-3e5f6c06e7b8, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115435623+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9731d8d5-f9f5-46a5-993c-57673203aa08, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115325598+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-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3be9b3d9-4aa1-49ce-a9c7-3ecc7ca8be66, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115124454+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e4624e29-52e6-400d-b463-f21cb0564ff2, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115409072+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-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d140099c-47bf-4a68-99f9-7a2ac9abcb6c, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115360254+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:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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 ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTI4ZGJiYTctYTUyZjI5ZWYtZjMzZGM1YzctYzk2YjNkN2M=
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py: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: 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 31ca6101-33bb-47e1-a6fd-d265ea4997e0, localhost:26879): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 31ca6101-33bb-47e1-a6fd-d265ea4997e0, localhost:26879): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 31ca6101-33bb-47e1-a6fd-d265ea4997e0, localhost:26879): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tand7g6wyy.auto.internal" port: 26879 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-tand7g6wyy.auto.internal:26879, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26879
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1982585) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1982585) elapsed time (sec): 30.21564245223999
DEBUG    ya.test:process.py:263 Command (pid 1982585) wtime: 30.227
DEBUG    ya.test:process.py:275 Command (pid 1982585) 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	0	0	0	0	0
8	      0	0	0	1428	0	0	0	0
9	      0	0	0	1860	0	0	0	0
10	      0	0	0	1764	0	0	0	0
11	      0	0	0	1874	0	0	0	0
12	      0	0	0	1319	0	0	0	0
13	      0	0	0	1403	0	0	0	0
14	      0	0	0	1546	0	0	0	0
15	      0	0	0	1743	0	0	0	0
16	      0	0	0	1601	0	0	0	0
17	      0	0	0	1762	0	0	0	0
18	      0	0	0	1405	0	0	0	0
19	      0	0	0	1773	0	0	0	0
20	      0	0	0	1418	0	0	0	0
21	      0	0	0	1299	0	0	0	0
22	      0	0	0	1543	0	0	0	0
23	      0	0	0	1333	0	0	0	0
24	      0	0	0	1361	0	0	0	0
25	      0	0	0	1559	0	0	0	0
26	      0	0	0	1665	0	0	0	0
27	      0	0	0	1744	0	0	0	0
28	      0	0	0	1718	0	0	0	0
29	      0	0	0	1709	0	0	0	0
30	      0	0	0	1510	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 1982585) 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 1982589) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1982589) elapsed time (sec): 30.22814702987671
DEBUG    ya.test:process.py:263 Command (pid 1982589) wtime: 30.238
DEBUG    ya.test:process.py:275 Command (pid 1982589) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     77	77	0	0	52	527	531	531
2	    157	157	0	0	63	81	90	95
3	    177	177	0	0	54	77	82	83
4	    168	168	0	0	57	80	89	97
5	    150	150	0	0	55	89	97	99
6	      0	0	0	0	0	0	0	0
7	      0	0	0	0	0	0	0	0
8	      0	0	0	1439	0	0	0	0
9	      0	0	0	1348	0	0	0	0
10	      0	0	0	1653	0	0	0	0
11	      0	0	0	1798	0	0	0	0
12	      0	0	0	1359	0	0	0	0
13	      0	0	0	1307	0	0	0	0
14	      0	0	0	1668	0	0	0	0
15	      0	0	0	1770	0	0	0	0
16	      0	0	0	1444	0	0	0	0
17	      0	0	0	1593	0	0	0	0
18	      0	0	0	1334	0	0	0	0
19	      0	0	0	1601	0	0	0	0
20	      0	0	0	1221	0	0	0	0
21	      0	0	0	1231	0	0	0	0
22	      0	0	0	1198	0	0	0	0
23	      0	0	0	1186	0	0	0	0
24	      0	0	0	1134	0	0	0	0
25	      0	0	0	1361	0	0	0	0
26	      0	0	0	1449	0	0	0	0
27	      0	0	0	1530	0	0	0	0
28	      0	0	0	1324	0	0	0	0
29	      0	0	0	1448	0	0	0	0
30	      0	0	0	1423	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    729	24.3	0	32819	56	87	519	531

DEBUG    ya.test:process.py:276 Command (pid 1982589) 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 1982595) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1982595) elapsed time (sec): 30.245563983917236
DEBUG    ya.test:process.py:263 Command (pid 1982595) wtime: 30.251
DEBUG    ya.test:process.py:275 Command (pid 1982595) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     51	51	0	0	69	707	719	719
2	    115	115	0	0	82	111	121	128
3	    132	132	0	0	74	99	105	115
4	    126	126	0	0	75	101	107	108
5	    113	113	0	0	75	109	122	127
6	      0	0	0	10	0	0	0	0
7	      0	0	0	1	0	0	0	0
8	      0	0	0	1593	0	0	0	0
9	      0	0	0	1717	0	0	0	0
10	      0	0	0	1875	0	0	0	0
11	      0	0	0	1785	0	0	0	0
12	      0	0	0	1439	0	0	0	0
13	      0	0	0	1532	0	0	0	0
14	      0	0	0	1511	0	0	0	0
15	      0	0	0	1650	0	0	0	0
16	      0	0	0	1412	0	0	0	0
17	      0	0	0	1647	0	0	0	0
18	      0	0	0	1307	0	0	0	0
19	      0	0	0	1584	0	0	0	0
20	      0	0	0	1552	0	0	0	0
21	      0	0	0	1470	0	0	0	0
22	      0	0	0	1573	0	0	0	0
23	      0	0	0	1148	0	0	0	0
24	      0	0	0	1401	0	0	0	0
25	      0	0	0	1499	0	0	0	0
26	      0	0	0	1718	0	0	0	0
27	      0	0	0	1523	0	0	0	0
28	      0	0	0	1119	0	0	0	0
29	      0	0	0	1348	0	0	0	0
30	      0	0	0	1395	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    537	17.9	0	34809	76	108	703	719

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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.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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 9b02eddd-b9bc-4e1d-b01d-b31c0975eb55, localhost:26879): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9b02eddd-b9bc-4e1d-b01d-b31c0975eb55, localhost:26879): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9b02eddd-b9bc-4e1d-b01d-b31c0975eb55, localhost:26879): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tand7g6wyy.auto.internal" port: 26879 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-tand7g6wyy.auto.internal:26879, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26879
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
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:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 0b2e0aab-d0ca-4a21-b6f4-c5946076f30c, localhost:26879): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0b2e0aab-d0ca-4a21-b6f4-c5946076f30c, localhost:26879): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0b2e0aab-d0ca-4a21-b6f4-c5946076f30c, localhost:26879): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tand7g6wyy.auto.internal" port: 26879 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-tand7g6wyy.auto.internal:26879, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26879
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 9c9aa148-e450-4f84-9411-917311253d8a, localhost:26879): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9c9aa148-e450-4f84-9411-917311253d8a, localhost:26879): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9c9aa148-e450-4f84-9411-917311253d8a, localhost:26879): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tand7g6wyy.auto.internal" port: 26879 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-tand7g6wyy.auto.internal:26879, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26879
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5868
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-tand7g6wyy'
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/fx93/003f28/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.1937609' in '/home/runner/.ya/build/build_root/fx93/003f28/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_2g5qti93.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:5868/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11448
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16786
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9190
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5868
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4962
=================================== FAILURES ===================================
_______________________ TestLogScenario.test_log_uniform _______________________
ydb/tests/olap/test_log_scenario.py:235: in test_log_uniform
    thread.join()
ydb/tests/olap/common/thread_helper.py:18: in join
    raise self.exc
ydb/tests/olap/common/thread_helper.py:11: in run
    self.ret = self._target(*self._args, **self._kwargs)
ydb/tests/olap/test_log_scenario.py:147: in aggregation_query
    self.ydb_client.query(f"SELECT COUNT(*) FROM `{self.table_name}` ")
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:130: in retry_operation_impl
    raise status
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:248: in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
contrib/python/ydb/py3/ydb/query/pool.py:331: in __enter__
    self._session = self._pool.acquire(self._timeout)
contrib/python/ydb/py3/ydb/query/pool.py:111: in acquire
    session = self._create_new_session(time_left)
contrib/python/ydb/py3/ydb/query/pool.py:63: in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
contrib/python/ydb/py3/ydb/query/session.py:301: in create
    self._create_call(settings=settings)
contrib/python/ydb/py3/ydb/query/session.py:171: in _create_call
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:459: in __call__
    connection = self._store.get(preferred_endpoint)
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:144: in get
    raise issues.ConnectionLost("Couldn't find valid connection")
E   ydb.issues.ConnectionLost: Couldn't find valid connection
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb -e grpc://localhost:5868 -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/fx93/003f28/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:5868', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1964165
DEBUG    ya.test:process.py:259 Command (pid 1964165) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1964165) elapsed time (sec): 0.3376774787902832
DEBUG    ya.test:process.py:263 Command (pid 1964165) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) maxrss: 567528
DEBUG    ya.test:process.py:263 Command (pid 1964165) minflt: 3549
DEBUG    ya.test:process.py:263 Command (pid 1964165) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) nivcsw: 6
DEBUG    ya.test:process.py:263 Command (pid 1964165) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1964165) nvcsw: 208
DEBUG    ya.test:process.py:263 Command (pid 1964165) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1964165) stime: 0.030062
DEBUG    ya.test:process.py:263 Command (pid 1964165) utime: 0.038647
DEBUG    ya.test:process.py:263 Command (pid 1964165) wtime: 0.339
DEBUG    ya.test:process.py:275 Command (pid 1964165) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1964165) 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/fx93/003f28/ydb/apps/ydb/ydb -e grpc://localhost:5868 -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/fx93/003f28/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:5868', '-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: 1964399
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 1964399) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1964399) elapsed time (sec): 30.162209272384644
DEBUG    ya.test:process.py:263 Command (pid 1964399) wtime: 30.163
DEBUG    ya.test:process.py:275 Command (pid 1964399) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    471	471	0	0	20	24	30	37
2	    470	470	0	0	20	25	28	31
3	    470	470	0	0	21	25	32	39
4	    434	434	0	0	21	32	37	43
5	    438	438	0	0	21	33	44	53
6	    470	470	0	0	20	25	36	39
7	    455	455	0	0	21	27	35	39
8	    464	464	0	0	20	25	36	40
9	    461	461	0	0	21	27	29	30
10	    454	454	0	0	21	29	32	37
11	    444	444	0	0	21	30	35	39
12	    457	457	0	0	20	29	32	34
13	    469	469	0	0	20	27	32	38
14	    414	414	0	0	22	36	58	62
15	    426	426	0	0	22	32	39	47
16	    442	442	0	0	21	29	33	36
17	    473	473	0	0	20	26	30	32
18	    455	455	0	0	21	29	33	35
19	    444	444	0	0	21	30	40	46
20	    468	468	0	0	20	25	30	36
21	    471	471	0	0	20	26	30	36
22	    461	461	0	0	20	27	32	38
23	    462	462	0	0	20	28	36	37
24	    460	460	0	0	21	27	31	38
25	    456	456	0	0	21	27	31	36
26	    470	470	0	0	20	26	31	34
27	    474	474	0	0	20	24	25	26
28	    458	458	0	0	20	26	39	41
29	    469	469	0	0	20	26	29	33
30	    452	452	0	0	21	31	38	43

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13712	457.067	0	0	20	28	35	62

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTI4ZGJiYTctYTUyZjI5ZWYtZjMzZGM1YzctYzk2YjNkN2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4d491ab9-1510-4acb-8d82-a8e5f3126d0e, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4d491ab9-1510-4acb-8d82-a8e5f3126d0e, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=OTI4ZGJiYTctYTUyZjI5ZWYtZjMzZGM1YzctYzk2YjNkN2M=" 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, 4d491ab9-1510-4acb-8d82-a8e5f3126d0e, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTI4ZGJiYTctYTUyZjI5ZWYtZjMzZGM1YzctYzk2YjNkN2M=
INFO     root:test_log_scenario.py:217 Count rows after insert 13411 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDJkZGI3MWQtNDdlNjhlMjEtZjQ1MDUyNWYtZDZhNjQwOGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 365b3240-d625-408f-921d-befb075b8682, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 365b3240-d625-408f-921d-befb075b8682, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=ZDJkZGI3MWQtNDdlNjhlMjEtZjQ1MDUyNWYtZDZhNjQwOGM=" 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, 365b3240-d625-408f-921d-befb075b8682, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDJkZGI3MWQtNDdlNjhlMjEtZjQ1MDUyNWYtZDZhNjQwOGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWI2OWI3MzMtZTA3Y2ZlY2YtZjQxNWJiOWEtYjMzZTE4OWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 31aed1b7-e85b-41d2-890e-a55aef66b970, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 31aed1b7-e85b-41d2-890e-a55aef66b970, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=OWI2OWI3MzMtZTA3Y2ZlY2YtZjQxNWJiOWEtYjMzZTE4OWQ=" 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, 31aed1b7-e85b-41d2-890e-a55aef66b970, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OWI2OWI3MzMtZTA3Y2ZlY2YtZjQxNWJiOWEtYjMzZTE4OWQ=
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/fx93/003f28/ydb/apps/ydb/ydb -e grpc://localhost:5868 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb -e grpc://localhost:5868 -d /Root workload log --path log run insert --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=YjE0ZDBjMWYtOGZhM2U4MmYtMTc1NTVlMDctMzQ1Y2RlZWY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d0c44074-d0e4-4ceb-8b80-d54d74aeb200, ghrun-tand7g6wyy.auto.internal:5868): creating call state
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb -e grpc://localhost:5868 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjliMzU2MDMtZjM1MjdlYmMtZWM2ODk5YmQtNjFmZGZjYTk=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d0c44074-d0e4-4ceb-8b80-d54d74aeb200, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=YjE0ZDBjMWYtOGZhM2U4MmYtMTc1NTVlMDctMzQ1Y2RlZWY=" 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, 795bf3e8-4a06-4f17-a037-0081901e9bb8, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGJiNzVlNjYtNjJlZmQyODgtNmU5ZTIxMzctMjRmMDZkOTE=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d0c44074-d0e4-4ceb-8b80-d54d74aeb200, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 795bf3e8-4a06-4f17-a037-0081901e9bb8, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=YjliMzU2MDMtZjM1MjdlYmMtZWM2ODk5YmQtNjFmZGZjYTk=" 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, 8d749608-a18b-4d82-aba1-11c505df0f59, ghrun-tand7g6wyy.auto.internal:5868): creating call state
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.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODU0NmNhNGItZDYxMTQwNzAtZGNhZjJlNmMtNWFkYmJmZWI=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8d749608-a18b-4d82-aba1-11c505df0f59, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=NGJiNzVlNjYtNjJlZmQyODgtNmU5ZTIxMzctMjRmMDZkOTE=" 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, 795bf3e8-4a06-4f17-a037-0081901e9bb8, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6c59ff22-9f08-4fde-a6bc-ff4a696cfe7d, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2RjMjllMzItZjEyM2IzNGUtMjFjMWU3ZjAtN2IyOTYxMTY=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8d749608-a18b-4d82-aba1-11c505df0f59, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6c59ff22-9f08-4fde-a6bc-ff4a696cfe7d, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=ODU0NmNhNGItZDYxMTQwNzAtZGNhZjJlNmMtNWFkYmJmZWI=" 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, 9731d8d5-f9f5-46a5-993c-57673203aa08, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:5868', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:5868', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fx93/003f28/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:5868', '-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.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDllMGUwODItYTM4ZGEwYjQtMTRmY2UzZDQtNjZiYmMyNzU=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9731d8d5-f9f5-46a5-993c-57673203aa08, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=Y2RjMjllMzItZjEyM2IzNGUtMjFjMWU3ZjAtN2IyOTYxMTY=" 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, 6c59ff22-9f08-4fde-a6bc-ff4a696cfe7d, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 1982585
DEBUG    ya.test:process.py:628 Command pid: 1982589
DEBUG    ya.test:process.py:628 Command pid: 1982595
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c4d636b4-f47b-4b89-a684-453db22240c9, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2UyNWI3MmYtNzExNDk3MWMtMzcxODFkYmMtZDgzOWM5OTk=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9731d8d5-f9f5-46a5-993c-57673203aa08, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c4d636b4-f47b-4b89-a684-453db22240c9, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=ZDllMGUwODItYTM4ZGEwYjQtMTRmY2UzZDQtNjZiYmMyNzU=" 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, d140099c-47bf-4a68-99f9-7a2ac9abcb6c, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTI4ZGJiYTctYTUyZjI5ZWYtZjMzZGM1YzctYzk2YjNkN2M=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d140099c-47bf-4a68-99f9-7a2ac9abcb6c, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=M2UyNWI3MmYtNzExNDk3MWMtMzcxODFkYmMtZDgzOWM5OTk=" 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, c4d636b4-f47b-4b89-a684-453db22240c9, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6abc21e5-cec8-44f8-b938-ec6693b64ac8, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDJkZGI3MWQtNDdlNjhlMjEtZjQ1MDUyNWYtZDZhNjQwOGM=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d140099c-47bf-4a68-99f9-7a2ac9abcb6c, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6abc21e5-cec8-44f8-b938-ec6693b64ac8, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=OTI4ZGJiYTctYTUyZjI5ZWYtZjMzZGM1YzctYzk2YjNkN2M=" 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, e4624e29-52e6-400d-b463-f21cb0564ff2, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e4624e29-52e6-400d-b463-f21cb0564ff2, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=ZDJkZGI3MWQtNDdlNjhlMjEtZjQ1MDUyNWYtZDZhNjQwOGM=" 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, e4624e29-52e6-400d-b463-f21cb0564ff2, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWI2OWI3MzMtZTA3Y2ZlY2YtZjQxNWJiOWEtYjMzZTE4OWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b745dfca-6ba8-4566-8e0d-3e5f6c06e7b8, ghrun-tand7g6wyy.auto.internal:5868): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b745dfca-6ba8-4566-8e0d-3e5f6c06e7b8, ghrun-tand7g6wyy.auto.internal:5868): request = { session_id: "ydb://session/3?node_id=1&id=OWI2OWI3MzMtZTA3Y2ZlY2YtZjQxNWJiOWEtYjMzZTE4OWQ=" 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, b745dfca-6ba8-4566-8e0d-3e5f6c06e7b8, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6abc21e5-cec8-44f8-b938-ec6693b64ac8, ghrun-tand7g6wyy.auto.internal:5868): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 885e4c59-7dd2-480a-8de2-3d63701e04cb, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T13:39:05.115152268+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-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 05d818d6-3ccd-4762-b403-8e4734d34d4b, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115137586+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c1efc8f2-690b-49cf-881f-5ce4e8588a70, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115108894+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6760121f-18f3-46f8-80a8-df1b9d69cc71, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115213377+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ea8d734b-81fd-4aa5-a128-840bd35052e8, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T13:39:05.114965809+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-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6c59ff22-9f08-4fde-a6bc-ff4a696cfe7d, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115304402+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c08e08d6-b090-4174-a68b-04727baee69f, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115166625+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 795bf3e8-4a06-4f17-a037-0081901e9bb8, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.11526318+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0203fcc3-e493-43dd-a5b0-d27cc0ad96a8, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115089591+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d0c44074-d0e4-4ceb-8b80-d54d74aeb200, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115249163+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c4d636b4-f47b-4b89-a684-453db22240c9, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115340298+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a937bc54-f5ea-46c4-b057-1582141ae646, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115235506+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, aeb5a3a9-6075-445e-bb38-f46c64eebb6c, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-18T13:39:05.11518894+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-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6abc21e5-cec8-44f8-b938-ec6693b64ac8, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115394729+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8d749608-a18b-4d82-aba1-11c505df0f59, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.11528404+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b745dfca-6ba8-4566-8e0d-3e5f6c06e7b8, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115435623+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9731d8d5-f9f5-46a5-993c-57673203aa08, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115325598+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-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3be9b3d9-4aa1-49ce-a9c7-3ecc7ca8be66, ghrun-tand7g6wyy.auto.internal:5868): 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:5868 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T13:39:05.115124454+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e4624e29-52e6-400d-b463-f21cb0564ff2, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115409072+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-tand7g6wyy.auto.internal:5868
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d140099c-47bf-4a68-99f9-7a2ac9abcb6c, ghrun-tand7g6wyy.auto.internal:5868): 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-18T13:39:05.115360254+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:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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 ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTI4ZGJiYTctYTUyZjI5ZWYtZjMzZGM1YzctYzk2YjNkN2M=
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-tand7g6wyy.auto.internal:5868
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py: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: 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 31ca6101-33bb-47e1-a6fd-d265ea4997e0, localhost:26879): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 31ca6101-33bb-47e1-a6fd-d265ea4997e0, localhost:26879): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 31ca6101-33bb-47e1-a6fd-d265ea4997e0, localhost:26879): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tand7g6wyy.auto.internal" port: 26879 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-tand7g6wyy.auto.internal:26879, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26879
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1982585) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1982585) elapsed time (sec): 30.21564245223999
DEBUG    ya.test:process.py:263 Command (pid 1982585) wtime: 30.227
DEBUG    ya.test:process.py:275 Command (pid 1982585) 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	0	0	0	0	0
8	      0	0	0	1428	0	0	0	0
9	      0	0	0	1860	0	0	0	0
10	      0	0	0	1764	0	0	0	0
11	      0	0	0	1874	0	0	0	0
12	      0	0	0	1319	0	0	0	0
13	      0	0	0	1403	0	0	0	0
14	      0	0	0	1546	0	0	0	0
15	      0	0	0	1743	0	0	0	0
16	      0	0	0	1601	0	0	0	0
17	      0	0	0	1762	0	0	0	0
18	      0	0	0	1405	0	0	0	0
19	      0	0	0	1773	0	0	0	0
20	      0	0	0	1418	0	0	0	0
21	      0	0	0	1299	0	0	0	0
22	      0	0	0	1543	0	0	0	0
23	      0	0	0	1333	0	0	0	0
24	      0	0	0	1361	0	0	0	0
25	      0	0	0	1559	0	0	0	0
26	      0	0	0	1665	0	0	0	0
27	      0	0	0	1744	0	0	0	0
28	      0	0	0	1718	0	0	0	0
29	      0	0	0	1709	0	0	0	0
30	      0	0	0	1510	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 1982585) 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 1982589) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1982589) elapsed time (sec): 30.22814702987671
DEBUG    ya.test:process.py:263 Command (pid 1982589) wtime: 30.238
DEBUG    ya.test:process.py:275 Command (pid 1982589) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     77	77	0	0	52	527	531	531
2	    157	157	0	0	63	81	90	95
3	    177	177	0	0	54	77	82	83
4	    168	168	0	0	57	80	89	97
5	    150	150	0	0	55	89	97	99
6	      0	0	0	0	0	0	0	0
7	      0	0	0	0	0	0	0	0
8	      0	0	0	1439	0	0	0	0
9	      0	0	0	1348	0	0	0	0
10	      0	0	0	1653	0	0	0	0
11	      0	0	0	1798	0	0	0	0
12	      0	0	0	1359	0	0	0	0
13	      0	0	0	1307	0	0	0	0
14	      0	0	0	1668	0	0	0	0
15	      0	0	0	1770	0	0	0	0
16	      0	0	0	1444	0	0	0	0
17	      0	0	0	1593	0	0	0	0
18	      0	0	0	1334	0	0	0	0
19	      0	0	0	1601	0	0	0	0
20	      0	0	0	1221	0	0	0	0
21	      0	0	0	1231	0	0	0	0
22	      0	0	0	1198	0	0	0	0
23	      0	0	0	1186	0	0	0	0
24	      0	0	0	1134	0	0	0	0
25	      0	0	0	1361	0	0	0	0
26	      0	0	0	1449	0	0	0	0
27	      0	0	0	1530	0	0	0	0
28	      0	0	0	1324	0	0	0	0
29	      0	0	0	1448	0	0	0	0
30	      0	0	0	1423	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    729	24.3	0	32819	56	87	519	531

DEBUG    ya.test:process.py:276 Command (pid 1982589) 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 1982595) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1982595) elapsed time (sec): 30.245563983917236
DEBUG    ya.test:process.py:263 Command (pid 1982595) wtime: 30.251
DEBUG    ya.test:process.py:275 Command (pid 1982595) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     51	51	0	0	69	707	719	719
2	    115	115	0	0	82	111	121	128
3	    132	132	0	0	74	99	105	115
4	    126	126	0	0	75	101	107	108
5	    113	113	0	0	75	109	122	127
6	      0	0	0	10	0	0	0	0
7	      0	0	0	1	0	0	0	0
8	      0	0	0	1593	0	0	0	0
9	      0	0	0	1717	0	0	0	0
10	      0	0	0	1875	0	0	0	0
11	      0	0	0	1785	0	0	0	0
12	      0	0	0	1439	0	0	0	0
13	      0	0	0	1532	0	0	0	0
14	      0	0	0	1511	0	0	0	0
15	      0	0	0	1650	0	0	0	0
16	      0	0	0	1412	0	0	0	0
17	      0	0	0	1647	0	0	0	0
18	      0	0	0	1307	0	0	0	0
19	      0	0	0	1584	0	0	0	0
20	      0	0	0	1552	0	0	0	0
21	      0	0	0	1470	0	0	0	0
22	      0	0	0	1573	0	0	0	0
23	      0	0	0	1148	0	0	0	0
24	      0	0	0	1401	0	0	0	0
25	      0	0	0	1499	0	0	0	0
26	      0	0	0	1718	0	0	0	0
27	      0	0	0	1523	0	0	0	0
28	      0	0	0	1119	0	0	0	0
29	      0	0	0	1348	0	0	0	0
30	      0	0	0	1395	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    537	17.9	0	34809	76	108	703	719

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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.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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 9b02eddd-b9bc-4e1d-b01d-b31c0975eb55, localhost:26879): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9b02eddd-b9bc-4e1d-b01d-b31c0975eb55, localhost:26879): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9b02eddd-b9bc-4e1d-b01d-b31c0975eb55, localhost:26879): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tand7g6wyy.auto.internal" port: 26879 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-tand7g6wyy.auto.internal:26879, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26879
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
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:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 0b2e0aab-d0ca-4a21-b6f4-c5946076f30c, localhost:26879): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0b2e0aab-d0ca-4a21-b6f4-c5946076f30c, localhost:26879): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0b2e0aab-d0ca-4a21-b6f4-c5946076f30c, localhost:26879): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tand7g6wyy.auto.internal" port: 26879 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-tand7g6wyy.auto.internal:26879, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26879
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 9c9aa148-e450-4f84-9411-917311253d8a, localhost:26879): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9c9aa148-e450-4f84-9411-917311253d8a, localhost:26879): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9c9aa148-e450-4f84-9411-917311253d8a, localhost:26879): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-tand7g6wyy.auto.internal" port: 26879 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-tand7g6wyy.auto.internal:26879, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:26879
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". 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:5868
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:5868". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
============================== slowest durations ===============================
321.95s call     test_log_scenario.py::TestLogScenario::test_log_uniform
22.54s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
15.89s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
9.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
7.21s setup    test_insert.py::TestInsertStatement::test_plain
7.05s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
6.04s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
4.98s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
4.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
4.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
4.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
3.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.88s call     test_insert.py::TestInsertStatement::test_plain
0.82s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.issues.ConnectionLost: Couldn't find valid connection
ERROR test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/fx93/003f28/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/fx93/003f28/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-18T13:38:58.346438Z): source_id=111;tablet_id=72075186224038003;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 @ 0xA788915
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA780E56
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB616FC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5F6A0B
4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DDC3D8
5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DDC12F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5D1C3D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x1416D6EB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DB3D57
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D05263
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D05263
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D02083
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D08B37
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x1418B4D8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CC7D4B5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5B9ED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB607A74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB60BB34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB60B740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB60C32E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA78A56C
21. ??:0: ?? @ 0x7F9ACF65DAC2
22. ??:0: ?? @ 0x7F9ACF6EF8BF
============== 1 failed, 10 passed, 1 error in 417.83s (0:06:57) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003f20/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 ===============================
11.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
7.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
6.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
5.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
5.09s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
5.08s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
4.91s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
4.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
4.24s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
4.22s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
4.11s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 67.11s (0:01:07) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003f24/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 ===============================
14.71s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
9.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
8.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
7.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
5.87s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.95s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
4.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
4.49s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
4.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
4.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
4.07s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
3.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 76.91s (0:01:16) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003f31/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 ===============================
119.82s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
93.62s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
93.40s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
80.71s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
77.39s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
20.66s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
7.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]

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

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

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

============================== slowest durations ===============================
5.01s setup    test_update.py::TestUpdate::test_incorrect
4.21s setup    test_select.py::TestSelect::test_incorrect
3.40s setup    test_replace.py::TestReplace::test_incorrect
0.72s call     test_update.py::TestUpdate::test_partial_update
0.71s call     test_replace.py::TestReplace::test_replace_total
0.71s call     test_select.py::TestSelect::test_json_query
0.69s call     test_update.py::TestUpdate::test_update_many_rows
0.54s call     test_replace.py::TestReplace::test_replace_rollback
0.48s call     test_replace.py::TestReplace::test_partial_replace
0.40s call     test_update.py::TestUpdate::test_update_pk
0.32s call     test_replace.py::TestReplace::test_replace_with_nulls
0.29s call     test_update.py::TestUpdate::test_incorrect
0.29s call     test_replace.py::TestReplace::test_incorrect
0.27s call     test_select.py::TestSelect::test_incorrect

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 18.74s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fx93/003f26/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 ===============================
359.80s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
52.07s call     zip_bomb.py::TestZipBomb::test
17.02s teardown zip_bomb.py::TestZipBomb::test
10.35s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
9.39s setup    test_upsert.py::TestUpsert::test_copy_full
9.03s setup    test_update.py::TestUpdate::test_update_rollback
7.05s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.29s setup    zip_bomb.py::TestZipBomb::test
1.36s call     test_upsert.py::TestUpsert::test_count
1.35s call     test_upsert.py::TestUpsert::test_copy_partial
1.20s call     test_upsert.py::TestUpsert::test_copy_full
0.92s call     test_update.py::TestUpdate::test_update_single_column
0.89s call     test_update.py::TestUpdate::test_update_rollback
0.63s call     test_update.py::TestUpdate::test_update_single_row
0.62s call     test_upsert.py::TestUpsert::test_partial_update
0.45s call     test_upsert.py::TestUpsert::test_insert_nulls
0.39s call     test_upsert.py::TestUpsert::test_incorrect

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 476.61s (0:07:56) ========================
