============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/41nr/005943/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=ODMwMjdkOTktMzE1ZTZjYzUtYzFjMmJkZTQtZjBjMmI3ZTc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d7a6f185-4309-49f2-abd5-0f2a96c1120e, ghrun-f3f6l6fera.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d7a6f185-4309-49f2-abd5-0f2a96c1120e, ghrun-f3f6l6fera.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ODMwMjdkOTktMzE1ZTZjYzUtYzFjMmJkZTQtZjBjMmI3ZTc=" 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, d7a6f185-4309-49f2-abd5-0f2a96c1120e, ghrun-f3f6l6fera.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODMwMjdkOTktMzE1ZTZjYzUtYzFjMmJkZTQtZjBjMmI3ZTc=
---------------------------- 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=ODMwMjdkOTktMzE1ZTZjYzUtYzFjMmJkZTQtZjBjMmI3ZTc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5d523e92-e42a-4647-a7fb-a6ecf57171c4, ghrun-f3f6l6fera.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5d523e92-e42a-4647-a7fb-a6ecf57171c4, ghrun-f3f6l6fera.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ODMwMjdkOTktMzE1ZTZjYzUtYzFjMmJkZTQtZjBjMmI3ZTc=" 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, 5d523e92-e42a-4647-a7fb-a6ecf57171c4, ghrun-f3f6l6fera.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODMwMjdkOTktMzE1ZTZjYzUtYzFjMmJkZTQtZjBjMmI3ZTc=
---------------------------- 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=ODMwMjdkOTktMzE1ZTZjYzUtYzFjMmJkZTQtZjBjMmI3ZTc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b81c7cf1-6b8c-4500-96c9-757b30f17573, ghrun-f3f6l6fera.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b81c7cf1-6b8c-4500-96c9-757b30f17573, ghrun-f3f6l6fera.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=ODMwMjdkOTktMzE1ZTZjYzUtYzFjMmJkZTQtZjBjMmI3ZTc=" 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, b81c7cf1-6b8c-4500-96c9-757b30f17573, ghrun-f3f6l6fera.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODMwMjdkOTktMzE1ZTZjYzUtYzFjMmJkZTQtZjBjMmI3ZTc=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
241.81s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
106.92s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
95.40s call     tablets_movement.py::TestTabletsMovement::test[ROW]
59.14s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
10.60s setup    test_create.py::TestCreate::test_create_all_opt_ints
8.93s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
7.55s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
6.84s call     test_create.py::TestCreate::test_create_decimals
4.31s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.84s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
1.11s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.76s call     test_create.py::TestCreate::test_create_all_req_ints
0.72s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.68s call     test_create.py::TestCreate::test_create_all_opt_ints
0.23s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.19s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.11s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.10s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.02s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
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
0.01s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]

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

test_create.py F...
test_cs_many_updates.py drop table: 26.9 ms
create table: 423.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 37.5
    "min_ms": 28.8
    "median_ms": 34.2
    "max_ms": 74.4
    "stdev_ms": 13.5
select count(*) after initial inserts: 124.2 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 83.0
    "min_ms": 44.1
    "median_ms": 72.0
    "max_ms": 258.7
    "stdev_ms": 33.2
select count(*) after all modifications: 4031.9 ms
select all: 4682.0 ms
delete from table: 6905.7 ms
select all after delete: 5723.7 ms
.drop table: 72.2 ms
create table: 789.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 73.8
    "min_ms": 42.8
    "median_ms": 76.2
    "max_ms": 99.1
    "stdev_ms": 16.3
select count(*) after initial inserts: 147.8 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 66.2
    "min_ms": 50.5
    "median_ms": 62.5
    "max_ms": 120.0
    "stdev_ms": 12.5
updates (step 1):
    "runs": 200
    "avg_ms": 191.6
    "min_ms": 147.9
    "median_ms": 184.9
    "max_ms": 330.3
    "stdev_ms": 27.9
upserts (step 2):
    "runs": 200
    "avg_ms": 28.5
    "min_ms": 23.6
    "median_ms": 27.1
    "max_ms": 62.0
    "stdev_ms": 4.5
select count(*) after all modifications: 341.3 ms
select all: 371.5 ms
delete from table: 404.5 ms
select all after delete: 377.0 ms
.drop table: 30.6 ms
create table: 433.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.8
    "min_ms": 27.0
    "median_ms": 30.0
    "max_ms": 32.7
    "stdev_ms": 2.2
select count(*) after initial inserts: 107.5 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 162.4
    "min_ms": 105.4
    "median_ms": 156.2
    "max_ms": 379.0
    "stdev_ms": 34.4
select count(*) after all modifications: 311.4 ms
select all: 301.5 ms
delete from table: 327.3 ms
select all after delete: 264.1 ms
.drop table: 48.5 ms
create table: 509.6 ms
initial inserts:
    "runs": 15
    "avg_ms": 32.3
    "min_ms": 27.4
    "median_ms": 32.0
    "max_ms": 38.0
    "stdev_ms": 2.7
select count(*) after initial inserts: 118.5 ms
updates (step 0):
    "runs": 150
    "avg_ms": 128.6
    "min_ms": 103.2
    "median_ms": 122.6
    "max_ms": 200.6
    "stdev_ms": 17.8
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 86.4
    "min_ms": 64.9
    "median_ms": 84.1
    "max_ms": 122.5
    "stdev_ms": 11.5
select count(*) after all modifications: 511.8 ms
select all: 393.0 ms
delete from table: 469.1 ms
select all after delete: 369.5 ms
.drop table: 38.5 ms
create table: 517.1 ms
initial inserts:
    "runs": 20
    "avg_ms": 32.0
    "min_ms": 27.1
    "median_ms": 30.4
    "max_ms": 41.3
    "stdev_ms": 4.1
select count(*) after initial inserts: 110.8 ms
updates (step 0):
    "runs": 200
    "avg_ms": 146.4
    "min_ms": 101.0
    "median_ms": 136.1
    "max_ms": 259.0
    "stdev_ms": 32.8
upserts (step 1):
    "runs": 200
    "avg_ms": 47.4
    "min_ms": 27.5
    "median_ms": 44.8
    "max_ms": 102.0
    "stdev_ms": 15.0
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 124.8
    "min_ms": 85.8
    "median_ms": 118.2
    "max_ms": 280.2
    "stdev_ms": 31.6
select count(*) after all modifications: 750.6 ms
select all: 685.4 ms
delete from table: 632.7 ms
select all after delete: 649.9 ms
.drop table: 69.4 ms
create table: 880.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 46.5
    "min_ms": 32.6
    "median_ms": 44.2
    "max_ms": 75.9
    "stdev_ms": 13.6
select count(*) after initial inserts: 170.3 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 42.2
    "min_ms": 25.3
    "median_ms": 38.3
    "max_ms": 104.3
    "stdev_ms": 12.8
select count(*) after all modifications: 457.1 ms
select all: 331.7 ms
delete from table: 481.0 ms
select all after delete: 558.6 ms
.Generated operation sequence:
  0. UPSERT: 6 operations
  1. UPDATE: 6 operations
  2. BULK_UPSERT: 9 operations
  3. UPSERT: 14 operations
  4. UPDATE: 14 operations
  5. BULK_UPSERT: 16 operations
  6. UPDATE: 4 operations
  7. UPDATE: 12 operations
  8. UPSERT: 9 operations
  9. UPDATE: 3 operations
drop table: 94.1 ms
create table: 739.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 34.1
    "min_ms": 28.5
    "median_ms": 31.1
    "max_ms": 47.5
    "stdev_ms": 6.7
select count(*) after initial inserts: 127.0 ms
upserts (step 0):
    "runs": 60
    "avg_ms": 42.8
    "min_ms": 25.5
    "median_ms": 38.7
    "max_ms": 105.1
    "stdev_ms": 14.6
updates (step 1):
    "runs": 60
    "avg_ms": 189.8
    "min_ms": 128.9
    "median_ms": 194.0
    "max_ms": 255.2
    "stdev_ms": 28.4
bulk_upserts (step 2):
    "runs": 9
    "avg_ms": 85.4
    "min_ms": 55.8
    "median_ms": 79.9
    "max_ms": 134.7
    "stdev_ms": 24.7
upserts (step 3):
    "runs": 140
    "avg_ms": 45.8
    "min_ms": 23.7
    "median_ms": 42.1
    "max_ms": 95.3
    "stdev_ms": 14.5
updates (step 4):
    "runs": 140
    "avg_ms": 198.4
    "min_ms": 124.9
    "median_ms": 193.6
    "max_ms": 386.4
    "stdev_ms": 44.2
bulk_upserts (step 5):
    "runs": 16
    "avg_ms": 68.5
    "min_ms": 54.7
    "median_ms": 64.2
    "max_ms": 121.4
    "stdev_ms": 16.8
updates (step 6):
    "runs": 40
    "avg_ms": 165.6
    "min_ms": 141.1
    "median_ms": 161.3
    "max_ms": 219.3
    "stdev_ms": 20.2
updates (step 7):
    "runs": 120
    "avg_ms": 153.6
    "min_ms": 120.8
    "median_ms": 151.5
    "max_ms": 249.1
    "stdev_ms": 18.6
upserts (step 8):
    "runs": 90
    "avg_ms": 28.2
    "min_ms": 23.9
    "median_ms": 27.6
    "max_ms": 45.6
    "stdev_ms": 3.6
updates (step 9):
    "runs": 30
    "avg_ms": 163.5
    "min_ms": 136.6
    "median_ms": 161.8
    "max_ms": 213.5
    "stdev_ms": 19.1
select count(*) after all modifications: 245.6 ms
select all: 240.0 ms
delete from table: 329.7 ms
select all after delete: 230.5 ms
.
test_delete.py .

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

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

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

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

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

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

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

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

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

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, add932af-46a6-4265-b6e2-c820300bd663, localhost:3197): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, add932af-46a6-4265-b6e2-c820300bd663, localhost:3197): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, add932af-46a6-4265-b6e2-c820300bd663, localhost:3197): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f3f6l6fera.auto.internal" port: 3197 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-f3f6l6fera.auto.internal:3197, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:3197
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_create.py::TestCreate, test_name: test_create_real_opt)
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, c39686a3-626c-48a2-a307-2cd99857687c, ghrun-f3f6l6fera.auto.internal:3197): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c39686a3-626c-48a2-a307-2cd99857687c, ghrun-f3f6l6fera.auto.internal:3197): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c39686a3-626c-48a2-a307-2cd99857687c, ghrun-f3f6l6fera.auto.internal:3197): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 9d9072fb-732b-48f8-824a-772b709f4c99, ghrun-f3f6l6fera.auto.internal:3197): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 9d9072fb-732b-48f8-824a-772b709f4c99, ghrun-f3f6l6fera.auto.internal:3197): request = { session_id: "ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 9d9072fb-732b-48f8-824a-772b709f4c99, ghrun-f3f6l6fera.auto.internal:3197): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d309e61d-b1b8-4014-b46d-25c080cb5441, ghrun-f3f6l6fera.auto.internal:3197): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d309e61d-b1b8-4014-b46d-25c080cb5441, ghrun-f3f6l6fera.auto.internal:3197): request = { session_id: "ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/create/table6561_5` (\n                id Uint64   NOT NULL,\n                v0 Float,\n                v1 Double,\n                PRIMARY KEY(id),\n            )\n            WITH (STORE = COLUMN);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d309e61d-b1b8-4014-b46d-25c080cb5441, ghrun-f3f6l6fera.auto.internal:3197): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c09316b5-f857-434f-94bf-0d71db68402a, ghrun-f3f6l6fera.auto.internal:3197): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c09316b5-f857-434f-94bf-0d71db68402a, ghrun-f3f6l6fera.auto.internal:3197): request = { session_id: "ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "INSERT INTO `/Root/create/table6561_5` (id) VALUES (0);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c09316b5-f857-434f-94bf-0d71db68402a, ghrun-f3f6l6fera.auto.internal:3197): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e494802a-75c8-4ea6-97cb-4899fc69fd67, ghrun-f3f6l6fera.auto.internal:3197): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e494802a-75c8-4ea6-97cb-4899fc69fd67, ghrun-f3f6l6fera.auto.internal:3197): request = { session_id: "ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO `/Root/create/table6561_5`\n            (id, v0, v1)\n            VALUES\n            (1, 6.7f, 8.9);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e494802a-75c8-4ea6-97cb-4899fc69fd67, ghrun-f3f6l6fera.auto.internal:3197): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 31450d7d-f958-4df3-96b5-a6497554eb22, ghrun-f3f6l6fera.auto.internal:3197): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 31450d7d-f958-4df3-96b5-a6497554eb22, ghrun-f3f6l6fera.auto.internal:3197): request = { session_id: "ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/create/table6561_5`;" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 31450d7d-f958-4df3-96b5-a6497554eb22, ghrun-f3f6l6fera.auto.internal:3197): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YWEwM2NjNDctZTQ3YThjOGQtM2UxYmY2ZDgtMjBjOWQ0NGM=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
164.51s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
84.88s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
63.82s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
55.29s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
53.91s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
45.62s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
30.84s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
10.77s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
8.27s setup    test_delete.py::TestDelete::test_delete_rollback
7.69s setup    test_create.py::TestCreate::test_create_real_opt
7.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.26s call     test_delete.py::TestDelete::test_delete_rollback
0.51s call     test_create.py::TestCreate::test_create_real_opt
0.40s call     test_create.py::TestCreate::test_create_strings_opt
0.40s call     test_create.py::TestCreate::test_create_real_req
0.04s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
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[update_upsert_bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence

(10 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_create.py::TestCreate::test_create_real_opt - assert 1 == 0
=================== 1 failed, 11 passed in 536.52s (0:08:56) ===================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/41nr/005935/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 ===============================
8.04s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.24s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
1.11s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.96s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.88s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.85s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.83s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.82s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.77s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.77s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.67s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.57s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.56s call     test_delete.py::TestDelete::test_delete_where[False-100]

(23 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 18.97s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/41nr/005945/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 ===============================
9.93s setup    test_delete.py::TestDelete::test_incorrect
9.09s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
1.22s call     test_insert.py::TestInsertStatement::test_copy_full
1.20s call     test_insert.py::TestInsertStatement::test_copy_partial
0.72s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.64s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.58s call     test_insert.py::TestInsertStatement::test_bulk
0.54s call     test_insert.py::TestInsertStatement::test_plain
0.47s call     test_insert.py::TestInsertStatement::test_incorrect
0.45s call     test_insert.py::TestInsertStatement::test_duplicate
0.45s call     test_delete.py::TestDelete::test_incorrect
0.42s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.42s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.38s call     test_insert.py::TestInsertStatement::test_out_of_range
0.01s setup    test_insert.py::TestInsertStatement::test_insert_rollback
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 27.44s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/41nr/005937/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/41nr/005937/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/41nr/005937/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-24T08:41:22.347181Z): source_id=255;tablet_id=72075186224037969;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 @ 0xA924BE5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA91D126
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7B3528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD79AB6B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F73748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F7349F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD775C7D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1439E68B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FE5687
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F3A443
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F3A443
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F37DF3
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F3B7B7
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143BC478
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF437D5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB756437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB7A3FD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB7A8094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB7A7CA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB7A888E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA92683C
E   21. ??:0: ?? @ 0x7F5E38108AC2
E   22. ??:0: ?? @ 0x7F5E3819A8BF
------------------------------ 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/41nr/005937/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/41nr/005937/ydb/apps/ydb/ydb -e grpc://localhost:31127 -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/41nr/005937/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31127', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2715857
DEBUG    ya.test:process.py:259 Command (pid 2715857) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2715857) elapsed time (sec): 0.603947639465332
DEBUG    ya.test:process.py:263 Command (pid 2715857) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) maxrss: 696520
DEBUG    ya.test:process.py:263 Command (pid 2715857) minflt: 3540
DEBUG    ya.test:process.py:263 Command (pid 2715857) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) nivcsw: 52
DEBUG    ya.test:process.py:263 Command (pid 2715857) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) nvcsw: 137
DEBUG    ya.test:process.py:263 Command (pid 2715857) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2715857) stime: 0.028998999999999997
DEBUG    ya.test:process.py:263 Command (pid 2715857) utime: 0.047528999999999995
DEBUG    ya.test:process.py:263 Command (pid 2715857) wtime: 0.636
DEBUG    ya.test:process.py:275 Command (pid 2715857) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2715857) 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/41nr/005937/ydb/apps/ydb/ydb -e grpc://localhost:31127 -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/41nr/005937/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31127', '-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: 2716484
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 2716484) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2716484) elapsed time (sec): 30.29925298690796
DEBUG    ya.test:process.py:263 Command (pid 2716484) wtime: 30.301
DEBUG    ya.test:process.py:275 Command (pid 2716484) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    187	187	0	0	46	115	184	188
2	    217	217	0	0	45	71	86	94
3	    203	203	0	0	46	72	77	79
4	    235	235	0	0	35	79	89	90
5	    238	238	0	0	38	65	75	76
6	    192	192	0	0	47	84	115	127
7	    175	175	0	0	54	88	99	101
8	    217	217	0	0	45	84	94	97
9	    177	177	0	0	56	76	86	93
10	    211	211	0	0	45	73	80	88
11	    196	196	0	0	50	87	103	106
12	    212	212	0	0	45	68	76	81
13	    301	301	0	0	30	51	62	65
14	    308	308	0	0	30	53	64	72
15	    291	291	0	0	30	59	78	82
16	    308	308	0	0	29	56	65	68
17	    379	379	0	0	24	46	70	77
18	    438	438	0	0	21	32	36	44
19	    424	424	0	0	22	32	38	43
20	    406	406	0	0	22	37	54	70
21	    456	456	0	0	21	28	31	35
22	    424	424	0	0	22	33	41	44
23	    444	444	0	0	21	31	34	37
24	    461	461	0	0	21	27	30	31
25	    453	453	0	0	21	28	33	35
26	    444	444	0	0	22	29	33	35
27	    437	437	0	0	21	32	38	43
28	    430	430	0	0	22	31	34	37
29	    438	438	0	0	21	29	34	37
30	    449	449	0	0	21	30	45	50

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   9751	325.033	0	0	24	63	80	188

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2ZiZGVmM2EtYzVmNWFiODEtMjU5NTZhNjMtZjdhMzc1NWE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1439f2a9-d413-4e49-9ed1-c7279353f7a4, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1439f2a9-d413-4e49-9ed1-c7279353f7a4, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=Y2ZiZGVmM2EtYzVmNWFiODEtMjU5NTZhNjMtZjdhMzc1NWE=" 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, 1439f2a9-d413-4e49-9ed1-c7279353f7a4, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2ZiZGVmM2EtYzVmNWFiODEtMjU5NTZhNjMtZjdhMzc1NWE=
INFO     root:test_log_scenario.py:217 Count rows after insert 9549 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWM1ZmNlYTctYjRjOTViYi1mNGQxOGIxYy0yNjU5YmJjMQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f02ef631-2b73-4fa9-a12e-5afe6d23952f, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f02ef631-2b73-4fa9-a12e-5afe6d23952f, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=OWM1ZmNlYTctYjRjOTViYi1mNGQxOGIxYy0yNjU5YmJjMQ==" 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, f02ef631-2b73-4fa9-a12e-5afe6d23952f, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OWM1ZmNlYTctYjRjOTViYi1mNGQxOGIxYy0yNjU5YmJjMQ==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzhmNjQyYzItNGQwZDc0YTktNzRkNzQ1YzctZWMxMmJmY2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 03302166-9718-4982-a30e-1c53b9ba3e91, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 03302166-9718-4982-a30e-1c53b9ba3e91, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=NzhmNjQyYzItNGQwZDc0YTktNzRkNzQ1YzctZWMxMmJmY2Q=" 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, 03302166-9718-4982-a30e-1c53b9ba3e91, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzhmNjQyYzItNGQwZDc0YTktNzRkNzQ1YzctZWMxMmJmY2Q=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/41nr/005937/ydb/apps/ydb/ydb -e grpc://localhost:31127 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWMxMGY2NzctZGUwN2I1YzgtNDdmZjM5NTctYjE4MmYyNzE=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/41nr/005937/ydb/apps/ydb/ydb -e grpc://localhost:31127 -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/41nr/005937/ydb/apps/ydb/ydb -e grpc://localhost:31127 -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, 053c9899-dbce-4920-8eeb-68f262f614e0, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTlkMzMzY2YtYjdiYzQ0MmUtYjkyYzkzMjQtMWU0NjIzMGI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 053c9899-dbce-4920-8eeb-68f262f614e0, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=MWMxMGY2NzctZGUwN2I1YzgtNDdmZjM5NTctYjE4MmYyNzE=" 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, bc4edf67-cc74-4f33-a09f-24acca99e63d, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmNiNmQ1NTItMWQ0ZDY1ODQtOTEwMzdlMmYtMjRhY2E5OTQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 053c9899-dbce-4920-8eeb-68f262f614e0, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bc4edf67-cc74-4f33-a09f-24acca99e63d, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=YTlkMzMzY2YtYjdiYzQ0MmUtYjkyYzkzMjQtMWU0NjIzMGI=" 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, 91d862f6-396a-4c76-88ce-33964b32c513, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzllY2RjMi00ZjA1YjMzYS02YjBiNWRmNy04NDRhMDAzMA==
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bc4edf67-cc74-4f33-a09f-24acca99e63d, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 91d862f6-396a-4c76-88ce-33964b32c513, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=ZmNiNmQ1NTItMWQ0ZDY1ODQtOTEwMzdlMmYtMjRhY2E5OTQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 720bbab7-10ef-41d0-8a76-662f4b5888d4, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWYxZjZiYjUtYTc1ODc2NTMtYmUyYjg5M2UtMjA2MmIzOTE=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/41nr/005937/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31127', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/41nr/005937/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31127', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 720bbab7-10ef-41d0-8a76-662f4b5888d4, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=YzllY2RjMi00ZjA1YjMzYS02YjBiNWRmNy04NDRhMDAzMA==" 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, 4e53c557-0a81-4b9e-b469-c19e81535f6d, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGZkMDI2NTgtZDczNjE5NDQtMTQyZWY4YTktMTBhZWY5M2Q=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 91d862f6-396a-4c76-88ce-33964b32c513, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2737287
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/41nr/005937/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31127', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2737289
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 720bbab7-10ef-41d0-8a76-662f4b5888d4, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4e53c557-0a81-4b9e-b469-c19e81535f6d, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=ZWYxZjZiYjUtYTc1ODc2NTMtYmUyYjg5M2UtMjA2MmIzOTE=" 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, 21cbaeae-8d23-4ff3-ab2e-f1860866ba82, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmY1M2ZkYmQtZDZkZjZjNjYtNzFlYjI2M2EtYTgyMmJkMzE=
DEBUG    ya.test:process.py:628 Command pid: 2737305
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4e53c557-0a81-4b9e-b469-c19e81535f6d, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 21cbaeae-8d23-4ff3-ab2e-f1860866ba82, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=OGZkMDI2NTgtZDczNjE5NDQtMTQyZWY4YTktMTBhZWY5M2Q=" 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, 3e061f51-f86c-4e49-82ed-62cfd9f34f91, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2ZiZGVmM2EtYzVmNWFiODEtMjU5NTZhNjMtZjdhMzc1NWE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3e061f51-f86c-4e49-82ed-62cfd9f34f91, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=MmY1M2ZkYmQtZDZkZjZjNjYtNzFlYjI2M2EtYTgyMmJkMzE=" 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, 21cbaeae-8d23-4ff3-ab2e-f1860866ba82, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5308a2d9-cf90-4abf-aae6-4c0c851ece06, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWM1ZmNlYTctYjRjOTViYi1mNGQxOGIxYy0yNjU5YmJjMQ==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3e061f51-f86c-4e49-82ed-62cfd9f34f91, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5308a2d9-cf90-4abf-aae6-4c0c851ece06, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=Y2ZiZGVmM2EtYzVmNWFiODEtMjU5NTZhNjMtZjdhMzc1NWE=" 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, 55008d37-588c-4e07-8187-0dc159f40942, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzhmNjQyYzItNGQwZDc0YTktNzRkNzQ1YzctZWMxMmJmY2Q=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 55008d37-588c-4e07-8187-0dc159f40942, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=OWM1ZmNlYTctYjRjOTViYi1mNGQxOGIxYy0yNjU5YmJjMQ==" 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, 5308a2d9-cf90-4abf-aae6-4c0c851ece06, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 55a1895b-f522-4cd5-8a2c-76d16d7bc492, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 55008d37-588c-4e07-8187-0dc159f40942, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 55a1895b-f522-4cd5-8a2c-76d16d7bc492, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=NzhmNjQyYzItNGQwZDc0YTktNzRkNzQ1YzctZWMxMmJmY2Q=" 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, 55a1895b-f522-4cd5-8a2c-76d16d7bc492, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8b62cf4a-ae79-4e09-acbd-35ff1ceef0ee, localhost:23439): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8b62cf4a-ae79-4e09-acbd-35ff1ceef0ee, localhost:23439): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8b62cf4a-ae79-4e09-acbd-35ff1ceef0ee, localhost:23439): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f3f6l6fera.auto.internal" port: 23439 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-f3f6l6fera.auto.internal:23439, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23439
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 281b2a46-8694-4110-9396-dc3397a3025a, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.684796944+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e9546204-8990-43f3-bcae-16ade902e030, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684818217+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 571eb5f7-202d-4f70-9e0f-d9ea2ea38b90, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684703734+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, df85fd4f-7dec-4cb0-9143-655ca2765829, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.684833146+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 66e78f61-39c2-445f-a2fb-bd6c9b4b35ab, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684861042+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9e6d5661-9918-4807-9892-e0017683ef81, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684847077+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-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3e62cb86-b269-46ed-b6d9-713e5038130a, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684878066+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-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e34302b7-6d5b-4b3a-8085-e86faf225806, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.684890572+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4e76c91b-2f64-426e-bf39-932b181efc75, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.684906177+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b194eb0d-a89e-474a-9767-ff1fe9e419d6, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684919354+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bc4edf67-cc74-4f33-a09f-24acca99e63d, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684968074+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 91d862f6-396a-4c76-88ce-33964b32c513, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684983173+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 053c9899-dbce-4920-8eeb-68f262f614e0, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.684931886+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 720bbab7-10ef-41d0-8a76-662f4b5888d4, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684999945+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4e53c557-0a81-4b9e-b469-c19e81535f6d, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.685014493+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 21cbaeae-8d23-4ff3-ab2e-f1860866ba82, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.685027765+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3e061f51-f86c-4e49-82ed-62cfd9f34f91, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.685041411+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5308a2d9-cf90-4abf-aae6-4c0c851ece06, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.685052752+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 55008d37-588c-4e07-8187-0dc159f40942, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.685066386+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 55a1895b-f522-4cd5-8a2c-76d16d7bc492, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.685082341+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:31127
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". 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    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2737287) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 2737305) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2737287) elapsed time (sec): 30.22066879272461
DEBUG    ya.test:process.py:260 Command (pid 2737305) elapsed time (sec): 30.209522247314453
DEBUG    ya.test:process.py:263 Command (pid 2737287) wtime: 30.231
DEBUG    ya.test:process.py:263 Command (pid 2737305) wtime: 30.219
DEBUG    ya.test:process.py:275 Command (pid 2737287) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     66	66	0	0	83	485	491	495
2	    127	127	0	0	72	137	154	179
3	    134	134	0	0	67	124	151	161
4	    155	155	0	0	60	105	117	130
5	    110	110	0	0	64	90	108	109
6	      0	0	0	656	0	0	0	0
7	      0	0	0	1313	0	0	0	0
8	      0	0	0	1704	0	0	0	0
9	      0	0	0	1642	0	0	0	0
10	      0	0	0	1746	0	0	0	0
11	      0	0	0	1777	0	0	0	0
12	      0	0	0	1660	0	0	0	0
13	      0	0	0	1144	0	0	0	0
14	      0	0	0	1802	0	0	0	0
15	      0	0	0	1617	0	0	0	0
16	      0	0	0	1709	0	0	0	0
17	      0	0	0	1681	0	0	0	0
18	      0	0	0	1622	0	0	0	0
19	      0	0	0	1687	0	0	0	0
20	      0	0	0	532	0	0	0	0
21	      0	0	0	1352	0	0	0	0
22	      0	0	0	1459	0	0	0	0
23	      0	0	0	1252	0	0	0	0
24	      0	0	0	1398	0	0	0	0
25	      0	0	0	1373	0	0	0	0
26	      0	0	0	1453	0	0	0	0
27	      0	0	0	1536	0	0	0	0
28	      0	0	0	1680	0	0	0	0
29	      0	0	0	1192	0	0	0	0
30	      0	0	0	1388	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    592	19.7333	0	36375	65	137	465	495

DEBUG    ya.test:process.py:275 Command (pid 2737305) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     44	44	0	0	89	671	671	671
2	     91	91	0	0	103	164	167	174
3	     99	99	0	0	91	148	180	181
4	    116	116	0	0	83	120	142	143
5	     85	85	0	0	83	111	123	129
6	      0	0	0	687	0	0	0	0
7	      0	0	0	1506	0	0	0	0
8	      0	0	0	1851	0	0	0	0
9	      0	0	0	1707	0	0	0	0
10	      0	0	0	1846	0	0	0	0
11	      0	0	0	1728	0	0	0	0
12	      0	0	0	1787	0	0	0	0
13	      0	0	0	1257	0	0	0	0
14	      0	0	0	1851	0	0	0	0
15	      0	0	0	1679	0	0	0	0
16	      0	0	0	1783	0	0	0	0
17	      0	0	0	1831	0	0	0	0
18	      0	0	0	1593	0	0	0	0
19	      0	0	0	1712	0	0	0	0
20	      0	0	0	586	0	0	0	0
21	      0	0	0	1418	0	0	0	0
22	      0	0	0	1473	0	0	0	0
23	      0	0	0	1253	0	0	0	0
24	      0	0	0	1554	0	0	0	0
25	      0	0	0	1484	0	0	0	0
26	      0	0	0	1576	0	0	0	0
27	      0	0	0	1568	0	0	0	0
28	      0	0	0	1706	0	0	0	0
29	      0	0	0	1510	0	0	0	0
30	      0	0	0	1523	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    435	14.5	0	38469	89	152	643	671

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

DEBUG    ya.test:process.py:276 Command (pid 2737305) 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 2737289) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2737289) elapsed time (sec): 30.223817825317383
DEBUG    ya.test:process.py:263 Command (pid 2737289) wtime: 30.233
DEBUG    ya.test:process.py:275 Command (pid 2737289) 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	718	0	0	0	0
7	      0	0	0	1488	0	0	0	0
8	      0	0	0	1872	0	0	0	0
9	      0	0	0	1700	0	0	0	0
10	      0	0	0	1801	0	0	0	0
11	      0	0	0	1786	0	0	0	0
12	      0	0	0	1774	0	0	0	0
13	      0	0	0	1255	0	0	0	0
14	      0	0	0	1829	0	0	0	0
15	      0	0	0	1656	0	0	0	0
16	      0	0	0	1732	0	0	0	0
17	      0	0	0	1650	0	0	0	0
18	      0	0	0	1641	0	0	0	0
19	      0	0	0	1688	0	0	0	0
20	      0	0	0	657	0	0	0	0
21	      0	0	0	1499	0	0	0	0
22	      0	0	0	1526	0	0	0	0
23	      0	0	0	1350	0	0	0	0
24	      0	0	0	1498	0	0	0	0
25	      0	0	0	1547	0	0	0	0
26	      0	0	0	1523	0	0	0	0
27	      0	0	0	1586	0	0	0	0
28	      0	0	0	1709	0	0	0	0
29	      0	0	0	1446	0	0	0	0
30	      0	0	0	1606	0	0	0	0

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

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, e401a6c8-55f0-4608-a598-fcb86ac1d2a6, localhost:23439): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e401a6c8-55f0-4608-a598-fcb86ac1d2a6, localhost:23439): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e401a6c8-55f0-4608-a598-fcb86ac1d2a6, localhost:23439): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f3f6l6fera.auto.internal" port: 23439 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-f3f6l6fera.auto.internal:23439, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23439
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, a59e612f-54d2-42c0-bf5b-81c15f66573e, localhost:23439): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a59e612f-54d2-42c0-bf5b-81c15f66573e, localhost:23439): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a59e612f-54d2-42c0-bf5b-81c15f66573e, localhost:23439): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f3f6l6fera.auto.internal" port: 23439 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-f3f6l6fera.auto.internal:23439, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23439
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:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". 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.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, 492d558e-327b-4745-843a-f1d9c17f198b, localhost:23439): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 492d558e-327b-4745-843a-f1d9c17f198b, localhost:23439): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 492d558e-327b-4745-843a-f1d9c17f198b, localhost:23439): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f3f6l6fera.auto.internal" port: 23439 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-f3f6l6fera.auto.internal:23439, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23439
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, cf8a1bbd-6fce-4d40-ade5-7d90e5c149aa, localhost:23439): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, cf8a1bbd-6fce-4d40-ade5-7d90e5c149aa, localhost:23439): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, cf8a1bbd-6fce-4d40-ade5-7d90e5c149aa, localhost:23439): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f3f6l6fera.auto.internal" port: 23439 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-f3f6l6fera.auto.internal:23439, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23439
---------------------------- 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:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-f3f6l6fera'
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/41nr/005937/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.2677696' in '/home/runner/.ya/build/build_root/41nr/005937/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_ei1xvwep.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:31127/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3270
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5887
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5266
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31127
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11710
=================================== FAILURES ===================================
_______________________ TestLogScenario.test_log_uniform _______________________
ydb/tests/olap/test_log_scenario.py:235: in test_log_uniform
    thread.join()
ydb/tests/olap/common/thread_helper.py:18: in join
    raise self.exc
ydb/tests/olap/common/thread_helper.py:11: in run
    self.ret = self._target(*self._args, **self._kwargs)
ydb/tests/olap/test_log_scenario.py:147: in aggregation_query
    self.ydb_client.query(f"SELECT COUNT(*) FROM `{self.table_name}` ")
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:130: in retry_operation_impl
    raise status
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:248: in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
contrib/python/ydb/py3/ydb/query/pool.py:331: in __enter__
    self._session = self._pool.acquire(self._timeout)
contrib/python/ydb/py3/ydb/query/pool.py:111: in acquire
    session = self._create_new_session(time_left)
contrib/python/ydb/py3/ydb/query/pool.py:63: in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
contrib/python/ydb/py3/ydb/query/session.py:301: in create
    self._create_call(settings=settings)
contrib/python/ydb/py3/ydb/query/session.py:171: in _create_call
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:459: in __call__
    connection = self._store.get(preferred_endpoint)
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:144: in get
    raise issues.ConnectionLost("Couldn't find valid connection")
E   ydb.issues.ConnectionLost: Couldn't find valid connection
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/41nr/005937/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/41nr/005937/ydb/apps/ydb/ydb -e grpc://localhost:31127 -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/41nr/005937/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31127', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2715857
DEBUG    ya.test:process.py:259 Command (pid 2715857) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2715857) elapsed time (sec): 0.603947639465332
DEBUG    ya.test:process.py:263 Command (pid 2715857) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) maxrss: 696520
DEBUG    ya.test:process.py:263 Command (pid 2715857) minflt: 3540
DEBUG    ya.test:process.py:263 Command (pid 2715857) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) nivcsw: 52
DEBUG    ya.test:process.py:263 Command (pid 2715857) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2715857) nvcsw: 137
DEBUG    ya.test:process.py:263 Command (pid 2715857) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2715857) stime: 0.028998999999999997
DEBUG    ya.test:process.py:263 Command (pid 2715857) utime: 0.047528999999999995
DEBUG    ya.test:process.py:263 Command (pid 2715857) wtime: 0.636
DEBUG    ya.test:process.py:275 Command (pid 2715857) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2715857) 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/41nr/005937/ydb/apps/ydb/ydb -e grpc://localhost:31127 -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/41nr/005937/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31127', '-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: 2716484
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 2716484) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2716484) elapsed time (sec): 30.29925298690796
DEBUG    ya.test:process.py:263 Command (pid 2716484) wtime: 30.301
DEBUG    ya.test:process.py:275 Command (pid 2716484) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    187	187	0	0	46	115	184	188
2	    217	217	0	0	45	71	86	94
3	    203	203	0	0	46	72	77	79
4	    235	235	0	0	35	79	89	90
5	    238	238	0	0	38	65	75	76
6	    192	192	0	0	47	84	115	127
7	    175	175	0	0	54	88	99	101
8	    217	217	0	0	45	84	94	97
9	    177	177	0	0	56	76	86	93
10	    211	211	0	0	45	73	80	88
11	    196	196	0	0	50	87	103	106
12	    212	212	0	0	45	68	76	81
13	    301	301	0	0	30	51	62	65
14	    308	308	0	0	30	53	64	72
15	    291	291	0	0	30	59	78	82
16	    308	308	0	0	29	56	65	68
17	    379	379	0	0	24	46	70	77
18	    438	438	0	0	21	32	36	44
19	    424	424	0	0	22	32	38	43
20	    406	406	0	0	22	37	54	70
21	    456	456	0	0	21	28	31	35
22	    424	424	0	0	22	33	41	44
23	    444	444	0	0	21	31	34	37
24	    461	461	0	0	21	27	30	31
25	    453	453	0	0	21	28	33	35
26	    444	444	0	0	22	29	33	35
27	    437	437	0	0	21	32	38	43
28	    430	430	0	0	22	31	34	37
29	    438	438	0	0	21	29	34	37
30	    449	449	0	0	21	30	45	50

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   9751	325.033	0	0	24	63	80	188

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2ZiZGVmM2EtYzVmNWFiODEtMjU5NTZhNjMtZjdhMzc1NWE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1439f2a9-d413-4e49-9ed1-c7279353f7a4, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1439f2a9-d413-4e49-9ed1-c7279353f7a4, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=Y2ZiZGVmM2EtYzVmNWFiODEtMjU5NTZhNjMtZjdhMzc1NWE=" 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, 1439f2a9-d413-4e49-9ed1-c7279353f7a4, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2ZiZGVmM2EtYzVmNWFiODEtMjU5NTZhNjMtZjdhMzc1NWE=
INFO     root:test_log_scenario.py:217 Count rows after insert 9549 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWM1ZmNlYTctYjRjOTViYi1mNGQxOGIxYy0yNjU5YmJjMQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f02ef631-2b73-4fa9-a12e-5afe6d23952f, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f02ef631-2b73-4fa9-a12e-5afe6d23952f, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=OWM1ZmNlYTctYjRjOTViYi1mNGQxOGIxYy0yNjU5YmJjMQ==" 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, f02ef631-2b73-4fa9-a12e-5afe6d23952f, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OWM1ZmNlYTctYjRjOTViYi1mNGQxOGIxYy0yNjU5YmJjMQ==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzhmNjQyYzItNGQwZDc0YTktNzRkNzQ1YzctZWMxMmJmY2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 03302166-9718-4982-a30e-1c53b9ba3e91, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 03302166-9718-4982-a30e-1c53b9ba3e91, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=NzhmNjQyYzItNGQwZDc0YTktNzRkNzQ1YzctZWMxMmJmY2Q=" 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, 03302166-9718-4982-a30e-1c53b9ba3e91, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzhmNjQyYzItNGQwZDc0YTktNzRkNzQ1YzctZWMxMmJmY2Q=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/41nr/005937/ydb/apps/ydb/ydb -e grpc://localhost:31127 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MWMxMGY2NzctZGUwN2I1YzgtNDdmZjM5NTctYjE4MmYyNzE=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/41nr/005937/ydb/apps/ydb/ydb -e grpc://localhost:31127 -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/41nr/005937/ydb/apps/ydb/ydb -e grpc://localhost:31127 -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, 053c9899-dbce-4920-8eeb-68f262f614e0, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTlkMzMzY2YtYjdiYzQ0MmUtYjkyYzkzMjQtMWU0NjIzMGI=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 053c9899-dbce-4920-8eeb-68f262f614e0, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=MWMxMGY2NzctZGUwN2I1YzgtNDdmZjM5NTctYjE4MmYyNzE=" 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, bc4edf67-cc74-4f33-a09f-24acca99e63d, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmNiNmQ1NTItMWQ0ZDY1ODQtOTEwMzdlMmYtMjRhY2E5OTQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 053c9899-dbce-4920-8eeb-68f262f614e0, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, bc4edf67-cc74-4f33-a09f-24acca99e63d, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=YTlkMzMzY2YtYjdiYzQ0MmUtYjkyYzkzMjQtMWU0NjIzMGI=" 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, 91d862f6-396a-4c76-88ce-33964b32c513, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzllY2RjMi00ZjA1YjMzYS02YjBiNWRmNy04NDRhMDAzMA==
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, bc4edf67-cc74-4f33-a09f-24acca99e63d, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 91d862f6-396a-4c76-88ce-33964b32c513, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=ZmNiNmQ1NTItMWQ0ZDY1ODQtOTEwMzdlMmYtMjRhY2E5OTQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 720bbab7-10ef-41d0-8a76-662f4b5888d4, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZWYxZjZiYjUtYTc1ODc2NTMtYmUyYjg5M2UtMjA2MmIzOTE=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/41nr/005937/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31127', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/41nr/005937/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31127', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 720bbab7-10ef-41d0-8a76-662f4b5888d4, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=YzllY2RjMi00ZjA1YjMzYS02YjBiNWRmNy04NDRhMDAzMA==" 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, 4e53c557-0a81-4b9e-b469-c19e81535f6d, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGZkMDI2NTgtZDczNjE5NDQtMTQyZWY4YTktMTBhZWY5M2Q=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 91d862f6-396a-4c76-88ce-33964b32c513, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2737287
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/41nr/005937/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31127', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2737289
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 720bbab7-10ef-41d0-8a76-662f4b5888d4, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4e53c557-0a81-4b9e-b469-c19e81535f6d, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=ZWYxZjZiYjUtYTc1ODc2NTMtYmUyYjg5M2UtMjA2MmIzOTE=" 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, 21cbaeae-8d23-4ff3-ab2e-f1860866ba82, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmY1M2ZkYmQtZDZkZjZjNjYtNzFlYjI2M2EtYTgyMmJkMzE=
DEBUG    ya.test:process.py:628 Command pid: 2737305
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4e53c557-0a81-4b9e-b469-c19e81535f6d, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 21cbaeae-8d23-4ff3-ab2e-f1860866ba82, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=OGZkMDI2NTgtZDczNjE5NDQtMTQyZWY4YTktMTBhZWY5M2Q=" 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, 3e061f51-f86c-4e49-82ed-62cfd9f34f91, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2ZiZGVmM2EtYzVmNWFiODEtMjU5NTZhNjMtZjdhMzc1NWE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3e061f51-f86c-4e49-82ed-62cfd9f34f91, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=MmY1M2ZkYmQtZDZkZjZjNjYtNzFlYjI2M2EtYTgyMmJkMzE=" 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, 21cbaeae-8d23-4ff3-ab2e-f1860866ba82, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5308a2d9-cf90-4abf-aae6-4c0c851ece06, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OWM1ZmNlYTctYjRjOTViYi1mNGQxOGIxYy0yNjU5YmJjMQ==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3e061f51-f86c-4e49-82ed-62cfd9f34f91, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5308a2d9-cf90-4abf-aae6-4c0c851ece06, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=Y2ZiZGVmM2EtYzVmNWFiODEtMjU5NTZhNjMtZjdhMzc1NWE=" 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, 55008d37-588c-4e07-8187-0dc159f40942, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzhmNjQyYzItNGQwZDc0YTktNzRkNzQ1YzctZWMxMmJmY2Q=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 55008d37-588c-4e07-8187-0dc159f40942, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=OWM1ZmNlYTctYjRjOTViYi1mNGQxOGIxYy0yNjU5YmJjMQ==" 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, 5308a2d9-cf90-4abf-aae6-4c0c851ece06, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 55a1895b-f522-4cd5-8a2c-76d16d7bc492, ghrun-f3f6l6fera.auto.internal:31127): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 55008d37-588c-4e07-8187-0dc159f40942, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 55a1895b-f522-4cd5-8a2c-76d16d7bc492, ghrun-f3f6l6fera.auto.internal:31127): request = { session_id: "ydb://session/3?node_id=1&id=NzhmNjQyYzItNGQwZDc0YTktNzRkNzQ1YzctZWMxMmJmY2Q=" 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, 55a1895b-f522-4cd5-8a2c-76d16d7bc492, ghrun-f3f6l6fera.auto.internal:31127): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 8b62cf4a-ae79-4e09-acbd-35ff1ceef0ee, localhost:23439): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 8b62cf4a-ae79-4e09-acbd-35ff1ceef0ee, localhost:23439): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 8b62cf4a-ae79-4e09-acbd-35ff1ceef0ee, localhost:23439): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f3f6l6fera.auto.internal" port: 23439 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-f3f6l6fera.auto.internal:23439, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23439
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 281b2a46-8694-4110-9396-dc3397a3025a, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.684796944+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e9546204-8990-43f3-bcae-16ade902e030, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684818217+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 571eb5f7-202d-4f70-9e0f-d9ea2ea38b90, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684703734+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, df85fd4f-7dec-4cb0-9143-655ca2765829, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.684833146+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 66e78f61-39c2-445f-a2fb-bd6c9b4b35ab, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684861042+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9e6d5661-9918-4807-9892-e0017683ef81, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684847077+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-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3e62cb86-b269-46ed-b6d9-713e5038130a, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684878066+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-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e34302b7-6d5b-4b3a-8085-e86faf225806, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.684890572+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 4e76c91b-2f64-426e-bf39-932b181efc75, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.684906177+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b194eb0d-a89e-474a-9767-ff1fe9e419d6, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:31127 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684919354+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, bc4edf67-cc74-4f33-a09f-24acca99e63d, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684968074+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 91d862f6-396a-4c76-88ce-33964b32c513, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684983173+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 053c9899-dbce-4920-8eeb-68f262f614e0, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.684931886+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 720bbab7-10ef-41d0-8a76-662f4b5888d4, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.684999945+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4e53c557-0a81-4b9e-b469-c19e81535f6d, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.685014493+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 21cbaeae-8d23-4ff3-ab2e-f1860866ba82, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.685027765+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3e061f51-f86c-4e49-82ed-62cfd9f34f91, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.685041411+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5308a2d9-cf90-4abf-aae6-4c0c851ece06, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-24T08:41:27.685052752+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 55008d37-588c-4e07-8187-0dc159f40942, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.685066386+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 55a1895b-f522-4cd5-8a2c-76d16d7bc492, ghrun-f3f6l6fera.auto.internal:31127): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-24T08:41:27.685082341+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-f3f6l6fera.auto.internal:31127
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:31127
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". 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    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2737287) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 2737305) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2737287) elapsed time (sec): 30.22066879272461
DEBUG    ya.test:process.py:260 Command (pid 2737305) elapsed time (sec): 30.209522247314453
DEBUG    ya.test:process.py:263 Command (pid 2737287) wtime: 30.231
DEBUG    ya.test:process.py:263 Command (pid 2737305) wtime: 30.219
DEBUG    ya.test:process.py:275 Command (pid 2737287) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     66	66	0	0	83	485	491	495
2	    127	127	0	0	72	137	154	179
3	    134	134	0	0	67	124	151	161
4	    155	155	0	0	60	105	117	130
5	    110	110	0	0	64	90	108	109
6	      0	0	0	656	0	0	0	0
7	      0	0	0	1313	0	0	0	0
8	      0	0	0	1704	0	0	0	0
9	      0	0	0	1642	0	0	0	0
10	      0	0	0	1746	0	0	0	0
11	      0	0	0	1777	0	0	0	0
12	      0	0	0	1660	0	0	0	0
13	      0	0	0	1144	0	0	0	0
14	      0	0	0	1802	0	0	0	0
15	      0	0	0	1617	0	0	0	0
16	      0	0	0	1709	0	0	0	0
17	      0	0	0	1681	0	0	0	0
18	      0	0	0	1622	0	0	0	0
19	      0	0	0	1687	0	0	0	0
20	      0	0	0	532	0	0	0	0
21	      0	0	0	1352	0	0	0	0
22	      0	0	0	1459	0	0	0	0
23	      0	0	0	1252	0	0	0	0
24	      0	0	0	1398	0	0	0	0
25	      0	0	0	1373	0	0	0	0
26	      0	0	0	1453	0	0	0	0
27	      0	0	0	1536	0	0	0	0
28	      0	0	0	1680	0	0	0	0
29	      0	0	0	1192	0	0	0	0
30	      0	0	0	1388	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    592	19.7333	0	36375	65	137	465	495

DEBUG    ya.test:process.py:275 Command (pid 2737305) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     44	44	0	0	89	671	671	671
2	     91	91	0	0	103	164	167	174
3	     99	99	0	0	91	148	180	181
4	    116	116	0	0	83	120	142	143
5	     85	85	0	0	83	111	123	129
6	      0	0	0	687	0	0	0	0
7	      0	0	0	1506	0	0	0	0
8	      0	0	0	1851	0	0	0	0
9	      0	0	0	1707	0	0	0	0
10	      0	0	0	1846	0	0	0	0
11	      0	0	0	1728	0	0	0	0
12	      0	0	0	1787	0	0	0	0
13	      0	0	0	1257	0	0	0	0
14	      0	0	0	1851	0	0	0	0
15	      0	0	0	1679	0	0	0	0
16	      0	0	0	1783	0	0	0	0
17	      0	0	0	1831	0	0	0	0
18	      0	0	0	1593	0	0	0	0
19	      0	0	0	1712	0	0	0	0
20	      0	0	0	586	0	0	0	0
21	      0	0	0	1418	0	0	0	0
22	      0	0	0	1473	0	0	0	0
23	      0	0	0	1253	0	0	0	0
24	      0	0	0	1554	0	0	0	0
25	      0	0	0	1484	0	0	0	0
26	      0	0	0	1576	0	0	0	0
27	      0	0	0	1568	0	0	0	0
28	      0	0	0	1706	0	0	0	0
29	      0	0	0	1510	0	0	0	0
30	      0	0	0	1523	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    435	14.5	0	38469	89	152	643	671

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

DEBUG    ya.test:process.py:276 Command (pid 2737305) 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 2737289) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2737289) elapsed time (sec): 30.223817825317383
DEBUG    ya.test:process.py:263 Command (pid 2737289) wtime: 30.233
DEBUG    ya.test:process.py:275 Command (pid 2737289) 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	718	0	0	0	0
7	      0	0	0	1488	0	0	0	0
8	      0	0	0	1872	0	0	0	0
9	      0	0	0	1700	0	0	0	0
10	      0	0	0	1801	0	0	0	0
11	      0	0	0	1786	0	0	0	0
12	      0	0	0	1774	0	0	0	0
13	      0	0	0	1255	0	0	0	0
14	      0	0	0	1829	0	0	0	0
15	      0	0	0	1656	0	0	0	0
16	      0	0	0	1732	0	0	0	0
17	      0	0	0	1650	0	0	0	0
18	      0	0	0	1641	0	0	0	0
19	      0	0	0	1688	0	0	0	0
20	      0	0	0	657	0	0	0	0
21	      0	0	0	1499	0	0	0	0
22	      0	0	0	1526	0	0	0	0
23	      0	0	0	1350	0	0	0	0
24	      0	0	0	1498	0	0	0	0
25	      0	0	0	1547	0	0	0	0
26	      0	0	0	1523	0	0	0	0
27	      0	0	0	1586	0	0	0	0
28	      0	0	0	1709	0	0	0	0
29	      0	0	0	1446	0	0	0	0
30	      0	0	0	1606	0	0	0	0

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

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, e401a6c8-55f0-4608-a598-fcb86ac1d2a6, localhost:23439): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, e401a6c8-55f0-4608-a598-fcb86ac1d2a6, localhost:23439): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, e401a6c8-55f0-4608-a598-fcb86ac1d2a6, localhost:23439): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f3f6l6fera.auto.internal" port: 23439 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-f3f6l6fera.auto.internal:23439, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23439
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, a59e612f-54d2-42c0-bf5b-81c15f66573e, localhost:23439): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a59e612f-54d2-42c0-bf5b-81c15f66573e, localhost:23439): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a59e612f-54d2-42c0-bf5b-81c15f66573e, localhost:23439): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f3f6l6fera.auto.internal" port: 23439 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-f3f6l6fera.auto.internal:23439, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23439
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:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". 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.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, 492d558e-327b-4745-843a-f1d9c17f198b, localhost:23439): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 492d558e-327b-4745-843a-f1d9c17f198b, localhost:23439): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 492d558e-327b-4745-843a-f1d9c17f198b, localhost:23439): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f3f6l6fera.auto.internal" port: 23439 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-f3f6l6fera.auto.internal:23439, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23439
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31127
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31127". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, cf8a1bbd-6fce-4d40-ade5-7d90e5c149aa, localhost:23439): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, cf8a1bbd-6fce-4d40-ade5-7d90e5c149aa, localhost:23439): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, cf8a1bbd-6fce-4d40-ade5-7d90e5c149aa, localhost:23439): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-f3f6l6fera.auto.internal" port: 23439 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-f3f6l6fera.auto.internal:23439, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:23439
============================== slowest durations ===============================
326.24s call     test_log_scenario.py::TestLogScenario::test_log_uniform
26.74s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
20.28s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
12.15s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
8.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
7.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
5.77s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
5.58s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
5.37s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
5.37s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
5.34s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
4.01s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.66s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.57s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.47s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.04s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.03s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.01s teardown test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.01s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.issues.ConnectionLost: Couldn't find valid connection
ERROR test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/41nr/005937/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/41nr/005937/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-24T08:41:22.347181Z): source_id=255;tablet_id=72075186224037969;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 @ 0xA924BE5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA91D126
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7B3528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD79AB6B
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F73748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F7349F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD775C7D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1439E68B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FE5687
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F3A443
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F3A443
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F37DF3
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F3B7B7
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143BC478
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF437D5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB756437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB7A3FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB7A8094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB7A7CA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB7A888E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA92683C
21. ??:0: ?? @ 0x7F5E38108AC2
22. ??:0: ?? @ 0x7F5E3819A8BF
============== 1 failed, 11 passed, 1 error in 439.50s (0:07:19) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/41nr/00593d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
14.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
12.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
11.46s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
9.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
7.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
7.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
6.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
5.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
5.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
5.03s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
5.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
4.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 98.47s (0:01:38) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/41nr/00593b/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 ===============================
15.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
12.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
10.43s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
8.64s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
8.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
6.04s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
5.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
5.58s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
5.55s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
5.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
4.52s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
3.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 92.46s (0:01:32) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/41nr/005946/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 ===============================
108.01s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
104.47s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
100.97s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
88.44s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
82.24s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
76.81s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
12.17s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
10.59s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
8.42s setup    test_replace.py::TestReplace::test_copy_full
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
1.04s call     test_replace.py::TestReplace::test_copy_full
1.01s call     test_replace.py::TestReplace::test_copy_partial
1.00s call     test_replace.py::TestReplace::test_count
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]

(18 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 599.08s (0:09:59) ========================

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

During handling of the above exception, another exception occurred:

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

(17 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 29.83s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/41nr/00594d/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 ===============================
388.86s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
61.13s call     zip_bomb.py::TestZipBomb::test
12.68s setup    test_update.py::TestUpdate::test_update_rollback
12.01s teardown zip_bomb.py::TestZipBomb::test
10.61s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
6.46s setup    test_upsert.py::TestUpsert::test_copy_full
4.47s setup    zip_bomb.py::TestZipBomb::test
3.10s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
1.35s call     test_upsert.py::TestUpsert::test_copy_full
1.24s call     test_update.py::TestUpdate::test_update_rollback
1.24s call     test_upsert.py::TestUpsert::test_copy_partial
1.24s call     test_upsert.py::TestUpsert::test_count
1.09s call     test_update.py::TestUpdate::test_update_single_column
0.88s call     test_update.py::TestUpdate::test_update_single_row
0.81s call     test_upsert.py::TestUpsert::test_partial_update
0.67s call     test_upsert.py::TestUpsert::test_insert_nulls
0.50s call     test_upsert.py::TestUpsert::test_incorrect
0.02s setup    test_upsert.py::TestUpsert::test_insert_nulls
0.01s setup    test_update.py::TestUpdate::test_update_single_row

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 509.19s (0:08:29) ========================
