============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/mav7/004c94/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 105 items

data_read_correctness.py ..
order_by_with_limit.py .
tablets_movement.py .

============================== slowest durations ===============================
383.40s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
94.21s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
29.07s call     order_by_with_limit.py::TestOrderBy::test
5.97s setup    data_read_correctness.py::TestDataReadCorrectness::test
5.80s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
4.41s setup    order_by_with_limit.py::TestOrderBy::test
4.37s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.58s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.53s call     data_read_correctness.py::TestDataReadCorrectness::test
0.21s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.02s teardown data_read_correctness.py::TestDataReadCorrectness::test
0.01s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s teardown order_by_with_limit.py::TestOrderBy::test
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 4 passed in 600.97s (0:10:00) =========================

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: ...ner/.ya/build/build_root/mav7/004c94/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/mav7/004c94/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/mav7/004c94/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/mav7/004c94', '--source-root', '/home/runner/.ya/build/build_root/mav7/004c94/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/mav7/004c94/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9974358003/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--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 1770, 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: (("...ner/.ya/build/build_root/mav7/004c94/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/mav7/004c94/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/mav7/004c94/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/mav7/004c94', '--source-root', '/home/runner/.ya/build/build_root/mav7/004c94/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/mav7/004c94/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/9974358003/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '0', '--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/mav7/004c85/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 105 items

test_create.py .
test_cs_many_updates.py drop table: 150.5 ms
create table: 539.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 65.5
    "min_ms": 45.0
    "median_ms": 66.1
    "max_ms": 115.2
    "stdev_ms": 20.8
select count(*) after initial inserts: 115.1 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 97.4
    "min_ms": 38.3
    "median_ms": 92.1
    "max_ms": 265.1
    "stdev_ms": 36.4
select count(*) after all modifications: 4093.6 ms
select all: 4153.5 ms
delete from table: 4589.3 ms
select all after delete: 4194.1 ms
.drop table: 130.4 ms
create table: 745.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 78.9
    "min_ms": 51.9
    "median_ms": 60.1
    "max_ms": 130.1
    "stdev_ms": 30.2
select count(*) after initial inserts: 159.7 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 95.6
    "min_ms": 49.4
    "median_ms": 86.6
    "max_ms": 226.0
    "stdev_ms": 34.1
updates (step 1):
    "runs": 200
    "avg_ms": 273.1
    "min_ms": 159.7
    "median_ms": 258.8
    "max_ms": 587.3
    "stdev_ms": 66.4
upserts (step 2):
    "runs": 200
    "avg_ms": 56.2
    "min_ms": 24.8
    "median_ms": 49.9
    "max_ms": 156.2
    "stdev_ms": 26.1
select count(*) after all modifications: 410.9 ms
select all: 453.1 ms
delete from table: 471.6 ms
select all after delete: 555.3 ms
.drop table: 154.3 ms
create table: 1154.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 45.6
    "min_ms": 32.9
    "median_ms": 41.9
    "max_ms": 83.4
    "stdev_ms": 15.8
select count(*) after initial inserts: 219.6 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 209.4
    "min_ms": 82.2
    "median_ms": 192.7
    "max_ms": 667.1
    "stdev_ms": 80.4
select count(*) after all modifications: 290.5 ms
select all: 241.4 ms
delete from table: 282.6 ms
select all after delete: 211.3 ms
.drop table: 25.9 ms
create table: 432.4 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.4
    "min_ms": 24.8
    "median_ms": 29.8
    "max_ms": 34.1
    "stdev_ms": 2.5
select count(*) after initial inserts: 98.4 ms
updates (step 0):
    "runs": 150
    "avg_ms": 122.7
    "min_ms": 90.1
    "median_ms": 114.8
    "max_ms": 231.8
    "stdev_ms": 22.7
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 58.0
    "min_ms": 44.7
    "median_ms": 56.9
    "max_ms": 95.1
    "stdev_ms": 8.1
select count(*) after all modifications: 337.1 ms
select all: 322.0 ms
delete from table: 337.8 ms
select all after delete: 296.4 ms
.drop table: 30.1 ms
create table: 437.8 ms
initial inserts:
    "runs": 20
    "avg_ms": 32.0
    "min_ms": 24.8
    "median_ms": 30.1
    "max_ms": 55.3
    "stdev_ms": 6.8
select count(*) after initial inserts: 102.1 ms
updates (step 0):
    "runs": 200
    "avg_ms": 119.5
    "min_ms": 93.6
    "median_ms": 115.5
    "max_ms": 186.4
    "stdev_ms": 19.0
upserts (step 1):
    "runs": 200
    "avg_ms": 29.7
    "min_ms": 23.8
    "median_ms": 27.9
    "max_ms": 64.8
    "stdev_ms": 5.5
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 73.0
    "min_ms": 58.5
    "median_ms": 69.9
    "max_ms": 129.8
    "stdev_ms": 13.2
select count(*) after all modifications: 654.5 ms
select all: 586.3 ms
delete from table: 828.3 ms
select all after delete: 534.4 ms
.drop table: 26.8 ms
create table: 525.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.9
    "min_ms": 23.9
    "median_ms": 29.9
    "max_ms": 34.7
    "stdev_ms": 2.9
select count(*) after initial inserts: 94.5 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 26.8
    "min_ms": 21.1
    "median_ms": 25.8
    "max_ms": 58.9
    "stdev_ms": 3.9
select count(*) after all modifications: 325.5 ms
select all: 254.3 ms
delete from table: 315.3 ms
select all after delete: 223.4 ms
.Generated operation sequence:
  0. UPSERT: 3 operations
  1. UPDATE: 6 operations
  2. UPDATE: 4 operations
  3. BULK_UPSERT: 3 operations
  4. BULK_UPSERT: 6 operations
  5. UPDATE: 1 operations
  6. UPSERT: 2 operations
  7. BULK_UPSERT: 20 operations
  8. BULK_UPSERT: 7 operations
  9. BULK_UPSERT: 6 operations
drop table: 26.3 ms
create table: 430.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.8
    "min_ms": 26.7
    "median_ms": 29.8
    "max_ms": 34.8
    "stdev_ms": 2.1
select count(*) after initial inserts: 99.8 ms
upserts (step 0):
    "runs": 30
    "avg_ms": 29.0
    "min_ms": 23.6
    "median_ms": 25.8
    "max_ms": 67.0
    "stdev_ms": 9.8
updates (step 1):
    "runs": 60
    "avg_ms": 101.6
    "min_ms": 92.8
    "median_ms": 100.6
    "max_ms": 119.9
    "stdev_ms": 5.8
updates (step 2):
    "runs": 40
    "avg_ms": 108.6
    "min_ms": 91.8
    "median_ms": 103.6
    "max_ms": 147.2
    "stdev_ms": 14.4
bulk_upserts (step 3):
    "runs": 3
    "avg_ms": 40.6
    "min_ms": 38.5
    "median_ms": 41.1
    "max_ms": 42.3
    "stdev_ms": 2.0
bulk_upserts (step 4):
    "runs": 6
    "avg_ms": 39.7
    "min_ms": 38.8
    "median_ms": 40.1
    "max_ms": 40.8
    "stdev_ms": 0.9
updates (step 5):
    "runs": 10
    "avg_ms": 101.0
    "min_ms": 94.5
    "median_ms": 100.4
    "max_ms": 108.9
    "stdev_ms": 4.3
upserts (step 6):
    "runs": 20
    "avg_ms": 24.8
    "min_ms": 22.8
    "median_ms": 24.9
    "max_ms": 26.2
    "stdev_ms": 1.1
bulk_upserts (step 7):
    "runs": 20
    "avg_ms": 41.6
    "min_ms": 37.5
    "median_ms": 41.8
    "max_ms": 48.7
    "stdev_ms": 2.5
bulk_upserts (step 8):
    "runs": 7
    "avg_ms": 40.1
    "min_ms": 39.1
    "median_ms": 39.4
    "max_ms": 42.3
    "stdev_ms": 1.3
bulk_upserts (step 9):
    "runs": 6
    "avg_ms": 42.2
    "min_ms": 40.4
    "median_ms": 42.4
    "max_ms": 43.7
    "stdev_ms": 1.1
select count(*) after all modifications: 94.1 ms
select all: 113.5 ms
delete from table: 134.0 ms
select all after delete: 78.9 ms
.
test_delete.py ...

============================== slowest durations ===============================
212.42s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
79.17s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
67.22s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
40.99s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
28.87s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
26.51s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
15.83s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
5.56s setup    test_create.py::TestCreate::test_dy_number_not_supported
5.52s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
4.12s setup    test_delete.py::TestDelete::test_delete_rollback
3.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.81s call     test_delete.py::TestDelete::test_delete_rollback
0.57s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.49s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.10s call     test_create.py::TestCreate::test_dy_number_not_supported
0.04s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.03s 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[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]

(11 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 492.79s (0:08:12) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/mav7/004ccd/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 105 items

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

============================== slowest durations ===============================
6.23s setup    test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.10s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
1.10s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
1.09s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
1.05s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.04s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
1.02s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.97s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.94s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.81s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.71s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.52s call     test_delete.py::TestDelete::test_incorrect
0.07s setup    test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.06s setup    test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.06s teardown test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.05s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.05s teardown test_delete.py::TestDelete::test_incorrect
0.03s teardown test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.03s teardown test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.02s setup    test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.02s setup    test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.02s setup    test_delete.py::TestDelete::test_incorrect
0.02s setup    test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.01s teardown test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 18.57s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/mav7/004c7c/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 105 items

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

==================================== 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:639: 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/mav7/004c7c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/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/mav7/004c7c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/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-10-17T14:32:47.505479Z): tablet_id=72075186224037984;self_id=[1:7562198303514622418:9973];ev=NKikimr::TEvDataShard::TEvCancelTransactionProposal;tx_id=281474976711646;lock_id=281474976711612;verification=!CommitSnapshot;fline=written.h:108;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA73F3C5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA737906
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB5CA348
E   3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x16A59F96
E   4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x16D74CA1
E   5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x16D74AB4
E   6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16D6CA8E
E   7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0xA0D642C
E   8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x16D960BC
E   9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x16DF87EE
E   10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2030: ExecuteTransaction @ 0xD167424
E   11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1935: DoExecute @ 0xD1653EA
E   12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1949: Execute @ 0xD16876E
E   13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xD1415B6
E   14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xD1415B6
E   15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x16DF7F29
E   16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x16DC0C6A
E   17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB57DF77
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5BAE14
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5BEEB2
E   20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5BEAC0
E   21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5BF6AE
E   22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA74101C
E   23. ??:0: ?? @ 0x7F1C9DEA4AC2
E   24. ??:0: ?? @ 0x7F1C9DF368BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_log_uniform
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb -e grpc://localhost:13811 -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/mav7/004c7c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13811', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2800778
DEBUG    ya.test:process.py:259 Command (pid 2800778) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2800778) elapsed time (sec): 0.7308366298675537
DEBUG    ya.test:process.py:263 Command (pid 2800778) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) maxrss: 1071604
DEBUG    ya.test:process.py:263 Command (pid 2800778) minflt: 3491
DEBUG    ya.test:process.py:263 Command (pid 2800778) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) nivcsw: 58
DEBUG    ya.test:process.py:263 Command (pid 2800778) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) nvcsw: 143
DEBUG    ya.test:process.py:263 Command (pid 2800778) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2800778) stime: 0.012537
DEBUG    ya.test:process.py:263 Command (pid 2800778) utime: 0.071046
DEBUG    ya.test:process.py:263 Command (pid 2800778) wtime: 0.737
DEBUG    ya.test:process.py:275 Command (pid 2800778) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2800778) 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/mav7/004c7c/ydb/apps/ydb/ydb -e grpc://localhost:13811 -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/mav7/004c7c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13811', '-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: 2800950
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, 4ad5d85c-e427-4c05-882f-dadc278845bc, localhost:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4ad5d85c-e427-4c05-882f-dadc278845bc, localhost:13811): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4ad5d85c-e427-4c05-882f-dadc278845bc, localhost:13811): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yw6hj3sfka.auto.internal" port: 13811 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-yw6hj3sfka.auto.internal:13811, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13811
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, a570afe7-f2bc-414e-9d46-2cc891cd717c, localhost:19639): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a570afe7-f2bc-414e-9d46-2cc891cd717c, localhost:19639): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a570afe7-f2bc-414e-9d46-2cc891cd717c, localhost:19639): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yw6hj3sfka.auto.internal" port: 19639 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-yw6hj3sfka.auto.internal:19639, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19639
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 2800950) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2800950) elapsed time (sec): 30.433696269989014
DEBUG    ya.test:process.py:263 Command (pid 2800950) wtime: 30.438
DEBUG    ya.test:process.py:275 Command (pid 2800950) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    306	306	0	0	25	72	95	103
2	    225	225	0	0	33	86	229	231
3	    278	278	0	0	32	65	70	77
4	    434	434	0	0	20	45	52	57
5	    592	592	0	0	15	29	35	38
6	    627	627	0	0	13	31	43	51
7	    543	543	0	0	16	32	38	42
8	    549	549	0	0	15	31	53	68
9	    340	340	0	0	26	55	74	77
10	    260	260	0	0	35	67	80	88
11	    269	269	0	0	32	80	86	94
12	    337	337	0	0	27	53	63	69
13	    365	365	0	0	24	53	58	64
14	    395	395	0	0	21	51	68	77
15	    471	471	0	0	18	42	52	54
16	    468	468	0	0	19	40	49	63
17	    386	386	0	0	23	50	60	63
18	    370	370	0	0	22	51	86	88
19	    324	324	0	0	26	58	83	111
20	    445	445	0	0	20	45	58	66
21	    375	375	0	0	25	44	51	54
22	    362	362	0	0	24	51	55	58
23	    262	262	0	0	32	72	104	109
24	    393	393	0	0	23	46	60	71
25	    367	367	0	0	25	49	57	66
26	    321	321	0	0	24	66	99	111
27	    379	379	0	0	20	53	76	82
28	    426	426	0	0	22	39	46	51
29	    411	411	0	0	21	42	50	52
30	    441	441	0	0	21	45	55	58

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  11721	390.7	0	0	22	51	73	231

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjhhNDY0MmEtOTAwMGQxNjMtMTVkYTdiMWYtZTllOWM2N2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fd144431-f502-49d2-babe-f0340f42531a, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fd144431-f502-49d2-babe-f0340f42531a, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=NjhhNDY0MmEtOTAwMGQxNjMtMTVkYTdiMWYtZTllOWM2N2Q=" 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, fd144431-f502-49d2-babe-f0340f42531a, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjhhNDY0MmEtOTAwMGQxNjMtMTVkYTdiMWYtZTllOWM2N2Q=
INFO     root:test_log_scenario.py:217 Count rows after insert 11706 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTE1YjgwOGQtZDBkMmE2YzgtMmMwYTAyNWQtMzc3YWVkZjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4d8cd1b2-d3b7-4f71-b244-78bc16eb8c95, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4d8cd1b2-d3b7-4f71-b244-78bc16eb8c95, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=OTE1YjgwOGQtZDBkMmE2YzgtMmMwYTAyNWQtMzc3YWVkZjc=" 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, 4d8cd1b2-d3b7-4f71-b244-78bc16eb8c95, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTE1YjgwOGQtZDBkMmE2YzgtMmMwYTAyNWQtMzc3YWVkZjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGVmNmRmZjEtMjE3OGE4NDctNzI2MWQ0ZjItYmY5OTNhY2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6c2f3f60-d3e7-4426-8b57-514cfaa1f0e5, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6c2f3f60-d3e7-4426-8b57-514cfaa1f0e5, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=OGVmNmRmZjEtMjE3OGE4NDctNzI2MWQ0ZjItYmY5OTNhY2M=" 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, 6c2f3f60-d3e7-4426-8b57-514cfaa1f0e5, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGVmNmRmZjEtMjE3OGE4NDctNzI2MWQ0ZjItYmY5OTNhY2M=
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/mav7/004c7c/ydb/apps/ydb/ydb -e grpc://localhost:13811 -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.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13811', '-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: 2824861
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb -e grpc://localhost:13811 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13811', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2824884
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb -e grpc://localhost:13811 -d /Root workload log --path log run 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.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13811', '-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: 2824895
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTc5NTZkZGEtNTk1YjFiYmMtYzY1NTM4MTgtZmM3OTFmZWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fe150108-2372-45e8-b62c-54433f7b0fc8, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fe150108-2372-45e8-b62c-54433f7b0fc8, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=OTc5NTZkZGEtNTk1YjFiYmMtYzY1NTM4MTgtZmM3OTFmZWU=" 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, fe150108-2372-45e8-b62c-54433f7b0fc8, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDMxYjRjZGQtNWM0NjQ4NjItZTY0MzkzNC02MTVjN2RjMQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5f825892-c241-4227-9fcc-a1f8fcfe7785, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5f825892-c241-4227-9fcc-a1f8fcfe7785, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=NDMxYjRjZGQtNWM0NjQ4NjItZTY0MzkzNC02MTVjN2RjMQ==" 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, 5f825892-c241-4227-9fcc-a1f8fcfe7785, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmRkYjgyYWEtMThmN2ZmYjgtMjE0OGU2M2QtZTU3OWExNg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5e0fd27a-8926-42f5-a3ea-250ea3ea6fe3, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5e0fd27a-8926-42f5-a3ea-250ea3ea6fe3, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=ZmRkYjgyYWEtMThmN2ZmYjgtMjE0OGU2M2QtZTU3OWExNg==" 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, 5e0fd27a-8926-42f5-a3ea-250ea3ea6fe3, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzE4OWRjZTItODJiODBiMjItOWIwNzE2MzUtZjBlYmU4Mjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d1efe8e6-5ec6-44e8-82c1-a037e6506e40, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d1efe8e6-5ec6-44e8-82c1-a037e6506e40, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=NzE4OWRjZTItODJiODBiMjItOWIwNzE2MzUtZjBlYmU4Mjk=" 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, d1efe8e6-5ec6-44e8-82c1-a037e6506e40, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDQ5OGRmZDktMjVjNjkyNWYtZDQzN2EyMzQtOWVkZGE3YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1149aef5-4ce7-43a2-9a46-81e6355feef1, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1149aef5-4ce7-43a2-9a46-81e6355feef1, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=ZDQ5OGRmZDktMjVjNjkyNWYtZDQzN2EyMzQtOWVkZGE3YmM=" 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, 1149aef5-4ce7-43a2-9a46-81e6355feef1, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGVkNTlmZWEtMTEwMWMxMC1mNzEwMjVjOC1mNzJiNjYwYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d4c5b0a9-683e-43aa-b271-e6f7414d2b7e, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTAwZGQyNDctNmJmMDQxYTAtNzgxMWMzYmItNDE2NDFiMDk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6dbd4562-52e2-434b-a854-7e3adfa00dba, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6dbd4562-52e2-434b-a854-7e3adfa00dba, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=YTAwZGQyNDctNmJmMDQxYTAtNzgxMWMzYmItNDE2NDFiMDk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjhhNDY0MmEtOTAwMGQxNjMtMTVkYTdiMWYtZTllOWM2N2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 53bcaf42-975d-45ce-91b6-3bd941f25d7e, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d4c5b0a9-683e-43aa-b271-e6f7414d2b7e, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=OGVkNTlmZWEtMTEwMWMxMC1mNzEwMjVjOC1mNzJiNjYwYw==" 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, 6dbd4562-52e2-434b-a854-7e3adfa00dba, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTE1YjgwOGQtZDBkMmE2YzgtMmMwYTAyNWQtMzc3YWVkZjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, db97d7ce-d807-4caa-af4e-83513cb9046d, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, db97d7ce-d807-4caa-af4e-83513cb9046d, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=OTE1YjgwOGQtZDBkMmE2YzgtMmMwYTAyNWQtMzc3YWVkZjc=" 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, db97d7ce-d807-4caa-af4e-83513cb9046d, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 53bcaf42-975d-45ce-91b6-3bd941f25d7e, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=NjhhNDY0MmEtOTAwMGQxNjMtMTVkYTdiMWYtZTllOWM2N2Q=" 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, 53bcaf42-975d-45ce-91b6-3bd941f25d7e, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGVmNmRmZjEtMjE3OGE4NDctNzI2MWQ0ZjItYmY5OTNhY2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a8329404-0a77-4229-bc15-87fe95d30c3d, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a8329404-0a77-4229-bc15-87fe95d30c3d, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=OGVmNmRmZjEtMjE3OGE4NDctNzI2MWQ0ZjItYmY5OTNhY2M=" 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, a8329404-0a77-4229-bc15-87fe95d30c3d, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d4c5b0a9-683e-43aa-b271-e6f7414d2b7e, ghrun-yw6hj3sfka.auto.internal:13811): 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, 33db9585-1354-427e-be0a-62c0f989fd5a, localhost:19639): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 33db9585-1354-427e-be0a-62c0f989fd5a, localhost:19639): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 33db9585-1354-427e-be0a-62c0f989fd5a, localhost:19639): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yw6hj3sfka.auto.internal" port: 19639 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-yw6hj3sfka.auto.internal:19639, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19639
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 59dfd38a-58e2-461d-83a7-997e31c2941c, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737408883+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cf70dd0e-20c2-40fa-ba72-1822d6aa10e4, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737176495+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5f825892-c241-4227-9fcc-a1f8fcfe7785, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.7374407+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDMxYjRjZGQtNWM0NjQ4NjItZTY0MzkzNC02MTVjN2RjMQ==
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6dbd4562-52e2-434b-a854-7e3adfa00dba, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.73749562+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d4c5b0a9-683e-43aa-b271-e6f7414d2b7e, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737513341+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGVkNTlmZWEtMTEwMWMxMC1mNzEwMjVjOC1mNzJiNjYwYw==
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 73862a8e-acfb-4a44-839f-b30446881d24, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737392166+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5e0fd27a-8926-42f5-a3ea-250ea3ea6fe3, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737454999+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 29d7f136-796e-45d3-bc4d-ab62eefe211c, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737379301+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b6b1aebe-78c2-4d79-9817-6ab45b69827b, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737325328+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 34bde74d-96ba-4cd6-8c44-a7bb4d9ee6da, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737353712+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d1efe8e6-5ec6-44e8-82c1-a037e6506e40, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737470728+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fe150108-2372-45e8-b62c-54433f7b0fc8, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737426575+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b34e6e8d-59ea-4c85-9756-60c97d1e1906, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737271822+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1149aef5-4ce7-43a2-9a46-81e6355feef1, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737482493+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDQ5OGRmZDktMjVjNjkyNWYtZDQzN2EyMzQtOWVkZGE3YmM=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, db97d7ce-d807-4caa-af4e-83513cb9046d, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737529006+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 53bcaf42-975d-45ce-91b6-3bd941f25d7e, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.73754233+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDMxYjRjZGQtNWM0NjQ4NjItZTY0MzkzNC02MTVjN2RjMQ==
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a8329404-0a77-4229-bc15-87fe95d30c3d, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737557135+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzE4OWRjZTItODJiODBiMjItOWIwNzE2MzUtZjBlYmU4Mjk=
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e0aebc86-d825-4a43-9f6c-29f8ac92b3c2, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737338297+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7040e0de-fe0e-4d52-a5f2-f5bbe0215062, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737293369+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDMxYjRjZGQtNWM0NjQ4NjItZTY0MzkzNC02MTVjN2RjMQ==
DEBUG    ya.test:process.py:259 Command (pid 2824884) rc: 0
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ya.test:process.py:259 Command (pid 2824861) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2824861) elapsed time (sec): 31.146835565567017
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0cc17121-fed8-477b-8038-c541c6a31a94, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737310806+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGVkNTlmZWEtMTEwMWMxMC1mNzEwMjVjOC1mNzJiNjYwYw==
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjhhNDY0MmEtOTAwMGQxNjMtMTVkYTdiMWYtZTllOWM2N2Q=
DEBUG    ya.test:process.py:260 Command (pid 2824884) elapsed time (sec): 31.126304626464844
DEBUG    ya.test:process.py:263 Command (pid 2824884) wtime: 31.141
DEBUG    ya.test:process.py:275 Command (pid 2824884) 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	0	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	7	0	0	0	0
9	      0	0	0	3	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	10	0	0	0	0
12	     20	20	0	0	417	915	919	919
13	     10	10	0	0	671	755	755	755
14	     16	16	0	0	747	943	963	963
15	      2	2	0	8	923	983	983	983
16	     20	20	0	0	627	827	963	963
17	     15	15	0	0	647	771	775	775
18	     15	15	0	0	707	755	807	807
19	     21	21	0	0	451	607	615	615
20	     18	18	0	0	691	747	771	771
21	     11	11	0	0	643	691	743	743
22	      1	1	0	9	971	971	971	971
23	      0	0	0	10	0	0	0	0
24	      0	0	0	3	0	0	0	0
25	      0	0	0	10	0	0	0	0
26	      0	0	0	10	0	0	0	0
27	      0	0	0	7	0	0	0	0
28	      0	0	0	10	0	0	0	0
29	      0	0	0	10	0	0	0	0
30	      0	0	0	17	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    149	4.96667	0	174	643	919	971	983

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ya.test:process.py:259 Command (pid 2824895) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2824895) elapsed time (sec): 31.13302445411682
DEBUG    ya.test:process.py:263 Command (pid 2824895) wtime: 31.15
DEBUG    ya.test:process.py:275 Command (pid 2824895) 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	8	0	0	0	0
7	      0	0	0	2	0	0	0	0
8	      0	0	0	8	0	0	0	0
9	      0	0	0	2	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	10	0	0	0	0
12	     30	30	0	0	381	807	811	811
13	     16	16	0	0	595	723	807	807
14	     14	14	0	0	695	743	803	803
15	     11	11	0	3	899	991	999	999
16	     22	22	0	0	445	603	683	683
17	     20	20	0	0	353	647	647	647
18	     19	19	0	0	547	647	671	671
19	     29	29	0	0	315	523	555	555
20	     17	17	0	0	563	623	623	623
21	     18	18	0	0	493	543	555	555
22	      1	1	0	9	903	903	903	903
23	      0	0	0	10	0	0	0	0
24	      0	0	0	1	0	0	0	0
25	      0	0	0	10	0	0	0	0
26	      0	0	0	10	0	0	0	0
27	      0	0	0	9	0	0	0	0
28	      0	0	0	10	0	0	0	0
29	      0	0	0	10	0	0	0	0
30	      0	0	0	11	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    197	6.56667	0	163	519	807	951	999

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

DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ya.test:process.py:263 Command (pid 2824861) wtime: 31.171
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    ya.test:process.py:275 Command (pid 2824861) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      7	7	0	0	132	293	293	293
2	      4	4	0	0	1231	1367	1367	1367
3	      0	0	0	0	0	0	0	0
4	      2	2	0	0	3839	3855	3855	3855
5	      3	3	0	0	4543	4799	4799	4799
6	      3	3	0	0	4383	4767	4767	4767
7	      0	0	0	0	0	0	0	0
8	      0	0	0	0	0	0	0	0
9	      0	0	0	0	0	0	0	0
10	      2	2	0	0	8255	8447	8447	8447
11	      8	8	0	0	5791	6751	6751	6751
12	     30	30	0	0	287	1335	1639	1639
13	     17	17	0	0	453	543	635	635
14	     21	21	0	0	555	615	727	727
15	     13	13	0	0	867	1055	1063	1063
16	     28	28	0	0	379	473	595	595
17	     26	26	0	0	389	563	563	563
18	     22	22	0	0	459	543	547	547
19	     35	35	0	0	269	419	481	481
20	     21	21	0	0	467	559	571	571
21	     23	23	0	0	413	495	501	501
22	      6	6	0	0	775	859	859	859
23	      5	5	0	0	1639	1671	1671	1671
24	      5	5	0	0	2287	2367	2367	2367
25	      1	1	0	0	2975	2975	2975	2975
26	      2	2	0	0	2943	3023	3023	3023
27	      2	2	0	0	3615	3647	3647	3647
28	      4	4	0	0	4223	4255	4255	4255
29	      1	1	0	0	4223	4223	4223	4223
30	      0	0	0	10	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    291	9.7	0	10	443	4255	6623	8447

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

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.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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, 9390962e-c5db-4884-b64a-4a4e4edc4590, localhost:19639): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9390962e-c5db-4884-b64a-4a4e4edc4590, localhost:19639): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9390962e-c5db-4884-b64a-4a4e4edc4590, localhost:19639): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yw6hj3sfka.auto.internal" port: 19639 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-yw6hj3sfka.auto.internal:19639, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19639
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
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:13811". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 0bea715c-a344-40b0-ba82-0fe824de74c0, localhost:19639): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0bea715c-a344-40b0-ba82-0fe824de74c0, localhost:19639): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0bea715c-a344-40b0-ba82-0fe824de74c0, localhost:19639): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yw6hj3sfka.auto.internal" port: 19639 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-yw6hj3sfka.auto.internal:19639, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19639
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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
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:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, eed61ab5-ca0c-41da-a65e-0fc97a501f58, localhost:19639): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, eed61ab5-ca0c-41da-a65e-0fc97a501f58, localhost:19639): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, eed61ab5-ca0c-41da-a65e-0fc97a501f58, localhost:19639): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yw6hj3sfka.auto.internal" port: 19639 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-yw6hj3sfka.auto.internal:19639, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19639
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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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.
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 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:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-yw6hj3sfka'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/mav7/004c7c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/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.2752729' in '/home/runner/.ya/build/build_root/mav7/004c7c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/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_x0kii5lw.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:264 Stopped node localhost:13811/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63911
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13239
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32309
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13811
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19022
=================================== 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:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_log_uniform
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb -e grpc://localhost:13811 -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/mav7/004c7c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13811', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2800778
DEBUG    ya.test:process.py:259 Command (pid 2800778) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2800778) elapsed time (sec): 0.7308366298675537
DEBUG    ya.test:process.py:263 Command (pid 2800778) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) maxrss: 1071604
DEBUG    ya.test:process.py:263 Command (pid 2800778) minflt: 3491
DEBUG    ya.test:process.py:263 Command (pid 2800778) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) nivcsw: 58
DEBUG    ya.test:process.py:263 Command (pid 2800778) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2800778) nvcsw: 143
DEBUG    ya.test:process.py:263 Command (pid 2800778) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2800778) stime: 0.012537
DEBUG    ya.test:process.py:263 Command (pid 2800778) utime: 0.071046
DEBUG    ya.test:process.py:263 Command (pid 2800778) wtime: 0.737
DEBUG    ya.test:process.py:275 Command (pid 2800778) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2800778) 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/mav7/004c7c/ydb/apps/ydb/ydb -e grpc://localhost:13811 -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/mav7/004c7c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13811', '-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: 2800950
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, 4ad5d85c-e427-4c05-882f-dadc278845bc, localhost:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4ad5d85c-e427-4c05-882f-dadc278845bc, localhost:13811): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4ad5d85c-e427-4c05-882f-dadc278845bc, localhost:13811): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yw6hj3sfka.auto.internal" port: 13811 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-yw6hj3sfka.auto.internal:13811, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13811
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, a570afe7-f2bc-414e-9d46-2cc891cd717c, localhost:19639): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a570afe7-f2bc-414e-9d46-2cc891cd717c, localhost:19639): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a570afe7-f2bc-414e-9d46-2cc891cd717c, localhost:19639): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yw6hj3sfka.auto.internal" port: 19639 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-yw6hj3sfka.auto.internal:19639, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19639
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 2800950) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2800950) elapsed time (sec): 30.433696269989014
DEBUG    ya.test:process.py:263 Command (pid 2800950) wtime: 30.438
DEBUG    ya.test:process.py:275 Command (pid 2800950) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    306	306	0	0	25	72	95	103
2	    225	225	0	0	33	86	229	231
3	    278	278	0	0	32	65	70	77
4	    434	434	0	0	20	45	52	57
5	    592	592	0	0	15	29	35	38
6	    627	627	0	0	13	31	43	51
7	    543	543	0	0	16	32	38	42
8	    549	549	0	0	15	31	53	68
9	    340	340	0	0	26	55	74	77
10	    260	260	0	0	35	67	80	88
11	    269	269	0	0	32	80	86	94
12	    337	337	0	0	27	53	63	69
13	    365	365	0	0	24	53	58	64
14	    395	395	0	0	21	51	68	77
15	    471	471	0	0	18	42	52	54
16	    468	468	0	0	19	40	49	63
17	    386	386	0	0	23	50	60	63
18	    370	370	0	0	22	51	86	88
19	    324	324	0	0	26	58	83	111
20	    445	445	0	0	20	45	58	66
21	    375	375	0	0	25	44	51	54
22	    362	362	0	0	24	51	55	58
23	    262	262	0	0	32	72	104	109
24	    393	393	0	0	23	46	60	71
25	    367	367	0	0	25	49	57	66
26	    321	321	0	0	24	66	99	111
27	    379	379	0	0	20	53	76	82
28	    426	426	0	0	22	39	46	51
29	    411	411	0	0	21	42	50	52
30	    441	441	0	0	21	45	55	58

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  11721	390.7	0	0	22	51	73	231

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjhhNDY0MmEtOTAwMGQxNjMtMTVkYTdiMWYtZTllOWM2N2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fd144431-f502-49d2-babe-f0340f42531a, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fd144431-f502-49d2-babe-f0340f42531a, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=NjhhNDY0MmEtOTAwMGQxNjMtMTVkYTdiMWYtZTllOWM2N2Q=" 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, fd144431-f502-49d2-babe-f0340f42531a, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjhhNDY0MmEtOTAwMGQxNjMtMTVkYTdiMWYtZTllOWM2N2Q=
INFO     root:test_log_scenario.py:217 Count rows after insert 11706 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTE1YjgwOGQtZDBkMmE2YzgtMmMwYTAyNWQtMzc3YWVkZjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4d8cd1b2-d3b7-4f71-b244-78bc16eb8c95, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4d8cd1b2-d3b7-4f71-b244-78bc16eb8c95, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=OTE1YjgwOGQtZDBkMmE2YzgtMmMwYTAyNWQtMzc3YWVkZjc=" 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, 4d8cd1b2-d3b7-4f71-b244-78bc16eb8c95, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTE1YjgwOGQtZDBkMmE2YzgtMmMwYTAyNWQtMzc3YWVkZjc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGVmNmRmZjEtMjE3OGE4NDctNzI2MWQ0ZjItYmY5OTNhY2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6c2f3f60-d3e7-4426-8b57-514cfaa1f0e5, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6c2f3f60-d3e7-4426-8b57-514cfaa1f0e5, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=OGVmNmRmZjEtMjE3OGE4NDctNzI2MWQ0ZjItYmY5OTNhY2M=" 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, 6c2f3f60-d3e7-4426-8b57-514cfaa1f0e5, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGVmNmRmZjEtMjE3OGE4NDctNzI2MWQ0ZjItYmY5OTNhY2M=
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/mav7/004c7c/ydb/apps/ydb/ydb -e grpc://localhost:13811 -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.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13811', '-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: 2824861
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb -e grpc://localhost:13811 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13811', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2824884
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb -e grpc://localhost:13811 -d /Root workload log --path log run 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.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/mav7/004c7c/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13811', '-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: 2824895
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTc5NTZkZGEtNTk1YjFiYmMtYzY1NTM4MTgtZmM3OTFmZWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fe150108-2372-45e8-b62c-54433f7b0fc8, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fe150108-2372-45e8-b62c-54433f7b0fc8, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=OTc5NTZkZGEtNTk1YjFiYmMtYzY1NTM4MTgtZmM3OTFmZWU=" 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, fe150108-2372-45e8-b62c-54433f7b0fc8, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDMxYjRjZGQtNWM0NjQ4NjItZTY0MzkzNC02MTVjN2RjMQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5f825892-c241-4227-9fcc-a1f8fcfe7785, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5f825892-c241-4227-9fcc-a1f8fcfe7785, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=NDMxYjRjZGQtNWM0NjQ4NjItZTY0MzkzNC02MTVjN2RjMQ==" 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, 5f825892-c241-4227-9fcc-a1f8fcfe7785, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmRkYjgyYWEtMThmN2ZmYjgtMjE0OGU2M2QtZTU3OWExNg==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 5e0fd27a-8926-42f5-a3ea-250ea3ea6fe3, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5e0fd27a-8926-42f5-a3ea-250ea3ea6fe3, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=ZmRkYjgyYWEtMThmN2ZmYjgtMjE0OGU2M2QtZTU3OWExNg==" 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, 5e0fd27a-8926-42f5-a3ea-250ea3ea6fe3, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzE4OWRjZTItODJiODBiMjItOWIwNzE2MzUtZjBlYmU4Mjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d1efe8e6-5ec6-44e8-82c1-a037e6506e40, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d1efe8e6-5ec6-44e8-82c1-a037e6506e40, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=NzE4OWRjZTItODJiODBiMjItOWIwNzE2MzUtZjBlYmU4Mjk=" 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, d1efe8e6-5ec6-44e8-82c1-a037e6506e40, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDQ5OGRmZDktMjVjNjkyNWYtZDQzN2EyMzQtOWVkZGE3YmM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1149aef5-4ce7-43a2-9a46-81e6355feef1, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1149aef5-4ce7-43a2-9a46-81e6355feef1, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=ZDQ5OGRmZDktMjVjNjkyNWYtZDQzN2EyMzQtOWVkZGE3YmM=" 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, 1149aef5-4ce7-43a2-9a46-81e6355feef1, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGVkNTlmZWEtMTEwMWMxMC1mNzEwMjVjOC1mNzJiNjYwYw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d4c5b0a9-683e-43aa-b271-e6f7414d2b7e, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTAwZGQyNDctNmJmMDQxYTAtNzgxMWMzYmItNDE2NDFiMDk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6dbd4562-52e2-434b-a854-7e3adfa00dba, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6dbd4562-52e2-434b-a854-7e3adfa00dba, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=YTAwZGQyNDctNmJmMDQxYTAtNzgxMWMzYmItNDE2NDFiMDk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjhhNDY0MmEtOTAwMGQxNjMtMTVkYTdiMWYtZTllOWM2N2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 53bcaf42-975d-45ce-91b6-3bd941f25d7e, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d4c5b0a9-683e-43aa-b271-e6f7414d2b7e, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=OGVkNTlmZWEtMTEwMWMxMC1mNzEwMjVjOC1mNzJiNjYwYw==" 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, 6dbd4562-52e2-434b-a854-7e3adfa00dba, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OTE1YjgwOGQtZDBkMmE2YzgtMmMwYTAyNWQtMzc3YWVkZjc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, db97d7ce-d807-4caa-af4e-83513cb9046d, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, db97d7ce-d807-4caa-af4e-83513cb9046d, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=OTE1YjgwOGQtZDBkMmE2YzgtMmMwYTAyNWQtMzc3YWVkZjc=" 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, db97d7ce-d807-4caa-af4e-83513cb9046d, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 53bcaf42-975d-45ce-91b6-3bd941f25d7e, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=NjhhNDY0MmEtOTAwMGQxNjMtMTVkYTdiMWYtZTllOWM2N2Q=" 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, 53bcaf42-975d-45ce-91b6-3bd941f25d7e, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGVmNmRmZjEtMjE3OGE4NDctNzI2MWQ0ZjItYmY5OTNhY2M=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a8329404-0a77-4229-bc15-87fe95d30c3d, ghrun-yw6hj3sfka.auto.internal:13811): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a8329404-0a77-4229-bc15-87fe95d30c3d, ghrun-yw6hj3sfka.auto.internal:13811): request = { session_id: "ydb://session/3?node_id=1&id=OGVmNmRmZjEtMjE3OGE4NDctNzI2MWQ0ZjItYmY5OTNhY2M=" 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, a8329404-0a77-4229-bc15-87fe95d30c3d, ghrun-yw6hj3sfka.auto.internal:13811): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d4c5b0a9-683e-43aa-b271-e6f7414d2b7e, ghrun-yw6hj3sfka.auto.internal:13811): 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, 33db9585-1354-427e-be0a-62c0f989fd5a, localhost:19639): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 33db9585-1354-427e-be0a-62c0f989fd5a, localhost:19639): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 33db9585-1354-427e-be0a-62c0f989fd5a, localhost:19639): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yw6hj3sfka.auto.internal" port: 19639 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-yw6hj3sfka.auto.internal:19639, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19639
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 59dfd38a-58e2-461d-83a7-997e31c2941c, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737408883+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cf70dd0e-20c2-40fa-ba72-1822d6aa10e4, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737176495+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5f825892-c241-4227-9fcc-a1f8fcfe7785, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.7374407+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDMxYjRjZGQtNWM0NjQ4NjItZTY0MzkzNC02MTVjN2RjMQ==
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6dbd4562-52e2-434b-a854-7e3adfa00dba, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.73749562+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d4c5b0a9-683e-43aa-b271-e6f7414d2b7e, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737513341+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OGVkNTlmZWEtMTEwMWMxMC1mNzEwMjVjOC1mNzJiNjYwYw==
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 73862a8e-acfb-4a44-839f-b30446881d24, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737392166+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5e0fd27a-8926-42f5-a3ea-250ea3ea6fe3, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737454999+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 29d7f136-796e-45d3-bc4d-ab62eefe211c, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737379301+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b6b1aebe-78c2-4d79-9817-6ab45b69827b, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737325328+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 34bde74d-96ba-4cd6-8c44-a7bb4d9ee6da, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737353712+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d1efe8e6-5ec6-44e8-82c1-a037e6506e40, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737470728+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fe150108-2372-45e8-b62c-54433f7b0fc8, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737426575+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b34e6e8d-59ea-4c85-9756-60c97d1e1906, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737271822+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1149aef5-4ce7-43a2-9a46-81e6355feef1, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737482493+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZDQ5OGRmZDktMjVjNjkyNWYtZDQzN2EyMzQtOWVkZGE3YmM=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, db97d7ce-d807-4caa-af4e-83513cb9046d, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737529006+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 53bcaf42-975d-45ce-91b6-3bd941f25d7e, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.73754233+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDMxYjRjZGQtNWM0NjQ4NjItZTY0MzkzNC02MTVjN2RjMQ==
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a8329404-0a77-4229-bc15-87fe95d30c3d, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737557135+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzE4OWRjZTItODJiODBiMjItOWIwNzE2MzUtZjBlYmU4Mjk=
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e0aebc86-d825-4a43-9f6c-29f8ac92b3c2, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-10-17T14:32:56.737338297+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7040e0de-fe0e-4d52-a5f2-f5bbe0215062, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737293369+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDMxYjRjZGQtNWM0NjQ4NjItZTY0MzkzNC02MTVjN2RjMQ==
DEBUG    ya.test:process.py:259 Command (pid 2824884) rc: 0
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ya.test:process.py:259 Command (pid 2824861) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2824861) elapsed time (sec): 31.146835565567017
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0cc17121-fed8-477b-8038-c541c6a31a94, ghrun-yw6hj3sfka.auto.internal:13811): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:13811 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-10-17T14:32:56.737310806+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGVkNTlmZWEtMTEwMWMxMC1mNzEwMjVjOC1mNzJiNjYwYw==
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjhhNDY0MmEtOTAwMGQxNjMtMTVkYTdiMWYtZTllOWM2N2Q=
DEBUG    ya.test:process.py:260 Command (pid 2824884) elapsed time (sec): 31.126304626464844
DEBUG    ya.test:process.py:263 Command (pid 2824884) wtime: 31.141
DEBUG    ya.test:process.py:275 Command (pid 2824884) 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	0	0	0	0	0
7	      0	0	0	10	0	0	0	0
8	      0	0	0	7	0	0	0	0
9	      0	0	0	3	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	10	0	0	0	0
12	     20	20	0	0	417	915	919	919
13	     10	10	0	0	671	755	755	755
14	     16	16	0	0	747	943	963	963
15	      2	2	0	8	923	983	983	983
16	     20	20	0	0	627	827	963	963
17	     15	15	0	0	647	771	775	775
18	     15	15	0	0	707	755	807	807
19	     21	21	0	0	451	607	615	615
20	     18	18	0	0	691	747	771	771
21	     11	11	0	0	643	691	743	743
22	      1	1	0	9	971	971	971	971
23	      0	0	0	10	0	0	0	0
24	      0	0	0	3	0	0	0	0
25	      0	0	0	10	0	0	0	0
26	      0	0	0	10	0	0	0	0
27	      0	0	0	7	0	0	0	0
28	      0	0	0	10	0	0	0	0
29	      0	0	0	10	0	0	0	0
30	      0	0	0	17	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    149	4.96667	0	174	643	919	971	983

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ya.test:process.py:259 Command (pid 2824895) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2824895) elapsed time (sec): 31.13302445411682
DEBUG    ya.test:process.py:263 Command (pid 2824895) wtime: 31.15
DEBUG    ya.test:process.py:275 Command (pid 2824895) 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	8	0	0	0	0
7	      0	0	0	2	0	0	0	0
8	      0	0	0	8	0	0	0	0
9	      0	0	0	2	0	0	0	0
10	      0	0	0	10	0	0	0	0
11	      0	0	0	10	0	0	0	0
12	     30	30	0	0	381	807	811	811
13	     16	16	0	0	595	723	807	807
14	     14	14	0	0	695	743	803	803
15	     11	11	0	3	899	991	999	999
16	     22	22	0	0	445	603	683	683
17	     20	20	0	0	353	647	647	647
18	     19	19	0	0	547	647	671	671
19	     29	29	0	0	315	523	555	555
20	     17	17	0	0	563	623	623	623
21	     18	18	0	0	493	543	555	555
22	      1	1	0	9	903	903	903	903
23	      0	0	0	10	0	0	0	0
24	      0	0	0	1	0	0	0	0
25	      0	0	0	10	0	0	0	0
26	      0	0	0	10	0	0	0	0
27	      0	0	0	9	0	0	0	0
28	      0	0	0	10	0	0	0	0
29	      0	0	0	10	0	0	0	0
30	      0	0	0	11	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    197	6.56667	0	163	519	807	951	999

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

DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-yw6hj3sfka.auto.internal:13811
DEBUG    ya.test:process.py:263 Command (pid 2824861) wtime: 31.171
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    ya.test:process.py:275 Command (pid 2824861) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      7	7	0	0	132	293	293	293
2	      4	4	0	0	1231	1367	1367	1367
3	      0	0	0	0	0	0	0	0
4	      2	2	0	0	3839	3855	3855	3855
5	      3	3	0	0	4543	4799	4799	4799
6	      3	3	0	0	4383	4767	4767	4767
7	      0	0	0	0	0	0	0	0
8	      0	0	0	0	0	0	0	0
9	      0	0	0	0	0	0	0	0
10	      2	2	0	0	8255	8447	8447	8447
11	      8	8	0	0	5791	6751	6751	6751
12	     30	30	0	0	287	1335	1639	1639
13	     17	17	0	0	453	543	635	635
14	     21	21	0	0	555	615	727	727
15	     13	13	0	0	867	1055	1063	1063
16	     28	28	0	0	379	473	595	595
17	     26	26	0	0	389	563	563	563
18	     22	22	0	0	459	543	547	547
19	     35	35	0	0	269	419	481	481
20	     21	21	0	0	467	559	571	571
21	     23	23	0	0	413	495	501	501
22	      6	6	0	0	775	859	859	859
23	      5	5	0	0	1639	1671	1671	1671
24	      5	5	0	0	2287	2367	2367	2367
25	      1	1	0	0	2975	2975	2975	2975
26	      2	2	0	0	2943	3023	3023	3023
27	      2	2	0	0	3615	3647	3647	3647
28	      4	4	0	0	4223	4255	4255	4255
29	      1	1	0	0	4223	4223	4223	4223
30	      0	0	0	10	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    291	9.7	0	10	443	4255	6623	8447

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

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.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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, 9390962e-c5db-4884-b64a-4a4e4edc4590, localhost:19639): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 9390962e-c5db-4884-b64a-4a4e4edc4590, localhost:19639): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 9390962e-c5db-4884-b64a-4a4e4edc4590, localhost:19639): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yw6hj3sfka.auto.internal" port: 19639 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-yw6hj3sfka.auto.internal:19639, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19639
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
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:13811". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 0bea715c-a344-40b0-ba82-0fe824de74c0, localhost:19639): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0bea715c-a344-40b0-ba82-0fe824de74c0, localhost:19639): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0bea715c-a344-40b0-ba82-0fe824de74c0, localhost:19639): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yw6hj3sfka.auto.internal" port: 19639 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-yw6hj3sfka.auto.internal:19639, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19639
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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
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:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, eed61ab5-ca0c-41da-a65e-0fc97a501f58, localhost:19639): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, eed61ab5-ca0c-41da-a65e-0fc97a501f58, localhost:19639): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, eed61ab5-ca0c-41da-a65e-0fc97a501f58, localhost:19639): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-yw6hj3sfka.auto.internal" port: 19639 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-yw6hj3sfka.auto.internal:19639, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:19639
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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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:13811
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13811". 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.
============================== slowest durations ===============================
353.69s call     test_log_scenario.py::TestLogScenario::test_log_uniform
74.46s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
63.04s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
8.23s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
5.94s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
5.91s setup    test_insert.py::TestInsertStatement::test_bulk
1.64s call     test_insert.py::TestInsertStatement::test_copy_full
1.47s call     test_insert.py::TestInsertStatement::test_copy_partial
1.35s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.95s call     test_insert.py::TestInsertStatement::test_bulk
0.77s call     test_insert.py::TestInsertStatement::test_plain
0.67s call     test_insert.py::TestInsertStatement::test_incorrect
0.65s call     test_insert.py::TestInsertStatement::test_duplicate
0.65s call     test_insert.py::TestInsertStatement::test_out_of_range
0.11s setup    test_insert.py::TestInsertStatement::test_copy_full
0.09s setup    test_insert.py::TestInsertStatement::test_copy_partial
0.07s setup    test_insert.py::TestInsertStatement::test_insert_rollback
0.07s setup    test_insert.py::TestInsertStatement::test_plain
0.04s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
0.03s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.02s setup    test_insert.py::TestInsertStatement::test_duplicate
0.02s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.02s teardown test_insert.py::TestInsertStatement::test_plain
0.01s setup    test_insert.py::TestInsertStatement::test_incorrect
0.01s setup    test_insert.py::TestInsertStatement::test_out_of_range
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]

(7 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/mav7/004c7c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/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/mav7/004c7c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/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-10-17T14:32:47.505479Z): tablet_id=72075186224037984;self_id=[1:7562198303514622418:9973];ev=NKikimr::TEvDataShard::TEvCancelTransactionProposal;tx_id=281474976711646;lock_id=281474976711612;verification=!CommitSnapshot;fline=written.h:108;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA73F3C5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA737906
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB5CA348
3. /-S/ydb/core/tx/columnshard/engines/portions/written.h:0: SetCommitSnapshot @ 0x16A59F96
4. /-S/ydb/core/tx/columnshard/engines/storage/granule/granule.h:228: AbortPortionOnExecute @ 0x16D74CA1
5. /tmp//-S/ydb/core/tx/columnshard/operations/write.cpp:130: AbortOnExecute @ 0x16D74AB4
6. /tmp//-S/ydb/core/tx/columnshard/operations/manager.cpp:134: AbortTransactionOnExecute @ 0x16D6CA8E
7. /-S/ydb/core/tx/columnshard/transactions/operators/ev_write/abstract.h:116: ExecuteOnAbort @ 0xA0D642C
8. /tmp//-S/ydb/core/tx/columnshard/transactions/tx_controller.cpp:185: ExecuteOnCancel @ 0x16D960BC
9. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:22: Execute @ 0x16DF87EE
10. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:2030: ExecuteTransaction @ 0xD167424
11. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1935: DoExecute @ 0xD1653EA
12. /tmp//-S/ydb/core/tablet_flat/flat_executor.cpp:1949: Execute @ 0xD16876E
13. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:62: Execute @ 0xD1415B6
14. /tmp//-S/ydb/core/tablet_flat/tablet_flat_executed.cpp:57: Execute @ 0xD1415B6
15. /tmp//-S/ydb/core/tx/columnshard/columnshard__propose_cancel.cpp:38: Handle @ 0x16DF7F29
16. /-S/ydb/core/tx/columnshard/columnshard_impl.h:424: StateWork @ 0x16DC0C6A
17. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB57DF77
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5BAE14
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5BEEB2
20. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5BEAC0
21. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5BF6AE
22. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA74101C
23. ??:0: ?? @ 0x7F1C9DEA4AC2
24. ??:0: ?? @ 0x7F1C9DF368BF
============== 1 failed, 10 passed, 1 error in 522.03s (0:08:42) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/mav7/004c8e/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 105 items

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

============================== slowest durations ===============================
8.30s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
7.43s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
7.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
7.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
6.98s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
6.91s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
6.46s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
6.20s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
6.04s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
5.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
5.30s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
3.08s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.11s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.09s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.08s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 79.05s (0:01: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/mav7/004c78/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 105 items

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

============================== slowest durations ===============================
8.65s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
7.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
7.03s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
7.01s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
6.90s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
6.89s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
6.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
6.26s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
6.07s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
5.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
3.18s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.07s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 10 passed in 73.53s (0:01:13) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/mav7/004c6b/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 105 items

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

============================== slowest durations ===============================
104.51s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
8.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
7.49s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
6.53s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
6.48s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
6.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
6.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
5.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
5.79s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
5.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.12s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.05s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
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-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]

(6 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 10 passed in 167.96s (0:02:47) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/mav7/004c72/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 105 items

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

============================== slowest durations ===============================
108.85s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
101.63s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
92.86s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
81.42s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
74.87s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
4.52s setup    test_replace.py::TestReplace::test_copy_full
3.03s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
1.05s call     test_replace.py::TestReplace::test_count
0.91s call     test_replace.py::TestReplace::test_copy_full
0.89s call     test_replace.py::TestReplace::test_copy_partial
0.47s call     test_replace.py::TestReplace::test_partial_replace
0.35s call     test_replace.py::TestReplace::test_incorrect
0.09s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.03s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 10 passed in 472.22s (0:07:52) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/mav7/004cc9/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 105 items

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

============================== slowest durations ===============================
6.22s setup    test_replace.py::TestReplace::test_replace_rollback
5.58s setup    test_select.py::TestSelect::test_incorrect
5.25s setup    test_update.py::TestUpdate::test_incorrect
1.48s call     test_select.py::TestSelect::test_json_query
1.37s call     test_update.py::TestUpdate::test_update_rollback
1.31s call     test_replace.py::TestReplace::test_replace_rollback
1.24s call     test_update.py::TestUpdate::test_update_many_rows
1.01s call     test_update.py::TestUpdate::test_partial_update
0.98s call     test_replace.py::TestReplace::test_replace_with_nulls
0.93s call     test_replace.py::TestReplace::test_replace_total
0.79s call     test_update.py::TestUpdate::test_incorrect
0.74s call     test_select.py::TestSelect::test_incorrect
0.67s call     test_update.py::TestUpdate::test_update_pk
0.13s setup    test_update.py::TestUpdate::test_partial_update
0.08s setup    test_select.py::TestSelect::test_json_query
0.06s setup    test_replace.py::TestReplace::test_replace_total
0.02s teardown test_replace.py::TestReplace::test_replace_rollback
0.02s setup    test_update.py::TestUpdate::test_update_many_rows
0.02s setup    test_replace.py::TestReplace::test_replace_with_nulls
0.01s setup    test_update.py::TestUpdate::test_update_pk
0.01s teardown test_update.py::TestUpdate::test_update_pk
0.01s setup    test_update.py::TestUpdate::test_update_rollback

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 10 passed in 29.50s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/mav7/004cd8/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 105 items

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

============================== slowest durations ===============================
406.44s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
38.02s call     zip_bomb.py::TestZipBomb::test
13.30s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
7.05s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
5.94s setup    test_update.py::TestUpdate::test_update_single_column
5.54s setup    test_upsert.py::TestUpsert::test_copy_full
3.82s setup    zip_bomb.py::TestZipBomb::test
2.22s call     test_upsert.py::TestUpsert::test_count
1.86s call     test_upsert.py::TestUpsert::test_copy_full
1.35s call     test_upsert.py::TestUpsert::test_copy_partial
1.30s call     test_update.py::TestUpdate::test_update_single_column
1.10s call     test_update.py::TestUpdate::test_update_single_row
1.02s call     test_upsert.py::TestUpsert::test_partial_update
0.57s call     test_upsert.py::TestUpsert::test_incorrect
0.55s call     test_upsert.py::TestUpsert::test_insert_nulls
0.10s setup    test_upsert.py::TestUpsert::test_insert_nulls
0.07s setup    test_upsert.py::TestUpsert::test_count
0.05s setup    test_upsert.py::TestUpsert::test_incorrect
0.04s setup    test_update.py::TestUpdate::test_update_single_row
0.04s setup    test_upsert.py::TestUpsert::test_copy_partial
0.01s setup    test_upsert.py::TestUpsert::test_partial_update

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 10 passed in 503.81s (0:08:23) ========================
