============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/es7v/0032f5/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=YzQ3ODQ5ZWMtNjNlODFiZmItODg4YjVlNWMtZjhlZmE5YjU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ae3572c5-b454-4bf2-ab3e-4dee1a569604, ghrun-wjbdrl56gi.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ae3572c5-b454-4bf2-ab3e-4dee1a569604, ghrun-wjbdrl56gi.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=YzQ3ODQ5ZWMtNjNlODFiZmItODg4YjVlNWMtZjhlZmE5YjU=" 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, ae3572c5-b454-4bf2-ab3e-4dee1a569604, ghrun-wjbdrl56gi.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzQ3ODQ5ZWMtNjNlODFiZmItODg4YjVlNWMtZjhlZmE5YjU=
---------------------------- 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=YzQ3ODQ5ZWMtNjNlODFiZmItODg4YjVlNWMtZjhlZmE5YjU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f1af2f93-7ad8-4f3d-bea5-3a8b9d438d94, ghrun-wjbdrl56gi.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f1af2f93-7ad8-4f3d-bea5-3a8b9d438d94, ghrun-wjbdrl56gi.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=YzQ3ODQ5ZWMtNjNlODFiZmItODg4YjVlNWMtZjhlZmE5YjU=" 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, f1af2f93-7ad8-4f3d-bea5-3a8b9d438d94, ghrun-wjbdrl56gi.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzQ3ODQ5ZWMtNjNlODFiZmItODg4YjVlNWMtZjhlZmE5YjU=
---------------------------- 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=YzQ3ODQ5ZWMtNjNlODFiZmItODg4YjVlNWMtZjhlZmE5YjU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 37ae18d6-7ebf-45b7-8aff-c84c8e61f1a2, ghrun-wjbdrl56gi.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 37ae18d6-7ebf-45b7-8aff-c84c8e61f1a2, ghrun-wjbdrl56gi.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=YzQ3ODQ5ZWMtNjNlODFiZmItODg4YjVlNWMtZjhlZmE5YjU=" 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, 37ae18d6-7ebf-45b7-8aff-c84c8e61f1a2, ghrun-wjbdrl56gi.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzQ3ODQ5ZWMtNjNlODFiZmItODg4YjVlNWMtZjhlZmE5YjU=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
186.77s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
94.33s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
86.92s call     tablets_movement.py::TestTabletsMovement::test[ROW]
49.35s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
12.26s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
9.16s setup    test_create.py::TestCreate::test_create_all_opt_ints
9.00s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
7.05s call     test_create.py::TestCreate::test_create_decimals
4.04s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.36s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
1.92s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
1.55s call     test_create.py::TestCreate::test_create_all_req_ints
1.28s call     test_create.py::TestCreate::test_create_all_opt_ints
0.59s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.22s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.19s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.18s 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_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_random

(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 469.69s (0:07:49) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/es7v/003656/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: 13.5 ms
create table: 265.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.9
    "min_ms": 20.3
    "median_ms": 29.8
    "max_ms": 40.2
    "stdev_ms": 4.8
select count(*) after initial inserts: 99.0 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 43.1
    "min_ms": 36.9
    "median_ms": 43.0
    "max_ms": 56.4
    "stdev_ms": 3.1
select count(*) after all modifications: 1894.1 ms
select all: 1892.1 ms
delete from table: 2035.3 ms
select all after delete: 2070.5 ms
.drop table: 22.0 ms
create table: 263.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 21.2
    "min_ms": 19.2
    "median_ms": 20.4
    "max_ms": 30.9
    "stdev_ms": 3.5
select count(*) after initial inserts: 68.5 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 41.3
    "min_ms": 36.9
    "median_ms": 41.0
    "max_ms": 51.2
    "stdev_ms": 2.8
updates (step 1):
    "runs": 200
    "avg_ms": 168.8
    "min_ms": 107.6
    "median_ms": 168.0
    "max_ms": 258.4
    "stdev_ms": 27.9
upserts (step 2):
    "runs": 200
    "avg_ms": 33.1
    "min_ms": 19.4
    "median_ms": 29.8
    "max_ms": 75.9
    "stdev_ms": 10.0
select count(*) after all modifications: 382.9 ms
select all: 374.3 ms
delete from table: 403.7 ms
select all after delete: 354.6 ms
.drop table: 60.2 ms
create table: 530.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 42.7
    "min_ms": 31.8
    "median_ms": 41.4
    "max_ms": 54.0
    "stdev_ms": 6.5
select count(*) after initial inserts: 172.3 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 119.0
    "min_ms": 76.7
    "median_ms": 113.1
    "max_ms": 245.3
    "stdev_ms": 27.6
select count(*) after all modifications: 287.9 ms
select all: 273.5 ms
delete from table: 297.0 ms
select all after delete: 236.4 ms
.drop table: 30.8 ms
create table: 462.2 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.6
    "min_ms": 22.5
    "median_ms": 29.9
    "max_ms": 37.0
    "stdev_ms": 3.6
select count(*) after initial inserts: 87.3 ms
updates (step 0):
    "runs": 150
    "avg_ms": 101.0
    "min_ms": 81.1
    "median_ms": 99.6
    "max_ms": 143.6
    "stdev_ms": 11.2
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 65.1
    "min_ms": 51.1
    "median_ms": 62.4
    "max_ms": 185.8
    "stdev_ms": 17.4
select count(*) after all modifications: 270.7 ms
select all: 265.7 ms
delete from table: 283.6 ms
select all after delete: 279.0 ms
.drop table: 34.9 ms
create table: 390.5 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.6
    "min_ms": 25.5
    "median_ms": 29.8
    "max_ms": 33.6
    "stdev_ms": 1.9
select count(*) after initial inserts: 81.8 ms
updates (step 0):
    "runs": 200
    "avg_ms": 101.0
    "min_ms": 79.0
    "median_ms": 98.9
    "max_ms": 150.6
    "stdev_ms": 12.3
upserts (step 1):
    "runs": 200
    "avg_ms": 28.8
    "min_ms": 19.6
    "median_ms": 27.1
    "max_ms": 72.4
    "stdev_ms": 6.2
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 82.0
    "min_ms": 70.6
    "median_ms": 81.4
    "max_ms": 100.9
    "stdev_ms": 6.1
select count(*) after all modifications: 514.8 ms
select all: 465.8 ms
delete from table: 524.5 ms
select all after delete: 447.6 ms
.drop table: 27.3 ms
create table: 379.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.3
    "min_ms": 25.8
    "median_ms": 29.8
    "max_ms": 30.9
    "stdev_ms": 1.7
select count(*) after initial inserts: 75.0 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 20.7
    "min_ms": 16.5
    "median_ms": 20.4
    "max_ms": 81.0
    "stdev_ms": 2.8
select count(*) after all modifications: 265.7 ms
select all: 196.3 ms
delete from table: 234.6 ms
select all after delete: 180.1 ms
.Generated operation sequence:
  0. BULK_UPSERT: 18 operations
  1. BULK_UPSERT: 6 operations
  2. UPSERT: 11 operations
  3. UPSERT: 14 operations
  4. BULK_UPSERT: 10 operations
  5. BULK_UPSERT: 6 operations
  6. UPDATE: 2 operations
  7. UPDATE: 10 operations
  8. UPSERT: 10 operations
  9. UPDATE: 1 operations
drop table: 26.3 ms
create table: 319.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 25.6
    "min_ms": 19.2
    "median_ms": 29.5
    "max_ms": 30.7
    "stdev_ms": 5.0
select count(*) after initial inserts: 66.5 ms
bulk_upserts (step 0):
    "runs": 18
    "avg_ms": 40.7
    "min_ms": 38.6
    "median_ms": 40.2
    "max_ms": 47.0
    "stdev_ms": 2.1
bulk_upserts (step 1):
    "runs": 6
    "avg_ms": 39.7
    "min_ms": 37.4
    "median_ms": 39.8
    "max_ms": 41.6
    "stdev_ms": 1.7
upserts (step 2):
    "runs": 110
    "avg_ms": 20.2
    "min_ms": 18.2
    "median_ms": 20.3
    "max_ms": 29.9
    "stdev_ms": 1.4
upserts (step 3):
    "runs": 140
    "avg_ms": 20.0
    "min_ms": 16.4
    "median_ms": 20.4
    "max_ms": 24.8
    "stdev_ms": 1.1
bulk_upserts (step 4):
    "runs": 10
    "avg_ms": 43.1
    "min_ms": 38.9
    "median_ms": 43.9
    "max_ms": 48.2
    "stdev_ms": 3.3
bulk_upserts (step 5):
    "runs": 6
    "avg_ms": 46.5
    "min_ms": 42.1
    "median_ms": 46.3
    "max_ms": 55.5
    "stdev_ms": 4.8
updates (step 6):
    "runs": 20
    "avg_ms": 93.2
    "min_ms": 86.1
    "median_ms": 92.5
    "max_ms": 110.6
    "stdev_ms": 6.3
updates (step 7):
    "runs": 100
    "avg_ms": 93.8
    "min_ms": 81.8
    "median_ms": 91.4
    "max_ms": 123.6
    "stdev_ms": 9.0
upserts (step 8):
    "runs": 100
    "avg_ms": 20.3
    "min_ms": 16.9
    "median_ms": 20.4
    "max_ms": 24.3
    "stdev_ms": 1.3
updates (step 9):
    "runs": 10
    "avg_ms": 118.3
    "min_ms": 104.0
    "median_ms": 117.7
    "max_ms": 133.1
    "stdev_ms": 10.6
select count(*) after all modifications: 179.8 ms
select all: 188.6 ms
delete from table: 198.5 ms
select all after delete: 168.6 ms
.
test_delete.py .

============================== slowest durations ===============================
121.30s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
46.60s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
37.22s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
30.12s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
23.79s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
22.56s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
22.34s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
6.63s setup    test_create.py::TestCreate::test_create_real_opt
4.44s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.10s setup    test_delete.py::TestDelete::test_delete_rollback
3.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.77s call     test_delete.py::TestDelete::test_delete_rollback
0.70s call     test_create.py::TestCreate::test_create_real_req
0.49s call     test_create.py::TestCreate::test_create_strings_opt
0.42s call     test_create.py::TestCreate::test_create_real_opt
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s call     test_create.py::TestCreate::test_dy_number_not_supported
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_update_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[update_upsert_bulk_upsert]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 324.43s (0:05:24) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/es7v/003394/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 ===============================
18.38s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.33s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.10s call     test_delete.py::TestDelete::test_delete_where[True-0]
1.09s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
1.05s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
1.05s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
1.00s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.95s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.93s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.92s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.89s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.84s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.77s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]

(22 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 31.31s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/es7v/003304/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 ===============================
13.03s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
10.41s setup    test_delete.py::TestDelete::test_incorrect
1.72s call     test_insert.py::TestInsertStatement::test_copy_full
1.54s call     test_insert.py::TestInsertStatement::test_copy_partial
0.62s call     test_delete.py::TestDelete::test_incorrect
0.61s call     test_insert.py::TestInsertStatement::test_incorrect
0.59s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.58s call     test_insert.py::TestInsertStatement::test_bulk
0.57s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.56s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.56s call     test_insert.py::TestInsertStatement::test_plain
0.51s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.51s call     test_insert.py::TestInsertStatement::test_duplicate
0.38s call     test_insert.py::TestInsertStatement::test_out_of_range
0.01s setup    test_insert.py::TestInsertStatement::test_plain
0.01s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]

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

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

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/es7v/003667/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/es7v/003667/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-22T06:25:02.729481Z): source_id=223;tablet_id=72075186224038005;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA91BBE5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA914126
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7AA528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD7919DB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F6A748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6A49F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD76CAED
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14390C1B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD7C17
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2C9D3
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2C9D3
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F2A383
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2DD47
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AEA08
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF1A395
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74D437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB79AFD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79F094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79ECA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79F88E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91D83C
E   21. ??:0: ?? @ 0x7F6786B1CAC2
E   22. ??:0: ?? @ 0x7F6786BAE8BF
------------------------------ 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/es7v/003667/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb -e grpc://localhost:15767 -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/es7v/003667/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15767', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1956704
DEBUG    ya.test:process.py:259 Command (pid 1956704) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1956704) elapsed time (sec): 0.2687349319458008
DEBUG    ya.test:process.py:263 Command (pid 1956704) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) maxrss: 828920
DEBUG    ya.test:process.py:263 Command (pid 1956704) minflt: 3536
DEBUG    ya.test:process.py:263 Command (pid 1956704) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 1956704) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) nvcsw: 226
DEBUG    ya.test:process.py:263 Command (pid 1956704) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1956704) stime: 0.020907
DEBUG    ya.test:process.py:263 Command (pid 1956704) utime: 0.045995
DEBUG    ya.test:process.py:263 Command (pid 1956704) wtime: 0.269
DEBUG    ya.test:process.py:275 Command (pid 1956704) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1956704) 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/es7v/003667/ydb/apps/ydb/ydb -e grpc://localhost:15767 -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/es7v/003667/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15767', '-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: 1956936
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 1956936) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1956936) elapsed time (sec): 30.14486813545227
DEBUG    ya.test:process.py:263 Command (pid 1956936) wtime: 30.146
DEBUG    ya.test:process.py:275 Command (pid 1956936) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    481	481	0	0	20	21	26	31
2	    488	488	0	0	20	21	21	22
3	    488	488	0	0	20	20	21	21
4	    487	487	0	0	20	21	21	24
5	    489	489	0	0	20	20	21	21
6	    488	488	0	0	20	20	21	23
7	    488	488	0	0	20	20	21	21
8	    489	489	0	0	20	21	22	23
9	    486	486	0	0	20	21	24	25
10	    485	485	0	0	20	21	23	23
11	    489	489	0	0	20	20	21	21
12	    489	489	0	0	20	21	21	26
13	    487	487	0	0	20	20	22	26
14	    488	488	0	0	20	20	21	21
15	    488	488	0	0	20	20	20	21
16	    488	488	0	0	20	20	21	21
17	    488	488	0	0	20	20	21	21
18	    488	488	0	0	20	20	20	21
19	    487	487	0	0	20	20	24	26
20	    489	489	0	0	20	20	21	26
21	    488	488	0	0	20	20	20	21
22	    487	487	0	0	20	20	20	21
23	    487	487	0	0	20	21	24	25
24	    488	488	0	0	20	20	20	22
25	    487	487	0	0	20	21	23	26
26	    488	488	0	0	20	21	21	22
27	    484	484	0	0	20	21	26	27
28	    488	488	0	0	20	21	22	25
29	    463	463	0	0	20	27	37	41
30	    496	496	0	0	20	22	25	27

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14606	486.867	0	0	20	21	23	41

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGE2ZTJiNTMtZWU4ZDU3MzktOTY2ZWEwM2ItNWQzYjU0ZTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d8e1bf5a-b691-4b75-b418-f89c5a50bbf3, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d8e1bf5a-b691-4b75-b418-f89c5a50bbf3, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=NGE2ZTJiNTMtZWU4ZDU3MzktOTY2ZWEwM2ItNWQzYjU0ZTU=" 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, d8e1bf5a-b691-4b75-b418-f89c5a50bbf3, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NGE2ZTJiNTMtZWU4ZDU3MzktOTY2ZWEwM2ItNWQzYjU0ZTU=
INFO     root:test_log_scenario.py:217 Count rows after insert 14359 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 441da791-ab28-4422-b3c1-8ab897ddfd84, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 441da791-ab28-4422-b3c1-8ab897ddfd84, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=" 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, 441da791-ab28-4422-b3c1-8ab897ddfd84, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTgxNTZjMWQtY2RmMmM2ZC1hZGQ2YTU2NC00MDQzM2E0Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f747a44e-870e-492f-a04f-ef8221070772, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f747a44e-870e-492f-a04f-ef8221070772, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=ZTgxNTZjMWQtY2RmMmM2ZC1hZGQ2YTU2NC00MDQzM2E0Zg==" 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, f747a44e-870e-492f-a04f-ef8221070772, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTgxNTZjMWQtY2RmMmM2ZC1hZGQ2YTU2NC00MDQzM2E0Zg==
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTBjNDQ0NDYtYmM0NWFlNTUtYTZiY2JlMTMtZThiYmEzM2M=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb -e grpc://localhost:15767 -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/es7v/003667/ydb/apps/ydb/ydb -e grpc://localhost:15767 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb -e grpc://localhost:15767 -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, b88319e2-b641-49dd-90e6-abfb5207e0bd, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTdiYzQzODctMjdiNDM5OWItYTFhMWEzYWYtZjM3YzJhMDE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b88319e2-b641-49dd-90e6-abfb5207e0bd, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=ZTBjNDQ0NDYtYmM0NWFlNTUtYTZiY2JlMTMtZThiYmEzM2M=" 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, 870110a7-e9bd-4dd0-b39a-a16be2e4f6a9, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b88319e2-b641-49dd-90e6-abfb5207e0bd, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGE4ZDU1MmEtODE3NTc3OGQtNjVhNWY1Yy05OGE3MDY3Mg==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 870110a7-e9bd-4dd0-b39a-a16be2e4f6a9, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=MTdiYzQzODctMjdiNDM5OWItYTFhMWEzYWYtZjM3YzJhMDE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9a77294b-958c-49ab-9d53-74e8af433213, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWU0NmU0OWQtZWRlNTY3ZTMtMzkwYzBhZjEtZWZkN2QxNzY=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 870110a7-e9bd-4dd0-b39a-a16be2e4f6a9, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9a77294b-958c-49ab-9d53-74e8af433213, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=OGE4ZDU1MmEtODE3NTc3OGQtNjVhNWY1Yy05OGE3MDY3Mg==" 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, 259f7478-c3b5-49fd-8e49-10c0eb58fc6f, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWNjOGIzYTAtYTQwYjhhMTMtYzk0MGY2MDMtYzZjZThmZjM=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9a77294b-958c-49ab-9d53-74e8af433213, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 259f7478-c3b5-49fd-8e49-10c0eb58fc6f, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=YWU0NmU0OWQtZWRlNTY3ZTMtMzkwYzBhZjEtZWZkN2QxNzY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 230da72e-0231-43ed-86fc-e5decdb03e40, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWU5YjRlNjQtODg0YjQ5ZmYtYzE0ZTY1Y2MtM2FmMWFhYWE=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15767', '-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, 259f7478-c3b5-49fd-8e49-10c0eb58fc6f, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 821fed51-3503-4dc2-a000-822d37c97ffd, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmQ5YjY1ZDgtYjU5NGZkYjYtYTg0NTgyNmItNmQxYjY5Mzk=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15767', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 230da72e-0231-43ed-86fc-e5decdb03e40, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=MWNjOGIzYTAtYTQwYjhhMTMtYzk0MGY2MDMtYzZjZThmZjM=" 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: 1984688
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15767', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 821fed51-3503-4dc2-a000-822d37c97ffd, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=YWU5YjRlNjQtODg0YjQ5ZmYtYzE0ZTY1Y2MtM2FmMWFhYWE=" 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: 1984692
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGE2ZTJiNTMtZWU4ZDU3MzktOTY2ZWEwM2ItNWQzYjU0ZTU=
DEBUG    ya.test:process.py:628 Command pid: 1984689
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 230da72e-0231-43ed-86fc-e5decdb03e40, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ef8a37f0-f303-40be-9560-35db832db028, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d3cc1c25-edcf-4273-a442-cf191c8bc3e8, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 821fed51-3503-4dc2-a000-822d37c97ffd, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ef8a37f0-f303-40be-9560-35db832db028, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=MmQ5YjY1ZDgtYjU5NGZkYjYtYTg0NTgyNmItNmQxYjY5Mzk=" 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, d3cc1c25-edcf-4273-a442-cf191c8bc3e8, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=NGE2ZTJiNTMtZWU4ZDU3MzktOTY2ZWEwM2ItNWQzYjU0ZTU=" 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, 446b83a6-76fb-4d14-b3b2-5212a32ee780, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTgxNTZjMWQtY2RmMmM2ZC1hZGQ2YTU2NC00MDQzM2E0Zg==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ef8a37f0-f303-40be-9560-35db832db028, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 446b83a6-76fb-4d14-b3b2-5212a32ee780, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=" 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, d3cc1c25-edcf-4273-a442-cf191c8bc3e8, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fd4c76d0-f520-47cb-9f1a-2cae1de8154e, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fd4c76d0-f520-47cb-9f1a-2cae1de8154e, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=ZTgxNTZjMWQtY2RmMmM2ZC1hZGQ2YTU2NC00MDQzM2E0Zg==" 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, 446b83a6-76fb-4d14-b3b2-5212a32ee780, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fd4c76d0-f520-47cb-9f1a-2cae1de8154e, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0add8380-2435-49f1-a876-8e0c782d46ac, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.96896719+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b81681f6-b986-4cc5-932d-a5343db4139d, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.968991442+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8590f051-717c-49f1-919f-a13934c4532d, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T06:25:08.968846053+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 62acd133-c86a-4e77-842c-dbe4bdc29c1c, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.969022298+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e01f033e-7f1e-404e-9cae-33ebf26a16e2, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.96900974+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a86a0023-706d-4b92-8956-1888ace66b5d, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T06:25:08.969060832+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 67c8590f-fc1f-4733-bf48-f9d84684704e, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.969073249+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0e622788-58fd-458c-b8cf-51994f41b621, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T06:25:08.969034277+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 24a821f4-7701-46d5-b673-207b94a4cdf5, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.969048362+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b88319e2-b641-49dd-90e6-abfb5207e0bd, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969102145+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 870110a7-e9bd-4dd0-b39a-a16be2e4f6a9, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969126566+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fd4c76d0-f520-47cb-9f1a-2cae1de8154e, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969227006+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 230da72e-0231-43ed-86fc-e5decdb03e40, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969171392+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 821fed51-3503-4dc2-a000-822d37c97ffd, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969180414+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d3cc1c25-edcf-4273-a442-cf191c8bc3e8, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969207659+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 446b83a6-76fb-4d14-b3b2-5212a32ee780, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969216513+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ef8a37f0-f303-40be-9560-35db832db028, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969189547+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8708e83d-e255-4bf8-85cf-f01e774b6bdc, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.969085716+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9a77294b-958c-49ab-9d53-74e8af433213, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969147621+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 259f7478-c3b5-49fd-8e49-10c0eb58fc6f, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969162547+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YWU5YjRlNjQtODg0YjQ5ZmYtYzE0ZTY1Y2MtM2FmMWFhYWE=
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15767
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15767". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 4ab628f4-b654-4386-970a-b347e3d2c3d1, localhost:27465): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4ab628f4-b654-4386-970a-b347e3d2c3d1, localhost:27465): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4ab628f4-b654-4386-970a-b347e3d2c3d1, localhost:27465): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wjbdrl56gi.auto.internal" port: 27465 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-wjbdrl56gi.auto.internal:27465, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:27465
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:15767
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15767". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1984689) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1984689) elapsed time (sec): 30.19960641860962
DEBUG    ya.test:process.py:263 Command (pid 1984689) wtime: 30.206
DEBUG    ya.test:process.py:275 Command (pid 1984689) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	219	763	767	767
2	    118	118	0	0	75	236	339	361
3	    128	128	0	0	68	147	181	182
4	    123	123	0	0	81	109	117	119
5	    128	128	0	0	76	120	141	151
6	    119	119	0	0	62	99	109	118
7	      0	0	0	354	0	0	0	0
8	      0	0	0	1280	0	0	0	0
9	      0	0	0	1733	0	0	0	0
10	      0	0	0	1233	0	0	0	0
11	      0	0	0	1336	0	0	0	0
12	      0	0	0	1314	0	0	0	0
13	      0	0	0	1334	0	0	0	0
14	      0	0	0	1313	0	0	0	0
15	      0	0	0	1325	0	0	0	0
16	      0	0	0	1395	0	0	0	0
17	      0	0	0	1471	0	0	0	0
18	      0	0	0	1437	0	0	0	0
19	      0	0	0	1494	0	0	0	0
20	      0	0	0	1442	0	0	0	0
21	      0	0	0	1428	0	0	0	0
22	      0	0	0	1393	0	0	0	0
23	      0	0	0	1508	0	0	0	0
24	      0	0	0	1469	0	0	0	0
25	      0	0	0	1453	0	0	0	0
26	      0	0	0	1593	0	0	0	0
27	      0	0	0	1422	0	0	0	0
28	      0	0	0	1666	0	0	0	0
29	      0	0	0	1801	0	0	0	0
30	      0	0	0	1644	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    636	21.2	0	33838	73	159	667	767

DEBUG    ya.test:process.py:276 Command (pid 1984689) 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 1984692) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1984692) elapsed time (sec): 30.261504888534546
DEBUG    ya.test:process.py:263 Command (pid 1984692) wtime: 30.263
DEBUG    ya.test:process.py:275 Command (pid 1984692) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	695	935	935	935
2	     94	94	0	0	95	459	559	563
3	     94	94	0	0	95	208	226	231
4	     93	93	0	0	104	137	140	141
5	     98	98	0	0	97	163	182	183
6	     89	89	0	0	85	139	150	154
7	      0	0	0	578	0	0	0	0
8	      0	0	0	1549	0	0	0	0
9	      0	0	0	1914	0	0	0	0
10	      0	0	0	1436	0	0	0	0
11	      0	0	0	1380	0	0	0	0
12	      0	0	0	1370	0	0	0	0
13	      0	0	0	1499	0	0	0	0
14	      0	0	0	1373	0	0	0	0
15	      0	0	0	1493	0	0	0	0
16	      0	0	0	1383	0	0	0	0
17	      0	0	0	1607	0	0	0	0
18	      0	0	0	1462	0	0	0	0
19	      0	0	0	1582	0	0	0	0
20	      0	0	0	1783	0	0	0	0
21	      0	0	0	1573	0	0	0	0
22	      0	0	0	1601	0	0	0	0
23	      0	0	0	1719	0	0	0	0
24	      0	0	0	1760	0	0	0	0
25	      0	0	0	1674	0	0	0	0
26	      0	0	0	1721	0	0	0	0
27	      0	0	0	1667	0	0	0	0
28	      0	0	0	1852	0	0	0	0
29	      0	0	0	1917	0	0	0	0
30	      0	0	0	1902	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    478	15.9333	0	37795	96	212	695	935

DEBUG    ya.test:process.py:276 Command (pid 1984692) 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 1984688) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 1984688) elapsed time (sec): 30.33426856994629
DEBUG    ya.test:process.py:263 Command (pid 1984688) wtime: 30.341
DEBUG    ya.test:process.py:275 Command (pid 1984688) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	625	0	0	0	0
8	      0	0	0	1544	0	0	0	0
9	      0	0	0	1796	0	0	0	0
10	      0	0	0	1481	0	0	0	0
11	      0	0	0	1644	0	0	0	0
12	      0	0	0	1443	0	0	0	0
13	      0	0	0	1551	0	0	0	0
14	      0	0	0	1423	0	0	0	0
15	      0	0	0	1569	0	0	0	0
16	      0	0	0	1541	0	0	0	0
17	      0	0	0	1658	0	0	0	0
18	      0	0	0	1527	0	0	0	0
19	      0	0	0	1729	0	0	0	0
20	      0	0	0	1660	0	0	0	0
21	      0	0	0	1503	0	0	0	0
22	      0	0	0	1678	0	0	0	0
23	      0	0	0	1693	0	0	0	0
24	      0	0	0	1543	0	0	0	0
25	      0	0	0	1424	0	0	0	0
26	      0	0	0	1617	0	0	0	0
27	      0	0	0	1639	0	0	0	0
28	      0	0	0	1911	0	0	0	0
29	      0	0	0	1809	0	0	0	0
30	      0	0	0	1819	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 1984688) errors:
Terminating due to uncaught exception 0x50f23f4c1490    what() -> "(Error 35: Resource deadlock avoided) util/system/thread.cpp:199: can not join thread"
 of type TSystemError

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-wjbdrl56gi'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/es7v/003667/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4) 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.1984688' in '/home/runner/.ya/build/build_root/es7v/003667/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
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
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b'Window\t    Txs\tTxs/Sec\tRetries\tErrors\tp50(ms)\tp95(ms)\tp99(ms)\tpMax(ms)\n1\t      0\t0\t0\t0\t0\t0\t0\t0\n2\t      0\t0\t0\t10\t0\t0\t0\t0\n3\t      0\t0\t0\t10\t0\t0\t0\t0\n4\t      0\t0\t0\t10\t0\t0\t0\t0\n5\t      0\t0\t0\t10\t0\t0\t0\t0\n6\t      0\t0\t0\t10\t0\t0\t0\t0\n7\t      0\t0\t0\t625\t0\t0\t0\t0\n8\t      0\t0\t0\t1544\t0\t0\t0\t0\n9\t      0\t0\t0\t1796\t0\t0\t0\t0\n10\t      0\t0\t0\t1481\t0\t0\t0\t0\n11\t      0\t0\t0\t1644\t0\t0\t0\t0\n12\t      0\t0\t0\t1443\t0\t0\t0\t0\n13\t      0\t0\t0\t1551\t0\t0\t0\t0\n14\t      0\t0\t0\t1423\t0\t0\t0\t0\n15\t      0\t0\t0\t1569\t0\t0\t0\t0\n16\t      0\t0\t0\t1541\t0\t0\t0\t0\n17\t      0\t0\t0\t1658\t0\t0\t0\t0\n18\t      0\t0\t0\t1527\t0\t0\t0\t0\n19\t      0\t0\t0\t1729\t0\t0\t0\t0\n20\t      0\t0\t0\t1660\t0\t0\t0\t0\n21\t      0\t0\t0\t1503\t0\t0\t0\t0\n22\t      0\t0\t0\t1678\t0\t0\t0\t0\n23\t      0\t0\t0\t1693\t0\t0\t0\t0\n24\t      0\t0\t0\t1543\t0\t0\t0\t0\n25\t      0\t0\t0\t1424\t0\t0\t0\t0\n26\t      0\t0\t0\t1617\t0\t0\t0\t0\n27\t      0\t0\t0\t1639\t0\t0\t0\t0\n28\t      0\t0\t0\t1911\t0\t0\t0\t0\n29\t      0\t0\t0\t1809\t0\t0\t0\t0\n30\t      0\t0\t0\t1819\t0\t0\t0\t0\n\nTotal\t    Txs\tTxs/Sec\tRetries\tErrors\tp50(ms)\tp95(ms)\tp99(ms)\tpMax(ms)\n30\t      0\t0\t0\t37877\t0\t0\t0\t0\n'
	std_err:b'Terminating due to uncaught exception 0x50f23f4c1490    what() -> "(Error 35: Resource deadlock avoided) util/system/thread.cpp:199: can not join thread"\n of type TSystemError\n'
---------------------------- 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:15767
ERROR    ydb.query.pool:pool.py:81 An attempt to take session from closed session pool.
ERROR    ydb.query.pool:pool.py:81 An attempt to take session from closed session pool.
ERROR    ydb.query.pool:pool.py:81 An attempt to take session from closed session pool.
ERROR    ydb.query.pool:pool.py:81 An attempt to take session from closed session pool.
ERROR    ydb.query.pool:pool.py:81 An attempt to take session from closed session pool.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15767
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15767". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-wjbdrl56gi'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/es7v/003667/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.1923513' in '/home/runner/.ya/build/build_root/es7v/003667/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_lcy1jql2.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:15767/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61451
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26638
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17121
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15767
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24308
=================================== 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:104: in insert
    self._insert_rows(operation_name="insert", seconds=seconds, threads=threads, rows=rows, wait=wait)
ydb/tests/olap/test_log_scenario.py:92: in _insert_rows
    self._call(command=command, wait=wait, timeout=max(2 * seconds, 60))
ydb/tests/olap/test_log_scenario.py:70: in _call
    yatest.common.execute(command=command, wait=wait, timeout=timeout)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:422: in _finalise
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb -e grpc://localhost:15767 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000' has failed with code -6.
E   Errors:
E   Terminating due to uncaught exception 0x50f23f4c1490    what() -> "(Error 35: Resource deadlock avoided) util/system/thread.cpp:199: can not join thread"
E    of type TSystemError
------------------------------ 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/es7v/003667/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb -e grpc://localhost:15767 -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/es7v/003667/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15767', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1956704
DEBUG    ya.test:process.py:259 Command (pid 1956704) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1956704) elapsed time (sec): 0.2687349319458008
DEBUG    ya.test:process.py:263 Command (pid 1956704) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) maxrss: 828920
DEBUG    ya.test:process.py:263 Command (pid 1956704) minflt: 3536
DEBUG    ya.test:process.py:263 Command (pid 1956704) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 1956704) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1956704) nvcsw: 226
DEBUG    ya.test:process.py:263 Command (pid 1956704) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1956704) stime: 0.020907
DEBUG    ya.test:process.py:263 Command (pid 1956704) utime: 0.045995
DEBUG    ya.test:process.py:263 Command (pid 1956704) wtime: 0.269
DEBUG    ya.test:process.py:275 Command (pid 1956704) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 1956704) 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/es7v/003667/ydb/apps/ydb/ydb -e grpc://localhost:15767 -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/es7v/003667/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15767', '-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: 1956936
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 1956936) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1956936) elapsed time (sec): 30.14486813545227
DEBUG    ya.test:process.py:263 Command (pid 1956936) wtime: 30.146
DEBUG    ya.test:process.py:275 Command (pid 1956936) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    481	481	0	0	20	21	26	31
2	    488	488	0	0	20	21	21	22
3	    488	488	0	0	20	20	21	21
4	    487	487	0	0	20	21	21	24
5	    489	489	0	0	20	20	21	21
6	    488	488	0	0	20	20	21	23
7	    488	488	0	0	20	20	21	21
8	    489	489	0	0	20	21	22	23
9	    486	486	0	0	20	21	24	25
10	    485	485	0	0	20	21	23	23
11	    489	489	0	0	20	20	21	21
12	    489	489	0	0	20	21	21	26
13	    487	487	0	0	20	20	22	26
14	    488	488	0	0	20	20	21	21
15	    488	488	0	0	20	20	20	21
16	    488	488	0	0	20	20	21	21
17	    488	488	0	0	20	20	21	21
18	    488	488	0	0	20	20	20	21
19	    487	487	0	0	20	20	24	26
20	    489	489	0	0	20	20	21	26
21	    488	488	0	0	20	20	20	21
22	    487	487	0	0	20	20	20	21
23	    487	487	0	0	20	21	24	25
24	    488	488	0	0	20	20	20	22
25	    487	487	0	0	20	21	23	26
26	    488	488	0	0	20	21	21	22
27	    484	484	0	0	20	21	26	27
28	    488	488	0	0	20	21	22	25
29	    463	463	0	0	20	27	37	41
30	    496	496	0	0	20	22	25	27

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14606	486.867	0	0	20	21	23	41

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGE2ZTJiNTMtZWU4ZDU3MzktOTY2ZWEwM2ItNWQzYjU0ZTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d8e1bf5a-b691-4b75-b418-f89c5a50bbf3, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d8e1bf5a-b691-4b75-b418-f89c5a50bbf3, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=NGE2ZTJiNTMtZWU4ZDU3MzktOTY2ZWEwM2ItNWQzYjU0ZTU=" 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, d8e1bf5a-b691-4b75-b418-f89c5a50bbf3, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NGE2ZTJiNTMtZWU4ZDU3MzktOTY2ZWEwM2ItNWQzYjU0ZTU=
INFO     root:test_log_scenario.py:217 Count rows after insert 14359 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 441da791-ab28-4422-b3c1-8ab897ddfd84, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 441da791-ab28-4422-b3c1-8ab897ddfd84, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=" 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, 441da791-ab28-4422-b3c1-8ab897ddfd84, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTgxNTZjMWQtY2RmMmM2ZC1hZGQ2YTU2NC00MDQzM2E0Zg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f747a44e-870e-492f-a04f-ef8221070772, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f747a44e-870e-492f-a04f-ef8221070772, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=ZTgxNTZjMWQtY2RmMmM2ZC1hZGQ2YTU2NC00MDQzM2E0Zg==" 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, f747a44e-870e-492f-a04f-ef8221070772, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZTgxNTZjMWQtY2RmMmM2ZC1hZGQ2YTU2NC00MDQzM2E0Zg==
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTBjNDQ0NDYtYmM0NWFlNTUtYTZiY2JlMTMtZThiYmEzM2M=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb -e grpc://localhost:15767 -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/es7v/003667/ydb/apps/ydb/ydb -e grpc://localhost:15767 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb -e grpc://localhost:15767 -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, b88319e2-b641-49dd-90e6-abfb5207e0bd, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTdiYzQzODctMjdiNDM5OWItYTFhMWEzYWYtZjM3YzJhMDE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b88319e2-b641-49dd-90e6-abfb5207e0bd, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=ZTBjNDQ0NDYtYmM0NWFlNTUtYTZiY2JlMTMtZThiYmEzM2M=" 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, 870110a7-e9bd-4dd0-b39a-a16be2e4f6a9, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b88319e2-b641-49dd-90e6-abfb5207e0bd, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGE4ZDU1MmEtODE3NTc3OGQtNjVhNWY1Yy05OGE3MDY3Mg==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 870110a7-e9bd-4dd0-b39a-a16be2e4f6a9, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=MTdiYzQzODctMjdiNDM5OWItYTFhMWEzYWYtZjM3YzJhMDE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9a77294b-958c-49ab-9d53-74e8af433213, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWU0NmU0OWQtZWRlNTY3ZTMtMzkwYzBhZjEtZWZkN2QxNzY=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 870110a7-e9bd-4dd0-b39a-a16be2e4f6a9, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9a77294b-958c-49ab-9d53-74e8af433213, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=OGE4ZDU1MmEtODE3NTc3OGQtNjVhNWY1Yy05OGE3MDY3Mg==" 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, 259f7478-c3b5-49fd-8e49-10c0eb58fc6f, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWNjOGIzYTAtYTQwYjhhMTMtYzk0MGY2MDMtYzZjZThmZjM=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 9a77294b-958c-49ab-9d53-74e8af433213, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 259f7478-c3b5-49fd-8e49-10c0eb58fc6f, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=YWU0NmU0OWQtZWRlNTY3ZTMtMzkwYzBhZjEtZWZkN2QxNzY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 230da72e-0231-43ed-86fc-e5decdb03e40, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWU5YjRlNjQtODg0YjQ5ZmYtYzE0ZTY1Y2MtM2FmMWFhYWE=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15767', '-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, 259f7478-c3b5-49fd-8e49-10c0eb58fc6f, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 821fed51-3503-4dc2-a000-822d37c97ffd, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmQ5YjY1ZDgtYjU5NGZkYjYtYTg0NTgyNmItNmQxYjY5Mzk=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15767', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 230da72e-0231-43ed-86fc-e5decdb03e40, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=MWNjOGIzYTAtYTQwYjhhMTMtYzk0MGY2MDMtYzZjZThmZjM=" 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: 1984688
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15767', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 821fed51-3503-4dc2-a000-822d37c97ffd, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=YWU5YjRlNjQtODg0YjQ5ZmYtYzE0ZTY1Y2MtM2FmMWFhYWE=" 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: 1984692
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGE2ZTJiNTMtZWU4ZDU3MzktOTY2ZWEwM2ItNWQzYjU0ZTU=
DEBUG    ya.test:process.py:628 Command pid: 1984689
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 230da72e-0231-43ed-86fc-e5decdb03e40, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ef8a37f0-f303-40be-9560-35db832db028, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d3cc1c25-edcf-4273-a442-cf191c8bc3e8, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 821fed51-3503-4dc2-a000-822d37c97ffd, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ef8a37f0-f303-40be-9560-35db832db028, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=MmQ5YjY1ZDgtYjU5NGZkYjYtYTg0NTgyNmItNmQxYjY5Mzk=" 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, d3cc1c25-edcf-4273-a442-cf191c8bc3e8, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=NGE2ZTJiNTMtZWU4ZDU3MzktOTY2ZWEwM2ItNWQzYjU0ZTU=" 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, 446b83a6-76fb-4d14-b3b2-5212a32ee780, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTgxNTZjMWQtY2RmMmM2ZC1hZGQ2YTU2NC00MDQzM2E0Zg==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ef8a37f0-f303-40be-9560-35db832db028, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 446b83a6-76fb-4d14-b3b2-5212a32ee780, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=" 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, d3cc1c25-edcf-4273-a442-cf191c8bc3e8, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fd4c76d0-f520-47cb-9f1a-2cae1de8154e, ghrun-wjbdrl56gi.auto.internal:15767): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fd4c76d0-f520-47cb-9f1a-2cae1de8154e, ghrun-wjbdrl56gi.auto.internal:15767): request = { session_id: "ydb://session/3?node_id=1&id=ZTgxNTZjMWQtY2RmMmM2ZC1hZGQ2YTU2NC00MDQzM2E0Zg==" 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, 446b83a6-76fb-4d14-b3b2-5212a32ee780, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fd4c76d0-f520-47cb-9f1a-2cae1de8154e, ghrun-wjbdrl56gi.auto.internal:15767): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0add8380-2435-49f1-a876-8e0c782d46ac, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.96896719+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b81681f6-b986-4cc5-932d-a5343db4139d, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.968991442+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8590f051-717c-49f1-919f-a13934c4532d, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T06:25:08.968846053+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 62acd133-c86a-4e77-842c-dbe4bdc29c1c, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.969022298+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e01f033e-7f1e-404e-9cae-33ebf26a16e2, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.96900974+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a86a0023-706d-4b92-8956-1888ace66b5d, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T06:25:08.969060832+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 67c8590f-fc1f-4733-bf48-f9d84684704e, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.969073249+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0e622788-58fd-458c-b8cf-51994f41b621, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-22T06:25:08.969034277+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 24a821f4-7701-46d5-b673-207b94a4cdf5, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.969048362+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b88319e2-b641-49dd-90e6-abfb5207e0bd, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969102145+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 870110a7-e9bd-4dd0-b39a-a16be2e4f6a9, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969126566+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fd4c76d0-f520-47cb-9f1a-2cae1de8154e, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969227006+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 230da72e-0231-43ed-86fc-e5decdb03e40, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969171392+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 821fed51-3503-4dc2-a000-822d37c97ffd, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969180414+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d3cc1c25-edcf-4273-a442-cf191c8bc3e8, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969207659+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 446b83a6-76fb-4d14-b3b2-5212a32ee780, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969216513+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ef8a37f0-f303-40be-9560-35db832db028, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969189547+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-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8708e83d-e255-4bf8-85cf-f01e774b6bdc, ghrun-wjbdrl56gi.auto.internal:15767): 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:15767 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-22T06:25:08.969085716+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9a77294b-958c-49ab-9d53-74e8af433213, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969147621+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 259f7478-c3b5-49fd-8e49-10c0eb58fc6f, ghrun-wjbdrl56gi.auto.internal:15767): 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-22T06:25:08.969162547+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YWU5YjRlNjQtODg0YjQ5ZmYtYzE0ZTY1Y2MtM2FmMWFhYWE=
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YjdkYzlhZWItMmIxNjQ4MzktZDc3MjkzMTItMmYyMDYzZmE=
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-wjbdrl56gi.auto.internal:15767
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15767
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15767". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 4ab628f4-b654-4386-970a-b347e3d2c3d1, localhost:27465): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4ab628f4-b654-4386-970a-b347e3d2c3d1, localhost:27465): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4ab628f4-b654-4386-970a-b347e3d2c3d1, localhost:27465): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-wjbdrl56gi.auto.internal" port: 27465 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-wjbdrl56gi.auto.internal:27465, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:27465
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:15767
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15767". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 1984689) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1984689) elapsed time (sec): 30.19960641860962
DEBUG    ya.test:process.py:263 Command (pid 1984689) wtime: 30.206
DEBUG    ya.test:process.py:275 Command (pid 1984689) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	219	763	767	767
2	    118	118	0	0	75	236	339	361
3	    128	128	0	0	68	147	181	182
4	    123	123	0	0	81	109	117	119
5	    128	128	0	0	76	120	141	151
6	    119	119	0	0	62	99	109	118
7	      0	0	0	354	0	0	0	0
8	      0	0	0	1280	0	0	0	0
9	      0	0	0	1733	0	0	0	0
10	      0	0	0	1233	0	0	0	0
11	      0	0	0	1336	0	0	0	0
12	      0	0	0	1314	0	0	0	0
13	      0	0	0	1334	0	0	0	0
14	      0	0	0	1313	0	0	0	0
15	      0	0	0	1325	0	0	0	0
16	      0	0	0	1395	0	0	0	0
17	      0	0	0	1471	0	0	0	0
18	      0	0	0	1437	0	0	0	0
19	      0	0	0	1494	0	0	0	0
20	      0	0	0	1442	0	0	0	0
21	      0	0	0	1428	0	0	0	0
22	      0	0	0	1393	0	0	0	0
23	      0	0	0	1508	0	0	0	0
24	      0	0	0	1469	0	0	0	0
25	      0	0	0	1453	0	0	0	0
26	      0	0	0	1593	0	0	0	0
27	      0	0	0	1422	0	0	0	0
28	      0	0	0	1666	0	0	0	0
29	      0	0	0	1801	0	0	0	0
30	      0	0	0	1644	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    636	21.2	0	33838	73	159	667	767

DEBUG    ya.test:process.py:276 Command (pid 1984689) 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 1984692) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1984692) elapsed time (sec): 30.261504888534546
DEBUG    ya.test:process.py:263 Command (pid 1984692) wtime: 30.263
DEBUG    ya.test:process.py:275 Command (pid 1984692) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	695	935	935	935
2	     94	94	0	0	95	459	559	563
3	     94	94	0	0	95	208	226	231
4	     93	93	0	0	104	137	140	141
5	     98	98	0	0	97	163	182	183
6	     89	89	0	0	85	139	150	154
7	      0	0	0	578	0	0	0	0
8	      0	0	0	1549	0	0	0	0
9	      0	0	0	1914	0	0	0	0
10	      0	0	0	1436	0	0	0	0
11	      0	0	0	1380	0	0	0	0
12	      0	0	0	1370	0	0	0	0
13	      0	0	0	1499	0	0	0	0
14	      0	0	0	1373	0	0	0	0
15	      0	0	0	1493	0	0	0	0
16	      0	0	0	1383	0	0	0	0
17	      0	0	0	1607	0	0	0	0
18	      0	0	0	1462	0	0	0	0
19	      0	0	0	1582	0	0	0	0
20	      0	0	0	1783	0	0	0	0
21	      0	0	0	1573	0	0	0	0
22	      0	0	0	1601	0	0	0	0
23	      0	0	0	1719	0	0	0	0
24	      0	0	0	1760	0	0	0	0
25	      0	0	0	1674	0	0	0	0
26	      0	0	0	1721	0	0	0	0
27	      0	0	0	1667	0	0	0	0
28	      0	0	0	1852	0	0	0	0
29	      0	0	0	1917	0	0	0	0
30	      0	0	0	1902	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    478	15.9333	0	37795	96	212	695	935

DEBUG    ya.test:process.py:276 Command (pid 1984692) 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 1984688) rc: -6
DEBUG    ya.test:process.py:260 Command (pid 1984688) elapsed time (sec): 30.33426856994629
DEBUG    ya.test:process.py:263 Command (pid 1984688) wtime: 30.341
DEBUG    ya.test:process.py:275 Command (pid 1984688) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	625	0	0	0	0
8	      0	0	0	1544	0	0	0	0
9	      0	0	0	1796	0	0	0	0
10	      0	0	0	1481	0	0	0	0
11	      0	0	0	1644	0	0	0	0
12	      0	0	0	1443	0	0	0	0
13	      0	0	0	1551	0	0	0	0
14	      0	0	0	1423	0	0	0	0
15	      0	0	0	1569	0	0	0	0
16	      0	0	0	1541	0	0	0	0
17	      0	0	0	1658	0	0	0	0
18	      0	0	0	1527	0	0	0	0
19	      0	0	0	1729	0	0	0	0
20	      0	0	0	1660	0	0	0	0
21	      0	0	0	1503	0	0	0	0
22	      0	0	0	1678	0	0	0	0
23	      0	0	0	1693	0	0	0	0
24	      0	0	0	1543	0	0	0	0
25	      0	0	0	1424	0	0	0	0
26	      0	0	0	1617	0	0	0	0
27	      0	0	0	1639	0	0	0	0
28	      0	0	0	1911	0	0	0	0
29	      0	0	0	1809	0	0	0	0
30	      0	0	0	1819	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 1984688) errors:
Terminating due to uncaught exception 0x50f23f4c1490    what() -> "(Error 35: Resource deadlock avoided) util/system/thread.cpp:199: can not join thread"
 of type TSystemError

DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-wjbdrl56gi'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/es7v/003667/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4) 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.1984688' in '/home/runner/.ya/build/build_root/es7v/003667/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/6): [] (mismatched samples: testing_out_stuff, ytest.report.trace, env.json.txt, testing_out_stuff.tar.zstd, ytest.report.trace.pid)
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
ERROR    ya.test:process.py:416 Execution failed with exit code: -6
	,std_out:b'Window\t    Txs\tTxs/Sec\tRetries\tErrors\tp50(ms)\tp95(ms)\tp99(ms)\tpMax(ms)\n1\t      0\t0\t0\t0\t0\t0\t0\t0\n2\t      0\t0\t0\t10\t0\t0\t0\t0\n3\t      0\t0\t0\t10\t0\t0\t0\t0\n4\t      0\t0\t0\t10\t0\t0\t0\t0\n5\t      0\t0\t0\t10\t0\t0\t0\t0\n6\t      0\t0\t0\t10\t0\t0\t0\t0\n7\t      0\t0\t0\t625\t0\t0\t0\t0\n8\t      0\t0\t0\t1544\t0\t0\t0\t0\n9\t      0\t0\t0\t1796\t0\t0\t0\t0\n10\t      0\t0\t0\t1481\t0\t0\t0\t0\n11\t      0\t0\t0\t1644\t0\t0\t0\t0\n12\t      0\t0\t0\t1443\t0\t0\t0\t0\n13\t      0\t0\t0\t1551\t0\t0\t0\t0\n14\t      0\t0\t0\t1423\t0\t0\t0\t0\n15\t      0\t0\t0\t1569\t0\t0\t0\t0\n16\t      0\t0\t0\t1541\t0\t0\t0\t0\n17\t      0\t0\t0\t1658\t0\t0\t0\t0\n18\t      0\t0\t0\t1527\t0\t0\t0\t0\n19\t      0\t0\t0\t1729\t0\t0\t0\t0\n20\t      0\t0\t0\t1660\t0\t0\t0\t0\n21\t      0\t0\t0\t1503\t0\t0\t0\t0\n22\t      0\t0\t0\t1678\t0\t0\t0\t0\n23\t      0\t0\t0\t1693\t0\t0\t0\t0\n24\t      0\t0\t0\t1543\t0\t0\t0\t0\n25\t      0\t0\t0\t1424\t0\t0\t0\t0\n26\t      0\t0\t0\t1617\t0\t0\t0\t0\n27\t      0\t0\t0\t1639\t0\t0\t0\t0\n28\t      0\t0\t0\t1911\t0\t0\t0\t0\n29\t      0\t0\t0\t1809\t0\t0\t0\t0\n30\t      0\t0\t0\t1819\t0\t0\t0\t0\n\nTotal\t    Txs\tTxs/Sec\tRetries\tErrors\tp50(ms)\tp95(ms)\tp99(ms)\tpMax(ms)\n30\t      0\t0\t0\t37877\t0\t0\t0\t0\n'
	std_err:b'Terminating due to uncaught exception 0x50f23f4c1490    what() -> "(Error 35: Resource deadlock avoided) util/system/thread.cpp:199: can not join thread"\n of type TSystemError\n'
============================== slowest durations ===============================
61.50s call     test_log_scenario.py::TestLogScenario::test_log_uniform
20.22s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
12.03s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
7.19s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
5.24s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
4.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
4.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
4.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
4.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
4.00s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.65s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
3.37s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.34s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.33s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.30s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/es7v/003667/ydb/apps/ydb/ydb -e grpc://localhost:15767 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000' has failed with code -6.
Errors:
Terminating due to uncaught exception 0x50f23f4c1490    what() -> "(Error 35: Resource deadlock avoided) util/system/thread.cpp:199: can not join thread"
 of type TSystemError
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/es7v/003667/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/es7v/003667/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-22T06:25:02.729481Z): source_id=223;tablet_id=72075186224038005;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA91BBE5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA914126
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7AA528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD7919DB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F6A748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6A49F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD76CAED
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14390C1B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD7C17
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2C9D3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2C9D3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F2A383
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2DD47
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AEA08
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF1A395
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74D437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB79AFD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79F094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79ECA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79F88E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91D83C
21. ??:0: ?? @ 0x7F6786B1CAC2
22. ??:0: ?? @ 0x7F6786BAE8BF
============== 1 failed, 11 passed, 1 error in 140.49s (0:02:20) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/es7v/003654/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 ===============================
6.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
4.03s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
3.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
3.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
3.64s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
3.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
3.59s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
3.50s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
3.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
3.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
3.26s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
3.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
1.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]

(23 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 47.10s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/es7v/003658/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 ===============================
6.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
6.56s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
5.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
4.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
3.86s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
3.54s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
3.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
3.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
3.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
3.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
3.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
1.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]

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

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

============================== slowest durations ===============================
116.86s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
96.79s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
87.88s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
86.42s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
81.35s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
80.25s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
8.21s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
4.63s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
3.56s setup    test_replace.py::TestReplace::test_copy_full
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
1.12s call     test_replace.py::TestReplace::test_copy_full
1.05s call     test_replace.py::TestReplace::test_count
1.03s call     test_replace.py::TestReplace::test_copy_partial
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]

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

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

============================== slowest durations ===============================
8.26s setup    test_replace.py::TestReplace::test_incorrect
8.03s setup    test_select.py::TestSelect::test_incorrect
5.23s setup    test_update.py::TestUpdate::test_incorrect
1.74s call     test_replace.py::TestReplace::test_replace_total
1.40s call     test_replace.py::TestReplace::test_replace_rollback
1.13s call     test_select.py::TestSelect::test_json_query
0.93s call     test_update.py::TestUpdate::test_update_many_rows
0.90s call     test_update.py::TestUpdate::test_partial_update
0.89s call     test_replace.py::TestReplace::test_partial_replace
0.70s call     test_update.py::TestUpdate::test_incorrect
0.68s call     test_replace.py::TestReplace::test_replace_with_nulls
0.55s call     test_update.py::TestUpdate::test_update_pk
0.51s call     test_select.py::TestSelect::test_incorrect
0.45s call     test_replace.py::TestReplace::test_incorrect
0.01s setup    test_replace.py::TestReplace::test_replace_with_nulls
0.01s setup    test_replace.py::TestReplace::test_replace_rollback
0.01s setup    test_update.py::TestUpdate::test_partial_update

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 33.12s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/es7v/003308/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 ===============================
405.49s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
69.10s call     zip_bomb.py::TestZipBomb::test
12.01s teardown zip_bomb.py::TestZipBomb::test
11.22s setup    test_upsert.py::TestUpsert::test_copy_full
10.09s setup    test_update.py::TestUpdate::test_update_rollback
8.34s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
7.04s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
6.98s setup    zip_bomb.py::TestZipBomb::test
1.62s call     test_upsert.py::TestUpsert::test_copy_full
1.35s call     test_update.py::TestUpdate::test_update_rollback
1.27s call     test_upsert.py::TestUpsert::test_count
1.27s call     test_upsert.py::TestUpsert::test_copy_partial
1.17s call     test_update.py::TestUpdate::test_update_single_column
0.95s call     test_update.py::TestUpdate::test_update_single_row
0.65s call     test_upsert.py::TestUpsert::test_partial_update
0.53s call     test_upsert.py::TestUpsert::test_insert_nulls
0.42s call     test_upsert.py::TestUpsert::test_incorrect
0.01s setup    test_update.py::TestUpdate::test_update_single_row

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 541.14s (0:09:01) ========================
