============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vy6x/00248a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

data_read_correctness.py ...
order_by_with_limit.py .FFF
tablets_movement.py ..
test_create.py ...

=================================== FAILURES ===================================
______________________ TestOrderBy.test_filtered_portion _______________________
ydb/tests/olap/order_by_with_limit.py:166: in test_filtered_portion
    self.ydb_client.query(
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_filtered_portion
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_filtered_portion)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzA1ZTY2YmYtNjg3NTE5OTctZWUyMDgxMmQtN2E1YmYxYTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b2897cbc-58e8-4fe8-bba2-bb4e4e4b1549, ghrun-jxp6xhtpbm.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b2897cbc-58e8-4fe8-bba2-bb4e4e4b1549, ghrun-jxp6xhtpbm.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=YzA1ZTY2YmYtNjg3NTE5OTctZWUyMDgxMmQtN2E1YmYxYTg=" 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, b2897cbc-58e8-4fe8-bba2-bb4e4e4b1549, ghrun-jxp6xhtpbm.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzA1ZTY2YmYtNjg3NTE5OTctZWUyMDgxMmQtN2E1YmYxYTg=
---------------------------- 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=YzA1ZTY2YmYtNjg3NTE5OTctZWUyMDgxMmQtN2E1YmYxYTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5bbc1895-3126-4a50-9486-ecc9a85dbe1d, ghrun-jxp6xhtpbm.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5bbc1895-3126-4a50-9486-ecc9a85dbe1d, ghrun-jxp6xhtpbm.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=YzA1ZTY2YmYtNjg3NTE5OTctZWUyMDgxMmQtN2E1YmYxYTg=" 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, 5bbc1895-3126-4a50-9486-ecc9a85dbe1d, ghrun-jxp6xhtpbm.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzA1ZTY2YmYtNjg3NTE5OTctZWUyMDgxMmQtN2E1YmYxYTg=
---------------------------- 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=YzA1ZTY2YmYtNjg3NTE5OTctZWUyMDgxMmQtN2E1YmYxYTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 799562a9-db83-4ebf-bcf4-c57c535daa81, ghrun-jxp6xhtpbm.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 799562a9-db83-4ebf-bcf4-c57c535daa81, ghrun-jxp6xhtpbm.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=YzA1ZTY2YmYtNjg3NTE5OTctZWUyMDgxMmQtN2E1YmYxYTg=" 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, 799562a9-db83-4ebf-bcf4-c57c535daa81, ghrun-jxp6xhtpbm.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzA1ZTY2YmYtNjg3NTE5OTctZWUyMDgxMmQtN2E1YmYxYTg=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
144.62s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
121.98s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
92.54s call     tablets_movement.py::TestTabletsMovement::test[ROW]
64.75s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
12.01s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
10.93s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
8.17s setup    test_create.py::TestCreate::test_create_all_opt_ints
7.53s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
5.23s call     test_create.py::TestCreate::test_create_decimals
4.54s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
2.35s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.61s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.54s call     test_create.py::TestCreate::test_create_all_opt_ints
0.50s call     test_create.py::TestCreate::test_create_all_req_ints
0.26s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.20s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.14s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.08s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.03s setup    test_create.py::TestCreate::test_create_decimals
0.02s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED order_by_with_limit.py::TestOrderBy::test_filtered_portion - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_random - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_stress_sorting - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 11 column: 58 } message: "At function: KiCreateTable!" end_position { row: 11 column: 58 } severity: 1 issues { position { row: 11 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 11 column: 58 } severity: 1 } } (server_code: 400080)
=================== 3 failed, 9 passed in 479.30s (0:07:59) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vy6x/00244f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_create.py ....
test_cs_many_updates.py drop table: 14.7 ms
create table: 310.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 31.1
    "min_ms": 24.6
    "median_ms": 29.8
    "max_ms": 47.2
    "stdev_ms": 5.9
select count(*) after initial inserts: 97.9 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 46.6
    "min_ms": 38.8
    "median_ms": 46.2
    "max_ms": 69.6
    "stdev_ms": 3.3
select count(*) after all modifications: 2665.0 ms
select all: 2774.8 ms
delete from table: 3279.7 ms
select all after delete: 2707.4 ms
.drop table: 21.7 ms
create table: 344.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 28.6
    "min_ms": 20.6
    "median_ms": 29.8
    "max_ms": 30.8
    "stdev_ms": 3.1
select count(*) after initial inserts: 77.3 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 45.4
    "min_ms": 39.8
    "median_ms": 45.3
    "max_ms": 56.3
    "stdev_ms": 2.8
updates (step 1):
    "runs": 200
    "avg_ms": 158.2
    "min_ms": 121.5
    "median_ms": 150.9
    "max_ms": 244.6
    "stdev_ms": 23.1
upserts (step 2):
    "runs": 200
    "avg_ms": 28.2
    "min_ms": 20.9
    "median_ms": 26.4
    "max_ms": 57.9
    "stdev_ms": 6.1
select count(*) after all modifications: 468.5 ms
select all: 376.7 ms
delete from table: 403.7 ms
select all after delete: 355.2 ms
.drop table: 53.5 ms
create table: 570.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 31.1
    "min_ms": 28.9
    "median_ms": 30.4
    "max_ms": 35.5
    "stdev_ms": 1.9
select count(*) after initial inserts: 113.8 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 195.2
    "min_ms": 104.6
    "median_ms": 184.6
    "max_ms": 391.1
    "stdev_ms": 52.4
select count(*) after all modifications: 447.5 ms
select all: 436.3 ms
delete from table: 416.0 ms
select all after delete: 424.9 ms
.drop table: 78.4 ms
create table: 822.2 ms
initial inserts:
    "runs": 15
    "avg_ms": 38.1
    "min_ms": 28.2
    "median_ms": 37.0
    "max_ms": 72.2
    "stdev_ms": 10.4
select count(*) after initial inserts: 134.5 ms
updates (step 0):
    "runs": 150
    "avg_ms": 144.1
    "min_ms": 106.7
    "median_ms": 139.1
    "max_ms": 225.6
    "stdev_ms": 25.2
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 90.8
    "min_ms": 67.2
    "median_ms": 87.1
    "max_ms": 163.0
    "stdev_ms": 17.2
select count(*) after all modifications: 567.1 ms
select all: 469.3 ms
delete from table: 574.5 ms
select all after delete: 440.6 ms
.drop table: 87.9 ms
create table: 706.1 ms
initial inserts:
    "runs": 20
    "avg_ms": 39.2
    "min_ms": 27.1
    "median_ms": 38.6
    "max_ms": 56.7
    "stdev_ms": 9.5
select count(*) after initial inserts: 143.6 ms
updates (step 0):
    "runs": 200
    "avg_ms": 129.1
    "min_ms": 93.1
    "median_ms": 120.3
    "max_ms": 236.1
    "stdev_ms": 27.5
upserts (step 1):
    "runs": 200
    "avg_ms": 26.7
    "min_ms": 22.3
    "median_ms": 25.7
    "max_ms": 46.8
    "stdev_ms": 4.0
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 86.7
    "min_ms": 74.7
    "median_ms": 84.9
    "max_ms": 114.8
    "stdev_ms": 7.5
select count(*) after all modifications: 577.0 ms
select all: 558.3 ms
delete from table: 595.5 ms
select all after delete: 532.4 ms
.drop table: 28.5 ms
create table: 461.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.0
    "min_ms": 25.0
    "median_ms": 29.7
    "max_ms": 39.0
    "stdev_ms": 3.8
select count(*) after initial inserts: 107.7 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 28.5
    "min_ms": 20.5
    "median_ms": 27.1
    "max_ms": 57.5
    "stdev_ms": 5.1
select count(*) after all modifications: 415.6 ms
select all: 252.9 ms
delete from table: 390.1 ms
select all after delete: 254.6 ms
.Generated operation sequence:
  0. UPDATE: 18 operations
  1. UPDATE: 20 operations
  2. UPDATE: 7 operations
  3. UPDATE: 12 operations
  4. UPSERT: 9 operations
  5. BULK_UPSERT: 16 operations
  6. UPDATE: 15 operations
  7. UPSERT: 5 operations
  8. UPSERT: 1 operations
  9. BULK_UPSERT: 16 operations
drop table: 30.0 ms
create table: 439.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.7
    "min_ms": 26.2
    "median_ms": 29.8
    "max_ms": 31.1
    "stdev_ms": 1.4
select count(*) after initial inserts: 92.4 ms
updates (step 0):
    "runs": 180
    "avg_ms": 144.9
    "min_ms": 90.0
    "median_ms": 139.8
    "max_ms": 269.8
    "stdev_ms": 32.3
updates (step 1):
    "runs": 200
    "avg_ms": 175.7
    "min_ms": 125.4
    "median_ms": 169.1
    "max_ms": 285.6
    "stdev_ms": 33.3
updates (step 2):
    "runs": 70
    "avg_ms": 170.8
    "min_ms": 134.1
    "median_ms": 168.2
    "max_ms": 241.1
    "stdev_ms": 26.0
updates (step 3):
    "runs": 120
    "avg_ms": 171.2
    "min_ms": 127.0
    "median_ms": 164.3
    "max_ms": 328.5
    "stdev_ms": 31.3
upserts (step 4):
    "runs": 90
    "avg_ms": 35.3
    "min_ms": 25.6
    "median_ms": 34.2
    "max_ms": 71.5
    "stdev_ms": 7.5
bulk_upserts (step 5):
    "runs": 16
    "avg_ms": 68.1
    "min_ms": 55.3
    "median_ms": 65.6
    "max_ms": 83.9
    "stdev_ms": 9.1
updates (step 6):
    "runs": 150
    "avg_ms": 156.4
    "min_ms": 120.7
    "median_ms": 150.6
    "max_ms": 242.3
    "stdev_ms": 23.6
upserts (step 7):
    "runs": 50
    "avg_ms": 28.5
    "min_ms": 23.5
    "median_ms": 27.3
    "max_ms": 53.0
    "stdev_ms": 5.3
upserts (step 8):
    "runs": 10
    "avg_ms": 30.7
    "min_ms": 23.9
    "median_ms": 30.3
    "max_ms": 50.0
    "stdev_ms": 7.6
bulk_upserts (step 9):
    "runs": 16
    "avg_ms": 54.5
    "min_ms": 50.9
    "median_ms": 52.9
    "max_ms": 60.1
    "stdev_ms": 3.3
select count(*) after all modifications: 310.4 ms
select all: 385.6 ms
delete from table: 434.5 ms
select all after delete: 319.3 ms
.
test_delete.py .

============================== slowest durations ===============================
198.00s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
126.40s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
44.16s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
43.85s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
35.48s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
34.37s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
30.68s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
7.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
4.67s setup    test_delete.py::TestDelete::test_delete_rollback
3.54s setup    test_create.py::TestCreate::test_create_real_opt
3.45s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
1.02s call     test_delete.py::TestDelete::test_delete_rollback
0.44s call     test_create.py::TestCreate::test_create_real_req
0.43s call     test_create.py::TestCreate::test_create_real_opt
0.36s call     test_create.py::TestCreate::test_create_strings_opt
0.04s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.03s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s setup    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[update_upsert_bulk_upsert]
0.01s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]

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

test_delete.py ............

============================== slowest durations ===============================
11.69s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.27s call     test_delete.py::TestDelete::test_delete_where[True-0]
1.12s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.08s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
1.00s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.99s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.96s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.87s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.81s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.81s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.78s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.77s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.77s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.03s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf > 300-100]

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

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

============================== slowest durations ===============================
7.45s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
5.92s setup    test_delete.py::TestDelete::test_incorrect
1.99s call     test_insert.py::TestInsertStatement::test_copy_partial
1.64s call     test_insert.py::TestInsertStatement::test_copy_full
0.90s call     test_insert.py::TestInsertStatement::test_duplicate
0.82s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.63s call     test_insert.py::TestInsertStatement::test_plain
0.62s call     test_insert.py::TestInsertStatement::test_incorrect
0.54s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.49s call     test_insert.py::TestInsertStatement::test_bulk
0.49s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.49s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.44s call     test_insert.py::TestInsertStatement::test_out_of_range
0.38s call     test_delete.py::TestDelete::test_incorrect
0.01s setup    test_insert.py::TestInsertStatement::test_duplicate
0.01s setup    test_insert.py::TestInsertStatement::test_copy_full
0.01s setup    test_insert.py::TestInsertStatement::test_plain

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

test_insert.py ...
test_log_scenario.py ..FE
test_overloads.py ......

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py: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/vy6x/00248c/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/vy6x/00248c/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-19T15:36:09.987729Z): source_id=346;tablet_id=72075186224037999;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 @ 0xA78A755
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA782C96
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB618FC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5F9A6B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DDE258
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DDDFAF
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5D4B7D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x141988DB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DDF707
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D30513
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D30513
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D2D333
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D33DE7
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141B66C8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCEBDA5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5BBED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB609A74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB60DB34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB60D740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB60E32E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA78C3AC
E   21. ??:0: ?? @ 0x7F386229BAC2
E   22. ??:0: ?? @ 0x7F386232D8BF
------------------------------ 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/vy6x/00248c/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/vy6x/00248c/ydb/apps/ydb/ydb -e grpc://localhost:8511 -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/vy6x/00248c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8511', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2937597
DEBUG    ya.test:process.py:259 Command (pid 2937597) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2937597) elapsed time (sec): 0.5805821418762207
DEBUG    ya.test:process.py:263 Command (pid 2937597) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) maxrss: 476996
DEBUG    ya.test:process.py:263 Command (pid 2937597) minflt: 3543
DEBUG    ya.test:process.py:263 Command (pid 2937597) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 2937597) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) nvcsw: 165
DEBUG    ya.test:process.py:263 Command (pid 2937597) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2937597) stime: 0.031291
DEBUG    ya.test:process.py:263 Command (pid 2937597) utime: 0.054758999999999995
DEBUG    ya.test:process.py:263 Command (pid 2937597) wtime: 0.583
DEBUG    ya.test:process.py:275 Command (pid 2937597) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2937597) 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/vy6x/00248c/ydb/apps/ydb/ydb -e grpc://localhost:8511 -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/vy6x/00248c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8511', '-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: 2937747
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 460423e6-bff9-462f-b491-0167f5e2afc5, localhost:8226): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 460423e6-bff9-462f-b491-0167f5e2afc5, localhost:8226): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 460423e6-bff9-462f-b491-0167f5e2afc5, localhost:8226): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jxp6xhtpbm.auto.internal" port: 8226 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-jxp6xhtpbm.auto.internal:8226, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8226
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 2937747) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2937747) elapsed time (sec): 30.179812908172607
DEBUG    ya.test:process.py:263 Command (pid 2937747) wtime: 30.186
DEBUG    ya.test:process.py:275 Command (pid 2937747) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    354	354	0	0	25	51	71	74
2	    427	427	0	0	21	34	43	45
3	    408	408	0	0	22	40	47	49
4	    377	377	0	0	24	39	50	59
5	    384	384	0	0	24	39	48	62
6	    427	427	0	0	22	34	40	48
7	    440	440	0	0	22	31	34	37
8	    448	448	0	0	21	29	37	40
9	    414	414	0	0	23	33	38	42
10	    466	466	0	0	21	26	27	31
11	    416	416	0	0	22	36	47	57
12	    389	389	0	0	23	42	49	53
13	    393	393	0	0	23	37	44	52
14	    442	442	0	0	21	29	35	39
15	    457	457	0	0	21	27	30	33
16	    470	470	0	0	21	25	29	33
17	    469	469	0	0	20	25	27	29
18	    487	487	0	0	20	22	26	30
19	    480	480	0	0	20	23	24	25
20	    478	478	0	0	20	24	35	37
21	    483	483	0	0	20	24	27	28
22	    465	465	0	0	20	26	33	35
23	    485	485	0	0	20	22	25	27
24	    454	454	0	0	20	32	38	43
25	    487	487	0	0	20	22	24	25
26	    483	483	0	0	20	23	25	27
27	    481	481	0	0	20	22	30	32
28	    482	482	0	0	20	23	25	30
29	    475	475	0	0	20	24	31	36
30	    491	491	0	0	20	23	25	27

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13412	447.067	0	0	20	31	40	74

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzMzNDI1OWEtMTA4OWZlMTEtOTIzOWYwOTgtY2ZhNzY3NDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, acd2488c-4460-4f58-bd88-1983ca6ff287, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, acd2488c-4460-4f58-bd88-1983ca6ff287, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=YzMzNDI1OWEtMTA4OWZlMTEtOTIzOWYwOTgtY2ZhNzY3NDQ=" 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, acd2488c-4460-4f58-bd88-1983ca6ff287, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzMzNDI1OWEtMTA4OWZlMTEtOTIzOWYwOTgtY2ZhNzY3NDQ=
INFO     root:test_log_scenario.py:217 Count rows after insert 13192 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTZiMzBlNGItODZhNmJjOWYtY2RhYjc4ZTYtMjY2NTMxNmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ba9c81a0-08ab-4895-bb92-47e914d4cba4, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ba9c81a0-08ab-4895-bb92-47e914d4cba4, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=YTZiMzBlNGItODZhNmJjOWYtY2RhYjc4ZTYtMjY2NTMxNmM=" 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, ba9c81a0-08ab-4895-bb92-47e914d4cba4, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTZiMzBlNGItODZhNmJjOWYtY2RhYjc4ZTYtMjY2NTMxNmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTVhYmE2MmUtZjgwYzVmZWYtMWFlNzAxMWItYzc0Y2Q3NjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9dc7cec3-8fef-4cfa-8f7e-1698545a0bcd, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9dc7cec3-8fef-4cfa-8f7e-1698545a0bcd, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=YTVhYmE2MmUtZjgwYzVmZWYtMWFlNzAxMWItYzc0Y2Q3NjM=" 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, 9dc7cec3-8fef-4cfa-8f7e-1698545a0bcd, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTVhYmE2MmUtZjgwYzVmZWYtMWFlNzAxMWItYzc0Y2Q3NjM=
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/vy6x/00248c/ydb/apps/ydb/ydb -e grpc://localhost:8511 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2IyYTcxODktN2Q1ODY2MGMtM2JmZmQ5MDItOWY5MDc5YzU=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/vy6x/00248c/ydb/apps/ydb/ydb -e grpc://localhost:8511 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/vy6x/00248c/ydb/apps/ydb/ydb -e grpc://localhost:8511 -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, fa877d94-96de-4cdc-aa74-db5241357466, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE3N2FkZWQtMTFmN2E4NmEtNjYzMmU5MDctOTUzNTgxM2E=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fa877d94-96de-4cdc-aa74-db5241357466, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=N2IyYTcxODktN2Q1ODY2MGMtM2JmZmQ5MDItOWY5MDc5YzU=" 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.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 09496e6f-ba35-4289-8311-09f4e40fcec9, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODgyYjdmNTAtMTVmYjBlMzEtNDUwNmRlZGItZmVhOGUwMjQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fa877d94-96de-4cdc-aa74-db5241357466, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 09496e6f-ba35-4289-8311-09f4e40fcec9, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=NTE3N2FkZWQtMTFmN2E4NmEtNjYzMmU5MDctOTUzNTgxM2E=" 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.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4eb68827-6467-4ad3-97b3-fb43755c24e0, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Mzc0ZmQ5MjMtN2I3NzNhMGUtY2FhNGQ1MDItOGJiYjEwODg=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 09496e6f-ba35-4289-8311-09f4e40fcec9, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/vy6x/00248c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8511', '-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:63 RpcState(ExecuteQuery, 4eb68827-6467-4ad3-97b3-fb43755c24e0, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=ODgyYjdmNTAtMTVmYjBlMzEtNDUwNmRlZGItZmVhOGUwMjQ=" 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    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8d02417f-7978-42dc-b9bf-a82a655f32ce, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWRiNThiZjEtZGU0MDhmODAtNmZlYTc0Y2EtZmJkYzhlOTM=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/vy6x/00248c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8511', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2952340
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4eb68827-6467-4ad3-97b3-fb43755c24e0, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8d02417f-7978-42dc-b9bf-a82a655f32ce, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=Mzc0ZmQ5MjMtN2I3NzNhMGUtY2FhNGQ1MDItOGJiYjEwODg=" 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, 8d02417f-7978-42dc-b9bf-a82a655f32ce, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 834b258a-cfee-4983-9e79-353ad4d42e08, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzZjMTU2Y2ItMWRkOGY2YzYtYThiMWI5ZjktNmZkYmExOTI=
DEBUG    ya.test:process.py:628 Command pid: 2952341
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/vy6x/00248c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8511', '-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, 834b258a-cfee-4983-9e79-353ad4d42e08, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=ZWRiNThiZjEtZGU0MDhmODAtNmZlYTc0Y2EtZmJkYzhlOTM=" 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, 1c07333e-3ab9-4637-bc8e-c9da7ddf0c9d, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1c07333e-3ab9-4637-bc8e-c9da7ddf0c9d, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=MzZjMTU2Y2ItMWRkOGY2YzYtYThiMWI5ZjktNmZkYmExOTI=" 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:628 Command pid: 2952342
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 834b258a-cfee-4983-9e79-353ad4d42e08, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1c07333e-3ab9-4637-bc8e-c9da7ddf0c9d, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjhjMDM3NDctN2Y3M2VlMjItNjA4ZmY5MDItNDNjN2U1MzM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7449a7d2-3567-4375-8713-2c4baa2a1ae7, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzMzNDI1OWEtMTA4OWZlMTEtOTIzOWYwOTgtY2ZhNzY3NDQ=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7449a7d2-3567-4375-8713-2c4baa2a1ae7, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=ZjhjMDM3NDctN2Y3M2VlMjItNjA4ZmY5MDItNDNjN2U1MzM=" 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, 5d8a5ef1-da3c-42ea-9114-82c135d71357, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTZiMzBlNGItODZhNmJjOWYtY2RhYjc4ZTYtMjY2NTMxNmM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5d8a5ef1-da3c-42ea-9114-82c135d71357, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=YzMzNDI1OWEtMTA4OWZlMTEtOTIzOWYwOTgtY2ZhNzY3NDQ=" 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, 7449a7d2-3567-4375-8713-2c4baa2a1ae7, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2a5d3b9a-ed73-480c-830b-4cb5734c49b2, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTVhYmE2MmUtZjgwYzVmZWYtMWFlNzAxMWItYzc0Y2Q3NjM=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5d8a5ef1-da3c-42ea-9114-82c135d71357, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2a5d3b9a-ed73-480c-830b-4cb5734c49b2, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=YTZiMzBlNGItODZhNmJjOWYtY2RhYjc4ZTYtMjY2NTMxNmM=" 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, 5696b651-45fb-4ff5-b344-5c6371e8c6ed, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2a5d3b9a-ed73-480c-830b-4cb5734c49b2, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5696b651-45fb-4ff5-b344-5c6371e8c6ed, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=YTVhYmE2MmUtZjgwYzVmZWYtMWFlNzAxMWItYzc0Y2Q3NjM=" 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, 5696b651-45fb-4ff5-b344-5c6371e8c6ed, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0f0eb276-a2f9-4558-8da7-630d03d7b4e1, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853044547+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4fdb4b89-64fc-4dec-8f86-4554017dd536, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853173198+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c1aef0fa-77f0-4a8c-a913-5f11c86a400a, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853193363+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0f576e6c-ecea-48dd-8aeb-b7723358dc6e, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853207172+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 64c5ce1d-52da-4f56-add5-12cf1a2116f4, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.85323133+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 75a1caaf-88e1-4c5c-9550-1da1b2fea305, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853244945+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 617951ff-e552-4895-b410-1d791a09d90f, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853257046+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d072bfca-e763-4506-8b04-28632eea8f1e, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853272275+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-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 958900b2-c005-4a60-8586-8756c03aec0b, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853288356+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a627e1c0-e787-44d9-bbe5-c398846d85f2, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853305852+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-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fa877d94-96de-4cdc-aa74-db5241357466, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.85332963+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 09496e6f-ba35-4289-8311-09f4e40fcec9, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853344062+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4eb68827-6467-4ad3-97b3-fb43755c24e0, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853358663+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8d02417f-7978-42dc-b9bf-a82a655f32ce, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853371187+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 834b258a-cfee-4983-9e79-353ad4d42e08, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853383459+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-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1c07333e-3ab9-4637-bc8e-c9da7ddf0c9d, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.85339654+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7449a7d2-3567-4375-8713-2c4baa2a1ae7, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853408744+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-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5d8a5ef1-da3c-42ea-9114-82c135d71357, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853421478+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2a5d3b9a-ed73-480c-830b-4cb5734c49b2, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853435628+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-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5696b651-45fb-4ff5-b344-5c6371e8c6ed, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853450004+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-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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    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 2952341) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2952341) elapsed time (sec): 30.21481943130493
DEBUG    ya.test:process.py:263 Command (pid 2952341) wtime: 30.225
DEBUG    ya.test:process.py:275 Command (pid 2952341) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     29	29	0	0	210	783	795	795
2	    112	112	0	0	88	115	128	131
3	    121	121	0	0	75	119	135	139
4	    134	134	0	0	71	109	112	113
5	    125	125	0	0	73	107	136	137
6	     40	40	0	0	90	127	133	133
7	      0	0	0	10	0	0	0	0
8	      0	0	0	1918	0	0	0	0
9	      0	0	0	2323	0	0	0	0
10	      0	0	0	2442	0	0	0	0
11	      0	0	0	2111	0	0	0	0
12	      0	0	0	2253	0	0	0	0
13	      0	0	0	2198	0	0	0	0
14	      0	0	0	2129	0	0	0	0
15	      0	0	0	2180	0	0	0	0
16	      0	0	0	2042	0	0	0	0
17	      0	0	0	1817	0	0	0	0
18	      0	0	0	1826	0	0	0	0
19	      0	0	0	1959	0	0	0	0
20	      0	0	0	1975	0	0	0	0
21	      0	0	0	1728	0	0	0	0
22	      0	0	0	1826	0	0	0	0
23	      0	0	0	1836	0	0	0	0
24	      0	0	0	1696	0	0	0	0
25	      0	0	0	1886	0	0	0	0
26	      0	0	0	1838	0	0	0	0
27	      0	0	0	1794	0	0	0	0
28	      0	0	0	1840	0	0	0	0
29	      0	0	0	1816	0	0	0	0
30	      0	0	0	1988	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    561	18.7	0	45431	77	130	599	795

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2952342) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2952342) elapsed time (sec): 30.21175527572632
DEBUG    ya.test:process.py:263 Command (pid 2952342) wtime: 30.217
DEBUG    ya.test:process.py:275 Command (pid 2952342) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	1899	0	0	0	0
9	      0	0	0	2353	0	0	0	0
10	      0	0	0	2467	0	0	0	0
11	      0	0	0	2129	0	0	0	0
12	      0	0	0	2254	0	0	0	0
13	      0	0	0	2209	0	0	0	0
14	      0	0	0	2074	0	0	0	0
15	      0	0	0	2167	0	0	0	0
16	      0	0	0	2043	0	0	0	0
17	      0	0	0	1753	0	0	0	0
18	      0	0	0	1836	0	0	0	0
19	      0	0	0	1910	0	0	0	0
20	      0	0	0	1973	0	0	0	0
21	      0	0	0	1797	0	0	0	0
22	      0	0	0	1872	0	0	0	0
23	      0	0	0	1875	0	0	0	0
24	      0	0	0	1687	0	0	0	0
25	      0	0	0	1905	0	0	0	0
26	      0	0	0	1777	0	0	0	0
27	      0	0	0	1742	0	0	0	0
28	      0	0	0	1799	0	0	0	0
29	      0	0	0	1839	0	0	0	0
30	      0	0	0	1852	0	0	0	0

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

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2952340) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2952340) elapsed time (sec): 30.261783361434937
DEBUG    ya.test:process.py:263 Command (pid 2952340) wtime: 30.269
DEBUG    ya.test:process.py:275 Command (pid 2952340) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     43	43	0	0	125	631	635	635
2	    149	149	0	0	65	100	111	111
3	    163	163	0	0	56	97	114	114
4	    179	179	0	0	53	78	87	88
5	    170	170	0	0	54	92	119	122
6	     52	52	0	0	67	105	115	119
7	      0	0	0	0	0	0	0	0
8	      0	0	0	1899	0	0	0	0
9	      0	0	0	2280	0	0	0	0
10	      0	0	0	2430	0	0	0	0
11	      0	0	0	2062	0	0	0	0
12	      0	0	0	2215	0	0	0	0
13	      0	0	0	2155	0	0	0	0
14	      0	0	0	1986	0	0	0	0
15	      0	0	0	2125	0	0	0	0
16	      0	0	0	2055	0	0	0	0
17	      0	0	0	1705	0	0	0	0
18	      0	0	0	1597	0	0	0	0
19	      0	0	0	1853	0	0	0	0
20	      0	0	0	1863	0	0	0	0
21	      0	0	0	1655	0	0	0	0
22	      0	0	0	1709	0	0	0	0
23	      0	0	0	1838	0	0	0	0
24	      0	0	0	1708	0	0	0	0
25	      0	0	0	1770	0	0	0	0
26	      0	0	0	1827	0	0	0	0
27	      0	0	0	1726	0	0	0	0
28	      0	0	0	1475	0	0	0	0
29	      0	0	0	1691	0	0	0	0
30	      0	0	0	1953	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    756	25.2	0	43577	57	108	615	635

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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, 102c7213-d725-4846-8f0c-7752fb99d4ab, localhost:8226): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 102c7213-d725-4846-8f0c-7752fb99d4ab, localhost:8226): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 102c7213-d725-4846-8f0c-7752fb99d4ab, localhost:8226): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jxp6xhtpbm.auto.internal" port: 8226 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-jxp6xhtpbm.auto.internal:8226, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8226
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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, 0784017f-5cb1-4f62-9c23-584a3d9ad1ad, localhost:8226): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0784017f-5cb1-4f62-9c23-584a3d9ad1ad, localhost:8226): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0784017f-5cb1-4f62-9c23-584a3d9ad1ad, localhost:8226): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jxp6xhtpbm.auto.internal" port: 8226 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-jxp6xhtpbm.auto.internal:8226, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8226
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 6df84824-ecfe-4e45-955c-5a2a8aa24218, localhost:8226): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6df84824-ecfe-4e45-955c-5a2a8aa24218, localhost:8226): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6df84824-ecfe-4e45-955c-5a2a8aa24218, localhost:8226): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jxp6xhtpbm.auto.internal" port: 8226 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-jxp6xhtpbm.auto.internal:8226, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8226
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-jxp6xhtpbm'
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/vy6x/00248c/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.2911342' in '/home/runner/.ya/build/build_root/vy6x/00248c/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_0aqbiy4f.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:8511/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18311
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3555
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10979
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8511
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7062
=================================== 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/vy6x/00248c/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/vy6x/00248c/ydb/apps/ydb/ydb -e grpc://localhost:8511 -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/vy6x/00248c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8511', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2937597
DEBUG    ya.test:process.py:259 Command (pid 2937597) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2937597) elapsed time (sec): 0.5805821418762207
DEBUG    ya.test:process.py:263 Command (pid 2937597) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) maxrss: 476996
DEBUG    ya.test:process.py:263 Command (pid 2937597) minflt: 3543
DEBUG    ya.test:process.py:263 Command (pid 2937597) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 2937597) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2937597) nvcsw: 165
DEBUG    ya.test:process.py:263 Command (pid 2937597) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2937597) stime: 0.031291
DEBUG    ya.test:process.py:263 Command (pid 2937597) utime: 0.054758999999999995
DEBUG    ya.test:process.py:263 Command (pid 2937597) wtime: 0.583
DEBUG    ya.test:process.py:275 Command (pid 2937597) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2937597) 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/vy6x/00248c/ydb/apps/ydb/ydb -e grpc://localhost:8511 -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/vy6x/00248c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8511', '-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: 2937747
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 460423e6-bff9-462f-b491-0167f5e2afc5, localhost:8226): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 460423e6-bff9-462f-b491-0167f5e2afc5, localhost:8226): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 460423e6-bff9-462f-b491-0167f5e2afc5, localhost:8226): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jxp6xhtpbm.auto.internal" port: 8226 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-jxp6xhtpbm.auto.internal:8226, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8226
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 2937747) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2937747) elapsed time (sec): 30.179812908172607
DEBUG    ya.test:process.py:263 Command (pid 2937747) wtime: 30.186
DEBUG    ya.test:process.py:275 Command (pid 2937747) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    354	354	0	0	25	51	71	74
2	    427	427	0	0	21	34	43	45
3	    408	408	0	0	22	40	47	49
4	    377	377	0	0	24	39	50	59
5	    384	384	0	0	24	39	48	62
6	    427	427	0	0	22	34	40	48
7	    440	440	0	0	22	31	34	37
8	    448	448	0	0	21	29	37	40
9	    414	414	0	0	23	33	38	42
10	    466	466	0	0	21	26	27	31
11	    416	416	0	0	22	36	47	57
12	    389	389	0	0	23	42	49	53
13	    393	393	0	0	23	37	44	52
14	    442	442	0	0	21	29	35	39
15	    457	457	0	0	21	27	30	33
16	    470	470	0	0	21	25	29	33
17	    469	469	0	0	20	25	27	29
18	    487	487	0	0	20	22	26	30
19	    480	480	0	0	20	23	24	25
20	    478	478	0	0	20	24	35	37
21	    483	483	0	0	20	24	27	28
22	    465	465	0	0	20	26	33	35
23	    485	485	0	0	20	22	25	27
24	    454	454	0	0	20	32	38	43
25	    487	487	0	0	20	22	24	25
26	    483	483	0	0	20	23	25	27
27	    481	481	0	0	20	22	30	32
28	    482	482	0	0	20	23	25	30
29	    475	475	0	0	20	24	31	36
30	    491	491	0	0	20	23	25	27

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13412	447.067	0	0	20	31	40	74

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzMzNDI1OWEtMTA4OWZlMTEtOTIzOWYwOTgtY2ZhNzY3NDQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, acd2488c-4460-4f58-bd88-1983ca6ff287, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, acd2488c-4460-4f58-bd88-1983ca6ff287, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=YzMzNDI1OWEtMTA4OWZlMTEtOTIzOWYwOTgtY2ZhNzY3NDQ=" 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, acd2488c-4460-4f58-bd88-1983ca6ff287, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzMzNDI1OWEtMTA4OWZlMTEtOTIzOWYwOTgtY2ZhNzY3NDQ=
INFO     root:test_log_scenario.py:217 Count rows after insert 13192 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTZiMzBlNGItODZhNmJjOWYtY2RhYjc4ZTYtMjY2NTMxNmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ba9c81a0-08ab-4895-bb92-47e914d4cba4, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ba9c81a0-08ab-4895-bb92-47e914d4cba4, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=YTZiMzBlNGItODZhNmJjOWYtY2RhYjc4ZTYtMjY2NTMxNmM=" 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, ba9c81a0-08ab-4895-bb92-47e914d4cba4, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTZiMzBlNGItODZhNmJjOWYtY2RhYjc4ZTYtMjY2NTMxNmM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTVhYmE2MmUtZjgwYzVmZWYtMWFlNzAxMWItYzc0Y2Q3NjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9dc7cec3-8fef-4cfa-8f7e-1698545a0bcd, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9dc7cec3-8fef-4cfa-8f7e-1698545a0bcd, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=YTVhYmE2MmUtZjgwYzVmZWYtMWFlNzAxMWItYzc0Y2Q3NjM=" 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, 9dc7cec3-8fef-4cfa-8f7e-1698545a0bcd, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTVhYmE2MmUtZjgwYzVmZWYtMWFlNzAxMWItYzc0Y2Q3NjM=
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/vy6x/00248c/ydb/apps/ydb/ydb -e grpc://localhost:8511 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=N2IyYTcxODktN2Q1ODY2MGMtM2JmZmQ5MDItOWY5MDc5YzU=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/vy6x/00248c/ydb/apps/ydb/ydb -e grpc://localhost:8511 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/vy6x/00248c/ydb/apps/ydb/ydb -e grpc://localhost:8511 -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, fa877d94-96de-4cdc-aa74-db5241357466, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTE3N2FkZWQtMTFmN2E4NmEtNjYzMmU5MDctOTUzNTgxM2E=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fa877d94-96de-4cdc-aa74-db5241357466, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=N2IyYTcxODktN2Q1ODY2MGMtM2JmZmQ5MDItOWY5MDc5YzU=" 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.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 09496e6f-ba35-4289-8311-09f4e40fcec9, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODgyYjdmNTAtMTVmYjBlMzEtNDUwNmRlZGItZmVhOGUwMjQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fa877d94-96de-4cdc-aa74-db5241357466, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 09496e6f-ba35-4289-8311-09f4e40fcec9, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=NTE3N2FkZWQtMTFmN2E4NmEtNjYzMmU5MDctOTUzNTgxM2E=" 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.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4eb68827-6467-4ad3-97b3-fb43755c24e0, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Mzc0ZmQ5MjMtN2I3NzNhMGUtY2FhNGQ1MDItOGJiYjEwODg=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 09496e6f-ba35-4289-8311-09f4e40fcec9, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/vy6x/00248c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8511', '-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:63 RpcState(ExecuteQuery, 4eb68827-6467-4ad3-97b3-fb43755c24e0, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=ODgyYjdmNTAtMTVmYjBlMzEtNDUwNmRlZGItZmVhOGUwMjQ=" 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    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8d02417f-7978-42dc-b9bf-a82a655f32ce, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWRiNThiZjEtZGU0MDhmODAtNmZlYTc0Y2EtZmJkYzhlOTM=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/vy6x/00248c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8511', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2952340
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4eb68827-6467-4ad3-97b3-fb43755c24e0, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8d02417f-7978-42dc-b9bf-a82a655f32ce, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=Mzc0ZmQ5MjMtN2I3NzNhMGUtY2FhNGQ1MDItOGJiYjEwODg=" 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, 8d02417f-7978-42dc-b9bf-a82a655f32ce, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 834b258a-cfee-4983-9e79-353ad4d42e08, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzZjMTU2Y2ItMWRkOGY2YzYtYThiMWI5ZjktNmZkYmExOTI=
DEBUG    ya.test:process.py:628 Command pid: 2952341
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/vy6x/00248c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:8511', '-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, 834b258a-cfee-4983-9e79-353ad4d42e08, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=ZWRiNThiZjEtZGU0MDhmODAtNmZlYTc0Y2EtZmJkYzhlOTM=" 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, 1c07333e-3ab9-4637-bc8e-c9da7ddf0c9d, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1c07333e-3ab9-4637-bc8e-c9da7ddf0c9d, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=MzZjMTU2Y2ItMWRkOGY2YzYtYThiMWI5ZjktNmZkYmExOTI=" 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:628 Command pid: 2952342
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 834b258a-cfee-4983-9e79-353ad4d42e08, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1c07333e-3ab9-4637-bc8e-c9da7ddf0c9d, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjhjMDM3NDctN2Y3M2VlMjItNjA4ZmY5MDItNDNjN2U1MzM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7449a7d2-3567-4375-8713-2c4baa2a1ae7, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzMzNDI1OWEtMTA4OWZlMTEtOTIzOWYwOTgtY2ZhNzY3NDQ=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7449a7d2-3567-4375-8713-2c4baa2a1ae7, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=ZjhjMDM3NDctN2Y3M2VlMjItNjA4ZmY5MDItNDNjN2U1MzM=" 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, 5d8a5ef1-da3c-42ea-9114-82c135d71357, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTZiMzBlNGItODZhNmJjOWYtY2RhYjc4ZTYtMjY2NTMxNmM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5d8a5ef1-da3c-42ea-9114-82c135d71357, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=YzMzNDI1OWEtMTA4OWZlMTEtOTIzOWYwOTgtY2ZhNzY3NDQ=" 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, 7449a7d2-3567-4375-8713-2c4baa2a1ae7, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2a5d3b9a-ed73-480c-830b-4cb5734c49b2, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTVhYmE2MmUtZjgwYzVmZWYtMWFlNzAxMWItYzc0Y2Q3NjM=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5d8a5ef1-da3c-42ea-9114-82c135d71357, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2a5d3b9a-ed73-480c-830b-4cb5734c49b2, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=YTZiMzBlNGItODZhNmJjOWYtY2RhYjc4ZTYtMjY2NTMxNmM=" 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, 5696b651-45fb-4ff5-b344-5c6371e8c6ed, ghrun-jxp6xhtpbm.auto.internal:8511): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2a5d3b9a-ed73-480c-830b-4cb5734c49b2, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5696b651-45fb-4ff5-b344-5c6371e8c6ed, ghrun-jxp6xhtpbm.auto.internal:8511): request = { session_id: "ydb://session/3?node_id=1&id=YTVhYmE2MmUtZjgwYzVmZWYtMWFlNzAxMWItYzc0Y2Q3NjM=" 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, 5696b651-45fb-4ff5-b344-5c6371e8c6ed, ghrun-jxp6xhtpbm.auto.internal:8511): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0f0eb276-a2f9-4558-8da7-630d03d7b4e1, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853044547+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4fdb4b89-64fc-4dec-8f86-4554017dd536, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853173198+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c1aef0fa-77f0-4a8c-a913-5f11c86a400a, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853193363+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0f576e6c-ecea-48dd-8aeb-b7723358dc6e, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853207172+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 64c5ce1d-52da-4f56-add5-12cf1a2116f4, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.85323133+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 75a1caaf-88e1-4c5c-9550-1da1b2fea305, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853244945+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 617951ff-e552-4895-b410-1d791a09d90f, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853257046+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d072bfca-e763-4506-8b04-28632eea8f1e, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853272275+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-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 958900b2-c005-4a60-8586-8756c03aec0b, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853288356+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a627e1c0-e787-44d9-bbe5-c398846d85f2, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:8511 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853305852+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-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fa877d94-96de-4cdc-aa74-db5241357466, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.85332963+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 09496e6f-ba35-4289-8311-09f4e40fcec9, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853344062+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4eb68827-6467-4ad3-97b3-fb43755c24e0, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853358663+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8d02417f-7978-42dc-b9bf-a82a655f32ce, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T15:36:16.853371187+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 834b258a-cfee-4983-9e79-353ad4d42e08, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853383459+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-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1c07333e-3ab9-4637-bc8e-c9da7ddf0c9d, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.85339654+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7449a7d2-3567-4375-8713-2c4baa2a1ae7, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853408744+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-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5d8a5ef1-da3c-42ea-9114-82c135d71357, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853421478+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2a5d3b9a-ed73-480c-830b-4cb5734c49b2, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853435628+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-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5696b651-45fb-4ff5-b344-5c6371e8c6ed, ghrun-jxp6xhtpbm.auto.internal:8511): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T15:36:16.853450004+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-jxp6xhtpbm.auto.internal:8511
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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    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 2952341) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2952341) elapsed time (sec): 30.21481943130493
DEBUG    ya.test:process.py:263 Command (pid 2952341) wtime: 30.225
DEBUG    ya.test:process.py:275 Command (pid 2952341) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     29	29	0	0	210	783	795	795
2	    112	112	0	0	88	115	128	131
3	    121	121	0	0	75	119	135	139
4	    134	134	0	0	71	109	112	113
5	    125	125	0	0	73	107	136	137
6	     40	40	0	0	90	127	133	133
7	      0	0	0	10	0	0	0	0
8	      0	0	0	1918	0	0	0	0
9	      0	0	0	2323	0	0	0	0
10	      0	0	0	2442	0	0	0	0
11	      0	0	0	2111	0	0	0	0
12	      0	0	0	2253	0	0	0	0
13	      0	0	0	2198	0	0	0	0
14	      0	0	0	2129	0	0	0	0
15	      0	0	0	2180	0	0	0	0
16	      0	0	0	2042	0	0	0	0
17	      0	0	0	1817	0	0	0	0
18	      0	0	0	1826	0	0	0	0
19	      0	0	0	1959	0	0	0	0
20	      0	0	0	1975	0	0	0	0
21	      0	0	0	1728	0	0	0	0
22	      0	0	0	1826	0	0	0	0
23	      0	0	0	1836	0	0	0	0
24	      0	0	0	1696	0	0	0	0
25	      0	0	0	1886	0	0	0	0
26	      0	0	0	1838	0	0	0	0
27	      0	0	0	1794	0	0	0	0
28	      0	0	0	1840	0	0	0	0
29	      0	0	0	1816	0	0	0	0
30	      0	0	0	1988	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    561	18.7	0	45431	77	130	599	795

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2952342) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2952342) elapsed time (sec): 30.21175527572632
DEBUG    ya.test:process.py:263 Command (pid 2952342) wtime: 30.217
DEBUG    ya.test:process.py:275 Command (pid 2952342) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	1899	0	0	0	0
9	      0	0	0	2353	0	0	0	0
10	      0	0	0	2467	0	0	0	0
11	      0	0	0	2129	0	0	0	0
12	      0	0	0	2254	0	0	0	0
13	      0	0	0	2209	0	0	0	0
14	      0	0	0	2074	0	0	0	0
15	      0	0	0	2167	0	0	0	0
16	      0	0	0	2043	0	0	0	0
17	      0	0	0	1753	0	0	0	0
18	      0	0	0	1836	0	0	0	0
19	      0	0	0	1910	0	0	0	0
20	      0	0	0	1973	0	0	0	0
21	      0	0	0	1797	0	0	0	0
22	      0	0	0	1872	0	0	0	0
23	      0	0	0	1875	0	0	0	0
24	      0	0	0	1687	0	0	0	0
25	      0	0	0	1905	0	0	0	0
26	      0	0	0	1777	0	0	0	0
27	      0	0	0	1742	0	0	0	0
28	      0	0	0	1799	0	0	0	0
29	      0	0	0	1839	0	0	0	0
30	      0	0	0	1852	0	0	0	0

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

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2952340) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2952340) elapsed time (sec): 30.261783361434937
DEBUG    ya.test:process.py:263 Command (pid 2952340) wtime: 30.269
DEBUG    ya.test:process.py:275 Command (pid 2952340) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     43	43	0	0	125	631	635	635
2	    149	149	0	0	65	100	111	111
3	    163	163	0	0	56	97	114	114
4	    179	179	0	0	53	78	87	88
5	    170	170	0	0	54	92	119	122
6	     52	52	0	0	67	105	115	119
7	      0	0	0	0	0	0	0	0
8	      0	0	0	1899	0	0	0	0
9	      0	0	0	2280	0	0	0	0
10	      0	0	0	2430	0	0	0	0
11	      0	0	0	2062	0	0	0	0
12	      0	0	0	2215	0	0	0	0
13	      0	0	0	2155	0	0	0	0
14	      0	0	0	1986	0	0	0	0
15	      0	0	0	2125	0	0	0	0
16	      0	0	0	2055	0	0	0	0
17	      0	0	0	1705	0	0	0	0
18	      0	0	0	1597	0	0	0	0
19	      0	0	0	1853	0	0	0	0
20	      0	0	0	1863	0	0	0	0
21	      0	0	0	1655	0	0	0	0
22	      0	0	0	1709	0	0	0	0
23	      0	0	0	1838	0	0	0	0
24	      0	0	0	1708	0	0	0	0
25	      0	0	0	1770	0	0	0	0
26	      0	0	0	1827	0	0	0	0
27	      0	0	0	1726	0	0	0	0
28	      0	0	0	1475	0	0	0	0
29	      0	0	0	1691	0	0	0	0
30	      0	0	0	1953	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    756	25.2	0	43577	57	108	615	635

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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, 102c7213-d725-4846-8f0c-7752fb99d4ab, localhost:8226): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 102c7213-d725-4846-8f0c-7752fb99d4ab, localhost:8226): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 102c7213-d725-4846-8f0c-7752fb99d4ab, localhost:8226): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jxp6xhtpbm.auto.internal" port: 8226 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-jxp6xhtpbm.auto.internal:8226, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8226
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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, 0784017f-5cb1-4f62-9c23-584a3d9ad1ad, localhost:8226): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0784017f-5cb1-4f62-9c23-584a3d9ad1ad, localhost:8226): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0784017f-5cb1-4f62-9c23-584a3d9ad1ad, localhost:8226): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-jxp6xhtpbm.auto.internal" port: 8226 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-jxp6xhtpbm.auto.internal:8226, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:8226
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". 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:8511
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:8511". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
============================== slowest durations ===============================
301.33s call     test_log_scenario.py::TestLogScenario::test_log_uniform
21.52s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
18.55s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
10.07s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
9.26s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
6.39s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
5.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
5.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
4.64s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
4.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
4.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
4.14s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.73s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.54s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.47s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.02s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.01s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]

(12 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/vy6x/00248c/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/vy6x/00248c/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-19T15:36:09.987729Z): source_id=346;tablet_id=72075186224037999;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 @ 0xA78A755
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA782C96
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB618FC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5F9A6B
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DDE258
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DDDFAF
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5D4B7D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x141988DB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DDF707
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D30513
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D30513
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D2D333
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D33DE7
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141B66C8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCEBDA5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5BBED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB609A74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB60DB34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB60D740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB60E32E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA78C3AC
21. ??:0: ?? @ 0x7F386229BAC2
22. ??:0: ?? @ 0x7F386232D8BF
============== 1 failed, 11 passed, 1 error in 402.16s (0:06:42) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vy6x/00248d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
12.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
8.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
7.14s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
5.56s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
4.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
4.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
4.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
3.92s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
3.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
3.84s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
3.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
3.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
1.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]

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

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

============================== slowest durations ===============================
12.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
9.85s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
5.77s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
5.76s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
5.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
4.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
4.26s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
4.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
4.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
3.84s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
1.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 66.45s (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/vy6x/002492/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
102.65s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
101.83s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
89.35s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
87.87s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
85.72s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
70.00s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
9.91s setup    test_replace.py::TestReplace::test_copy_full
8.82s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
7.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
3.11s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
1.99s call     test_replace.py::TestReplace::test_copy_full
1.89s call     test_replace.py::TestReplace::test_copy_partial
1.44s call     test_replace.py::TestReplace::test_count
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]

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

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

============================== slowest durations ===============================
8.59s setup    test_select.py::TestSelect::test_incorrect
8.47s setup    test_update.py::TestUpdate::test_incorrect
7.48s setup    test_replace.py::TestReplace::test_incorrect
1.64s call     test_select.py::TestSelect::test_json_query
0.93s call     test_update.py::TestUpdate::test_partial_update
0.91s call     test_replace.py::TestReplace::test_replace_total
0.91s call     test_update.py::TestUpdate::test_update_many_rows
0.90s call     test_replace.py::TestReplace::test_partial_replace
0.74s call     test_replace.py::TestReplace::test_replace_rollback
0.71s call     test_select.py::TestSelect::test_incorrect
0.70s call     test_update.py::TestUpdate::test_update_pk
0.54s call     test_update.py::TestUpdate::test_incorrect
0.52s call     test_replace.py::TestReplace::test_replace_with_nulls
0.39s call     test_replace.py::TestReplace::test_incorrect
0.01s setup    test_update.py::TestUpdate::test_update_many_rows
0.01s setup    test_update.py::TestUpdate::test_partial_update

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

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

============================== slowest durations ===============================
348.42s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
51.06s call     zip_bomb.py::TestZipBomb::test
17.01s teardown zip_bomb.py::TestZipBomb::test
12.32s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
8.18s setup    test_upsert.py::TestUpsert::test_copy_full
6.78s setup    test_update.py::TestUpdate::test_update_rollback
4.03s setup    zip_bomb.py::TestZipBomb::test
3.10s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
2.27s call     test_upsert.py::TestUpsert::test_copy_full
2.11s call     test_upsert.py::TestUpsert::test_copy_partial
1.59s call     test_upsert.py::TestUpsert::test_count
1.20s call     test_update.py::TestUpdate::test_update_rollback
0.94s call     test_update.py::TestUpdate::test_update_single_column
0.86s call     test_upsert.py::TestUpsert::test_partial_update
0.65s call     test_update.py::TestUpdate::test_update_single_row
0.55s call     test_upsert.py::TestUpsert::test_incorrect
0.49s call     test_upsert.py::TestUpsert::test_insert_nulls
0.01s teardown test_upsert.py::TestUpsert::test_copy_full

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