============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fjpo/002527/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=YTU4ZWZjYzQtODAyYmFhMmEtNjYwMWU2MTctYmY0ODk1NzM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 98733e0d-6421-4d04-9974-a5d295a2d348, ghrun-f6wkfihn74.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 98733e0d-6421-4d04-9974-a5d295a2d348, ghrun-f6wkfihn74.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=YTU4ZWZjYzQtODAyYmFhMmEtNjYwMWU2MTctYmY0ODk1NzM=" 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, 98733e0d-6421-4d04-9974-a5d295a2d348, ghrun-f6wkfihn74.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTU4ZWZjYzQtODAyYmFhMmEtNjYwMWU2MTctYmY0ODk1NzM=
---------------------------- 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=YTU4ZWZjYzQtODAyYmFhMmEtNjYwMWU2MTctYmY0ODk1NzM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 811d64c9-4c06-4ccf-8684-0263b2016ed4, ghrun-f6wkfihn74.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 811d64c9-4c06-4ccf-8684-0263b2016ed4, ghrun-f6wkfihn74.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=YTU4ZWZjYzQtODAyYmFhMmEtNjYwMWU2MTctYmY0ODk1NzM=" 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, 811d64c9-4c06-4ccf-8684-0263b2016ed4, ghrun-f6wkfihn74.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTU4ZWZjYzQtODAyYmFhMmEtNjYwMWU2MTctYmY0ODk1NzM=
---------------------------- 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=YTU4ZWZjYzQtODAyYmFhMmEtNjYwMWU2MTctYmY0ODk1NzM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b962ff76-6b1d-450a-a6bf-0c634ceda7ad, ghrun-f6wkfihn74.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b962ff76-6b1d-450a-a6bf-0c634ceda7ad, ghrun-f6wkfihn74.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=YTU4ZWZjYzQtODAyYmFhMmEtNjYwMWU2MTctYmY0ODk1NzM=" 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, b962ff76-6b1d-450a-a6bf-0c634ceda7ad, ghrun-f6wkfihn74.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTU4ZWZjYzQtODAyYmFhMmEtNjYwMWU2MTctYmY0ODk1NzM=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
149.53s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
95.12s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
83.92s call     tablets_movement.py::TestTabletsMovement::test[ROW]
47.09s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
9.01s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
8.91s setup    test_create.py::TestCreate::test_create_all_opt_ints
5.72s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.32s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.51s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.58s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.57s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.54s call     test_create.py::TestCreate::test_create_all_opt_ints
0.52s call     test_create.py::TestCreate::test_create_all_req_ints
0.28s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.25s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.18s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.03s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s setup    data_read_correctness.py::TestDataReadCorrectness::test[table]
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 call     order_by_with_limit.py::TestOrderBy::test_filtered_portion

(11 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 411.86s (0:06:51) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fjpo/00252f/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: 40.7 ms
create table: 553.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 50.9
    "min_ms": 31.6
    "median_ms": 49.2
    "max_ms": 102.7
    "stdev_ms": 22.2
select count(*) after initial inserts: 104.5 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 60.5
    "min_ms": 43.6
    "median_ms": 55.8
    "max_ms": 125.7
    "stdev_ms": 15.0
select count(*) after all modifications: 2671.5 ms
select all: 2730.9 ms
delete from table: 3028.4 ms
select all after delete: 3070.3 ms
.drop table: 26.8 ms
create table: 354.6 ms
initial inserts:
    "runs": 10
    "avg_ms": 28.9
    "min_ms": 22.9
    "median_ms": 30.0
    "max_ms": 35.9
    "stdev_ms": 3.8
select count(*) after initial inserts: 83.8 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 46.3
    "min_ms": 41.9
    "median_ms": 45.8
    "max_ms": 59.8
    "stdev_ms": 3.0
updates (step 1):
    "runs": 200
    "avg_ms": 135.2
    "min_ms": 115.9
    "median_ms": 133.8
    "max_ms": 215.3
    "stdev_ms": 11.1
upserts (step 2):
    "runs": 200
    "avg_ms": 24.1
    "min_ms": 19.6
    "median_ms": 23.8
    "max_ms": 51.6
    "stdev_ms": 2.6
select count(*) after all modifications: 269.9 ms
select all: 253.0 ms
delete from table: 308.0 ms
select all after delete: 249.3 ms
.drop table: 23.2 ms
create table: 334.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.0
    "min_ms": 24.6
    "median_ms": 29.5
    "max_ms": 30.9
    "stdev_ms": 2.0
select count(*) after initial inserts: 80.8 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 103.6
    "min_ms": 73.6
    "median_ms": 101.7
    "max_ms": 170.1
    "stdev_ms": 13.5
select count(*) after all modifications: 262.3 ms
select all: 234.3 ms
delete from table: 290.9 ms
select all after delete: 216.5 ms
.drop table: 40.4 ms
create table: 409.5 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.6
    "min_ms": 26.0
    "median_ms": 29.7
    "max_ms": 32.1
    "stdev_ms": 1.3
select count(*) after initial inserts: 78.7 ms
updates (step 0):
    "runs": 150
    "avg_ms": 90.8
    "min_ms": 75.4
    "median_ms": 90.3
    "max_ms": 121.9
    "stdev_ms": 6.8
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 59.4
    "min_ms": 53.4
    "median_ms": 59.5
    "max_ms": 65.7
    "stdev_ms": 2.9
select count(*) after all modifications: 289.8 ms
select all: 303.3 ms
delete from table: 293.1 ms
select all after delete: 252.5 ms
.drop table: 25.8 ms
create table: 360.4 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.8
    "min_ms": 23.8
    "median_ms": 29.8
    "max_ms": 32.9
    "stdev_ms": 1.7
select count(*) after initial inserts: 96.3 ms
updates (step 0):
    "runs": 200
    "avg_ms": 93.9
    "min_ms": 79.4
    "median_ms": 93.1
    "max_ms": 115.5
    "stdev_ms": 6.2
upserts (step 1):
    "runs": 200
    "avg_ms": 24.9
    "min_ms": 19.3
    "median_ms": 23.9
    "max_ms": 46.3
    "stdev_ms": 3.7
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 78.7
    "min_ms": 68.5
    "median_ms": 78.6
    "max_ms": 102.9
    "stdev_ms": 4.9
select count(*) after all modifications: 521.8 ms
select all: 474.0 ms
delete from table: 550.6 ms
select all after delete: 502.9 ms
.drop table: 34.0 ms
create table: 431.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.0
    "min_ms": 23.3
    "median_ms": 30.3
    "max_ms": 42.3
    "stdev_ms": 5.0
select count(*) after initial inserts: 104.0 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 34.6
    "min_ms": 20.3
    "median_ms": 29.7
    "max_ms": 137.7
    "stdev_ms": 14.2
select count(*) after all modifications: 314.8 ms
select all: 232.3 ms
delete from table: 279.8 ms
select all after delete: 207.6 ms
.

============================== slowest durations ===============================
105.30s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
42.97s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
38.34s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
36.50s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
34.77s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
21.68s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
8.68s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
5.39s setup    test_create.py::TestCreate::test_create_decimals
5.36s call     test_create.py::TestCreate::test_create_decimals
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.65s call     test_create.py::TestCreate::test_create_strings_opt
0.53s call     test_create.py::TestCreate::test_create_real_opt
0.51s call     test_create.py::TestCreate::test_create_real_req
0.11s call     test_create.py::TestCreate::test_dy_number_not_supported
0.03s setup    test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_create.py::TestCreate::test_create_decimals
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s setup    test_create.py::TestCreate::test_create_strings_opt
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]

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

test_cs_many_updates.py Generated operation sequence:
  0. BULK_UPSERT: 20 operations
  1. UPDATE: 18 operations
  2. UPDATE: 13 operations
  3. UPDATE: 17 operations
  4. UPSERT: 1 operations
  5. UPSERT: 6 operations
  6. UPSERT: 18 operations
  7. UPDATE: 8 operations
  8. UPSERT: 6 operations
  9. UPSERT: 5 operations
drop table: 32.3 ms
create table: 513.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 61.5
    "min_ms": 36.0
    "median_ms": 57.1
    "max_ms": 119.9
    "stdev_ms": 26.8
select count(*) after initial inserts: 184.4 ms
bulk_upserts (step 0):
    "runs": 20
    "avg_ms": 78.5
    "min_ms": 52.1
    "median_ms": 79.9
    "max_ms": 123.4
    "stdev_ms": 20.0
updates (step 1):
    "runs": 180
    "avg_ms": 150.6
    "min_ms": 86.2
    "median_ms": 142.6
    "max_ms": 505.3
    "stdev_ms": 45.1
updates (step 2):
    "runs": 130
    "avg_ms": 115.5
    "min_ms": 90.3
    "median_ms": 108.6
    "max_ms": 175.9
    "stdev_ms": 19.4
updates (step 3):
    "runs": 170
    "avg_ms": 108.6
    "min_ms": 87.0
    "median_ms": 107.4
    "max_ms": 181.4
    "stdev_ms": 10.6
upserts (step 4):
    "runs": 10
    "avg_ms": 22.8
    "min_ms": 20.2
    "median_ms": 22.8
    "max_ms": 25.5
    "stdev_ms": 1.4
upserts (step 5):
    "runs": 60
    "avg_ms": 23.2
    "min_ms": 19.2
    "median_ms": 23.2
    "max_ms": 31.2
    "stdev_ms": 2.2
upserts (step 6):
    "runs": 180
    "avg_ms": 24.1
    "min_ms": 18.5
    "median_ms": 23.5
    "max_ms": 49.6
    "stdev_ms": 3.8
updates (step 7):
    "runs": 80
    "avg_ms": 125.3
    "min_ms": 105.6
    "median_ms": 123.8
    "max_ms": 174.4
    "stdev_ms": 11.8
upserts (step 8):
    "runs": 60
    "avg_ms": 22.7
    "min_ms": 18.4
    "median_ms": 22.5
    "max_ms": 35.8
    "stdev_ms": 2.5
upserts (step 9):
    "runs": 50
    "avg_ms": 25.1
    "min_ms": 19.5
    "median_ms": 23.2
    "max_ms": 81.4
    "stdev_ms": 9.5
select count(*) after all modifications: 223.5 ms
select all: 241.3 ms
delete from table: 290.4 ms
select all after delete: 241.6 ms
.
test_delete.py ..........

============================== slowest durations ===============================
83.13s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
7.04s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
6.54s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
4.10s setup    test_delete.py::TestDelete::test_delete_rollback
0.78s call     test_delete.py::TestDelete::test_delete_rollback
0.68s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.67s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.65s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.60s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.55s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.53s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.52s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.50s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.49s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.01s setup    test_delete.py::TestDelete::test_delete_where[True-0]

(18 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 108.04s (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/fjpo/002525/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 ===============================
5.67s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
5.37s setup    test_insert.py::TestInsertStatement::test_bulk
1.91s call     test_insert.py::TestInsertStatement::test_copy_full
1.82s call     test_insert.py::TestInsertStatement::test_copy_partial
1.31s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
1.19s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
1.02s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.83s call     test_insert.py::TestInsertStatement::test_duplicate
0.83s call     test_insert.py::TestInsertStatement::test_incorrect
0.80s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.72s call     test_insert.py::TestInsertStatement::test_bulk
0.59s call     test_insert.py::TestInsertStatement::test_out_of_range
0.51s call     test_delete.py::TestDelete::test_incorrect
0.01s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.01s setup    test_insert.py::TestInsertStatement::test_incorrect
0.01s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 23.92s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fjpo/00253a/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/fjpo/00253a/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/fjpo/00253a/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-18T18:20:56.567356Z): source_id=367;tablet_id=72075186224038005;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 @ 0xA797915
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA78FE56
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB625FC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD605A0B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DEB3D8
E   5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DEB12F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5E0C3D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141A3E3B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DEA4A7
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D3B9B3
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D3B9B3
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D387D3
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D3F287
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141C1C28
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCC1315
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C8ED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB616A74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB61AB34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB61A740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB61B32E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79956C
E   21. ??:0: ?? @ 0x7F7C82AC8AC2
E   22. ??:0: ?? @ 0x7F7C82B5A8BF
------------------------------ 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/fjpo/00253a/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fjpo/00253a/ydb/apps/ydb/ydb -e grpc://localhost:11807 -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/fjpo/00253a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11807', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2413241
DEBUG    ya.test:process.py:259 Command (pid 2413241) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2413241) elapsed time (sec): 0.45601654052734375
DEBUG    ya.test:process.py:263 Command (pid 2413241) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) maxrss: 662548
DEBUG    ya.test:process.py:263 Command (pid 2413241) minflt: 3550
DEBUG    ya.test:process.py:263 Command (pid 2413241) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) nivcsw: 29
DEBUG    ya.test:process.py:263 Command (pid 2413241) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) nvcsw: 173
DEBUG    ya.test:process.py:263 Command (pid 2413241) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2413241) stime: 0.023136999999999998
DEBUG    ya.test:process.py:263 Command (pid 2413241) utime: 0.057843
DEBUG    ya.test:process.py:263 Command (pid 2413241) wtime: 0.457
DEBUG    ya.test:process.py:275 Command (pid 2413241) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2413241) 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/fjpo/00253a/ydb/apps/ydb/ydb -e grpc://localhost:11807 -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/fjpo/00253a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11807', '-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: 2413376
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 2413376) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2413376) elapsed time (sec): 30.20703911781311
DEBUG    ya.test:process.py:263 Command (pid 2413376) wtime: 30.209
DEBUG    ya.test:process.py:275 Command (pid 2413376) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    396	396	0	0	22	38	47	55
2	    432	432	0	0	22	29	39	47
3	    434	434	0	0	21	31	36	40
4	    450	450	0	0	20	30	44	47
5	    478	478	0	0	20	23	25	26
6	    474	474	0	0	20	25	28	31
7	    480	480	0	0	20	23	25	26
8	    449	449	0	0	21	29	32	39
9	    448	448	0	0	21	28	31	34
10	    468	468	0	0	20	27	30	34
11	    474	474	0	0	20	26	29	32
12	    485	485	0	0	20	22	24	28
13	    486	486	0	0	20	22	24	25
14	    469	469	0	0	20	25	28	30
15	    475	475	0	0	20	25	28	34
16	    468	468	0	0	20	26	30	35
17	    448	448	0	0	21	28	31	32
18	    484	484	0	0	20	22	25	31
19	    476	476	0	0	20	25	31	35
20	    455	455	0	0	21	27	30	34
21	    465	465	0	0	20	26	32	34
22	    453	453	0	0	21	30	33	35
23	    469	469	0	0	20	26	29	32
24	    488	488	0	0	20	21	22	25
25	    486	486	0	0	20	22	24	28
26	    488	488	0	0	20	21	26	27
27	    484	484	0	0	20	21	25	31
28	    469	469	0	0	20	26	32	37
29	    483	483	0	0	20	22	26	27
30	    495	495	0	0	20	22	24	26

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14009	466.967	0	0	20	26	32	55

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDZhYmM2MzItODQyNTY2Ny04NTJjMTU2OC03Y2YxNzU4YQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cc148ac5-3bb1-4a2c-8c83-7f71ba59b802, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cc148ac5-3bb1-4a2c-8c83-7f71ba59b802, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=ZDZhYmM2MzItODQyNTY2Ny04NTJjMTU2OC03Y2YxNzU4YQ==" 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, cc148ac5-3bb1-4a2c-8c83-7f71ba59b802, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDZhYmM2MzItODQyNTY2Ny04NTJjMTU2OC03Y2YxNzU4YQ==
INFO     root:test_log_scenario.py:217 Count rows after insert 13712 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWQ1M2EyYzctZTI1YzMzOGQtNWU1NTA0ODEtZGFmZWI3N2U=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d2dea90f-fc2d-4ecb-8fa2-91af789a4adf, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d2dea90f-fc2d-4ecb-8fa2-91af789a4adf, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=NWQ1M2EyYzctZTI1YzMzOGQtNWU1NTA0ODEtZGFmZWI3N2U=" 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, d2dea90f-fc2d-4ecb-8fa2-91af789a4adf, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWQ1M2EyYzctZTI1YzMzOGQtNWU1NTA0ODEtZGFmZWI3N2U=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmM2ZGUxNDktOTAyMjc0YzctMjVhY2ZlNzktM2Q2NzhhNjU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 248f9c5a-a386-45ba-9f91-7a4a72d875be, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 248f9c5a-a386-45ba-9f91-7a4a72d875be, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=NmM2ZGUxNDktOTAyMjc0YzctMjVhY2ZlNzktM2Q2NzhhNjU=" 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, 248f9c5a-a386-45ba-9f91-7a4a72d875be, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NmM2ZGUxNDktOTAyMjc0YzctMjVhY2ZlNzktM2Q2NzhhNjU=
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/fjpo/00253a/ydb/apps/ydb/ydb -e grpc://localhost:11807 -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/fjpo/00253a/ydb/apps/ydb/ydb -e grpc://localhost:11807 -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=Zjg5MWJkNzUtOWE2OTc2ZS0zY2UwYzg4ZC1iOGM1NjNlNQ==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fjpo/00253a/ydb/apps/ydb/ydb -e grpc://localhost:11807 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 683c0642-7f54-454b-845b-75703f531038, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmFlODlkOS1hM2Q2MjczZS05ZjhlNzRhYS02OWQyMDI5NA==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 683c0642-7f54-454b-845b-75703f531038, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=Zjg5MWJkNzUtOWE2OTc2ZS0zY2UwYzg4ZC1iOGM1NjNlNQ==" 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, b49fda98-1a29-46bc-877b-455c9e555f3a, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjNlM2Y2ODMtZGU1YjkzYTktZTZmNmY0ZDgtNTk1MDg5Yzg=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 683c0642-7f54-454b-845b-75703f531038, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b49fda98-1a29-46bc-877b-455c9e555f3a, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=ZmFlODlkOS1hM2Q2MjczZS05ZjhlNzRhYS02OWQyMDI5NA==" 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, 994a0f6c-609b-4ac7-bf72-2f0c2ae4f999, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 994a0f6c-609b-4ac7-bf72-2f0c2ae4f999, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=NjNlM2Y2ODMtZGU1YjkzYTktZTZmNmY0ZDgtNTk1MDg5Yzg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGFjZDljYTktYjMxY2VjNjEtYWY3ZDhlOWEtYWZhZTY3YjY=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b49fda98-1a29-46bc-877b-455c9e555f3a, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 994a0f6c-609b-4ac7-bf72-2f0c2ae4f999, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, db56c619-ecd8-4f4b-896e-8b5651106d8a, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTE4ZmRmM2ItNjkxNzZhNS1lNGUyODgyYi01YjYzZWUwOA==
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, db56c619-ecd8-4f4b-896e-8b5651106d8a, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=OGFjZDljYTktYjMxY2VjNjEtYWY3ZDhlOWEtYWZhZTY3YjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fjpo/00253a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11807', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a01b49d5-03c9-4482-ada3-e240f1315008, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmJkYmIwMWMtNDljZDkyZC1jNGIwZTY3Yy01ZjU0N2NjNA==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fjpo/00253a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11807', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, db56c619-ecd8-4f4b-896e-8b5651106d8a, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2427793
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fjpo/00253a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11807', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a01b49d5-03c9-4482-ada3-e240f1315008, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=MTE4ZmRmM2ItNjkxNzZhNS1lNGUyODgyYi01YjYzZWUwOA==" 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, 294313b2-c12b-491f-a30a-6a723d839113, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWEwMjY3MzYtZWNlM2UyOWEtZWUxNTZmY2UtMjlkNmUxOTQ=
DEBUG    ya.test:process.py:628 Command pid: 2427794
DEBUG    ya.test:process.py:628 Command pid: 2427795
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 294313b2-c12b-491f-a30a-6a723d839113, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=MmJkYmIwMWMtNDljZDkyZC1jNGIwZTY3Yy01ZjU0N2NjNA==" 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, d63d93d0-809f-47aa-a917-2abced25e9ff, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a01b49d5-03c9-4482-ada3-e240f1315008, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d63d93d0-809f-47aa-a917-2abced25e9ff, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=ZWEwMjY3MzYtZWNlM2UyOWEtZWUxNTZmY2UtMjlkNmUxOTQ=" 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, 294313b2-c12b-491f-a30a-6a723d839113, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDZhYmM2MzItODQyNTY2Ny04NTJjMTU2OC03Y2YxNzU4YQ==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d63d93d0-809f-47aa-a917-2abced25e9ff, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4800fc67-3928-41c1-8d20-07beae8d99c6, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWQ1M2EyYzctZTI1YzMzOGQtNWU1NTA0ODEtZGFmZWI3N2U=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4800fc67-3928-41c1-8d20-07beae8d99c6, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=ZDZhYmM2MzItODQyNTY2Ny04NTJjMTU2OC03Y2YxNzU4YQ==" 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, d2eab957-d561-4985-bdcb-40fb546f98e1, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmM2ZGUxNDktOTAyMjc0YzctMjVhY2ZlNzktM2Q2NzhhNjU=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d2eab957-d561-4985-bdcb-40fb546f98e1, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=NWQ1M2EyYzctZTI1YzMzOGQtNWU1NTA0ODEtZGFmZWI3N2U=" 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, 4800fc67-3928-41c1-8d20-07beae8d99c6, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a4521028-eca1-41f7-b5f8-50273ec3952d, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d2eab957-d561-4985-bdcb-40fb546f98e1, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a4521028-eca1-41f7-b5f8-50273ec3952d, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=NmM2ZGUxNDktOTAyMjc0YzctMjVhY2ZlNzktM2Q2NzhhNjU=" 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, a4521028-eca1-41f7-b5f8-50273ec3952d, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 7f714f94-4835-4d0e-a92b-be45378cb305, localhost:11807): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7f714f94-4835-4d0e-a92b-be45378cb305, localhost:11807): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7f714f94-4835-4d0e-a92b-be45378cb305, localhost:11807): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f6wkfihn74.auto.internal" port: 11807 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-f6wkfihn74.auto.internal:11807, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7c1a2198-4d7b-47e6-a88a-9819add83f0d, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T18:21:00.889015689+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1e937a0a-407d-4ebc-b0f4-6aa9f77d7e0d, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T18:21:00.889104997+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 687e7a54-0acf-41ce-8ce4-c972c0d674d6, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T18:21:00.88912122+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a0e2193b-998d-415f-9871-8209a78d3e57, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T18:21:00.889132026+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cca1287d-1f70-416c-9f7d-9eb38d1d218a, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T18:21:00.88914326+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 03774af4-a234-4ec7-900b-dae5eb72c0ce, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889154929+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1397c84a-384f-4da4-9d3f-7c294b02dfc3, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889176523+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-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ad7fffa7-e075-488f-898b-cb6dd6314275, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T18:21:00.889190137+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 806ce8f0-e1dc-4cef-acef-8dcfcfcfd6c6, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.88920501+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5414e5c2-1f07-4f91-9182-3ec1d7e37afd, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889216927+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-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 683c0642-7f54-454b-845b-75703f531038, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-18T18:21:00.889228022+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b49fda98-1a29-46bc-877b-455c9e555f3a, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-18T18:21:00.889241514+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 994a0f6c-609b-4ac7-bf72-2f0c2ae4f999, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889273736+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, db56c619-ecd8-4f4b-896e-8b5651106d8a, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889284962+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-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a01b49d5-03c9-4482-ada3-e240f1315008, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889296843+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-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 294313b2-c12b-491f-a30a-6a723d839113, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-18T18:21:00.889315173+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d63d93d0-809f-47aa-a917-2abced25e9ff, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-18T18:21:00.889329349+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4800fc67-3928-41c1-8d20-07beae8d99c6, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-18T18:21:00.889341885+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d2eab957-d561-4985-bdcb-40fb546f98e1, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-18T18:21:00.889354729+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a4521028-eca1-41f7-b5f8-50273ec3952d, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889369772+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 7f757eb4-3b81-4e9e-b69a-0ac8691291c7, localhost:18953): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7f757eb4-3b81-4e9e-b69a-0ac8691291c7, localhost:18953): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7f757eb4-3b81-4e9e-b69a-0ac8691291c7, localhost:18953): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f6wkfihn74.auto.internal" port: 18953 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-f6wkfihn74.auto.internal:18953, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18953
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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 2427793) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2427793) elapsed time (sec): 30.149534702301025
DEBUG    ya.test:process.py:263 Command (pid 2427793) wtime: 30.155
DEBUG    ya.test:process.py:275 Command (pid 2427793) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     69	69	0	0	65	527	531	535
2	    178	178	0	0	53	81	89	111
3	    191	191	0	0	51	75	85	103
4	    191	191	0	0	50	70	76	97
5	      2	2	0	1007	36	43	43	43
6	      0	0	0	2216	0	0	0	0
7	      0	0	0	2293	0	0	0	0
8	      0	0	0	2369	0	0	0	0
9	      0	0	0	2182	0	0	0	0
10	      0	0	0	2209	0	0	0	0
11	      0	0	0	2209	0	0	0	0
12	      0	0	0	2016	0	0	0	0
13	      0	0	0	2153	0	0	0	0
14	      0	0	0	2400	0	0	0	0
15	      0	0	0	2352	0	0	0	0
16	      0	0	0	2471	0	0	0	0
17	      0	0	0	2509	0	0	0	0
18	      0	0	0	2491	0	0	0	0
19	      0	0	0	2459	0	0	0	0
20	      0	0	0	2392	0	0	0	0
21	      0	0	0	2404	0	0	0	0
22	      0	0	0	2580	0	0	0	0
23	      0	0	0	2490	0	0	0	0
24	      0	0	0	2461	0	0	0	0
25	      0	0	0	2338	0	0	0	0
26	      0	0	0	2437	0	0	0	0
27	      0	0	0	2500	0	0	0	0
28	      0	0	0	2490	0	0	0	0
29	      0	0	0	2373	0	0	0	0
30	      0	0	0	2521	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    631	21.0333	0	60322	51	89	519	535

DEBUG    ya.test:process.py:276 Command (pid 2427793) 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:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2427794) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2427794) elapsed time (sec): 30.237403392791748
DEBUG    ya.test:process.py:259 Command (pid 2427795) rc: 0
DEBUG    ya.test:process.py:263 Command (pid 2427794) wtime: 30.243
DEBUG    ya.test:process.py:260 Command (pid 2427795) elapsed time (sec): 30.236770153045654
DEBUG    ya.test:process.py:275 Command (pid 2427794) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     47	47	0	0	87	675	691	691
2	    134	134	0	0	70	105	125	132
3	    142	142	0	0	69	97	110	110
4	    143	143	0	0	69	89	108	109
5	      2	2	0	990	50	59	59	59
6	      0	0	0	2287	0	0	0	0
7	      0	0	0	2300	0	0	0	0
8	      0	0	0	2400	0	0	0	0
9	      0	0	0	2219	0	0	0	0
10	      0	0	0	2246	0	0	0	0
11	      0	0	0	2248	0	0	0	0
12	      0	0	0	2161	0	0	0	0
13	      0	0	0	2172	0	0	0	0
14	      0	0	0	2392	0	0	0	0
15	      0	0	0	2359	0	0	0	0
16	      0	0	0	2470	0	0	0	0
17	      0	0	0	2509	0	0	0	0
18	      0	0	0	2510	0	0	0	0
19	      0	0	0	2450	0	0	0	0
20	      0	0	0	2390	0	0	0	0
21	      0	0	0	2429	0	0	0	0
22	      0	0	0	2590	0	0	0	0
23	      0	0	0	2538	0	0	0	0
24	      0	0	0	2499	0	0	0	0
25	      0	0	0	2369	0	0	0	0
26	      0	0	0	2444	0	0	0	0
27	      0	0	0	2498	0	0	0	0
28	      0	0	0	2481	0	0	0	0
29	      0	0	0	2427	0	0	0	0
30	      0	0	0	2478	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    468	15.6	0	60856	69	110	595	691

DEBUG    ya.test:process.py:263 Command (pid 2427795) wtime: 30.241
DEBUG    ya.test:process.py:276 Command (pid 2427794) errors:

DEBUG    ya.test:process.py:275 Command (pid 2427795) 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	1020	0	0	0	0
6	      0	0	0	2270	0	0	0	0
7	      0	0	0	2298	0	0	0	0
8	      0	0	0	2377	0	0	0	0
9	      0	0	0	2207	0	0	0	0
10	      0	0	0	2288	0	0	0	0
11	      0	0	0	2218	0	0	0	0
12	      0	0	0	2169	0	0	0	0
13	      0	0	0	2197	0	0	0	0
14	      0	0	0	2435	0	0	0	0
15	      0	0	0	2355	0	0	0	0
16	      0	0	0	2490	0	0	0	0
17	      0	0	0	2510	0	0	0	0
18	      0	0	0	2510	0	0	0	0
19	      0	0	0	2450	0	0	0	0
20	      0	0	0	2430	0	0	0	0
21	      0	0	0	2430	0	0	0	0
22	      0	0	0	2600	0	0	0	0
23	      0	0	0	2519	0	0	0	0
24	      0	0	0	2470	0	0	0	0
25	      0	0	0	2358	0	0	0	0
26	      0	0	0	2428	0	0	0	0
27	      0	0	0	2478	0	0	0	0
28	      0	0	0	2490	0	0	0	0
29	      0	0	0	2385	0	0	0	0
30	      0	0	0	2529	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 2427795) 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.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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, 9b3f9547-ba2b-4493-8270-dfe4b9aa1468, localhost:18953): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9b3f9547-ba2b-4493-8270-dfe4b9aa1468, localhost:18953): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9b3f9547-ba2b-4493-8270-dfe4b9aa1468, localhost:18953): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f6wkfihn74.auto.internal" port: 18953 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-f6wkfihn74.auto.internal:18953, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18953
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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
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:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 49e973ea-9679-4c61-9659-359acaeda6b2, localhost:18953): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 49e973ea-9679-4c61-9659-359acaeda6b2, localhost:18953): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 49e973ea-9679-4c61-9659-359acaeda6b2, localhost:18953): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f6wkfihn74.auto.internal" port: 18953 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-f6wkfihn74.auto.internal:18953, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18953
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 975bc481-7dc4-4d08-b183-67a13574c2e3, localhost:18953): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 975bc481-7dc4-4d08-b183-67a13574c2e3, localhost:18953): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 975bc481-7dc4-4d08-b183-67a13574c2e3, localhost:18953): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f6wkfihn74.auto.internal" port: 18953 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-f6wkfihn74.auto.internal:18953, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18953
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:11807
---------------------------- 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:11807
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-f6wkfihn74'
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/fjpo/00253a/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.2384683' in '/home/runner/.ya/build/build_root/fjpo/00253a/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_rke30pbp.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:11807/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25695
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4053
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62899
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11807
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20906
=================================== 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/fjpo/00253a/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fjpo/00253a/ydb/apps/ydb/ydb -e grpc://localhost:11807 -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/fjpo/00253a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11807', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2413241
DEBUG    ya.test:process.py:259 Command (pid 2413241) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2413241) elapsed time (sec): 0.45601654052734375
DEBUG    ya.test:process.py:263 Command (pid 2413241) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) maxrss: 662548
DEBUG    ya.test:process.py:263 Command (pid 2413241) minflt: 3550
DEBUG    ya.test:process.py:263 Command (pid 2413241) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) nivcsw: 29
DEBUG    ya.test:process.py:263 Command (pid 2413241) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2413241) nvcsw: 173
DEBUG    ya.test:process.py:263 Command (pid 2413241) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2413241) stime: 0.023136999999999998
DEBUG    ya.test:process.py:263 Command (pid 2413241) utime: 0.057843
DEBUG    ya.test:process.py:263 Command (pid 2413241) wtime: 0.457
DEBUG    ya.test:process.py:275 Command (pid 2413241) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2413241) 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/fjpo/00253a/ydb/apps/ydb/ydb -e grpc://localhost:11807 -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/fjpo/00253a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11807', '-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: 2413376
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 2413376) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2413376) elapsed time (sec): 30.20703911781311
DEBUG    ya.test:process.py:263 Command (pid 2413376) wtime: 30.209
DEBUG    ya.test:process.py:275 Command (pid 2413376) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    396	396	0	0	22	38	47	55
2	    432	432	0	0	22	29	39	47
3	    434	434	0	0	21	31	36	40
4	    450	450	0	0	20	30	44	47
5	    478	478	0	0	20	23	25	26
6	    474	474	0	0	20	25	28	31
7	    480	480	0	0	20	23	25	26
8	    449	449	0	0	21	29	32	39
9	    448	448	0	0	21	28	31	34
10	    468	468	0	0	20	27	30	34
11	    474	474	0	0	20	26	29	32
12	    485	485	0	0	20	22	24	28
13	    486	486	0	0	20	22	24	25
14	    469	469	0	0	20	25	28	30
15	    475	475	0	0	20	25	28	34
16	    468	468	0	0	20	26	30	35
17	    448	448	0	0	21	28	31	32
18	    484	484	0	0	20	22	25	31
19	    476	476	0	0	20	25	31	35
20	    455	455	0	0	21	27	30	34
21	    465	465	0	0	20	26	32	34
22	    453	453	0	0	21	30	33	35
23	    469	469	0	0	20	26	29	32
24	    488	488	0	0	20	21	22	25
25	    486	486	0	0	20	22	24	28
26	    488	488	0	0	20	21	26	27
27	    484	484	0	0	20	21	25	31
28	    469	469	0	0	20	26	32	37
29	    483	483	0	0	20	22	26	27
30	    495	495	0	0	20	22	24	26

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14009	466.967	0	0	20	26	32	55

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDZhYmM2MzItODQyNTY2Ny04NTJjMTU2OC03Y2YxNzU4YQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cc148ac5-3bb1-4a2c-8c83-7f71ba59b802, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cc148ac5-3bb1-4a2c-8c83-7f71ba59b802, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=ZDZhYmM2MzItODQyNTY2Ny04NTJjMTU2OC03Y2YxNzU4YQ==" 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, cc148ac5-3bb1-4a2c-8c83-7f71ba59b802, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDZhYmM2MzItODQyNTY2Ny04NTJjMTU2OC03Y2YxNzU4YQ==
INFO     root:test_log_scenario.py:217 Count rows after insert 13712 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWQ1M2EyYzctZTI1YzMzOGQtNWU1NTA0ODEtZGFmZWI3N2U=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d2dea90f-fc2d-4ecb-8fa2-91af789a4adf, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d2dea90f-fc2d-4ecb-8fa2-91af789a4adf, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=NWQ1M2EyYzctZTI1YzMzOGQtNWU1NTA0ODEtZGFmZWI3N2U=" 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, d2dea90f-fc2d-4ecb-8fa2-91af789a4adf, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWQ1M2EyYzctZTI1YzMzOGQtNWU1NTA0ODEtZGFmZWI3N2U=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmM2ZGUxNDktOTAyMjc0YzctMjVhY2ZlNzktM2Q2NzhhNjU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 248f9c5a-a386-45ba-9f91-7a4a72d875be, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 248f9c5a-a386-45ba-9f91-7a4a72d875be, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=NmM2ZGUxNDktOTAyMjc0YzctMjVhY2ZlNzktM2Q2NzhhNjU=" 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, 248f9c5a-a386-45ba-9f91-7a4a72d875be, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NmM2ZGUxNDktOTAyMjc0YzctMjVhY2ZlNzktM2Q2NzhhNjU=
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/fjpo/00253a/ydb/apps/ydb/ydb -e grpc://localhost:11807 -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/fjpo/00253a/ydb/apps/ydb/ydb -e grpc://localhost:11807 -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=Zjg5MWJkNzUtOWE2OTc2ZS0zY2UwYzg4ZC1iOGM1NjNlNQ==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fjpo/00253a/ydb/apps/ydb/ydb -e grpc://localhost:11807 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 683c0642-7f54-454b-845b-75703f531038, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmFlODlkOS1hM2Q2MjczZS05ZjhlNzRhYS02OWQyMDI5NA==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 683c0642-7f54-454b-845b-75703f531038, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=Zjg5MWJkNzUtOWE2OTc2ZS0zY2UwYzg4ZC1iOGM1NjNlNQ==" 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, b49fda98-1a29-46bc-877b-455c9e555f3a, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjNlM2Y2ODMtZGU1YjkzYTktZTZmNmY0ZDgtNTk1MDg5Yzg=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 683c0642-7f54-454b-845b-75703f531038, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b49fda98-1a29-46bc-877b-455c9e555f3a, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=ZmFlODlkOS1hM2Q2MjczZS05ZjhlNzRhYS02OWQyMDI5NA==" 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, 994a0f6c-609b-4ac7-bf72-2f0c2ae4f999, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 994a0f6c-609b-4ac7-bf72-2f0c2ae4f999, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=NjNlM2Y2ODMtZGU1YjkzYTktZTZmNmY0ZDgtNTk1MDg5Yzg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGFjZDljYTktYjMxY2VjNjEtYWY3ZDhlOWEtYWZhZTY3YjY=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b49fda98-1a29-46bc-877b-455c9e555f3a, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 994a0f6c-609b-4ac7-bf72-2f0c2ae4f999, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, db56c619-ecd8-4f4b-896e-8b5651106d8a, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTE4ZmRmM2ItNjkxNzZhNS1lNGUyODgyYi01YjYzZWUwOA==
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, db56c619-ecd8-4f4b-896e-8b5651106d8a, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=OGFjZDljYTktYjMxY2VjNjEtYWY3ZDhlOWEtYWZhZTY3YjY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fjpo/00253a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11807', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a01b49d5-03c9-4482-ada3-e240f1315008, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmJkYmIwMWMtNDljZDkyZC1jNGIwZTY3Yy01ZjU0N2NjNA==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fjpo/00253a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11807', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, db56c619-ecd8-4f4b-896e-8b5651106d8a, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2427793
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fjpo/00253a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11807', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a01b49d5-03c9-4482-ada3-e240f1315008, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=MTE4ZmRmM2ItNjkxNzZhNS1lNGUyODgyYi01YjYzZWUwOA==" 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, 294313b2-c12b-491f-a30a-6a723d839113, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWEwMjY3MzYtZWNlM2UyOWEtZWUxNTZmY2UtMjlkNmUxOTQ=
DEBUG    ya.test:process.py:628 Command pid: 2427794
DEBUG    ya.test:process.py:628 Command pid: 2427795
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 294313b2-c12b-491f-a30a-6a723d839113, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=MmJkYmIwMWMtNDljZDkyZC1jNGIwZTY3Yy01ZjU0N2NjNA==" 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, d63d93d0-809f-47aa-a917-2abced25e9ff, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a01b49d5-03c9-4482-ada3-e240f1315008, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d63d93d0-809f-47aa-a917-2abced25e9ff, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=ZWEwMjY3MzYtZWNlM2UyOWEtZWUxNTZmY2UtMjlkNmUxOTQ=" 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, 294313b2-c12b-491f-a30a-6a723d839113, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDZhYmM2MzItODQyNTY2Ny04NTJjMTU2OC03Y2YxNzU4YQ==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d63d93d0-809f-47aa-a917-2abced25e9ff, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4800fc67-3928-41c1-8d20-07beae8d99c6, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWQ1M2EyYzctZTI1YzMzOGQtNWU1NTA0ODEtZGFmZWI3N2U=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4800fc67-3928-41c1-8d20-07beae8d99c6, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=ZDZhYmM2MzItODQyNTY2Ny04NTJjMTU2OC03Y2YxNzU4YQ==" 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, d2eab957-d561-4985-bdcb-40fb546f98e1, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmM2ZGUxNDktOTAyMjc0YzctMjVhY2ZlNzktM2Q2NzhhNjU=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d2eab957-d561-4985-bdcb-40fb546f98e1, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=NWQ1M2EyYzctZTI1YzMzOGQtNWU1NTA0ODEtZGFmZWI3N2U=" 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, 4800fc67-3928-41c1-8d20-07beae8d99c6, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a4521028-eca1-41f7-b5f8-50273ec3952d, ghrun-f6wkfihn74.auto.internal:11807): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d2eab957-d561-4985-bdcb-40fb546f98e1, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a4521028-eca1-41f7-b5f8-50273ec3952d, ghrun-f6wkfihn74.auto.internal:11807): request = { session_id: "ydb://session/3?node_id=1&id=NmM2ZGUxNDktOTAyMjc0YzctMjVhY2ZlNzktM2Q2NzhhNjU=" 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, a4521028-eca1-41f7-b5f8-50273ec3952d, ghrun-f6wkfihn74.auto.internal:11807): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 7f714f94-4835-4d0e-a92b-be45378cb305, localhost:11807): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7f714f94-4835-4d0e-a92b-be45378cb305, localhost:11807): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7f714f94-4835-4d0e-a92b-be45378cb305, localhost:11807): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f6wkfihn74.auto.internal" port: 11807 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-f6wkfihn74.auto.internal:11807, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7c1a2198-4d7b-47e6-a88a-9819add83f0d, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T18:21:00.889015689+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1e937a0a-407d-4ebc-b0f4-6aa9f77d7e0d, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T18:21:00.889104997+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 687e7a54-0acf-41ce-8ce4-c972c0d674d6, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T18:21:00.88912122+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a0e2193b-998d-415f-9871-8209a78d3e57, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T18:21:00.889132026+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cca1287d-1f70-416c-9f7d-9eb38d1d218a, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T18:21:00.88914326+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 03774af4-a234-4ec7-900b-dae5eb72c0ce, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889154929+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 1397c84a-384f-4da4-9d3f-7c294b02dfc3, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889176523+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-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ad7fffa7-e075-488f-898b-cb6dd6314275, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-18T18:21:00.889190137+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 806ce8f0-e1dc-4cef-acef-8dcfcfcfd6c6, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.88920501+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5414e5c2-1f07-4f91-9182-3ec1d7e37afd, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11807 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889216927+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-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 683c0642-7f54-454b-845b-75703f531038, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-18T18:21:00.889228022+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b49fda98-1a29-46bc-877b-455c9e555f3a, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-18T18:21:00.889241514+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 994a0f6c-609b-4ac7-bf72-2f0c2ae4f999, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889273736+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, db56c619-ecd8-4f4b-896e-8b5651106d8a, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889284962+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-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a01b49d5-03c9-4482-ada3-e240f1315008, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889296843+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-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 294313b2-c12b-491f-a30a-6a723d839113, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-18T18:21:00.889315173+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d63d93d0-809f-47aa-a917-2abced25e9ff, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-18T18:21:00.889329349+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4800fc67-3928-41c1-8d20-07beae8d99c6, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-18T18:21:00.889341885+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d2eab957-d561-4985-bdcb-40fb546f98e1, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	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-18T18:21:00.889354729+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a4521028-eca1-41f7-b5f8-50273ec3952d, ghrun-f6wkfihn74.auto.internal:11807): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-18T18:21:00.889369772+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f6wkfihn74.auto.internal:11807
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 7f757eb4-3b81-4e9e-b69a-0ac8691291c7, localhost:18953): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7f757eb4-3b81-4e9e-b69a-0ac8691291c7, localhost:18953): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7f757eb4-3b81-4e9e-b69a-0ac8691291c7, localhost:18953): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f6wkfihn74.auto.internal" port: 18953 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-f6wkfihn74.auto.internal:18953, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18953
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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 2427793) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2427793) elapsed time (sec): 30.149534702301025
DEBUG    ya.test:process.py:263 Command (pid 2427793) wtime: 30.155
DEBUG    ya.test:process.py:275 Command (pid 2427793) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     69	69	0	0	65	527	531	535
2	    178	178	0	0	53	81	89	111
3	    191	191	0	0	51	75	85	103
4	    191	191	0	0	50	70	76	97
5	      2	2	0	1007	36	43	43	43
6	      0	0	0	2216	0	0	0	0
7	      0	0	0	2293	0	0	0	0
8	      0	0	0	2369	0	0	0	0
9	      0	0	0	2182	0	0	0	0
10	      0	0	0	2209	0	0	0	0
11	      0	0	0	2209	0	0	0	0
12	      0	0	0	2016	0	0	0	0
13	      0	0	0	2153	0	0	0	0
14	      0	0	0	2400	0	0	0	0
15	      0	0	0	2352	0	0	0	0
16	      0	0	0	2471	0	0	0	0
17	      0	0	0	2509	0	0	0	0
18	      0	0	0	2491	0	0	0	0
19	      0	0	0	2459	0	0	0	0
20	      0	0	0	2392	0	0	0	0
21	      0	0	0	2404	0	0	0	0
22	      0	0	0	2580	0	0	0	0
23	      0	0	0	2490	0	0	0	0
24	      0	0	0	2461	0	0	0	0
25	      0	0	0	2338	0	0	0	0
26	      0	0	0	2437	0	0	0	0
27	      0	0	0	2500	0	0	0	0
28	      0	0	0	2490	0	0	0	0
29	      0	0	0	2373	0	0	0	0
30	      0	0	0	2521	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    631	21.0333	0	60322	51	89	519	535

DEBUG    ya.test:process.py:276 Command (pid 2427793) 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:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2427794) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2427794) elapsed time (sec): 30.237403392791748
DEBUG    ya.test:process.py:259 Command (pid 2427795) rc: 0
DEBUG    ya.test:process.py:263 Command (pid 2427794) wtime: 30.243
DEBUG    ya.test:process.py:260 Command (pid 2427795) elapsed time (sec): 30.236770153045654
DEBUG    ya.test:process.py:275 Command (pid 2427794) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     47	47	0	0	87	675	691	691
2	    134	134	0	0	70	105	125	132
3	    142	142	0	0	69	97	110	110
4	    143	143	0	0	69	89	108	109
5	      2	2	0	990	50	59	59	59
6	      0	0	0	2287	0	0	0	0
7	      0	0	0	2300	0	0	0	0
8	      0	0	0	2400	0	0	0	0
9	      0	0	0	2219	0	0	0	0
10	      0	0	0	2246	0	0	0	0
11	      0	0	0	2248	0	0	0	0
12	      0	0	0	2161	0	0	0	0
13	      0	0	0	2172	0	0	0	0
14	      0	0	0	2392	0	0	0	0
15	      0	0	0	2359	0	0	0	0
16	      0	0	0	2470	0	0	0	0
17	      0	0	0	2509	0	0	0	0
18	      0	0	0	2510	0	0	0	0
19	      0	0	0	2450	0	0	0	0
20	      0	0	0	2390	0	0	0	0
21	      0	0	0	2429	0	0	0	0
22	      0	0	0	2590	0	0	0	0
23	      0	0	0	2538	0	0	0	0
24	      0	0	0	2499	0	0	0	0
25	      0	0	0	2369	0	0	0	0
26	      0	0	0	2444	0	0	0	0
27	      0	0	0	2498	0	0	0	0
28	      0	0	0	2481	0	0	0	0
29	      0	0	0	2427	0	0	0	0
30	      0	0	0	2478	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    468	15.6	0	60856	69	110	595	691

DEBUG    ya.test:process.py:263 Command (pid 2427795) wtime: 30.241
DEBUG    ya.test:process.py:276 Command (pid 2427794) errors:

DEBUG    ya.test:process.py:275 Command (pid 2427795) 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	1020	0	0	0	0
6	      0	0	0	2270	0	0	0	0
7	      0	0	0	2298	0	0	0	0
8	      0	0	0	2377	0	0	0	0
9	      0	0	0	2207	0	0	0	0
10	      0	0	0	2288	0	0	0	0
11	      0	0	0	2218	0	0	0	0
12	      0	0	0	2169	0	0	0	0
13	      0	0	0	2197	0	0	0	0
14	      0	0	0	2435	0	0	0	0
15	      0	0	0	2355	0	0	0	0
16	      0	0	0	2490	0	0	0	0
17	      0	0	0	2510	0	0	0	0
18	      0	0	0	2510	0	0	0	0
19	      0	0	0	2450	0	0	0	0
20	      0	0	0	2430	0	0	0	0
21	      0	0	0	2430	0	0	0	0
22	      0	0	0	2600	0	0	0	0
23	      0	0	0	2519	0	0	0	0
24	      0	0	0	2470	0	0	0	0
25	      0	0	0	2358	0	0	0	0
26	      0	0	0	2428	0	0	0	0
27	      0	0	0	2478	0	0	0	0
28	      0	0	0	2490	0	0	0	0
29	      0	0	0	2385	0	0	0	0
30	      0	0	0	2529	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 2427795) 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.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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, 9b3f9547-ba2b-4493-8270-dfe4b9aa1468, localhost:18953): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9b3f9547-ba2b-4493-8270-dfe4b9aa1468, localhost:18953): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9b3f9547-ba2b-4493-8270-dfe4b9aa1468, localhost:18953): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f6wkfihn74.auto.internal" port: 18953 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-f6wkfihn74.auto.internal:18953, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18953
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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
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:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 49e973ea-9679-4c61-9659-359acaeda6b2, localhost:18953): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 49e973ea-9679-4c61-9659-359acaeda6b2, localhost:18953): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 49e973ea-9679-4c61-9659-359acaeda6b2, localhost:18953): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f6wkfihn74.auto.internal" port: 18953 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-f6wkfihn74.auto.internal:18953, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18953
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". 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:11807
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11807". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 975bc481-7dc4-4d08-b183-67a13574c2e3, localhost:18953): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 975bc481-7dc4-4d08-b183-67a13574c2e3, localhost:18953): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 975bc481-7dc4-4d08-b183-67a13574c2e3, localhost:18953): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f6wkfihn74.auto.internal" port: 18953 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-f6wkfihn74.auto.internal:18953, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18953
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:11807
============================== slowest durations ===============================
295.34s call     test_log_scenario.py::TestLogScenario::test_log_uniform
24.13s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
18.07s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
7.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
6.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
5.09s setup    test_insert.py::TestInsertStatement::test_plain
5.01s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
4.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
4.51s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
4.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
3.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
1.06s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.67s call     test_insert.py::TestInsertStatement::test_plain
0.02s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]

(15 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/fjpo/00253a/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/fjpo/00253a/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-18T18:20:56.567356Z): source_id=367;tablet_id=72075186224038005;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 @ 0xA797915
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA78FE56
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB625FC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD605A0B
4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9DEB3D8
5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9DEB12F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5E0C3D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141A3E3B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DEA4A7
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D3B9B3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D3B9B3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D387D3
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D3F287
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141C1C28
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCC1315
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5C8ED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB616A74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB61AB34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB61A740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB61B32E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA79956C
21. ??:0: ?? @ 0x7F7C82AC8AC2
22. ??:0: ?? @ 0x7F7C82B5A8BF
============== 1 failed, 10 passed, 1 error in 385.57s (0:06:25) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fjpo/00252d/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 ===============================
7.98s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
7.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
7.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
6.93s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
5.56s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
4.89s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
4.71s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
4.53s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
4.48s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
4.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
4.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
1.06s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]

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

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

============================== slowest durations ===============================
7.47s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
7.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
7.22s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
6.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
5.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
5.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
5.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
5.12s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
4.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
4.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.00s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
1.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 66.10s (0:01:06) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fjpo/002523/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 ===============================
123.27s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
118.29s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
95.22s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
87.44s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
76.01s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
10.63s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
6.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_reject_probability

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

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...er/.ya/build/build_root/fjpo/002523/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/fjpo/002523/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/fjpo/002523/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/fjpo/002523', '--source-root', '/home/runner/.ya/build/build_root/fjpo/002523/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/fjpo/002523/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/fjpo/002523/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/fjpo/002523/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/fjpo/002523/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/fjpo/002523', '--source-root', '/home/runner/.ya/build/build_root/fjpo/002523/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/fjpo/002523/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/fjpo/002529/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 110 items

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

============================== slowest durations ===============================
8.41s setup    test_update.py::TestUpdate::test_incorrect
6.26s setup    test_select.py::TestSelect::test_incorrect
6.00s setup    test_replace.py::TestReplace::test_incorrect
1.17s call     test_replace.py::TestReplace::test_replace_rollback
1.14s call     test_replace.py::TestReplace::test_replace_total
1.13s call     test_select.py::TestSelect::test_json_query
1.09s call     test_update.py::TestUpdate::test_update_many_rows
1.04s call     test_update.py::TestUpdate::test_partial_update
0.84s call     test_replace.py::TestReplace::test_partial_replace
0.70s call     test_replace.py::TestReplace::test_replace_with_nulls
0.63s call     test_replace.py::TestReplace::test_incorrect
0.54s call     test_update.py::TestUpdate::test_incorrect
0.53s call     test_update.py::TestUpdate::test_update_pk
0.52s call     test_select.py::TestSelect::test_incorrect
0.08s setup    test_replace.py::TestReplace::test_replace_rollback
0.02s setup    test_replace.py::TestReplace::test_replace_total
0.01s setup    test_replace.py::TestReplace::test_replace_with_nulls
0.01s setup    test_update.py::TestUpdate::test_partial_update
0.01s setup    test_select.py::TestSelect::test_json_query
0.01s teardown test_replace.py::TestReplace::test_incorrect

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 31.36s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fjpo/002531/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 ===============================
361.71s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
41.03s call     zip_bomb.py::TestZipBomb::test
12.30s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
7.82s setup    zip_bomb.py::TestZipBomb::test
7.05s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
6.22s setup    test_upsert.py::TestUpsert::test_copy_full
5.27s setup    test_update.py::TestUpdate::test_update_rollback
2.27s call     test_upsert.py::TestUpsert::test_copy_full
1.75s call     test_upsert.py::TestUpsert::test_copy_partial
1.72s call     test_upsert.py::TestUpsert::test_count
1.48s call     test_update.py::TestUpdate::test_update_rollback
1.06s call     test_update.py::TestUpdate::test_update_single_column
0.99s call     test_upsert.py::TestUpsert::test_partial_update
0.86s call     test_update.py::TestUpdate::test_update_single_row
0.78s call     test_upsert.py::TestUpsert::test_incorrect
0.58s call     test_upsert.py::TestUpsert::test_insert_nulls
0.05s setup    test_update.py::TestUpdate::test_update_single_column
0.02s setup    test_upsert.py::TestUpsert::test_insert_nulls
0.02s setup    test_upsert.py::TestUpsert::test_count
0.01s teardown test_upsert.py::TestUpsert::test_incorrect
0.01s setup    test_update.py::TestUpdate::test_update_single_row

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