============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w20x/006412/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=ZjE0YWRlODMtZGFhNjMwOGEtNzNhZTgyMWMtNDU5M2YwZmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0ae9f2d4-a45c-4376-844e-a672c2eaeb16, ghrun-hd5senkm3y.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0ae9f2d4-a45c-4376-844e-a672c2eaeb16, ghrun-hd5senkm3y.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZjE0YWRlODMtZGFhNjMwOGEtNzNhZTgyMWMtNDU5M2YwZmU=" 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, 0ae9f2d4-a45c-4376-844e-a672c2eaeb16, ghrun-hd5senkm3y.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjE0YWRlODMtZGFhNjMwOGEtNzNhZTgyMWMtNDU5M2YwZmU=
---------------------------- 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=ZjE0YWRlODMtZGFhNjMwOGEtNzNhZTgyMWMtNDU5M2YwZmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 04570379-7e90-4f2b-9da5-792d68126119, ghrun-hd5senkm3y.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 04570379-7e90-4f2b-9da5-792d68126119, ghrun-hd5senkm3y.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZjE0YWRlODMtZGFhNjMwOGEtNzNhZTgyMWMtNDU5M2YwZmU=" 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, 04570379-7e90-4f2b-9da5-792d68126119, ghrun-hd5senkm3y.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjE0YWRlODMtZGFhNjMwOGEtNzNhZTgyMWMtNDU5M2YwZmU=
---------------------------- 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=ZjE0YWRlODMtZGFhNjMwOGEtNzNhZTgyMWMtNDU5M2YwZmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 710e6cd7-b91b-464a-9aa3-818cc7cbb254, ghrun-hd5senkm3y.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 710e6cd7-b91b-464a-9aa3-818cc7cbb254, ghrun-hd5senkm3y.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ZjE0YWRlODMtZGFhNjMwOGEtNzNhZTgyMWMtNDU5M2YwZmU=" 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, 710e6cd7-b91b-464a-9aa3-818cc7cbb254, ghrun-hd5senkm3y.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjE0YWRlODMtZGFhNjMwOGEtNzNhZTgyMWMtNDU5M2YwZmU=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
245.41s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
107.69s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
101.37s call     tablets_movement.py::TestTabletsMovement::test[ROW]
64.00s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
11.50s setup    test_create.py::TestCreate::test_create_all_opt_ints
8.25s call     test_create.py::TestCreate::test_create_decimals
5.85s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
4.88s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
4.50s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.32s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
1.12s call     test_create.py::TestCreate::test_create_all_opt_ints
1.00s call     test_create.py::TestCreate::test_create_all_req_ints
0.95s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.84s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.27s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.24s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.17s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.07s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.05s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.03s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.02s call     order_by_with_limit.py::TestOrderBy::test_random
0.02s setup    order_by_with_limit.py::TestOrderBy::test_random
0.02s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.02s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED order_by_with_limit.py::TestOrderBy::test_filtered_portion - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_random - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_stress_sorting - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 11 column: 58 } message: "At function: KiCreateTable!" end_position { row: 11 column: 58 } severity: 1 issues { position { row: 11 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 11 column: 58 } severity: 1 } } (server_code: 400080)
=================== 3 failed, 9 passed in 564.43s (0:09:24) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w20x/006405/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 F...
test_cs_many_updates.py drop table: 19.1 ms
create table: 380.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 37.3
    "min_ms": 25.5
    "median_ms": 38.4
    "max_ms": 60.9
    "stdev_ms": 10.9
select count(*) after initial inserts: 127.4 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 88.1
    "min_ms": 46.2
    "median_ms": 79.6
    "max_ms": 368.3
    "stdev_ms": 32.8
select count(*) after all modifications: 3482.4 ms
select all: 3463.3 ms
delete from table: 3731.8 ms
select all after delete: 3948.3 ms
.drop table: 47.3 ms
create table: 575.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 35.5
    "min_ms": 28.4
    "median_ms": 34.4
    "max_ms": 55.2
    "stdev_ms": 7.5
select count(*) after initial inserts: 109.3 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 66.9
    "min_ms": 52.7
    "median_ms": 65.2
    "max_ms": 127.8
    "stdev_ms": 11.1
updates (step 1):
    "runs": 200
    "avg_ms": 215.9
    "min_ms": 162.5
    "median_ms": 206.9
    "max_ms": 353.4
    "stdev_ms": 38.5
upserts (step 2):
    "runs": 200
    "avg_ms": 28.8
    "min_ms": 23.4
    "median_ms": 28.1
    "max_ms": 41.7
    "stdev_ms": 3.2
select count(*) after all modifications: 324.9 ms
select all: 359.6 ms
delete from table: 424.8 ms
select all after delete: 352.7 ms
.drop table: 32.1 ms
create table: 472.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.3
    "min_ms": 26.2
    "median_ms": 30.6
    "max_ms": 36.0
    "stdev_ms": 2.8
select count(*) after initial inserts: 145.1 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 199.2
    "min_ms": 104.3
    "median_ms": 191.3
    "max_ms": 528.0
    "stdev_ms": 57.4
select count(*) after all modifications: 381.4 ms
select all: 539.6 ms
delete from table: 428.4 ms
select all after delete: 321.5 ms
.drop table: 64.1 ms
create table: 964.3 ms
initial inserts:
    "runs": 15
    "avg_ms": 37.0
    "min_ms": 29.0
    "median_ms": 33.6
    "max_ms": 47.6
    "stdev_ms": 6.8
select count(*) after initial inserts: 154.7 ms
updates (step 0):
    "runs": 150
    "avg_ms": 151.2
    "min_ms": 104.1
    "median_ms": 148.5
    "max_ms": 225.0
    "stdev_ms": 23.3
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 86.9
    "min_ms": 62.0
    "median_ms": 82.8
    "max_ms": 164.5
    "stdev_ms": 18.0
select count(*) after all modifications: 600.9 ms
select all: 688.6 ms
delete from table: 619.3 ms
select all after delete: 544.8 ms
.drop table: 88.7 ms
create table: 717.8 ms
initial inserts:
    "runs": 20
    "avg_ms": 47.0
    "min_ms": 32.4
    "median_ms": 42.2
    "max_ms": 85.6
    "stdev_ms": 15.7
select count(*) after initial inserts: 179.6 ms
updates (step 0):
    "runs": 200
    "avg_ms": 172.5
    "min_ms": 114.6
    "median_ms": 167.9
    "max_ms": 314.3
    "stdev_ms": 34.3
upserts (step 1):
    "runs": 200
    "avg_ms": 37.0
    "min_ms": 23.3
    "median_ms": 33.7
    "max_ms": 98.8
    "stdev_ms": 10.9
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 133.1
    "min_ms": 82.5
    "median_ms": 124.3
    "max_ms": 257.9
    "stdev_ms": 39.3
select count(*) after all modifications: 829.3 ms
select all: 922.4 ms
delete from table: 1148.7 ms
select all after delete: 1572.0 ms
.drop table: 131.7 ms
create table: 1538.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 86.9
    "min_ms": 59.1
    "median_ms": 84.5
    "max_ms": 140.0
    "stdev_ms": 28.6
select count(*) after initial inserts: 254.4 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 61.6
    "min_ms": 27.5
    "median_ms": 56.0
    "max_ms": 214.3
    "stdev_ms": 25.0
select count(*) after all modifications: 536.2 ms
select all: 363.0 ms
delete from table: 637.4 ms
select all after delete: 393.0 ms
.Generated operation sequence:
  0. UPSERT: 10 operations
  1. UPSERT: 3 operations
  2. UPSERT: 14 operations
  3. UPSERT: 17 operations
  4. BULK_UPSERT: 7 operations
  5. BULK_UPSERT: 16 operations
  6. BULK_UPSERT: 20 operations
  7. BULK_UPSERT: 12 operations
  8. BULK_UPSERT: 1 operations
  9. UPDATE: 17 operations
drop table: 79.0 ms
create table: 782.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 44.6
    "min_ms": 33.3
    "median_ms": 49.2
    "max_ms": 56.0
    "stdev_ms": 9.2
select count(*) after initial inserts: 139.8 ms
upserts (step 0):
    "runs": 100
    "avg_ms": 46.2
    "min_ms": 26.8
    "median_ms": 41.0
    "max_ms": 157.8
    "stdev_ms": 18.0
upserts (step 1):
    "runs": 30
    "avg_ms": 50.4
    "min_ms": 32.3
    "median_ms": 49.2
    "max_ms": 82.9
    "stdev_ms": 12.7
upserts (step 2):
    "runs": 140
    "avg_ms": 47.4
    "min_ms": 28.9
    "median_ms": 41.3
    "max_ms": 131.1
    "stdev_ms": 19.0
upserts (step 3):
    "runs": 170
    "avg_ms": 51.8
    "min_ms": 29.0
    "median_ms": 45.9
    "max_ms": 160.8
    "stdev_ms": 20.1
bulk_upserts (step 4):
    "runs": 7
    "avg_ms": 78.1
    "min_ms": 71.7
    "median_ms": 77.4
    "max_ms": 83.7
    "stdev_ms": 4.9
bulk_upserts (step 5):
    "runs": 16
    "avg_ms": 90.9
    "min_ms": 63.5
    "median_ms": 85.1
    "max_ms": 156.3
    "stdev_ms": 24.5
bulk_upserts (step 6):
    "runs": 20
    "avg_ms": 92.2
    "min_ms": 68.7
    "median_ms": 86.6
    "max_ms": 145.3
    "stdev_ms": 21.9
bulk_upserts (step 7):
    "runs": 12
    "avg_ms": 103.6
    "min_ms": 80.7
    "median_ms": 96.8
    "max_ms": 150.8
    "stdev_ms": 22.0
bulk_upserts (step 8): 78.9 ms
updates (step 9):
    "runs": 170
    "avg_ms": 223.3
    "min_ms": 154.5
    "median_ms": 218.8
    "max_ms": 363.3
    "stdev_ms": 35.2
select count(*) after all modifications: 425.8 ms
select all: 566.9 ms
delete from table: 377.2 ms
select all after delete: 349.1 ms
.
test_delete.py .

=================================== FAILURES ===================================
_______________________ TestCreate.test_create_real_opt ________________________
ydb/tests/olap/test_create.py:239: in test_create_real_opt
    assert rows[0]['id'] == 0
E   assert 1 == 0
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_real_opt
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/w20x/006405/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2103648
DEBUG    ya.test:process.py:259 Command (pid 2103648) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2103648) elapsed time (sec): 0.45717716217041016
DEBUG    ya.test:process.py:263 Command (pid 2103648) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2103648) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2103648) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2103648) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2103648) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2103648) maxrss: 545372
DEBUG    ya.test:process.py:263 Command (pid 2103648) minflt: 16236
DEBUG    ya.test:process.py:263 Command (pid 2103648) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2103648) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2103648) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 2103648) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2103648) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2103648) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 2103648) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2103648) stime: 0.32109699999999997
DEBUG    ya.test:process.py:263 Command (pid 2103648) utime: 0.087211
DEBUG    ya.test:process.py:263 Command (pid 2103648) wtime: 0.458
DEBUG    ya.test:process.py:275 Command (pid 2103648) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-hd5senkm3y    Host information: 
        Linux ghrun-hd5senkm3y 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

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

INFO     __tests__.test_create:test_create.py:22 Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-hd5senkm3y    Host information: 
        Linux ghrun-hd5senkm3y 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/w20x/006405/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2451
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/w20x/006405/r3tmp/kikimr_cluster_9xapxkze
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/w20x/006405/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20651
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18185
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18206
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8050
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/w20x/006405/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_create.py.TestCreate.test_create_real_opt/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/w20x/006405/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/w20x/006405/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_create.py.TestCreate.test_create_real_opt/cluster/node_1/logfile_ib0fbn86.log --grpc-port=20651 --mon-port=18185 --ic-port=2451
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:20651/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/w20x/006405/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_create.py.TestCreate.test_create_real_opt/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/w20x/006405/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/w20x/006405/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_create.py.TestCreate.test_create_real_opt/cluster/node_1/logfile_ib0fbn86.log --grpc-port=20651 --mon-port=18185 --ic-port=2451
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/w20x/006405/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/w20x/006405/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_create.py.TestCreate.test_create_real_opt/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/w20x/006405/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_create.py.TestCreate.test_create_real_opt/cluster/node_1/logfile_ib0fbn86.log', '--grpc-port=20651', '--mon-port=18185', '--ic-port=2451')' in '/home/runner/.ya/build/build_root/w20x/006405/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff/test_create.py.TestCreate.test_create_real_opt/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 2104224
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:20651/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/w20x/006405/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2104236
DEBUG    ya.test:process.py:259 Command (pid 2104236) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2104236) elapsed time (sec): 0.3474578857421875
DEBUG    ya.test:process.py:263 Command (pid 2104236) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2104236) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2104236) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2104236) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2104236) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2104236) maxrss: 545372
DEBUG    ya.test:process.py:263 Command (pid 2104236) minflt: 16238
DEBUG    ya.test:process.py:263 Command (pid 2104236) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2104236) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2104236) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2104236) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2104236) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2104236) nvcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 2104236) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2104236) stime: 0.21139999999999998
DEBUG    ya.test:process.py:263 Command (pid 2104236) utime: 0.087751
DEBUG    ya.test:process.py:263 Command (pid 2104236) wtime: 0.348
DEBUG    ya.test:process.py:275 Command (pid 2104236) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-hd5senkm3y    Host information: 
        Linux ghrun-hd5senkm3y 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

     
Build info:
    Compiler: /home/runner/.ya/tools/v4/10302026024/bin/clang++
    Compiler version: 
        clang version 20.1.8
        Target: x86_64-unknown-linux-gnu
        Thread model: posix
        InstalledDir: /home/runner/.ya/tools/v4/10302026024/bin
    Compile flags: -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -gline-tables-only -fno-common -ffunction-sections -fdata-sections -fsized-deallocation -fexceptions -fuse-init-array -fcolor-diagnostics -faligned-allocation -Werror -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -D__LONG_LONG_SUPPORTED -fno-omit-frame-pointer -Wno-unknown-argument -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -UNDEBUG -Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-address-of-packed-member -Wno-deprecated-this-capture -Wno-missing-designated-field-initializers -Wno-format -Wno-vla-cxx-extension -Wno-invalid-offsetof -Wno-alias-template-in-declaration-name -Wno-cast-function-type-mismatch -Wno-explicit-specialization-storage-class -Wno-extraneous-template-head -Wno-missing-template-arg-list-after-template-kw -Wno-nontrivial-memcall -Wno-strict-primary-template-shadow -std=c++20 -Wimport-preprocessor-directive-pedantic -Woverloaded-virtual -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-hd5senkm3y    Host information: 
        Linux ghrun-hd5senkm3y 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/w20x/006405/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/w20x/006405/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:20651', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 2451\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/w20x/006405/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:20651', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 2451\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2106669
DEBUG    ya.test:process.py:259 Command (pid 2106669) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2106669) elapsed time (sec): 0.4439208507537842
DEBUG    ya.test:process.py:263 Command (pid 2106669) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106669) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2106669) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106669) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2106669) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2106669) maxrss: 553876
DEBUG    ya.test:process.py:263 Command (pid 2106669) minflt: 19600
DEBUG    ya.test:process.py:263 Command (pid 2106669) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2106669) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2106669) nivcsw: 8
DEBUG    ya.test:process.py:263 Command (pid 2106669) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2106669) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2106669) nvcsw: 140
DEBUG    ya.test:process.py:263 Command (pid 2106669) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2106669) stime: 0.29284699999999997
DEBUG    ya.test:process.py:263 Command (pid 2106669) utime: 0.102865
DEBUG    ya.test:process.py:263 Command (pid 2106669) wtime: 0.445
DEBUG    ya.test:process.py:275 Command (pid 2106669) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/w20x/006405/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/w20x/006405/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:20651', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/w20x/006405/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:20651', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2107152
DEBUG    ya.test:process.py:259 Command (pid 2107152) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2107152) elapsed time (sec): 0.555290699005127
DEBUG    ya.test:process.py:263 Command (pid 2107152) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2107152) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2107152) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2107152) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2107152) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2107152) maxrss: 553880
DEBUG    ya.test:process.py:263 Command (pid 2107152) minflt: 18873
DEBUG    ya.test:process.py:263 Command (pid 2107152) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2107152) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2107152) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2107152) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2107152) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2107152) nvcsw: 142
DEBUG    ya.test:process.py:263 Command (pid 2107152) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2107152) stime: 0.402369
DEBUG    ya.test:process.py:263 Command (pid 2107152) utime: 0.09959599999999999
DEBUG    ya.test:process.py:263 Command (pid 2107152) wtime: 0.556
DEBUG    ya.test:process.py:275 Command (pid 2107152) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 29b6198f-2a54-4588-9ba0-5ae08921fee6, localhost:20651): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 29b6198f-2a54-4588-9ba0-5ae08921fee6, localhost:20651): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 29b6198f-2a54-4588-9ba0-5ae08921fee6, localhost:20651): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-hd5senkm3y.auto.internal" port: 20651 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-hd5senkm3y.auto.internal:20651, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:20651
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_create.py::TestCreate, test_name: test_create_real_opt)
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a123eabc-767f-4941-a8c1-1e62af9833bd, ghrun-hd5senkm3y.auto.internal:20651): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a123eabc-767f-4941-a8c1-1e62af9833bd, ghrun-hd5senkm3y.auto.internal:20651): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a123eabc-767f-4941-a8c1-1e62af9833bd, ghrun-hd5senkm3y.auto.internal:20651): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 56b49d30-aec4-41da-bec3-fced01d7a1de, ghrun-hd5senkm3y.auto.internal:20651): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 56b49d30-aec4-41da-bec3-fced01d7a1de, ghrun-hd5senkm3y.auto.internal:20651): request = { session_id: "ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 56b49d30-aec4-41da-bec3-fced01d7a1de, ghrun-hd5senkm3y.auto.internal:20651): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 806886b5-71cd-4897-a7e2-45c7064d79bc, ghrun-hd5senkm3y.auto.internal:20651): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 806886b5-71cd-4897-a7e2-45c7064d79bc, ghrun-hd5senkm3y.auto.internal:20651): request = { session_id: "ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/create/table46409_5` (\n                id Uint64   NOT NULL,\n                v0 Float,\n                v1 Double,\n                PRIMARY KEY(id),\n            )\n            WITH (STORE = COLUMN);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 806886b5-71cd-4897-a7e2-45c7064d79bc, ghrun-hd5senkm3y.auto.internal:20651): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 213ecb61-fb98-4832-89cb-3ad40fe19bac, ghrun-hd5senkm3y.auto.internal:20651): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 213ecb61-fb98-4832-89cb-3ad40fe19bac, ghrun-hd5senkm3y.auto.internal:20651): request = { session_id: "ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "INSERT INTO `/Root/create/table46409_5` (id) VALUES (0);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 213ecb61-fb98-4832-89cb-3ad40fe19bac, ghrun-hd5senkm3y.auto.internal:20651): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d56ea933-d398-4f5a-800b-20aeecb11f02, ghrun-hd5senkm3y.auto.internal:20651): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d56ea933-d398-4f5a-800b-20aeecb11f02, ghrun-hd5senkm3y.auto.internal:20651): request = { session_id: "ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO `/Root/create/table46409_5`\n            (id, v0, v1)\n            VALUES\n            (1, 6.7f, 8.9);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d56ea933-d398-4f5a-800b-20aeecb11f02, ghrun-hd5senkm3y.auto.internal:20651): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9e01c5b6-3928-4b2f-884c-aed3f1ac89cc, ghrun-hd5senkm3y.auto.internal:20651): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9e01c5b6-3928-4b2f-884c-aed3f1ac89cc, ghrun-hd5senkm3y.auto.internal:20651): request = { session_id: "ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/create/table46409_5`;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9e01c5b6-3928-4b2f-884c-aed3f1ac89cc, ghrun-hd5senkm3y.auto.internal:20651): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTA2YTU5OWItOGQ3YjM2MzUtZWY5ODIwNzAtMjViZmY5OWQ=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
201.80s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
67.90s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
66.36s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
61.63s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
59.62s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
58.18s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
35.57s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
11.86s setup    test_delete.py::TestDelete::test_delete_rollback
7.04s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
6.93s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.79s setup    test_create.py::TestCreate::test_create_real_opt
1.25s call     test_delete.py::TestDelete::test_delete_rollback
0.49s call     test_create.py::TestCreate::test_create_real_opt
0.38s call     test_create.py::TestCreate::test_create_real_req
0.36s call     test_create.py::TestCreate::test_create_strings_opt
0.04s setup    test_create.py::TestCreate::test_create_real_req
0.03s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.03s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s setup    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_update_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]

(10 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_create.py::TestCreate::test_create_real_opt - assert 1 == 0
=================== 1 failed, 11 passed in 584.50s (0:09:44) ===================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w20x/006417/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 ===============================
5.56s setup    test_delete.py::TestDelete::test_delete_where[False-100]
0.77s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.73s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.67s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.66s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.61s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.61s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.60s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.60s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.59s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.58s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.57s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.54s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[True-0]

(22 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 14.04s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w20x/006403/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 ===============================
5.12s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
4.40s setup    test_delete.py::TestDelete::test_incorrect
1.64s call     test_insert.py::TestInsertStatement::test_plain
1.56s call     test_insert.py::TestInsertStatement::test_out_of_range
1.56s call     test_insert.py::TestInsertStatement::test_copy_partial
1.20s call     test_insert.py::TestInsertStatement::test_copy_full
1.18s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.97s call     test_insert.py::TestInsertStatement::test_duplicate
0.92s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.71s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.59s call     test_insert.py::TestInsertStatement::test_incorrect
0.54s call     test_insert.py::TestInsertStatement::test_bulk
0.40s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.35s call     test_delete.py::TestDelete::test_incorrect
0.01s setup    test_insert.py::TestInsertStatement::test_plain
0.01s setup    test_insert.py::TestInsertStatement::test_insert_rollback

(20 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 21.99s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w20x/00643f/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:707: 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/w20x/00643f/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/w20x/00643f/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-21T14:51:29.590110Z): source_id=225;tablet_id=72075186224037993;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 @ 0xA919BE5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912126
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A8528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD78EE1B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F68748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6849F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD769F2D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1438EA1B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD5A17
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2A7D3
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2A7D3
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F28183
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2BB47
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AC808
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF0E4A5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74B437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB798FD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79D094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79CCA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79D88E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91B83C
E   21. ??:0: ?? @ 0x7F9E547CAAC2
E   22. ??:0: ?? @ 0x7F9E5485C8BF
------------------------------ 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/w20x/00643f/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/w20x/00643f/ydb/apps/ydb/ydb -e grpc://localhost:9122 -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/w20x/00643f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9122', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2146724
DEBUG    ya.test:process.py:259 Command (pid 2146724) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2146724) elapsed time (sec): 0.5192475318908691
DEBUG    ya.test:process.py:263 Command (pid 2146724) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) maxrss: 804696
DEBUG    ya.test:process.py:263 Command (pid 2146724) minflt: 3552
DEBUG    ya.test:process.py:263 Command (pid 2146724) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) nivcsw: 69
DEBUG    ya.test:process.py:263 Command (pid 2146724) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) nvcsw: 176
DEBUG    ya.test:process.py:263 Command (pid 2146724) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2146724) stime: 0.024318
DEBUG    ya.test:process.py:263 Command (pid 2146724) utime: 0.052689
DEBUG    ya.test:process.py:263 Command (pid 2146724) wtime: 0.521
DEBUG    ya.test:process.py:275 Command (pid 2146724) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2146724) 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/w20x/00643f/ydb/apps/ydb/ydb -e grpc://localhost:9122 -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/w20x/00643f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9122', '-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: 2146996
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 2146996) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2146996) elapsed time (sec): 30.190412044525146
DEBUG    ya.test:process.py:263 Command (pid 2146996) wtime: 30.192
DEBUG    ya.test:process.py:275 Command (pid 2146996) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    424	424	0	0	21	35	45	49
2	    445	445	0	0	21	31	35	38
3	    446	446	0	0	21	31	38	42
4	    467	467	0	0	20	26	30	34
5	    440	440	0	0	21	31	38	42
6	    439	439	0	0	21	31	43	49
7	    466	466	0	0	20	26	31	35
8	    456	456	0	0	20	27	31	33
9	    430	430	0	0	21	31	38	40
10	    458	458	0	0	21	27	37	41
11	    414	414	0	0	23	32	37	44
12	    440	440	0	0	21	32	37	38
13	    409	409	0	0	21	43	55	56
14	    408	408	0	0	22	36	43	47
15	    439	439	0	0	21	31	35	43
16	    401	401	0	0	23	40	56	65
17	    384	384	0	0	24	38	51	53
18	    421	421	0	0	22	33	40	42
19	    458	458	0	0	21	27	32	34
20	    388	388	0	0	24	36	43	45
21	    425	425	0	0	22	32	37	41
22	    428	428	0	0	22	28	31	35
23	    437	437	0	0	21	30	38	40
24	    406	406	0	0	23	34	46	50
25	    372	372	0	0	25	42	49	59
26	    409	409	0	0	23	34	42	44
27	    396	396	0	0	23	38	53	59
28	    441	441	0	0	21	30	37	44
29	    435	435	0	0	22	29	33	35
30	    343	343	0	0	27	50	66	77

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  12725	424.167	0	0	22	33	44	77

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjU3YzJhYi1iMTQwMTYxYy01NTY0NTg5Ny00ZDVhYmM0Yg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c63cf006-42a4-422e-95dc-a85a45db3270, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c63cf006-42a4-422e-95dc-a85a45db3270, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=YjU3YzJhYi1iMTQwMTYxYy01NTY0NTg5Ny00ZDVhYmM0Yg==" 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, c63cf006-42a4-422e-95dc-a85a45db3270, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjU3YzJhYi1iMTQwMTYxYy01NTY0NTg5Ny00ZDVhYmM0Yg==
INFO     root:test_log_scenario.py:217 Count rows after insert 12511 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODQ5MmEyMmMtYTE0MGI2NDItZjI3YzkxOGItNjExOTc0N2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c666c4d5-60e4-4c95-843e-32d5c4ee0ec2, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c666c4d5-60e4-4c95-843e-32d5c4ee0ec2, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MmEyMmMtYTE0MGI2NDItZjI3YzkxOGItNjExOTc0N2Q=" 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, c666c4d5-60e4-4c95-843e-32d5c4ee0ec2, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODQ5MmEyMmMtYTE0MGI2NDItZjI3YzkxOGItNjExOTc0N2Q=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWQwNmI3Y2EtM2JjMzU1YmItYWNhZjk3ODctZmNhOTdiYmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a79d53e0-5458-4958-9dde-aa96a77b783a, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a79d53e0-5458-4958-9dde-aa96a77b783a, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=NWQwNmI3Y2EtM2JjMzU1YmItYWNhZjk3ODctZmNhOTdiYmI=" 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, a79d53e0-5458-4958-9dde-aa96a77b783a, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWQwNmI3Y2EtM2JjMzU1YmItYWNhZjk3ODctZmNhOTdiYmI=
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:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/w20x/00643f/ydb/apps/ydb/ydb -e grpc://localhost:9122 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmYwZjQwYjEtNWQzZGIwYTQtZTU5ZDcxZmItYWQ4YTY4NzY=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/w20x/00643f/ydb/apps/ydb/ydb -e grpc://localhost:9122 -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/w20x/00643f/ydb/apps/ydb/ydb -e grpc://localhost:9122 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTA3YjU2MWYtZTdiNWYwZTEtZWExZDc1MzQtZTFmZTc2NjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 843888fd-6aac-4d72-89d2-4c87b596f26d, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aa5bd545-16d7-4b8e-a67a-e642821c25e0, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjRmZjdkNTEtNTUyZjQwYWYtMjE3MTQzNTYtN2RjZmI2NmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8fcb97a7-7887-4db8-86eb-fe85d9591682, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, aa5bd545-16d7-4b8e-a67a-e642821c25e0, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=OTA3YjU2MWYtZTdiNWYwZTEtZWExZDc1MzQtZTFmZTc2NjY=" 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:63 RpcState(ExecuteQuery, 843888fd-6aac-4d72-89d2-4c87b596f26d, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=NmYwZjQwYjEtNWQzZGIwYTQtZTU5ZDcxZmItYWQ4YTY4NzY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0NjYzZTgtYWQ0NGNlY2EtNjBmNjljOTItMzY5YTY4OWY=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8fcb97a7-7887-4db8-86eb-fe85d9591682, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=YjRmZjdkNTEtNTUyZjQwYWYtMjE3MTQzNTYtN2RjZmI2NmI=" 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, 843888fd-6aac-4d72-89d2-4c87b596f26d, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b8bcf23e-b559-4c28-b21a-daa51749a6ee, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGE4MTdjNWYtNmY3N2IyODEtNmZmNTQyMjgtMWU2NDUwYmQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, aa5bd545-16d7-4b8e-a67a-e642821c25e0, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8fcb97a7-7887-4db8-86eb-fe85d9591682, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b8bcf23e-b559-4c28-b21a-daa51749a6ee, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0NjYzZTgtYWQ0NGNlY2EtNjBmNjljOTItMzY5YTY4OWY=" 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, b98a39d9-5555-4024-95a8-5161fdf2fa6f, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmQ2NGEyYmMtZjA3NjRhMzktNGZkZGYyOGEtZjRiZDhkNTE=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/w20x/00643f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9122', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/w20x/00643f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9122', '-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:52 RpcState(ExecuteQuery, b8bcf23e-b559-4c28-b21a-daa51749a6ee, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 97df6dfb-50b9-4c8a-af49-82ce0a0f36b1, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b98a39d9-5555-4024-95a8-5161fdf2fa6f, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=OGE4MTdjNWYtNmY3N2IyODEtNmZmNTQyMjgtMWU2NDUwYmQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTM2ZDcwMTItMzcyYTUwNjgtMjBhMDNlYzUtODIyNjdlZDc=
DEBUG    ya.test:process.py:628 Command pid: 2159282
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/w20x/00643f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9122', '-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: 2159283
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 97df6dfb-50b9-4c8a-af49-82ce0a0f36b1, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=MmQ2NGEyYmMtZjA3NjRhMzktNGZkZGYyOGEtZjRiZDhkNTE=" 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, 48e978b6-209e-498f-9acd-338c202c7b57, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b98a39d9-5555-4024-95a8-5161fdf2fa6f, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjU3YzJhYi1iMTQwMTYxYy01NTY0NTg5Ny00ZDVhYmM0Yg==
DEBUG    ya.test:process.py:628 Command pid: 2159285
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 48e978b6-209e-498f-9acd-338c202c7b57, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=OTM2ZDcwMTItMzcyYTUwNjgtMjBhMDNlYzUtODIyNjdlZDc=" 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, 97df6dfb-50b9-4c8a-af49-82ce0a0f36b1, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0211ad73-dac1-41ab-9c82-83be125611ea, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODQ5MmEyMmMtYTE0MGI2NDItZjI3YzkxOGItNjExOTc0N2Q=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 48e978b6-209e-498f-9acd-338c202c7b57, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0211ad73-dac1-41ab-9c82-83be125611ea, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=YjU3YzJhYi1iMTQwMTYxYy01NTY0NTg5Ny00ZDVhYmM0Yg==" 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, 50b332ad-5553-4bed-9023-34693791955d, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWQwNmI3Y2EtM2JjMzU1YmItYWNhZjk3ODctZmNhOTdiYmI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 50b332ad-5553-4bed-9023-34693791955d, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MmEyMmMtYTE0MGI2NDItZjI3YzkxOGItNjExOTc0N2Q=" 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, 50b332ad-5553-4bed-9023-34693791955d, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f9b36bc0-9ced-49b3-89b6-8f2668fde4b9, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0211ad73-dac1-41ab-9c82-83be125611ea, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f9b36bc0-9ced-49b3-89b6-8f2668fde4b9, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=NWQwNmI3Y2EtM2JjMzU1YmItYWNhZjk3ODctZmNhOTdiYmI=" 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, f9b36bc0-9ced-49b3-89b6-8f2668fde4b9, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 37f1e8e9-bb5f-4166-84f3-278bb866ab5a, localhost:18845): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 37f1e8e9-bb5f-4166-84f3-278bb866ab5a, localhost:18845): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 37f1e8e9-bb5f-4166-84f3-278bb866ab5a, localhost:18845): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-hd5senkm3y.auto.internal" port: 18845 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-hd5senkm3y.auto.internal:18845, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18845
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 69a54787-af84-4c3c-a879-bf9e5317a1c3, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.877583105+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 31ae4363-083f-468a-9e1d-8b7af387b469, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.87756587+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 84a1e4ca-8a2f-4fe2-9245-9dde1c1f7556, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T14:51:34.877597917+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c82d3600-3308-4e74-85ff-4bb4efc150bb, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.877455459+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0ceab372-25f1-4a72-9d8b-f639eaf24a65, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T14:51:34.877612186+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-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, de42797a-dabb-4d0c-9f60-f619641f72e1, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.877628801+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 2ac4532e-7a05-4cb1-9be9-6732b71810a0, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.877642993+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 00e8e6a6-1a56-4885-a62e-012ae38a97fb, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T14:51:34.877657242+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 77840bb6-3735-4e44-a98c-c5cde01a1ab6, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.877672812+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 204dc969-6293-40e3-a856-a5dd61021815, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.87768652+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, aa5bd545-16d7-4b8e-a67a-e642821c25e0, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877703931+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 843888fd-6aac-4d72-89d2-4c87b596f26d, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877720601+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-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b8bcf23e-b559-4c28-b21a-daa51749a6ee, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877762541+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b98a39d9-5555-4024-95a8-5161fdf2fa6f, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877776265+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0211ad73-dac1-41ab-9c82-83be125611ea, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.87782684+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 97df6dfb-50b9-4c8a-af49-82ce0a0f36b1, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.87779683+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 48e978b6-209e-498f-9acd-338c202c7b57, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877811952+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 50b332ad-5553-4bed-9023-34693791955d, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877840101+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f9b36bc0-9ced-49b3-89b6-8f2668fde4b9, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877857099+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-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8fcb97a7-7887-4db8-86eb-fe85d9591682, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877747035+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NmYwZjQwYjEtNWQzZGIwYTQtZTU5ZDcxZmItYWQ4YTY4NzY=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWQwNmI3Y2EtM2JjMzU1YmItYWNhZjk3ODctZmNhOTdiYmI=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjU3YzJhYi1iMTQwMTYxYy01NTY0NTg5Ny00ZDVhYmM0Yg==
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:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
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:123 Session returned to 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.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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    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 2159285) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2159285) elapsed time (sec): 30.2382390499115
DEBUG    ya.test:process.py:263 Command (pid 2159285) wtime: 30.246
DEBUG    ya.test:process.py:275 Command (pid 2159285) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      5	5	0	0	883	983	983	983
2	     53	53	0	4	147	479	607	1007
3	     96	96	0	0	98	139	160	162
4	     89	89	0	0	106	175	187	201
5	     94	94	0	0	88	191	212	213
6	      2	2	0	370	95	96	96	96
7	      0	0	0	1290	0	0	0	0
8	      0	0	0	1351	0	0	0	0
9	      0	0	0	1465	0	0	0	0
10	      0	0	0	1496	0	0	0	0
11	      0	0	0	1324	0	0	0	0
12	      0	0	0	1587	0	0	0	0
13	      0	0	0	1538	0	0	0	0
14	      0	0	0	1562	0	0	0	0
15	      0	0	0	1609	0	0	0	0
16	      0	0	0	1548	0	0	0	0
17	      0	0	0	1225	0	0	0	0
18	      0	0	0	1534	0	0	0	0
19	      0	0	0	1491	0	0	0	0
20	      0	0	0	1594	0	0	0	0
21	      0	0	0	1606	0	0	0	0
22	      0	0	0	1529	0	0	0	0
23	      0	0	0	1432	0	0	0	0
24	      0	0	0	1515	0	0	0	0
25	      0	0	0	1496	0	0	0	0
26	      0	0	0	1208	0	0	0	0
27	      0	0	0	1555	0	0	0	0
28	      0	0	0	1440	0	0	0	0
29	      0	0	0	1327	0	0	0	0
30	      0	0	0	1622	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    339	11.3	0	35718	101	212	883	1007

DEBUG    ya.test:process.py:276 Command (pid 2159285) 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 2159283) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2159283) elapsed time (sec): 30.248170852661133
DEBUG    ya.test:process.py:263 Command (pid 2159283) wtime: 30.259
DEBUG    ya.test:process.py:275 Command (pid 2159283) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	217	263	263	263
2	     76	76	0	0	111	903	911	923
3	    130	130	0	0	73	111	148	150
4	    115	115	0	0	79	144	184	191
5	    124	124	0	0	68	162	173	179
6	      4	4	0	294	61	64	64	64
7	      0	0	0	1246	0	0	0	0
8	      0	0	0	1418	0	0	0	0
9	      0	0	0	1314	0	0	0	0
10	      0	0	0	1315	0	0	0	0
11	      0	0	0	1300	0	0	0	0
12	      0	0	0	1306	0	0	0	0
13	      0	0	0	1389	0	0	0	0
14	      0	0	0	1535	0	0	0	0
15	      0	0	0	1300	0	0	0	0
16	      0	0	0	1366	0	0	0	0
17	      0	0	0	1230	0	0	0	0
18	      0	0	0	1663	0	0	0	0
19	      0	0	0	1499	0	0	0	0
20	      0	0	0	1571	0	0	0	0
21	      0	0	0	1511	0	0	0	0
22	      0	0	0	1453	0	0	0	0
23	      0	0	0	1351	0	0	0	0
24	      0	0	0	1603	0	0	0	0
25	      0	0	0	1453	0	0	0	0
26	      0	0	0	1220	0	0	0	0
27	      0	0	0	1308	0	0	0	0
28	      0	0	0	1304	0	0	0	0
29	      0	0	0	1251	0	0	0	0
30	      0	0	0	1497	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    459	15.3	0	33697	75	241	895	923

DEBUG    ya.test:process.py:276 Command (pid 2159283) 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 2159282) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2159282) elapsed time (sec): 30.30979061126709
DEBUG    ya.test:process.py:263 Command (pid 2159282) wtime: 30.317
DEBUG    ya.test:process.py:275 Command (pid 2159282) 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	392	0	0	0	0
7	      0	0	0	1178	0	0	0	0
8	      0	0	0	1427	0	0	0	0
9	      0	0	0	1411	0	0	0	0
10	      0	0	0	1542	0	0	0	0
11	      0	0	0	1254	0	0	0	0
12	      0	0	0	1453	0	0	0	0
13	      0	0	0	1431	0	0	0	0
14	      0	0	0	1586	0	0	0	0
15	      0	0	0	1575	0	0	0	0
16	      0	0	0	1454	0	0	0	0
17	      0	0	0	1334	0	0	0	0
18	      0	0	0	1656	0	0	0	0
19	      0	0	0	1558	0	0	0	0
20	      0	0	0	1563	0	0	0	0
21	      0	0	0	1572	0	0	0	0
22	      0	0	0	1567	0	0	0	0
23	      0	0	0	1400	0	0	0	0
24	      0	0	0	1660	0	0	0	0
25	      0	0	0	1538	0	0	0	0
26	      0	0	0	1308	0	0	0	0
27	      0	0	0	1356	0	0	0	0
28	      0	0	0	0	0	0	0	0
29	      0	0	0	0	0	0	0	0
30	      0	0	0	170	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 2159282) 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.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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, fdce4aad-1061-429c-8ea7-7a11f0ae3e93, localhost:18845): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, fdce4aad-1061-429c-8ea7-7a11f0ae3e93, localhost:18845): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, fdce4aad-1061-429c-8ea7-7a11f0ae3e93, localhost:18845): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-hd5senkm3y.auto.internal" port: 18845 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-hd5senkm3y.auto.internal:18845, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18845
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, afe2fd22-3594-4635-ad8c-ec74eccf83d7, localhost:18845): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, afe2fd22-3594-4635-ad8c-ec74eccf83d7, localhost:18845): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, afe2fd22-3594-4635-ad8c-ec74eccf83d7, localhost:18845): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-hd5senkm3y.auto.internal" port: 18845 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-hd5senkm3y.auto.internal:18845, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18845
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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-hd5senkm3y'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
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/w20x/00643f/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.2107369' in '/home/runner/.ya/build/build_root/w20x/00643f/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_oy7928zm.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:281 Stopped node localhost:9122/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13839
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1050
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5721
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9122
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21289
=================================== 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/w20x/00643f/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/w20x/00643f/ydb/apps/ydb/ydb -e grpc://localhost:9122 -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/w20x/00643f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9122', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2146724
DEBUG    ya.test:process.py:259 Command (pid 2146724) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2146724) elapsed time (sec): 0.5192475318908691
DEBUG    ya.test:process.py:263 Command (pid 2146724) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) maxrss: 804696
DEBUG    ya.test:process.py:263 Command (pid 2146724) minflt: 3552
DEBUG    ya.test:process.py:263 Command (pid 2146724) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) nivcsw: 69
DEBUG    ya.test:process.py:263 Command (pid 2146724) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2146724) nvcsw: 176
DEBUG    ya.test:process.py:263 Command (pid 2146724) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2146724) stime: 0.024318
DEBUG    ya.test:process.py:263 Command (pid 2146724) utime: 0.052689
DEBUG    ya.test:process.py:263 Command (pid 2146724) wtime: 0.521
DEBUG    ya.test:process.py:275 Command (pid 2146724) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2146724) 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/w20x/00643f/ydb/apps/ydb/ydb -e grpc://localhost:9122 -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/w20x/00643f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9122', '-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: 2146996
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 2146996) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2146996) elapsed time (sec): 30.190412044525146
DEBUG    ya.test:process.py:263 Command (pid 2146996) wtime: 30.192
DEBUG    ya.test:process.py:275 Command (pid 2146996) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    424	424	0	0	21	35	45	49
2	    445	445	0	0	21	31	35	38
3	    446	446	0	0	21	31	38	42
4	    467	467	0	0	20	26	30	34
5	    440	440	0	0	21	31	38	42
6	    439	439	0	0	21	31	43	49
7	    466	466	0	0	20	26	31	35
8	    456	456	0	0	20	27	31	33
9	    430	430	0	0	21	31	38	40
10	    458	458	0	0	21	27	37	41
11	    414	414	0	0	23	32	37	44
12	    440	440	0	0	21	32	37	38
13	    409	409	0	0	21	43	55	56
14	    408	408	0	0	22	36	43	47
15	    439	439	0	0	21	31	35	43
16	    401	401	0	0	23	40	56	65
17	    384	384	0	0	24	38	51	53
18	    421	421	0	0	22	33	40	42
19	    458	458	0	0	21	27	32	34
20	    388	388	0	0	24	36	43	45
21	    425	425	0	0	22	32	37	41
22	    428	428	0	0	22	28	31	35
23	    437	437	0	0	21	30	38	40
24	    406	406	0	0	23	34	46	50
25	    372	372	0	0	25	42	49	59
26	    409	409	0	0	23	34	42	44
27	    396	396	0	0	23	38	53	59
28	    441	441	0	0	21	30	37	44
29	    435	435	0	0	22	29	33	35
30	    343	343	0	0	27	50	66	77

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  12725	424.167	0	0	22	33	44	77

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjU3YzJhYi1iMTQwMTYxYy01NTY0NTg5Ny00ZDVhYmM0Yg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c63cf006-42a4-422e-95dc-a85a45db3270, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c63cf006-42a4-422e-95dc-a85a45db3270, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=YjU3YzJhYi1iMTQwMTYxYy01NTY0NTg5Ny00ZDVhYmM0Yg==" 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, c63cf006-42a4-422e-95dc-a85a45db3270, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjU3YzJhYi1iMTQwMTYxYy01NTY0NTg5Ny00ZDVhYmM0Yg==
INFO     root:test_log_scenario.py:217 Count rows after insert 12511 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODQ5MmEyMmMtYTE0MGI2NDItZjI3YzkxOGItNjExOTc0N2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c666c4d5-60e4-4c95-843e-32d5c4ee0ec2, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c666c4d5-60e4-4c95-843e-32d5c4ee0ec2, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MmEyMmMtYTE0MGI2NDItZjI3YzkxOGItNjExOTc0N2Q=" 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, c666c4d5-60e4-4c95-843e-32d5c4ee0ec2, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODQ5MmEyMmMtYTE0MGI2NDItZjI3YzkxOGItNjExOTc0N2Q=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWQwNmI3Y2EtM2JjMzU1YmItYWNhZjk3ODctZmNhOTdiYmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a79d53e0-5458-4958-9dde-aa96a77b783a, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a79d53e0-5458-4958-9dde-aa96a77b783a, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=NWQwNmI3Y2EtM2JjMzU1YmItYWNhZjk3ODctZmNhOTdiYmI=" 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, a79d53e0-5458-4958-9dde-aa96a77b783a, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWQwNmI3Y2EtM2JjMzU1YmItYWNhZjk3ODctZmNhOTdiYmI=
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:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/w20x/00643f/ydb/apps/ydb/ydb -e grpc://localhost:9122 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmYwZjQwYjEtNWQzZGIwYTQtZTU5ZDcxZmItYWQ4YTY4NzY=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/w20x/00643f/ydb/apps/ydb/ydb -e grpc://localhost:9122 -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/w20x/00643f/ydb/apps/ydb/ydb -e grpc://localhost:9122 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTA3YjU2MWYtZTdiNWYwZTEtZWExZDc1MzQtZTFmZTc2NjY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 843888fd-6aac-4d72-89d2-4c87b596f26d, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aa5bd545-16d7-4b8e-a67a-e642821c25e0, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjRmZjdkNTEtNTUyZjQwYWYtMjE3MTQzNTYtN2RjZmI2NmI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8fcb97a7-7887-4db8-86eb-fe85d9591682, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, aa5bd545-16d7-4b8e-a67a-e642821c25e0, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=OTA3YjU2MWYtZTdiNWYwZTEtZWExZDc1MzQtZTFmZTc2NjY=" 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:63 RpcState(ExecuteQuery, 843888fd-6aac-4d72-89d2-4c87b596f26d, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=NmYwZjQwYjEtNWQzZGIwYTQtZTU5ZDcxZmItYWQ4YTY4NzY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDQ0NjYzZTgtYWQ0NGNlY2EtNjBmNjljOTItMzY5YTY4OWY=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8fcb97a7-7887-4db8-86eb-fe85d9591682, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=YjRmZjdkNTEtNTUyZjQwYWYtMjE3MTQzNTYtN2RjZmI2NmI=" 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, 843888fd-6aac-4d72-89d2-4c87b596f26d, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b8bcf23e-b559-4c28-b21a-daa51749a6ee, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGE4MTdjNWYtNmY3N2IyODEtNmZmNTQyMjgtMWU2NDUwYmQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, aa5bd545-16d7-4b8e-a67a-e642821c25e0, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8fcb97a7-7887-4db8-86eb-fe85d9591682, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b8bcf23e-b559-4c28-b21a-daa51749a6ee, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=NDQ0NjYzZTgtYWQ0NGNlY2EtNjBmNjljOTItMzY5YTY4OWY=" 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, b98a39d9-5555-4024-95a8-5161fdf2fa6f, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmQ2NGEyYmMtZjA3NjRhMzktNGZkZGYyOGEtZjRiZDhkNTE=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/w20x/00643f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9122', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/w20x/00643f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9122', '-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:52 RpcState(ExecuteQuery, b8bcf23e-b559-4c28-b21a-daa51749a6ee, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 97df6dfb-50b9-4c8a-af49-82ce0a0f36b1, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b98a39d9-5555-4024-95a8-5161fdf2fa6f, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=OGE4MTdjNWYtNmY3N2IyODEtNmZmNTQyMjgtMWU2NDUwYmQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTM2ZDcwMTItMzcyYTUwNjgtMjBhMDNlYzUtODIyNjdlZDc=
DEBUG    ya.test:process.py:628 Command pid: 2159282
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/w20x/00643f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:9122', '-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: 2159283
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 97df6dfb-50b9-4c8a-af49-82ce0a0f36b1, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=MmQ2NGEyYmMtZjA3NjRhMzktNGZkZGYyOGEtZjRiZDhkNTE=" 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, 48e978b6-209e-498f-9acd-338c202c7b57, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b98a39d9-5555-4024-95a8-5161fdf2fa6f, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjU3YzJhYi1iMTQwMTYxYy01NTY0NTg5Ny00ZDVhYmM0Yg==
DEBUG    ya.test:process.py:628 Command pid: 2159285
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 48e978b6-209e-498f-9acd-338c202c7b57, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=OTM2ZDcwMTItMzcyYTUwNjgtMjBhMDNlYzUtODIyNjdlZDc=" 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, 97df6dfb-50b9-4c8a-af49-82ce0a0f36b1, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0211ad73-dac1-41ab-9c82-83be125611ea, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODQ5MmEyMmMtYTE0MGI2NDItZjI3YzkxOGItNjExOTc0N2Q=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 48e978b6-209e-498f-9acd-338c202c7b57, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0211ad73-dac1-41ab-9c82-83be125611ea, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=YjU3YzJhYi1iMTQwMTYxYy01NTY0NTg5Ny00ZDVhYmM0Yg==" 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, 50b332ad-5553-4bed-9023-34693791955d, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWQwNmI3Y2EtM2JjMzU1YmItYWNhZjk3ODctZmNhOTdiYmI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 50b332ad-5553-4bed-9023-34693791955d, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MmEyMmMtYTE0MGI2NDItZjI3YzkxOGItNjExOTc0N2Q=" 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, 50b332ad-5553-4bed-9023-34693791955d, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f9b36bc0-9ced-49b3-89b6-8f2668fde4b9, ghrun-hd5senkm3y.auto.internal:9122): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0211ad73-dac1-41ab-9c82-83be125611ea, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f9b36bc0-9ced-49b3-89b6-8f2668fde4b9, ghrun-hd5senkm3y.auto.internal:9122): request = { session_id: "ydb://session/3?node_id=1&id=NWQwNmI3Y2EtM2JjMzU1YmItYWNhZjk3ODctZmNhOTdiYmI=" 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, f9b36bc0-9ced-49b3-89b6-8f2668fde4b9, ghrun-hd5senkm3y.auto.internal:9122): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 37f1e8e9-bb5f-4166-84f3-278bb866ab5a, localhost:18845): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 37f1e8e9-bb5f-4166-84f3-278bb866ab5a, localhost:18845): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 37f1e8e9-bb5f-4166-84f3-278bb866ab5a, localhost:18845): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-hd5senkm3y.auto.internal" port: 18845 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-hd5senkm3y.auto.internal:18845, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18845
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 69a54787-af84-4c3c-a879-bf9e5317a1c3, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.877583105+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 31ae4363-083f-468a-9e1d-8b7af387b469, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.87756587+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 84a1e4ca-8a2f-4fe2-9245-9dde1c1f7556, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T14:51:34.877597917+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c82d3600-3308-4e74-85ff-4bb4efc150bb, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.877455459+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0ceab372-25f1-4a72-9d8b-f639eaf24a65, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T14:51:34.877612186+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-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, de42797a-dabb-4d0c-9f60-f619641f72e1, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.877628801+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 2ac4532e-7a05-4cb1-9be9-6732b71810a0, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.877642993+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 00e8e6a6-1a56-4885-a62e-012ae38a97fb, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T14:51:34.877657242+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 77840bb6-3735-4e44-a98c-c5cde01a1ab6, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.877672812+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 204dc969-6293-40e3-a856-a5dd61021815, ghrun-hd5senkm3y.auto.internal:9122): 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:9122 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:51:34.87768652+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, aa5bd545-16d7-4b8e-a67a-e642821c25e0, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877703931+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 843888fd-6aac-4d72-89d2-4c87b596f26d, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877720601+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-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b8bcf23e-b559-4c28-b21a-daa51749a6ee, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877762541+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b98a39d9-5555-4024-95a8-5161fdf2fa6f, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877776265+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0211ad73-dac1-41ab-9c82-83be125611ea, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.87782684+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 97df6dfb-50b9-4c8a-af49-82ce0a0f36b1, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.87779683+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 48e978b6-209e-498f-9acd-338c202c7b57, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877811952+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 50b332ad-5553-4bed-9023-34693791955d, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877840101+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f9b36bc0-9ced-49b3-89b6-8f2668fde4b9, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877857099+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-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8fcb97a7-7887-4db8-86eb-fe85d9591682, ghrun-hd5senkm3y.auto.internal:9122): 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-21T14:51:34.877747035+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NmYwZjQwYjEtNWQzZGIwYTQtZTU5ZDcxZmItYWQ4YTY4NzY=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWQwNmI3Y2EtM2JjMzU1YmItYWNhZjk3ODctZmNhOTdiYmI=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjU3YzJhYi1iMTQwMTYxYy01NTY0NTg5Ny00ZDVhYmM0Yg==
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:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-hd5senkm3y.auto.internal:9122
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:123 Session returned to 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.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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    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 2159285) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2159285) elapsed time (sec): 30.2382390499115
DEBUG    ya.test:process.py:263 Command (pid 2159285) wtime: 30.246
DEBUG    ya.test:process.py:275 Command (pid 2159285) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      5	5	0	0	883	983	983	983
2	     53	53	0	4	147	479	607	1007
3	     96	96	0	0	98	139	160	162
4	     89	89	0	0	106	175	187	201
5	     94	94	0	0	88	191	212	213
6	      2	2	0	370	95	96	96	96
7	      0	0	0	1290	0	0	0	0
8	      0	0	0	1351	0	0	0	0
9	      0	0	0	1465	0	0	0	0
10	      0	0	0	1496	0	0	0	0
11	      0	0	0	1324	0	0	0	0
12	      0	0	0	1587	0	0	0	0
13	      0	0	0	1538	0	0	0	0
14	      0	0	0	1562	0	0	0	0
15	      0	0	0	1609	0	0	0	0
16	      0	0	0	1548	0	0	0	0
17	      0	0	0	1225	0	0	0	0
18	      0	0	0	1534	0	0	0	0
19	      0	0	0	1491	0	0	0	0
20	      0	0	0	1594	0	0	0	0
21	      0	0	0	1606	0	0	0	0
22	      0	0	0	1529	0	0	0	0
23	      0	0	0	1432	0	0	0	0
24	      0	0	0	1515	0	0	0	0
25	      0	0	0	1496	0	0	0	0
26	      0	0	0	1208	0	0	0	0
27	      0	0	0	1555	0	0	0	0
28	      0	0	0	1440	0	0	0	0
29	      0	0	0	1327	0	0	0	0
30	      0	0	0	1622	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    339	11.3	0	35718	101	212	883	1007

DEBUG    ya.test:process.py:276 Command (pid 2159285) 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 2159283) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2159283) elapsed time (sec): 30.248170852661133
DEBUG    ya.test:process.py:263 Command (pid 2159283) wtime: 30.259
DEBUG    ya.test:process.py:275 Command (pid 2159283) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	217	263	263	263
2	     76	76	0	0	111	903	911	923
3	    130	130	0	0	73	111	148	150
4	    115	115	0	0	79	144	184	191
5	    124	124	0	0	68	162	173	179
6	      4	4	0	294	61	64	64	64
7	      0	0	0	1246	0	0	0	0
8	      0	0	0	1418	0	0	0	0
9	      0	0	0	1314	0	0	0	0
10	      0	0	0	1315	0	0	0	0
11	      0	0	0	1300	0	0	0	0
12	      0	0	0	1306	0	0	0	0
13	      0	0	0	1389	0	0	0	0
14	      0	0	0	1535	0	0	0	0
15	      0	0	0	1300	0	0	0	0
16	      0	0	0	1366	0	0	0	0
17	      0	0	0	1230	0	0	0	0
18	      0	0	0	1663	0	0	0	0
19	      0	0	0	1499	0	0	0	0
20	      0	0	0	1571	0	0	0	0
21	      0	0	0	1511	0	0	0	0
22	      0	0	0	1453	0	0	0	0
23	      0	0	0	1351	0	0	0	0
24	      0	0	0	1603	0	0	0	0
25	      0	0	0	1453	0	0	0	0
26	      0	0	0	1220	0	0	0	0
27	      0	0	0	1308	0	0	0	0
28	      0	0	0	1304	0	0	0	0
29	      0	0	0	1251	0	0	0	0
30	      0	0	0	1497	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    459	15.3	0	33697	75	241	895	923

DEBUG    ya.test:process.py:276 Command (pid 2159283) 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 2159282) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2159282) elapsed time (sec): 30.30979061126709
DEBUG    ya.test:process.py:263 Command (pid 2159282) wtime: 30.317
DEBUG    ya.test:process.py:275 Command (pid 2159282) 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	392	0	0	0	0
7	      0	0	0	1178	0	0	0	0
8	      0	0	0	1427	0	0	0	0
9	      0	0	0	1411	0	0	0	0
10	      0	0	0	1542	0	0	0	0
11	      0	0	0	1254	0	0	0	0
12	      0	0	0	1453	0	0	0	0
13	      0	0	0	1431	0	0	0	0
14	      0	0	0	1586	0	0	0	0
15	      0	0	0	1575	0	0	0	0
16	      0	0	0	1454	0	0	0	0
17	      0	0	0	1334	0	0	0	0
18	      0	0	0	1656	0	0	0	0
19	      0	0	0	1558	0	0	0	0
20	      0	0	0	1563	0	0	0	0
21	      0	0	0	1572	0	0	0	0
22	      0	0	0	1567	0	0	0	0
23	      0	0	0	1400	0	0	0	0
24	      0	0	0	1660	0	0	0	0
25	      0	0	0	1538	0	0	0	0
26	      0	0	0	1308	0	0	0	0
27	      0	0	0	1356	0	0	0	0
28	      0	0	0	0	0	0	0	0
29	      0	0	0	0	0	0	0	0
30	      0	0	0	170	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 2159282) 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.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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, fdce4aad-1061-429c-8ea7-7a11f0ae3e93, localhost:18845): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, fdce4aad-1061-429c-8ea7-7a11f0ae3e93, localhost:18845): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, fdce4aad-1061-429c-8ea7-7a11f0ae3e93, localhost:18845): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-hd5senkm3y.auto.internal" port: 18845 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-hd5senkm3y.auto.internal:18845, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18845
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, afe2fd22-3594-4635-ad8c-ec74eccf83d7, localhost:18845): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, afe2fd22-3594-4635-ad8c-ec74eccf83d7, localhost:18845): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, afe2fd22-3594-4635-ad8c-ec74eccf83d7, localhost:18845): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-hd5senkm3y.auto.internal" port: 18845 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-hd5senkm3y.auto.internal:18845, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:18845
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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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:9122
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:9122". 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 ===============================
286.28s call     test_log_scenario.py::TestLogScenario::test_log_uniform
29.91s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
20.55s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
8.88s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
7.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
7.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
6.35s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
6.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
5.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
5.55s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
4.29s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
4.08s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.33s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.32s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.29s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.09s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.issues.ConnectionLost: Couldn't find valid connection
ERROR test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/w20x/00643f/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/w20x/00643f/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-21T14:51:29.590110Z): source_id=225;tablet_id=72075186224037993;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 @ 0xA919BE5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912126
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A8528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD78EE1B
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F68748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6849F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD769F2D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1438EA1B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD5A17
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2A7D3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2A7D3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F28183
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2BB47
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AC808
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF0E4A5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74B437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB798FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79D094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79CCA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79D88E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91B83C
21. ??:0: ?? @ 0x7F9E547CAAC2
22. ??:0: ?? @ 0x7F9E5485C8BF
============== 1 failed, 11 passed, 1 error in 398.52s (0:06:38) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w20x/006406/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 ===============================
23.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
8.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
7.57s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
6.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
6.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
5.47s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
4.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
4.65s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
4.55s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
4.53s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
4.24s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
4.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
3.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]

(18 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 89.43s (0:01:29) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w20x/006407/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 ===============================
21.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
9.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
7.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
5.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
5.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
5.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
4.95s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
4.92s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
4.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
4.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.04s 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-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 80.90s (0:01:20) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w20x/006409/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 .......

============================== slowest durations ===============================
116.40s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
110.73s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
103.80s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
94.66s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
80.91s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
9.52s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
4.64s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.12s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.12s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]

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

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

During handling of the above exception, another exception occurred:

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

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 21.57s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/w20x/00640e/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 ===============================
394.85s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
57.12s call     zip_bomb.py::TestZipBomb::test
28.99s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.02s teardown zip_bomb.py::TestZipBomb::test
5.17s setup    zip_bomb.py::TestZipBomb::test
4.85s setup    test_update.py::TestUpdate::test_update_rollback
4.47s setup    test_upsert.py::TestUpsert::test_copy_full
3.16s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
1.16s call     test_upsert.py::TestUpsert::test_count
1.12s call     test_upsert.py::TestUpsert::test_copy_partial
1.04s call     test_upsert.py::TestUpsert::test_copy_full
0.93s call     test_update.py::TestUpdate::test_update_rollback
0.71s call     test_update.py::TestUpdate::test_update_single_column
0.65s call     test_upsert.py::TestUpsert::test_partial_update
0.58s call     test_update.py::TestUpdate::test_update_single_row
0.43s call     test_upsert.py::TestUpsert::test_insert_nulls
0.42s call     test_upsert.py::TestUpsert::test_incorrect
0.01s setup    test_update.py::TestUpdate::test_update_single_row

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 518.66s (0:08:38) ========================
