============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/x2p4/003721/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=Mzk2N2ViY2QtZDZmMDJjOWEtNTQ4OTg3YTctMjM2Y2IxNGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e42a6177-952e-4583-9470-bc6b4f779d43, ghrun-65umex6azm.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e42a6177-952e-4583-9470-bc6b4f779d43, ghrun-65umex6azm.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=Mzk2N2ViY2QtZDZmMDJjOWEtNTQ4OTg3YTctMjM2Y2IxNGU=" 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, e42a6177-952e-4583-9470-bc6b4f779d43, ghrun-65umex6azm.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Mzk2N2ViY2QtZDZmMDJjOWEtNTQ4OTg3YTctMjM2Y2IxNGU=
---------------------------- 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=Mzk2N2ViY2QtZDZmMDJjOWEtNTQ4OTg3YTctMjM2Y2IxNGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c91efc6f-492e-442a-b802-677152901bf1, ghrun-65umex6azm.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c91efc6f-492e-442a-b802-677152901bf1, ghrun-65umex6azm.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=Mzk2N2ViY2QtZDZmMDJjOWEtNTQ4OTg3YTctMjM2Y2IxNGU=" 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, c91efc6f-492e-442a-b802-677152901bf1, ghrun-65umex6azm.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Mzk2N2ViY2QtZDZmMDJjOWEtNTQ4OTg3YTctMjM2Y2IxNGU=
---------------------------- 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=Mzk2N2ViY2QtZDZmMDJjOWEtNTQ4OTg3YTctMjM2Y2IxNGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c7b8f371-da9f-4449-9263-5ea56af20bfa, ghrun-65umex6azm.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c7b8f371-da9f-4449-9263-5ea56af20bfa, ghrun-65umex6azm.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=Mzk2N2ViY2QtZDZmMDJjOWEtNTQ4OTg3YTctMjM2Y2IxNGU=" 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, c7b8f371-da9f-4449-9263-5ea56af20bfa, ghrun-65umex6azm.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Mzk2N2ViY2QtZDZmMDJjOWEtNTQ4OTg3YTctMjM2Y2IxNGU=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
319.09s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
94.46s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
77.41s call     tablets_movement.py::TestTabletsMovement::test[ROW]
46.85s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
5.58s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
5.01s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.45s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.83s call     test_create.py::TestCreate::test_create_decimals
3.46s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.37s setup    test_create.py::TestCreate::test_create_all_opt_ints
0.72s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.54s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.40s call     test_create.py::TestCreate::test_create_all_opt_ints
0.32s call     test_create.py::TestCreate::test_create_all_req_ints
0.24s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.23s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.21s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.04s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.02s setup    data_read_correctness.py::TestDataReadCorrectness::test[table]
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion

(14 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 567.92s (0:09:27) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/x2p4/003720/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_create.py ....
test_cs_many_updates.py drop table: 55.8 ms
create table: 696.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 59.6
    "min_ms": 30.5
    "median_ms": 42.8
    "max_ms": 153.2
    "stdev_ms": 40.0
select count(*) after initial inserts: 277.1 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 94.1
    "min_ms": 42.7
    "median_ms": 88.4
    "max_ms": 193.7
    "stdev_ms": 28.9
select count(*) after all modifications: 5420.0 ms
select all: 5505.9 ms
delete from table: 5415.2 ms
select all after delete: 5440.8 ms
.drop table: 77.5 ms
create table: 892.6 ms
initial inserts:
    "runs": 10
    "avg_ms": 53.0
    "min_ms": 27.2
    "median_ms": 58.8
    "max_ms": 75.2
    "stdev_ms": 15.4
select count(*) after initial inserts: 230.3 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 113.9
    "min_ms": 47.6
    "median_ms": 107.1
    "max_ms": 301.3
    "stdev_ms": 41.5
updates (step 1):
    "runs": 200
    "avg_ms": 261.2
    "min_ms": 165.4
    "median_ms": 253.6
    "max_ms": 465.4
    "stdev_ms": 59.0
upserts (step 2):
    "runs": 200
    "avg_ms": 33.4
    "min_ms": 22.4
    "median_ms": 29.6
    "max_ms": 114.9
    "stdev_ms": 11.5
select count(*) after all modifications: 365.5 ms
select all: 383.1 ms
delete from table: 428.7 ms
select all after delete: 485.9 ms
.drop table: 46.7 ms
create table: 468.8 ms
initial inserts:
    "runs": 10
    "avg_ms": 35.3
    "min_ms": 29.7
    "median_ms": 34.5
    "max_ms": 47.8
    "stdev_ms": 5.9
select count(*) after initial inserts: 116.3 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 234.8
    "min_ms": 93.4
    "median_ms": 191.6
    "max_ms": 617.1
    "stdev_ms": 113.9
select count(*) after all modifications: 357.1 ms
select all: 386.9 ms
delete from table: 357.0 ms
select all after delete: 311.0 ms
.drop table: 68.9 ms
create table: 673.8 ms
initial inserts:
    "runs": 15
    "avg_ms": 49.3
    "min_ms": 27.6
    "median_ms": 45.5
    "max_ms": 73.0
    "stdev_ms": 15.5
select count(*) after initial inserts: 153.5 ms
updates (step 0):
    "runs": 150
    "avg_ms": 156.6
    "min_ms": 105.1
    "median_ms": 150.3
    "max_ms": 260.1
    "stdev_ms": 26.4
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 83.4
    "min_ms": 67.8
    "median_ms": 82.5
    "max_ms": 147.3
    "stdev_ms": 12.0
select count(*) after all modifications: 421.2 ms
select all: 400.8 ms
delete from table: 422.6 ms
select all after delete: 348.1 ms
.drop table: 38.3 ms
create table: 512.5 ms
initial inserts:
    "runs": 20
    "avg_ms": 34.1
    "min_ms": 27.9
    "median_ms": 32.0
    "max_ms": 53.2
    "stdev_ms": 6.0
select count(*) after initial inserts: 116.2 ms
updates (step 0):
    "runs": 200
    "avg_ms": 166.4
    "min_ms": 114.7
    "median_ms": 157.5
    "max_ms": 289.9
    "stdev_ms": 37.5
upserts (step 1):
    "runs": 200
    "avg_ms": 39.7
    "min_ms": 26.6
    "median_ms": 36.0
    "max_ms": 89.4
    "stdev_ms": 11.0
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 136.9
    "min_ms": 95.8
    "median_ms": 128.2
    "max_ms": 260.1
    "stdev_ms": 31.8
select count(*) after all modifications: 850.9 ms
select all: 707.6 ms
delete from table: 742.5 ms
select all after delete: 673.2 ms
.drop table: 52.3 ms
create table: 656.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 54.4
    "min_ms": 38.9
    "median_ms": 50.7
    "max_ms": 93.4
    "stdev_ms": 19.0
select count(*) after initial inserts: 188.2 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 43.3
    "min_ms": 22.3
    "median_ms": 33.9
    "max_ms": 492.3
    "stdev_ms": 29.2
select count(*) after all modifications: 322.6 ms
select all: 250.1 ms
delete from table: 263.6 ms
select all after delete: 227.9 ms
.Generated operation sequence:
  0. UPSERT: 15 operations
  1. UPSERT: 12 operations
  2. UPSERT: 1 operations
  3. BULK_UPSERT: 10 operations
  4. BULK_UPSERT: 13 operations
  5. UPSERT: 7 operations
  6. UPSERT: 10 operations
  7. UPSERT: 17 operations
  8. UPSERT: 3 operations
  9. UPDATE: 14 operations
drop table: 28.4 ms
create table: 402.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.9
    "min_ms": 26.0
    "median_ms": 29.6
    "max_ms": 35.4
    "stdev_ms": 2.7
select count(*) after initial inserts: 110.2 ms
upserts (step 0):
    "runs": 150
    "avg_ms": 26.6
    "min_ms": 22.9
    "median_ms": 26.5
    "max_ms": 35.7
    "stdev_ms": 2.0
upserts (step 1):
    "runs": 120
    "avg_ms": 28.3
    "min_ms": 23.3
    "median_ms": 27.7
    "max_ms": 49.5
    "stdev_ms": 3.1
upserts (step 2):
    "runs": 10
    "avg_ms": 27.1
    "min_ms": 24.5
    "median_ms": 27.1
    "max_ms": 29.4
    "stdev_ms": 1.6
bulk_upserts (step 3):
    "runs": 10
    "avg_ms": 50.9
    "min_ms": 47.2
    "median_ms": 51.3
    "max_ms": 58.7
    "stdev_ms": 3.3
bulk_upserts (step 4):
    "runs": 13
    "avg_ms": 49.4
    "min_ms": 44.4
    "median_ms": 50.1
    "max_ms": 52.4
    "stdev_ms": 2.5
upserts (step 5):
    "runs": 70
    "avg_ms": 26.5
    "min_ms": 22.5
    "median_ms": 26.4
    "max_ms": 37.4
    "stdev_ms": 2.2
upserts (step 6):
    "runs": 100
    "avg_ms": 26.6
    "min_ms": 21.3
    "median_ms": 26.3
    "max_ms": 43.0
    "stdev_ms": 3.2
upserts (step 7):
    "runs": 170
    "avg_ms": 26.4
    "min_ms": 22.2
    "median_ms": 25.9
    "max_ms": 37.3
    "stdev_ms": 2.4
upserts (step 8):
    "runs": 30
    "avg_ms": 27.3
    "min_ms": 23.3
    "median_ms": 26.7
    "max_ms": 38.1
    "stdev_ms": 3.1
updates (step 9):
    "runs": 140
    "avg_ms": 136.8
    "min_ms": 115.1
    "median_ms": 137.0
    "max_ms": 174.9
    "stdev_ms": 11.1
select count(*) after all modifications: 201.1 ms
select all: 234.0 ms
delete from table: 260.6 ms
select all after delete: 227.3 ms
.
test_delete.py .

============================== slowest durations ===============================
237.26s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
73.72s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
70.49s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
59.24s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
45.84s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
39.56s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
35.07s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
6.09s setup    test_create.py::TestCreate::test_create_real_opt
5.11s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.73s setup    test_delete.py::TestDelete::test_delete_rollback
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.13s call     test_create.py::TestCreate::test_create_real_req
1.12s call     test_create.py::TestCreate::test_create_real_opt
0.84s call     test_delete.py::TestDelete::test_delete_rollback
0.79s 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[bulk_upsert_update_upsert]
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.02s call     test_create.py::TestCreate::test_dy_number_not_supported
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s setup    test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 584.77s (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/x2p4/003723/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 ===============================
6.96s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.77s call     test_delete.py::TestDelete::test_delete_where[True-0]
1.68s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
1.59s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
1.53s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
1.48s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.41s call     test_delete.py::TestDelete::test_delete_where[False-100]
1.37s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
1.36s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
1.27s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
1.25s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
1.24s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
1.16s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.09s setup    test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.09s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.05s setup    test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.01s teardown test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.01s teardown test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.01s teardown test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 28.17s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/x2p4/00371b/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 ===============================
8.79s setup    test_delete.py::TestDelete::test_incorrect
7.70s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
2.94s call     test_insert.py::TestInsertStatement::test_copy_full
2.50s call     test_insert.py::TestInsertStatement::test_copy_partial
2.17s call     test_insert.py::TestInsertStatement::test_insert_rollback
1.37s call     test_insert.py::TestInsertStatement::test_bulk
1.33s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
1.29s call     test_delete.py::TestDelete::test_incorrect
1.25s call     test_insert.py::TestInsertStatement::test_plain
1.14s call     test_insert.py::TestInsertStatement::test_duplicate
1.08s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
1.07s call     test_insert.py::TestInsertStatement::test_incorrect
0.87s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.79s call     test_insert.py::TestInsertStatement::test_out_of_range
0.11s setup    test_insert.py::TestInsertStatement::test_insert_rollback
0.10s setup    test_insert.py::TestInsertStatement::test_plain
0.10s setup    test_insert.py::TestInsertStatement::test_bulk
0.07s setup    test_insert.py::TestInsertStatement::test_incorrect
0.06s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.05s setup    test_insert.py::TestInsertStatement::test_out_of_range
0.05s setup    test_insert.py::TestInsertStatement::test_duplicate
0.04s teardown test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.03s setup    test_insert.py::TestInsertStatement::test_copy_full
0.02s setup    test_insert.py::TestInsertStatement::test_copy_partial

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

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

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:702: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/x2p4/00371c/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/x2p4/00371c/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-19T16:19:02.123496Z): source_id=279;tablet_id=72075186224037977;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA79E755
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA796C96
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB62CFC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD60DB6B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DF2258
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DF1FAF
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5E8C7D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141CED5B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14E15B87
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D66993
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D66993
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D637B3
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D6A267
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141ECB48
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CD22225
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5CFED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB61DA74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB621B34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB621740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB62232E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7A03AC
E   21. ??:0: ?? @ 0x7F6F07DF7AC2
E   22. ??:0: ?? @ 0x7F6F07E898BF
------------------------------ 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/x2p4/00371c/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/x2p4/00371c/ydb/apps/ydb/ydb -e grpc://localhost:10028 -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/x2p4/00371c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:10028', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3650967
DEBUG    ya.test:process.py:259 Command (pid 3650967) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3650967) elapsed time (sec): 0.5453023910522461
DEBUG    ya.test:process.py:263 Command (pid 3650967) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) maxrss: 504808
DEBUG    ya.test:process.py:263 Command (pid 3650967) minflt: 3545
DEBUG    ya.test:process.py:263 Command (pid 3650967) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) nivcsw: 46
DEBUG    ya.test:process.py:263 Command (pid 3650967) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) nvcsw: 155
DEBUG    ya.test:process.py:263 Command (pid 3650967) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3650967) stime: 0.020895999999999998
DEBUG    ya.test:process.py:263 Command (pid 3650967) utime: 0.062688
DEBUG    ya.test:process.py:263 Command (pid 3650967) wtime: 0.557
DEBUG    ya.test:process.py:275 Command (pid 3650967) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3650967) 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/x2p4/00371c/ydb/apps/ydb/ydb -e grpc://localhost:10028 -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/x2p4/00371c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:10028', '-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: 3651075
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, f6a3eeb5-ba47-4729-8b66-c2e8580b5ae6, localhost:6820): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f6a3eeb5-ba47-4729-8b66-c2e8580b5ae6, localhost:6820): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f6a3eeb5-ba47-4729-8b66-c2e8580b5ae6, localhost:6820): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-65umex6azm.auto.internal" port: 6820 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-65umex6azm.auto.internal:6820, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6820
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 3651075) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3651075) elapsed time (sec): 30.334994077682495
DEBUG    ya.test:process.py:263 Command (pid 3651075) wtime: 30.344
DEBUG    ya.test:process.py:275 Command (pid 3651075) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    295	295	0	0	31	54	62	70
2	    301	301	0	0	31	56	83	88
3	    299	299	0	0	31	53	77	80
4	    291	291	0	0	30	59	69	72
5	    373	373	0	0	24	44	58	69
6	    385	385	0	0	24	41	56	63
7	    374	374	0	0	25	46	64	67
8	    367	367	0	0	25	41	47	54
9	    365	365	0	0	24	50	68	74
10	    324	324	0	0	27	50	66	74
11	    342	342	0	0	26	56	73	103
12	    326	326	0	0	28	47	61	62
13	    299	299	0	0	32	50	56	61
14	    365	365	0	0	25	47	61	66
15	    335	335	0	0	27	50	58	68
16	    325	325	0	0	28	48	60	67
17	    308	308	0	0	30	52	59	63
18	    338	338	0	0	26	48	53	60
19	    358	358	0	0	24	47	60	64
20	    377	377	0	0	24	39	60	80
21	    387	387	0	0	24	38	44	50
22	    359	359	0	0	26	40	61	63
23	    375	375	0	0	25	39	47	53
24	    367	367	0	0	24	45	53	64
25	    356	356	0	0	25	47	52	56
26	    346	346	0	0	27	41	66	73
27	    344	344	0	0	27	44	56	60
28	    366	366	0	0	25	49	55	72
29	    344	344	0	0	28	41	46	52
30	    318	318	0	0	29	52	74	89

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  10309	343.633	0	0	26	48	63	103

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjEzZDFlMzQtOGIyNTFlYzQtMzI4ZDU0ZWEtZmY3ZTBmZGI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9966e1be-b998-49f7-a5b8-d6701a1e41c0, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9966e1be-b998-49f7-a5b8-d6701a1e41c0, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=YjEzZDFlMzQtOGIyNTFlYzQtMzI4ZDU0ZWEtZmY3ZTBmZGI=" 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, 9966e1be-b998-49f7-a5b8-d6701a1e41c0, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjEzZDFlMzQtOGIyNTFlYzQtMzI4ZDU0ZWEtZmY3ZTBmZGI=
INFO     root:test_log_scenario.py:217 Count rows after insert 10078 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjMxNTUzYmMtMTg5YWEyMC01MjM2ZTFiZi00MTI0YTZkNA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b261971d-8220-4782-9953-b1a4c8a5a93d, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b261971d-8220-4782-9953-b1a4c8a5a93d, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=NjMxNTUzYmMtMTg5YWEyMC01MjM2ZTFiZi00MTI0YTZkNA==" 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, b261971d-8220-4782-9953-b1a4c8a5a93d, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjMxNTUzYmMtMTg5YWEyMC01MjM2ZTFiZi00MTI0YTZkNA==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTc2ZmZhYmEtZjAwZjQ3ODYtOTI2YTdiY2YtMzkwNmNkMDg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 45c09c80-b9fd-41ba-9c64-24d1d5dce74f, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 45c09c80-b9fd-41ba-9c64-24d1d5dce74f, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=YTc2ZmZhYmEtZjAwZjQ3ODYtOTI2YTdiY2YtMzkwNmNkMDg=" 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, 45c09c80-b9fd-41ba-9c64-24d1d5dce74f, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTc2ZmZhYmEtZjAwZjQ3ODYtOTI2YTdiY2YtMzkwNmNkMDg=
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/x2p4/00371c/ydb/apps/ydb/ydb -e grpc://localhost:10028 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/x2p4/00371c/ydb/apps/ydb/ydb -e grpc://localhost:10028 -d /Root workload log --path log run insert --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.13
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=M2QzN2U0ZmYtY2Q2YzZlYTUtYTE3OTEwNTctMTkyNjgzOTc=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/x2p4/00371c/ydb/apps/ydb/ydb -e grpc://localhost:10028 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c2cde8cd-85ae-4e00-a2cc-264ad3cce241, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTJhZGMxYTEtODIzZjc5ZWEtOTRlYzZmMjctODI4MGU4Zjc=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c2cde8cd-85ae-4e00-a2cc-264ad3cce241, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=M2QzN2U0ZmYtY2Q2YzZlYTUtYTE3OTEwNTctMTkyNjgzOTc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDljMjU1YzktODFmNWRiYjgtOTM5NGI2MmItNjY0YzJhMGI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9c542aae-a940-4033-a726-9673b8195687, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/x2p4/00371c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:10028', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/x2p4/00371c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:10028', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c2cde8cd-85ae-4e00-a2cc-264ad3cce241, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9c542aae-a940-4033-a726-9673b8195687, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=ZTJhZGMxYTEtODIzZjc5ZWEtOTRlYzZmMjctODI4MGU4Zjc=" 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=NmU4MWQ0MDMtYzRlMDIxMmYtNDZiMThiNzEtNmQ2YjVkMzI=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:628 Command pid: 3661130
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9c542aae-a940-4033-a726-9673b8195687, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9f425cae-fa1a-4f6c-ba0b-5a4927c99326, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ya.test:process.py:628 Command pid: 3661139
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 019eae8f-8e1c-4b62-9400-9118509399d1, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/x2p4/00371c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:10028', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGI1N2ZhZGYtYTFjYTJmZWYtZTkwOTdkLTY4NjRmNGUz
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9f425cae-fa1a-4f6c-ba0b-5a4927c99326, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=NDljMjU1YzktODFmNWRiYjgtOTM5NGI2MmItNjY0YzJhMGI=" 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, 019eae8f-8e1c-4b62-9400-9118509399d1, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=NmU4MWQ0MDMtYzRlMDIxMmYtNDZiMThiNzEtNmQ2YjVkMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 3661168
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4c5ed22c-66fb-4992-b816-b821cf0110b9, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4c5ed22c-66fb-4992-b816-b821cf0110b9, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=OGI1N2ZhZGYtYTFjYTJmZWYtZTkwOTdkLTY4NjRmNGUz" 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, 019eae8f-8e1c-4b62-9400-9118509399d1, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWE0NGYxOWYtYzAyOGU1NjItZTU1OGU0ZTQtNmY3MjFiYTM=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9f425cae-fa1a-4f6c-ba0b-5a4927c99326, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4c5ed22c-66fb-4992-b816-b821cf0110b9, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a5534d15-8fd5-41dc-9bb7-d6840c464ceb, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjNiOWJkZDktODkzMmUwMjQtNTAyMjEwMTktNzU3YTc3NGU=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a5534d15-8fd5-41dc-9bb7-d6840c464ceb, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=MWE0NGYxOWYtYzAyOGU1NjItZTU1OGU0ZTQtNmY3MjFiYTM=" 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, d3beec63-f892-4d40-9488-216fb3d814cd, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d3beec63-f892-4d40-9488-216fb3d814cd, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=NjNiOWJkZDktODkzMmUwMjQtNTAyMjEwMTktNzU3YTc3NGU=" 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, a5534d15-8fd5-41dc-9bb7-d6840c464ceb, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjEzZDFlMzQtOGIyNTFlYzQtMzI4ZDU0ZWEtZmY3ZTBmZGI=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d3beec63-f892-4d40-9488-216fb3d814cd, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bb2c7911-ea06-41b5-b30a-c3bdb4cef20e, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bb2c7911-ea06-41b5-b30a-c3bdb4cef20e, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=YjEzZDFlMzQtOGIyNTFlYzQtMzI4ZDU0ZWEtZmY3ZTBmZGI=" 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, bb2c7911-ea06-41b5-b30a-c3bdb4cef20e, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjMxNTUzYmMtMTg5YWEyMC01MjM2ZTFiZi00MTI0YTZkNA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ebf60627-1c97-4fe2-b0d3-7248af32fd16, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTc2ZmZhYmEtZjAwZjQ3ODYtOTI2YTdiY2YtMzkwNmNkMDg=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ebf60627-1c97-4fe2-b0d3-7248af32fd16, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=NjMxNTUzYmMtMTg5YWEyMC01MjM2ZTFiZi00MTI0YTZkNA==" 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, e7b16199-5e42-45df-9661-567f3daf7690, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e7b16199-5e42-45df-9661-567f3daf7690, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=YTc2ZmZhYmEtZjAwZjQ3ODYtOTI2YTdiY2YtMzkwNmNkMDg=" 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, ebf60627-1c97-4fe2-b0d3-7248af32fd16, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e7b16199-5e42-45df-9661-567f3daf7690, ghrun-65umex6azm.auto.internal:10028): 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, a40f1517-aac6-466d-a0e3-311242ef795e, localhost:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a40f1517-aac6-466d-a0e3-311242ef795e, localhost:10028): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a40f1517-aac6-466d-a0e3-311242ef795e, localhost:10028): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-65umex6azm.auto.internal" port: 10028 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-65umex6azm.auto.internal:10028, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 339d5475-047f-4650-8133-3608e575ad84, ghrun-65umex6azm.auto.internal:10028): 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:10028 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T16:19:08.439027729+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e587b207-f9ba-412b-a72a-fbdd634d1f46, ghrun-65umex6azm.auto.internal:10028): 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:10028 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T16:19:08.439010483+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-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9af2ed23-dba9-4f22-8f08-17297e263111, ghrun-65umex6azm.auto.internal:10028): 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:10028 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T16:19:08.438926733+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d3beec63-f892-4d40-9488-216fb3d814cd, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439152028+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-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 019eae8f-8e1c-4b62-9400-9118509399d1, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439098091+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4c5ed22c-66fb-4992-b816-b821cf0110b9, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439113389+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c85d558c-deaa-480f-a29e-ff8d99495114, ghrun-65umex6azm.auto.internal:10028): 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:10028 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T16:19:08.438991262+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 94261064-b3b1-4598-82af-86eecdac5d02, ghrun-65umex6azm.auto.internal:10028): 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:10028 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T16:19:08.438873048+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a5534d15-8fd5-41dc-9bb7-d6840c464ceb, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439128303+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ebf60627-1c97-4fe2-b0d3-7248af32fd16, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439181829+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bd2a884f-afa5-4928-b65d-5539f3af0feb, ghrun-65umex6azm.auto.internal:10028): 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:10028 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T16:19:08.438972087+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9c5809f3-6dfe-43a9-9fa8-ec83fc127dcc, ghrun-65umex6azm.auto.internal:10028): 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:10028 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T16:19:08.438910772+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ee5ed4fc-ec9b-4bdb-99ee-49075ef096ca, ghrun-65umex6azm.auto.internal:10028): 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:10028 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T16:19:08.438941396+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9f425cae-fa1a-4f6c-ba0b-5a4927c99326, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439083177+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e7b16199-5e42-45df-9661-567f3daf7690, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439199798+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 07ec9e0b-0dfa-4b75-a1cb-ca9ed1118bdf, ghrun-65umex6azm.auto.internal:10028): 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:10028 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T16:19:08.4387576+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bb2c7911-ea06-41b5-b30a-c3bdb4cef20e, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439167702+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a7b1dc5a-3ee4-4648-9153-254ce4c44151, ghrun-65umex6azm.auto.internal:10028): 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:10028 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T16:19:08.438894185+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c2cde8cd-85ae-4e00-a2cc-264ad3cce241, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439041402+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjNiOWJkZDktODkzMmUwMjQtNTAyMjEwMTktNzU3YTc3NGU=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9c542aae-a940-4033-a726-9673b8195687, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439059125+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
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.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGI1N2ZhZGYtYTFjYTJmZWYtZTkwOTdkLTY4NjRmNGUz
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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.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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3661139) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3661139) elapsed time (sec): 30.201769590377808
DEBUG    ya.test:process.py:263 Command (pid 3661139) wtime: 30.318
DEBUG    ya.test:process.py:275 Command (pid 3661139) 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	      1	1	0	10	227	227	227	227
3	      0	0	0	10	0	0	0	0
4	      1	1	0	10	147	147	147	147
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	165	0	0	0	0
8	      0	0	0	1360	0	0	0	0
9	      0	0	0	1167	0	0	0	0
10	      0	0	0	941	0	0	0	0
11	      0	0	0	1024	0	0	0	0
12	      0	0	0	970	0	0	0	0
13	      0	0	0	841	0	0	0	0
14	      0	0	0	808	0	0	0	0
15	      0	0	0	746	0	0	0	0
16	      0	0	0	840	0	0	0	0
17	      0	0	0	995	0	0	0	0
18	      0	0	0	1146	0	0	0	0
19	      0	0	0	906	0	0	0	0
20	      0	0	0	816	0	0	0	0
21	      0	0	0	900	0	0	0	0
22	      0	0	0	1164	0	0	0	0
23	      0	0	0	1295	0	0	0	0
24	      0	0	0	1051	0	0	0	0
25	      0	0	0	917	0	0	0	0
26	      0	0	0	907	0	0	0	0
27	      0	0	0	1403	0	0	0	0
28	      0	0	0	1118	0	0	0	0
29	      0	0	0	923	0	0	0	0
30	      0	0	0	1057	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      2	0.0666667	0	23510	147	227	227	227

DEBUG    ya.test:process.py:276 Command (pid 3661139) 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 3661130) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3661130) elapsed time (sec): 30.21982431411743
DEBUG    ya.test:process.py:263 Command (pid 3661130) wtime: 30.328
DEBUG    ya.test:process.py:275 Command (pid 3661130) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	469	535	535	535
2	     78	78	0	0	115	723	739	743
3	     67	67	0	0	149	225	228	230
4	     87	87	0	0	106	186	194	209
5	    114	114	0	0	83	152	166	180
6	     93	93	0	0	75	212	279	317
7	      4	4	0	77	313	359	359	359
8	      0	0	0	1157	0	0	0	0
9	      0	0	0	857	0	0	0	0
10	      0	0	0	780	0	0	0	0
11	      0	0	0	858	0	0	0	0
12	      0	0	0	833	0	0	0	0
13	      0	0	0	707	0	0	0	0
14	      0	0	0	930	0	0	0	0
15	      0	0	0	844	0	0	0	0
16	      0	0	0	951	0	0	0	0
17	      0	0	0	1221	0	0	0	0
18	      0	0	0	1100	0	0	0	0
19	      0	0	0	866	0	0	0	0
20	      0	0	0	905	0	0	0	0
21	      0	0	0	760	0	0	0	0
22	      0	0	0	944	0	0	0	0
23	      0	0	0	1274	0	0	0	0
24	      0	0	0	831	0	0	0	0
25	      0	0	0	967	0	0	0	0
26	      0	0	0	845	0	0	0	0
27	      0	0	0	1252	0	0	0	0
28	      0	0	0	910	0	0	0	0
29	      0	0	0	988	0	0	0	0
30	      0	0	0	1016	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    453	15.1	0	21873	99	313	715	743

DEBUG    ya.test:process.py:276 Command (pid 3661130) 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 3661168) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3661168) elapsed time (sec): 30.343173027038574
DEBUG    ya.test:process.py:263 Command (pid 3661168) wtime: 30.349
DEBUG    ya.test:process.py:275 Command (pid 3661168) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      1	1	0	0	987	987	987	987
2	     70	70	0	0	141	1015	1023	1039
3	     54	54	0	0	191	255	261	267
4	     64	64	0	0	151	211	224	236
5	     99	99	0	0	86	181	193	215
6	     52	52	0	0	112	343	383	387
7	      0	0	0	381	0	0	0	0
8	      0	0	0	996	0	0	0	0
9	      0	0	0	1043	0	0	0	0
10	      0	0	0	1147	0	0	0	0
11	      0	0	0	1119	0	0	0	0
12	      0	0	0	950	0	0	0	0
13	      0	0	0	880	0	0	0	0
14	      0	0	0	782	0	0	0	0
15	      0	0	0	810	0	0	0	0
16	      0	0	0	885	0	0	0	0
17	      0	0	0	1051	0	0	0	0
18	      0	0	0	1195	0	0	0	0
19	      0	0	0	807	0	0	0	0
20	      0	0	0	834	0	0	0	0
21	      0	0	0	962	0	0	0	0
22	      0	0	0	1203	0	0	0	0
23	      0	0	0	1203	0	0	0	0
24	      0	0	0	1076	0	0	0	0
25	      0	0	0	847	0	0	0	0
26	      0	0	0	1101	0	0	0	0
27	      0	0	0	1341	0	0	0	0
28	      0	0	0	841	0	0	0	0
29	      0	0	0	943	0	0	0	0
30	      0	0	0	1094	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    340	11.3333	0	23491	132	269	1015	1039

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 751e52de-46db-4f01-bdb7-f3c7ffa485b2, localhost:6820): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 751e52de-46db-4f01-bdb7-f3c7ffa485b2, localhost:6820): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 751e52de-46db-4f01-bdb7-f3c7ffa485b2, localhost:6820): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-65umex6azm.auto.internal" port: 6820 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-65umex6azm.auto.internal:6820, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6820
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8dc2ff66-a95f-4f3d-a36c-4d949ac7c0ab, localhost:6820): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8dc2ff66-a95f-4f3d-a36c-4d949ac7c0ab, localhost:6820): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8dc2ff66-a95f-4f3d-a36c-4d949ac7c0ab, localhost:6820): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-65umex6azm.auto.internal" port: 6820 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-65umex6azm.auto.internal:6820, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6820
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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, f80e8cba-25ac-4b0f-b664-64a2783ec181, localhost:6820): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f80e8cba-25ac-4b0f-b664-64a2783ec181, localhost:6820): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f80e8cba-25ac-4b0f-b664-64a2783ec181, localhost:6820): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-65umex6azm.auto.internal" port: 6820 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-65umex6azm.auto.internal:6820, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6820
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-65umex6azm'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/x2p4/00371c/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.3627939' in '/home/runner/.ya/build/build_root/x2p4/00371c/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_q742m8x9.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:10028/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12228
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8793
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18329
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10028
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19895
=================================== 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/x2p4/00371c/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/x2p4/00371c/ydb/apps/ydb/ydb -e grpc://localhost:10028 -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/x2p4/00371c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:10028', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3650967
DEBUG    ya.test:process.py:259 Command (pid 3650967) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3650967) elapsed time (sec): 0.5453023910522461
DEBUG    ya.test:process.py:263 Command (pid 3650967) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) maxrss: 504808
DEBUG    ya.test:process.py:263 Command (pid 3650967) minflt: 3545
DEBUG    ya.test:process.py:263 Command (pid 3650967) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) nivcsw: 46
DEBUG    ya.test:process.py:263 Command (pid 3650967) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3650967) nvcsw: 155
DEBUG    ya.test:process.py:263 Command (pid 3650967) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3650967) stime: 0.020895999999999998
DEBUG    ya.test:process.py:263 Command (pid 3650967) utime: 0.062688
DEBUG    ya.test:process.py:263 Command (pid 3650967) wtime: 0.557
DEBUG    ya.test:process.py:275 Command (pid 3650967) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3650967) 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/x2p4/00371c/ydb/apps/ydb/ydb -e grpc://localhost:10028 -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/x2p4/00371c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:10028', '-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: 3651075
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, f6a3eeb5-ba47-4729-8b66-c2e8580b5ae6, localhost:6820): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f6a3eeb5-ba47-4729-8b66-c2e8580b5ae6, localhost:6820): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f6a3eeb5-ba47-4729-8b66-c2e8580b5ae6, localhost:6820): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-65umex6azm.auto.internal" port: 6820 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-65umex6azm.auto.internal:6820, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6820
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 3651075) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3651075) elapsed time (sec): 30.334994077682495
DEBUG    ya.test:process.py:263 Command (pid 3651075) wtime: 30.344
DEBUG    ya.test:process.py:275 Command (pid 3651075) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    295	295	0	0	31	54	62	70
2	    301	301	0	0	31	56	83	88
3	    299	299	0	0	31	53	77	80
4	    291	291	0	0	30	59	69	72
5	    373	373	0	0	24	44	58	69
6	    385	385	0	0	24	41	56	63
7	    374	374	0	0	25	46	64	67
8	    367	367	0	0	25	41	47	54
9	    365	365	0	0	24	50	68	74
10	    324	324	0	0	27	50	66	74
11	    342	342	0	0	26	56	73	103
12	    326	326	0	0	28	47	61	62
13	    299	299	0	0	32	50	56	61
14	    365	365	0	0	25	47	61	66
15	    335	335	0	0	27	50	58	68
16	    325	325	0	0	28	48	60	67
17	    308	308	0	0	30	52	59	63
18	    338	338	0	0	26	48	53	60
19	    358	358	0	0	24	47	60	64
20	    377	377	0	0	24	39	60	80
21	    387	387	0	0	24	38	44	50
22	    359	359	0	0	26	40	61	63
23	    375	375	0	0	25	39	47	53
24	    367	367	0	0	24	45	53	64
25	    356	356	0	0	25	47	52	56
26	    346	346	0	0	27	41	66	73
27	    344	344	0	0	27	44	56	60
28	    366	366	0	0	25	49	55	72
29	    344	344	0	0	28	41	46	52
30	    318	318	0	0	29	52	74	89

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  10309	343.633	0	0	26	48	63	103

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjEzZDFlMzQtOGIyNTFlYzQtMzI4ZDU0ZWEtZmY3ZTBmZGI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9966e1be-b998-49f7-a5b8-d6701a1e41c0, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9966e1be-b998-49f7-a5b8-d6701a1e41c0, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=YjEzZDFlMzQtOGIyNTFlYzQtMzI4ZDU0ZWEtZmY3ZTBmZGI=" 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, 9966e1be-b998-49f7-a5b8-d6701a1e41c0, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjEzZDFlMzQtOGIyNTFlYzQtMzI4ZDU0ZWEtZmY3ZTBmZGI=
INFO     root:test_log_scenario.py:217 Count rows after insert 10078 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjMxNTUzYmMtMTg5YWEyMC01MjM2ZTFiZi00MTI0YTZkNA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b261971d-8220-4782-9953-b1a4c8a5a93d, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b261971d-8220-4782-9953-b1a4c8a5a93d, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=NjMxNTUzYmMtMTg5YWEyMC01MjM2ZTFiZi00MTI0YTZkNA==" 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, b261971d-8220-4782-9953-b1a4c8a5a93d, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjMxNTUzYmMtMTg5YWEyMC01MjM2ZTFiZi00MTI0YTZkNA==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTc2ZmZhYmEtZjAwZjQ3ODYtOTI2YTdiY2YtMzkwNmNkMDg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 45c09c80-b9fd-41ba-9c64-24d1d5dce74f, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 45c09c80-b9fd-41ba-9c64-24d1d5dce74f, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=YTc2ZmZhYmEtZjAwZjQ3ODYtOTI2YTdiY2YtMzkwNmNkMDg=" 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, 45c09c80-b9fd-41ba-9c64-24d1d5dce74f, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTc2ZmZhYmEtZjAwZjQ3ODYtOTI2YTdiY2YtMzkwNmNkMDg=
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/x2p4/00371c/ydb/apps/ydb/ydb -e grpc://localhost:10028 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/x2p4/00371c/ydb/apps/ydb/ydb -e grpc://localhost:10028 -d /Root workload log --path log run insert --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.13
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=M2QzN2U0ZmYtY2Q2YzZlYTUtYTE3OTEwNTctMTkyNjgzOTc=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/x2p4/00371c/ydb/apps/ydb/ydb -e grpc://localhost:10028 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c2cde8cd-85ae-4e00-a2cc-264ad3cce241, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTJhZGMxYTEtODIzZjc5ZWEtOTRlYzZmMjctODI4MGU4Zjc=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c2cde8cd-85ae-4e00-a2cc-264ad3cce241, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=M2QzN2U0ZmYtY2Q2YzZlYTUtYTE3OTEwNTctMTkyNjgzOTc=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDljMjU1YzktODFmNWRiYjgtOTM5NGI2MmItNjY0YzJhMGI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9c542aae-a940-4033-a726-9673b8195687, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/x2p4/00371c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:10028', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/x2p4/00371c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:10028', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c2cde8cd-85ae-4e00-a2cc-264ad3cce241, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9c542aae-a940-4033-a726-9673b8195687, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=ZTJhZGMxYTEtODIzZjc5ZWEtOTRlYzZmMjctODI4MGU4Zjc=" 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=NmU4MWQ0MDMtYzRlMDIxMmYtNDZiMThiNzEtNmQ2YjVkMzI=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:628 Command pid: 3661130
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9c542aae-a940-4033-a726-9673b8195687, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9f425cae-fa1a-4f6c-ba0b-5a4927c99326, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ya.test:process.py:628 Command pid: 3661139
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 019eae8f-8e1c-4b62-9400-9118509399d1, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/x2p4/00371c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:10028', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGI1N2ZhZGYtYTFjYTJmZWYtZTkwOTdkLTY4NjRmNGUz
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9f425cae-fa1a-4f6c-ba0b-5a4927c99326, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=NDljMjU1YzktODFmNWRiYjgtOTM5NGI2MmItNjY0YzJhMGI=" 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, 019eae8f-8e1c-4b62-9400-9118509399d1, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=NmU4MWQ0MDMtYzRlMDIxMmYtNDZiMThiNzEtNmQ2YjVkMzI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 3661168
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4c5ed22c-66fb-4992-b816-b821cf0110b9, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4c5ed22c-66fb-4992-b816-b821cf0110b9, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=OGI1N2ZhZGYtYTFjYTJmZWYtZTkwOTdkLTY4NjRmNGUz" 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, 019eae8f-8e1c-4b62-9400-9118509399d1, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWE0NGYxOWYtYzAyOGU1NjItZTU1OGU0ZTQtNmY3MjFiYTM=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9f425cae-fa1a-4f6c-ba0b-5a4927c99326, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4c5ed22c-66fb-4992-b816-b821cf0110b9, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a5534d15-8fd5-41dc-9bb7-d6840c464ceb, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjNiOWJkZDktODkzMmUwMjQtNTAyMjEwMTktNzU3YTc3NGU=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a5534d15-8fd5-41dc-9bb7-d6840c464ceb, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=MWE0NGYxOWYtYzAyOGU1NjItZTU1OGU0ZTQtNmY3MjFiYTM=" 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, d3beec63-f892-4d40-9488-216fb3d814cd, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d3beec63-f892-4d40-9488-216fb3d814cd, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=NjNiOWJkZDktODkzMmUwMjQtNTAyMjEwMTktNzU3YTc3NGU=" 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, a5534d15-8fd5-41dc-9bb7-d6840c464ceb, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjEzZDFlMzQtOGIyNTFlYzQtMzI4ZDU0ZWEtZmY3ZTBmZGI=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d3beec63-f892-4d40-9488-216fb3d814cd, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, bb2c7911-ea06-41b5-b30a-c3bdb4cef20e, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bb2c7911-ea06-41b5-b30a-c3bdb4cef20e, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=YjEzZDFlMzQtOGIyNTFlYzQtMzI4ZDU0ZWEtZmY3ZTBmZGI=" 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, bb2c7911-ea06-41b5-b30a-c3bdb4cef20e, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjMxNTUzYmMtMTg5YWEyMC01MjM2ZTFiZi00MTI0YTZkNA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ebf60627-1c97-4fe2-b0d3-7248af32fd16, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTc2ZmZhYmEtZjAwZjQ3ODYtOTI2YTdiY2YtMzkwNmNkMDg=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ebf60627-1c97-4fe2-b0d3-7248af32fd16, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=NjMxNTUzYmMtMTg5YWEyMC01MjM2ZTFiZi00MTI0YTZkNA==" 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, e7b16199-5e42-45df-9661-567f3daf7690, ghrun-65umex6azm.auto.internal:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e7b16199-5e42-45df-9661-567f3daf7690, ghrun-65umex6azm.auto.internal:10028): request = { session_id: "ydb://session/3?node_id=1&id=YTc2ZmZhYmEtZjAwZjQ3ODYtOTI2YTdiY2YtMzkwNmNkMDg=" 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, ebf60627-1c97-4fe2-b0d3-7248af32fd16, ghrun-65umex6azm.auto.internal:10028): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e7b16199-5e42-45df-9661-567f3daf7690, ghrun-65umex6azm.auto.internal:10028): 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, a40f1517-aac6-466d-a0e3-311242ef795e, localhost:10028): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a40f1517-aac6-466d-a0e3-311242ef795e, localhost:10028): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a40f1517-aac6-466d-a0e3-311242ef795e, localhost:10028): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-65umex6azm.auto.internal" port: 10028 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-65umex6azm.auto.internal:10028, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 339d5475-047f-4650-8133-3608e575ad84, ghrun-65umex6azm.auto.internal:10028): 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:10028 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T16:19:08.439027729+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e587b207-f9ba-412b-a72a-fbdd634d1f46, ghrun-65umex6azm.auto.internal:10028): 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:10028 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T16:19:08.439010483+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-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9af2ed23-dba9-4f22-8f08-17297e263111, ghrun-65umex6azm.auto.internal:10028): 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:10028 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T16:19:08.438926733+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d3beec63-f892-4d40-9488-216fb3d814cd, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439152028+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-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 019eae8f-8e1c-4b62-9400-9118509399d1, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439098091+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4c5ed22c-66fb-4992-b816-b821cf0110b9, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439113389+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c85d558c-deaa-480f-a29e-ff8d99495114, ghrun-65umex6azm.auto.internal:10028): 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:10028 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T16:19:08.438991262+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 94261064-b3b1-4598-82af-86eecdac5d02, ghrun-65umex6azm.auto.internal:10028): 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:10028 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T16:19:08.438873048+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a5534d15-8fd5-41dc-9bb7-d6840c464ceb, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439128303+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ebf60627-1c97-4fe2-b0d3-7248af32fd16, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439181829+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bd2a884f-afa5-4928-b65d-5539f3af0feb, ghrun-65umex6azm.auto.internal:10028): 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:10028 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T16:19:08.438972087+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9c5809f3-6dfe-43a9-9fa8-ec83fc127dcc, ghrun-65umex6azm.auto.internal:10028): 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:10028 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T16:19:08.438910772+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ee5ed4fc-ec9b-4bdb-99ee-49075ef096ca, ghrun-65umex6azm.auto.internal:10028): 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:10028 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T16:19:08.438941396+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9f425cae-fa1a-4f6c-ba0b-5a4927c99326, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439083177+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e7b16199-5e42-45df-9661-567f3daf7690, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439199798+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 07ec9e0b-0dfa-4b75-a1cb-ca9ed1118bdf, ghrun-65umex6azm.auto.internal:10028): 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:10028 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T16:19:08.4387576+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bb2c7911-ea06-41b5-b30a-c3bdb4cef20e, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439167702+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a7b1dc5a-3ee4-4648-9153-254ce4c44151, ghrun-65umex6azm.auto.internal:10028): 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:10028 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T16:19:08.438894185+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c2cde8cd-85ae-4e00-a2cc-264ad3cce241, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439041402+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjNiOWJkZDktODkzMmUwMjQtNTAyMjEwMTktNzU3YTc3NGU=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9c542aae-a940-4033-a726-9673b8195687, ghrun-65umex6azm.auto.internal:10028): 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-19T16:19:08.439059125+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
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.connection:connection.py:549 Closing channel for endpoint ghrun-65umex6azm.auto.internal:10028
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGI1N2ZhZGYtYTFjYTJmZWYtZTkwOTdkLTY4NjRmNGUz
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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.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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3661139) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3661139) elapsed time (sec): 30.201769590377808
DEBUG    ya.test:process.py:263 Command (pid 3661139) wtime: 30.318
DEBUG    ya.test:process.py:275 Command (pid 3661139) 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	      1	1	0	10	227	227	227	227
3	      0	0	0	10	0	0	0	0
4	      1	1	0	10	147	147	147	147
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	165	0	0	0	0
8	      0	0	0	1360	0	0	0	0
9	      0	0	0	1167	0	0	0	0
10	      0	0	0	941	0	0	0	0
11	      0	0	0	1024	0	0	0	0
12	      0	0	0	970	0	0	0	0
13	      0	0	0	841	0	0	0	0
14	      0	0	0	808	0	0	0	0
15	      0	0	0	746	0	0	0	0
16	      0	0	0	840	0	0	0	0
17	      0	0	0	995	0	0	0	0
18	      0	0	0	1146	0	0	0	0
19	      0	0	0	906	0	0	0	0
20	      0	0	0	816	0	0	0	0
21	      0	0	0	900	0	0	0	0
22	      0	0	0	1164	0	0	0	0
23	      0	0	0	1295	0	0	0	0
24	      0	0	0	1051	0	0	0	0
25	      0	0	0	917	0	0	0	0
26	      0	0	0	907	0	0	0	0
27	      0	0	0	1403	0	0	0	0
28	      0	0	0	1118	0	0	0	0
29	      0	0	0	923	0	0	0	0
30	      0	0	0	1057	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      2	0.0666667	0	23510	147	227	227	227

DEBUG    ya.test:process.py:276 Command (pid 3661139) 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 3661130) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3661130) elapsed time (sec): 30.21982431411743
DEBUG    ya.test:process.py:263 Command (pid 3661130) wtime: 30.328
DEBUG    ya.test:process.py:275 Command (pid 3661130) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	469	535	535	535
2	     78	78	0	0	115	723	739	743
3	     67	67	0	0	149	225	228	230
4	     87	87	0	0	106	186	194	209
5	    114	114	0	0	83	152	166	180
6	     93	93	0	0	75	212	279	317
7	      4	4	0	77	313	359	359	359
8	      0	0	0	1157	0	0	0	0
9	      0	0	0	857	0	0	0	0
10	      0	0	0	780	0	0	0	0
11	      0	0	0	858	0	0	0	0
12	      0	0	0	833	0	0	0	0
13	      0	0	0	707	0	0	0	0
14	      0	0	0	930	0	0	0	0
15	      0	0	0	844	0	0	0	0
16	      0	0	0	951	0	0	0	0
17	      0	0	0	1221	0	0	0	0
18	      0	0	0	1100	0	0	0	0
19	      0	0	0	866	0	0	0	0
20	      0	0	0	905	0	0	0	0
21	      0	0	0	760	0	0	0	0
22	      0	0	0	944	0	0	0	0
23	      0	0	0	1274	0	0	0	0
24	      0	0	0	831	0	0	0	0
25	      0	0	0	967	0	0	0	0
26	      0	0	0	845	0	0	0	0
27	      0	0	0	1252	0	0	0	0
28	      0	0	0	910	0	0	0	0
29	      0	0	0	988	0	0	0	0
30	      0	0	0	1016	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    453	15.1	0	21873	99	313	715	743

DEBUG    ya.test:process.py:276 Command (pid 3661130) 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 3661168) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3661168) elapsed time (sec): 30.343173027038574
DEBUG    ya.test:process.py:263 Command (pid 3661168) wtime: 30.349
DEBUG    ya.test:process.py:275 Command (pid 3661168) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      1	1	0	0	987	987	987	987
2	     70	70	0	0	141	1015	1023	1039
3	     54	54	0	0	191	255	261	267
4	     64	64	0	0	151	211	224	236
5	     99	99	0	0	86	181	193	215
6	     52	52	0	0	112	343	383	387
7	      0	0	0	381	0	0	0	0
8	      0	0	0	996	0	0	0	0
9	      0	0	0	1043	0	0	0	0
10	      0	0	0	1147	0	0	0	0
11	      0	0	0	1119	0	0	0	0
12	      0	0	0	950	0	0	0	0
13	      0	0	0	880	0	0	0	0
14	      0	0	0	782	0	0	0	0
15	      0	0	0	810	0	0	0	0
16	      0	0	0	885	0	0	0	0
17	      0	0	0	1051	0	0	0	0
18	      0	0	0	1195	0	0	0	0
19	      0	0	0	807	0	0	0	0
20	      0	0	0	834	0	0	0	0
21	      0	0	0	962	0	0	0	0
22	      0	0	0	1203	0	0	0	0
23	      0	0	0	1203	0	0	0	0
24	      0	0	0	1076	0	0	0	0
25	      0	0	0	847	0	0	0	0
26	      0	0	0	1101	0	0	0	0
27	      0	0	0	1341	0	0	0	0
28	      0	0	0	841	0	0	0	0
29	      0	0	0	943	0	0	0	0
30	      0	0	0	1094	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    340	11.3333	0	23491	132	269	1015	1039

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 751e52de-46db-4f01-bdb7-f3c7ffa485b2, localhost:6820): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 751e52de-46db-4f01-bdb7-f3c7ffa485b2, localhost:6820): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 751e52de-46db-4f01-bdb7-f3c7ffa485b2, localhost:6820): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-65umex6azm.auto.internal" port: 6820 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-65umex6azm.auto.internal:6820, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6820
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8dc2ff66-a95f-4f3d-a36c-4d949ac7c0ab, localhost:6820): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8dc2ff66-a95f-4f3d-a36c-4d949ac7c0ab, localhost:6820): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8dc2ff66-a95f-4f3d-a36c-4d949ac7c0ab, localhost:6820): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-65umex6azm.auto.internal" port: 6820 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-65umex6azm.auto.internal:6820, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6820
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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, f80e8cba-25ac-4b0f-b664-64a2783ec181, localhost:6820): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f80e8cba-25ac-4b0f-b664-64a2783ec181, localhost:6820): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f80e8cba-25ac-4b0f-b664-64a2783ec181, localhost:6820): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-65umex6azm.auto.internal" port: 6820 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-65umex6azm.auto.internal:6820, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:6820
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:10028
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:10028". 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 ===============================
380.12s call     test_log_scenario.py::TestLogScenario::test_log_uniform
32.46s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
21.55s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
5.67s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
5.56s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
4.01s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
3.95s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
3.71s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
3.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
3.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
1.13s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
0.57s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.54s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.52s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.10s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
0.06s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.04s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.issues.ConnectionLost: Couldn't find valid connection
ERROR test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/x2p4/00371c/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/x2p4/00371c/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-19T16:19:02.123496Z): source_id=279;tablet_id=72075186224037977;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA79E755
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA796C96
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB62CFC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD60DB6B
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DF2258
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DF1FAF
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5E8C7D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141CED5B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14E15B87
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D66993
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D66993
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D637B3
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D6A267
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141ECB48
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CD22225
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5CFED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB61DA74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB621B34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB621740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB62232E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA7A03AC
21. ??:0: ?? @ 0x7F6F07DF7AC2
22. ??:0: ?? @ 0x7F6F07E898BF
============== 1 failed, 11 passed, 1 error in 475.06s (0:07:55) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/x2p4/00371d/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 ===============================
14.63s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
11.57s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
7.43s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
7.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
6.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
6.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
6.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
5.97s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
5.78s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
5.47s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
5.34s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
5.10s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
1.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.09s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.09s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]

(10 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 90.58s (0:01:30) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/x2p4/00371f/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 ===============================
10.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
10.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
9.26s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
8.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
8.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
7.08s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
6.79s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
6.69s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
6.08s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
5.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
5.11s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
3.13s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.15s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 89.21s (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/x2p4/00371a/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 ===============================
112.22s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
109.94s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
107.66s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
102.87s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
89.72s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
9.66s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
6.08s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]

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

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/x2p4/00371a/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/x2p4/00371a/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/x2p4/00371a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/x2p4/00371a', '--source-root', '/home/runner/.ya/build/build_root/x2p4/00371a/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/x2p4/00371a/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/10309775065/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/x2p4/00371a/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/x2p4/00371a/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/x2p4/00371a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/x2p4/00371a', '--source-root', '/home/runner/.ya/build/build_root/x2p4/00371a/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/x2p4/00371a/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/10309775065/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/x2p4/00371e/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 ===============================
5.36s setup    test_replace.py::TestReplace::test_incorrect
5.18s setup    test_update.py::TestUpdate::test_incorrect
5.05s setup    test_select.py::TestSelect::test_incorrect
1.57s call     test_replace.py::TestReplace::test_replace_total
1.48s call     test_update.py::TestUpdate::test_update_many_rows
1.47s call     test_select.py::TestSelect::test_json_query
1.42s call     test_update.py::TestUpdate::test_partial_update
1.19s call     test_replace.py::TestReplace::test_replace_rollback
1.16s call     test_replace.py::TestReplace::test_partial_replace
0.95s call     test_update.py::TestUpdate::test_update_pk
0.95s call     test_replace.py::TestReplace::test_replace_with_nulls
0.82s call     test_replace.py::TestReplace::test_incorrect
0.81s call     test_update.py::TestUpdate::test_incorrect
0.71s call     test_select.py::TestSelect::test_incorrect
0.02s setup    test_replace.py::TestReplace::test_replace_rollback
0.02s setup    test_update.py::TestUpdate::test_partial_update
0.02s setup    test_update.py::TestUpdate::test_update_many_rows
0.01s setup    test_update.py::TestUpdate::test_update_pk

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 29.91s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/x2p4/003722/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 ===============================
409.09s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
65.08s call     zip_bomb.py::TestZipBomb::test
12.61s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
5.26s setup    test_update.py::TestUpdate::test_update_rollback
5.20s setup    test_upsert.py::TestUpsert::test_copy_full
4.41s setup    zip_bomb.py::TestZipBomb::test
3.13s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
2.30s call     test_upsert.py::TestUpsert::test_count
2.21s call     test_upsert.py::TestUpsert::test_copy_full
2.16s call     test_update.py::TestUpdate::test_update_rollback
1.86s call     test_upsert.py::TestUpsert::test_copy_partial
1.55s call     test_update.py::TestUpdate::test_update_single_column
1.29s call     test_update.py::TestUpdate::test_update_single_row
1.25s call     test_upsert.py::TestUpsert::test_partial_update
0.84s call     test_upsert.py::TestUpsert::test_incorrect
0.80s call     test_upsert.py::TestUpsert::test_insert_nulls
0.01s setup    test_update.py::TestUpdate::test_update_single_column
0.01s setup    test_upsert.py::TestUpsert::test_copy_partial
0.01s setup    test_upsert.py::TestUpsert::test_count
0.01s teardown test_update.py::TestUpdate::test_update_rollback

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 533.30s (0:08:53) ========================
