============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/f6zk/00237e/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 107 items

data_read_correctness.py ...
order_by_with_limit.py .
tablets_movement.py .
Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...er/.ya/build/build_root/f6zk/00237e/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/f6zk/00237e/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/f6zk/00237e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/f6zk/00237e', '--source-root', '/home/runner/.ya/build/build_root/f6zk/00237e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/f6zk/00237e/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/10164110401/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 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...er/.ya/build/build_root/f6zk/00237e/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/f6zk/00237e/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/f6zk/00237e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/f6zk/00237e', '--source-root', '/home/runner/.ya/build/build_root/f6zk/00237e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/f6zk/00237e/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/10164110401/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/f6zk/002390/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 107 items

test_create.py ..
test_cs_many_updates.py drop table: 38.9 ms
create table: 410.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 38.9
    "min_ms": 23.4
    "median_ms": 39.8
    "max_ms": 63.0
    "stdev_ms": 12.5
select count(*) after initial inserts: 130.2 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 49.5
    "min_ms": 31.2
    "median_ms": 44.2
    "max_ms": 237.0
    "stdev_ms": 18.7
select count(*) after all modifications: 2841.4 ms
select all: 3219.5 ms
delete from table: 3113.2 ms
select all after delete: 3637.8 ms
.drop table: 50.4 ms
create table: 536.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 69.2
    "min_ms": 33.4
    "median_ms": 49.0
    "max_ms": 149.4
    "stdev_ms": 43.7
select count(*) after initial inserts: 118.7 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 68.5
    "min_ms": 38.3
    "median_ms": 60.8
    "max_ms": 185.7
    "stdev_ms": 25.8
updates (step 1):
    "runs": 200
    "avg_ms": 184.0
    "min_ms": 124.6
    "median_ms": 157.0
    "max_ms": 749.1
    "stdev_ms": 78.0
upserts (step 2):
    "runs": 200
    "avg_ms": 36.4
    "min_ms": 22.6
    "median_ms": 31.7
    "max_ms": 95.1
    "stdev_ms": 12.4
select count(*) after all modifications: 376.3 ms
select all: 339.9 ms
delete from table: 733.3 ms
select all after delete: 476.8 ms
.drop table: 51.9 ms
create table: 645.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 52.6
    "min_ms": 31.8
    "median_ms": 46.2
    "max_ms": 87.3
    "stdev_ms": 16.9
select count(*) after initial inserts: 108.0 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 255.4
    "min_ms": 96.2
    "median_ms": 237.3
    "max_ms": 3799.9
    "stdev_ms": 147.8
select count(*) after all modifications: 1221.6 ms
select all: 385.0 ms
delete from table: 647.5 ms
select all after delete: 577.8 ms
.drop table: 83.1 ms
create table: 1290.4 ms
initial inserts:
    "runs": 15
    "avg_ms": 111.8
    "min_ms": 32.9
    "median_ms": 80.2
    "max_ms": 293.0
    "stdev_ms": 76.2
select count(*) after initial inserts: 183.5 ms
updates (step 0):
    "runs": 150
    "avg_ms": 283.9
    "min_ms": 162.5
    "median_ms": 271.3
    "max_ms": 555.5
    "stdev_ms": 76.5
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 158.7
    "min_ms": 66.6
    "median_ms": 137.8
    "max_ms": 407.7
    "stdev_ms": 73.0
select count(*) after all modifications: 691.0 ms
select all: 660.0 ms
delete from table: 987.0 ms
select all after delete: 722.6 ms
.drop table: 223.5 ms
create table: 1005.0 ms
initial inserts:
    "runs": 20
    "avg_ms": 76.3
    "min_ms": 37.0
    "median_ms": 76.3
    "max_ms": 117.6
    "stdev_ms": 19.9
select count(*) after initial inserts: 155.4 ms
updates (step 0):
    "runs": 200
    "avg_ms": 262.1
    "min_ms": 138.5
    "median_ms": 253.6
    "max_ms": 545.9
    "stdev_ms": 73.5
upserts (step 1):
    "runs": 200
    "avg_ms": 71.1
    "min_ms": 30.5
    "median_ms": 64.4
    "max_ms": 316.5
    "stdev_ms": 31.4
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 139.8
    "min_ms": 73.9
    "median_ms": 129.6
    "max_ms": 280.9
    "stdev_ms": 44.0
select count(*) after all modifications: 1213.3 ms
select all: 836.8 ms
delete from table: 941.7 ms
select all after delete: 847.1 ms
.drop table: 76.9 ms
create table: 923.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 61.2
    "min_ms": 34.5
    "median_ms": 67.8
    "max_ms": 80.0
    "stdev_ms": 15.7
select count(*) after initial inserts: 183.9 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 73.9
    "min_ms": 25.2
    "median_ms": 60.0
    "max_ms": 388.2
    "stdev_ms": 46.1
select count(*) after all modifications: 329.6 ms
select all: 291.8 ms
delete from table: 327.4 ms
select all after delete: 225.6 ms
.
Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...er/.ya/build/build_root/f6zk/002390/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/f6zk/002390/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/f6zk/002390/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/f6zk/002390', '--source-root', '/home/runner/.ya/build/build_root/f6zk/002390/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/f6zk/002390/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10164110401/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '1', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...er/.ya/build/build_root/f6zk/002390/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/f6zk/002390/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/f6zk/002390/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/f6zk/002390', '--source-root', '/home/runner/.ya/build/build_root/f6zk/002390/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/f6zk/002390/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10164110401/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '1', '--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/f6zk/002378/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 107 items

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

============================== slowest durations ===============================
8.13s setup    test_delete.py::TestDelete::test_delete_where[True-0]
0.95s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.93s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.83s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.82s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.81s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.71s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.68s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.66s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.61s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.60s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.55s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.08s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.07s setup    test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.03s setup    test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.01s setup    test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]

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

test_delete.py .
test_insert.py ........
test_log_scenario.py ..

============================== slowest durations ===============================
40.67s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
20.91s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
9.00s setup    test_delete.py::TestDelete::test_incorrect
7.16s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
6.94s setup    test_insert.py::TestInsertStatement::test_bulk
3.24s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]
2.00s call     test_insert.py::TestInsertStatement::test_copy_full
1.58s call     test_insert.py::TestInsertStatement::test_copy_partial
0.86s call     test_insert.py::TestInsertStatement::test_plain
0.75s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.69s call     test_insert.py::TestInsertStatement::test_bulk
0.65s call     test_delete.py::TestDelete::test_incorrect
0.63s call     test_insert.py::TestInsertStatement::test_duplicate
0.58s call     test_insert.py::TestInsertStatement::test_out_of_range
0.37s call     test_insert.py::TestInsertStatement::test_incorrect
0.04s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_insert.py::TestInsertStatement::test_plain
0.01s setup    test_insert.py::TestInsertStatement::test_duplicate

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 97.54s (0:01:37) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/f6zk/002367/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 107 items

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

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:694: 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/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   VERIFY failed (2025-11-07T20:09:10.933860Z): source_id=234;tablet_id=72075186224037917;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA635E05
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA62E346
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB4BCBF8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD7B46CB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9C8B1F8
E   5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9C8AF4F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD78FCDD
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x164FBD2B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x16752BF7
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x166AA423
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x166AA423
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x166A7243
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x166ADCF7
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x16519598
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1C967A95
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB467E57
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB4AD6A4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB4B1764
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB4B1370
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB4B1F5E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA637A5C
E   21. ??:0: ?? @ 0x7FE9992ABAC2
E   22. ??:0: ?? @ 0x7FE99933D8BF
------------------------------ 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
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 30978
DEBUG    ya.test:process.py:259 Command (pid 30978) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 30978) elapsed time (sec): 0.9404323101043701
DEBUG    ya.test:process.py:263 Command (pid 30978) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) maxrss: 538972
DEBUG    ya.test:process.py:263 Command (pid 30978) minflt: 16139
DEBUG    ya.test:process.py:263 Command (pid 30978) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) nivcsw: 143
DEBUG    ya.test:process.py:263 Command (pid 30978) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 30978) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 30978) stime: 0.637428
DEBUG    ya.test:process.py:263 Command (pid 30978) utime: 0.131446
DEBUG    ya.test:process.py:263 Command (pid 30978) wtime: 0.945
DEBUG    ya.test:process.py:275 Command (pid 30978) output:
Git info:
    Commit: e40f2401c9a79249f74f9d323549d211978799c6
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 97b3ad5745c3f243bd243a18055a308bffee6a11 into 0eca578a978e153f35df0349e6b620733cd88e65

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-7qlohiszpa
    Host information: 
        Linux ghrun-7qlohiszpa 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Git info:
    Commit: e40f2401c9a79249f74f9d323549d211978799c6
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 97b3ad5745c3f243bd243a18055a308bffee6a11 into 0eca578a978e153f35df0349e6b620733cd88e65

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-7qlohiszpa
    Host information: 
        Linux ghrun-7qlohiszpa 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25338
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/f6zk/002367/r3tmp/kikimr_cluster_8tfi9yqh
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15825
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24095
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22256
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5035
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_cit4m9b0.log --grpc-port=15825 --mon-port=24095 --ic-port=25338
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:15825/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_cit4m9b0.log --grpc-port=15825 --mon-port=24095 --ic-port=25338
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_cit4m9b0.log', '--grpc-port=15825', '--mon-port=24095', '--ic-port=25338')' in '/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 31770
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:15825/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 31783
DEBUG    ya.test:process.py:259 Command (pid 31783) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 31783) elapsed time (sec): 0.6027724742889404
DEBUG    ya.test:process.py:263 Command (pid 31783) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) maxrss: 538972
DEBUG    ya.test:process.py:263 Command (pid 31783) minflt: 16135
DEBUG    ya.test:process.py:263 Command (pid 31783) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) nivcsw: 53
DEBUG    ya.test:process.py:263 Command (pid 31783) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 31783) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 31783) stime: 0.40417899999999995
DEBUG    ya.test:process.py:263 Command (pid 31783) utime: 0.106988
DEBUG    ya.test:process.py:263 Command (pid 31783) wtime: 0.605
DEBUG    ya.test:process.py:275 Command (pid 31783) output:
Git info:
    Commit: e40f2401c9a79249f74f9d323549d211978799c6
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 97b3ad5745c3f243bd243a18055a308bffee6a11 into 0eca578a978e153f35df0349e6b620733cd88e65

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-7qlohiszpa
    Host information: 
        Linux ghrun-7qlohiszpa 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: e40f2401c9a79249f74f9d323549d211978799c6
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 97b3ad5745c3f243bd243a18055a308bffee6a11 into 0eca578a978e153f35df0349e6b620733cd88e65
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:15825', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25338\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:15825', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25338\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 32919
DEBUG    ya.test:process.py:259 Command (pid 32919) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 32919) elapsed time (sec): 0.5886099338531494
DEBUG    ya.test:process.py:263 Command (pid 32919) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) maxrss: 547388
DEBUG    ya.test:process.py:263 Command (pid 32919) minflt: 18278
DEBUG    ya.test:process.py:263 Command (pid 32919) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 32919) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) nvcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 32919) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 32919) stime: 0.413809
DEBUG    ya.test:process.py:263 Command (pid 32919) utime: 0.124538
DEBUG    ya.test:process.py:263 Command (pid 32919) wtime: 0.59
DEBUG    ya.test:process.py:275 Command (pid 32919) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:567 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, bc6f1f69-1e5b-4669-969b-8337b318feb0, localhost:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, bc6f1f69-1e5b-4669-969b-8337b318feb0, localhost:15825): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, bc6f1f69-1e5b-4669-969b-8337b318feb0, localhost:15825): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7qlohiszpa.auto.internal" port: 15825 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-7qlohiszpa.auto.internal:15825, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15825
------------------------------ 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/f6zk/002367/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb -e grpc://localhost:15825 -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
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15825', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 34036
DEBUG    ya.test:process.py:259 Command (pid 34036) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 34036) elapsed time (sec): 0.4925193786621094
DEBUG    ya.test:process.py:263 Command (pid 34036) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) maxrss: 164940
DEBUG    ya.test:process.py:263 Command (pid 34036) minflt: 3547
DEBUG    ya.test:process.py:263 Command (pid 34036) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) nivcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 34036) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) nvcsw: 203
DEBUG    ya.test:process.py:263 Command (pid 34036) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 34036) stime: 0.022276999999999998
DEBUG    ya.test:process.py:263 Command (pid 34036) utime: 0.057921
DEBUG    ya.test:process.py:263 Command (pid 34036) wtime: 0.514
DEBUG    ya.test:process.py:275 Command (pid 34036) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 34036) 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/f6zk/002367/ydb/apps/ydb/ydb -e grpc://localhost:15825 -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.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15825', '-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: 34465
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 34465) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 34465) elapsed time (sec): 30.219814777374268
DEBUG    ya.test:process.py:263 Command (pid 34465) wtime: 30.221
DEBUG    ya.test:process.py:275 Command (pid 34465) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    747	747	0	0	11	21	32	49
2	    609	609	0	0	12	36	71	98
3	    484	484	0	0	16	44	92	108
4	    610	610	0	0	14	33	49	53
5	    621	621	0	0	13	28	39	46
6	    632	632	0	0	13	34	50	57
7	    628	628	0	0	12	36	44	48
8	    612	612	0	0	13	36	53	57
9	    716	716	0	0	10	34	55	61
10	    557	557	0	0	15	35	51	59
11	    639	639	0	0	11	54	60	66
12	    661	661	0	0	13	26	45	50
13	    577	577	0	0	15	33	45	54
14	    615	615	0	0	15	27	33	35
15	    735	735	0	0	12	22	30	35
16	    627	627	0	0	12	46	69	80
17	    672	672	0	0	12	27	41	54
18	    639	639	0	0	14	27	56	67
19	    651	651	0	0	11	42	52	59
20	      3	3	0	0	991	995	995	995
21	    342	342	0	0	14	54	1423	1431
22	    753	753	0	0	12	20	23	27
23	    788	788	0	0	11	20	24	31
24	    712	712	0	0	12	23	34	42
25	    707	707	0	0	12	24	35	39
26	    595	595	0	0	13	30	73	79
27	    618	618	0	0	14	29	35	38
28	    536	536	0	0	16	32	44	58
29	    569	569	0	0	16	29	50	57
30	    456	456	0	0	19	39	50	59

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  18111	603.7	0	0	13	31	52	1431

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 656320bf-35e2-47e4-9a06-605f31193eaa, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 656320bf-35e2-47e4-9a06-605f31193eaa, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 656320bf-35e2-47e4-9a06-605f31193eaa, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 22c72f5c-6946-421f-9978-db21c3225070, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 22c72f5c-6946-421f-9978-db21c3225070, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 22c72f5c-6946-421f-9978-db21c3225070, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 87ae4d27-b131-43a5-9446-7f3824872d94, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 87ae4d27-b131-43a5-9446-7f3824872d94, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=" 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, 87ae4d27-b131-43a5-9446-7f3824872d94, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
INFO     root:test_log_scenario.py:217 Count rows after insert 17762 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 383c5b19-921d-455f-a415-76d5db2e1db3, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 383c5b19-921d-455f-a415-76d5db2e1db3, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=" 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, 383c5b19-921d-455f-a415-76d5db2e1db3, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, af1ae07e-2a0a-42cc-bb5d-cf66f1a2173a, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, af1ae07e-2a0a-42cc-bb5d-cf66f1a2173a, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=" 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, af1ae07e-2a0a-42cc-bb5d-cf66f1a2173a, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
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/f6zk/002367/ydb/apps/ydb/ydb -e grpc://localhost:15825 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb -e grpc://localhost:15825 -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.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb -e grpc://localhost:15825 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 28459243-18ed-43af-9829-68ff10136fe2, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15825', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, e6a6f6c4-85c6-492e-8135-fe945275d332, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 28459243-18ed-43af-9829-68ff10136fe2, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=" 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, 28459243-18ed-43af-9829-68ff10136fe2, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 56028
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15825', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e6a6f6c4-85c6-492e-8135-fe945275d332, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:628 Command pid: 56082
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15825', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e6a6f6c4-85c6-492e-8135-fe945275d332, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YWNmMTdmNjYtYmY0MmJiNDAtZDgxN2M1ZTctYjVlMWFjODc=" node_id: 1 }
DEBUG    ya.test:process.py:628 Command pid: 56101
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e3fb2b27-c8eb-43d0-85a6-0f5f54455bc1, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e3fb2b27-c8eb-43d0-85a6-0f5f54455bc1, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=YWNmMTdmNjYtYmY0MmJiNDAtZDgxN2M1ZTctYjVlMWFjODc=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e3fb2b27-c8eb-43d0-85a6-0f5f54455bc1, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YWNmMTdmNjYtYmY0MmJiNDAtZDgxN2M1ZTctYjVlMWFjODc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4553055c-0472-4f4d-abe9-8b73687ada69, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4553055c-0472-4f4d-abe9-8b73687ada69, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=YWNmMTdmNjYtYmY0MmJiNDAtZDgxN2M1ZTctYjVlMWFjODc=" 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:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, abd5e191-1b33-486e-b570-2ce053405364, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, abd5e191-1b33-486e-b570-2ce053405364, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4553055c-0472-4f4d-abe9-8b73687ada69, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, abd5e191-1b33-486e-b570-2ce053405364, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OWE2NzdkOTEtZjI2NDcxMi00OTVkM2UyNS1mN2Y2OWI2MA==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, fdd6ed5f-219d-4e99-a04c-464628218e3d, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, fdd6ed5f-219d-4e99-a04c-464628218e3d, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=OWE2NzdkOTEtZjI2NDcxMi00OTVkM2UyNS1mN2Y2OWI2MA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, fdd6ed5f-219d-4e99-a04c-464628218e3d, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OWE2NzdkOTEtZjI2NDcxMi00OTVkM2UyNS1mN2Y2OWI2MA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4de60444-6d7b-4a4a-a130-1213c70a51bc, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4de60444-6d7b-4a4a-a130-1213c70a51bc, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=OWE2NzdkOTEtZjI2NDcxMi00OTVkM2UyNS1mN2Y2OWI2MA==" 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, 4de60444-6d7b-4a4a-a130-1213c70a51bc, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 81bbc701-7df6-4323-8adb-ee2ef4609644, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 81bbc701-7df6-4323-8adb-ee2ef4609644, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 81bbc701-7df6-4323-8adb-ee2ef4609644, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YmNhNzNjNGUtNjU5ZjM5ZjItNGU5MWU0OGMtNzQ0OWQ0ZmU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 944288a3-d8ca-4791-81a3-39b76748fb7b, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 944288a3-d8ca-4791-81a3-39b76748fb7b, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=YmNhNzNjNGUtNjU5ZjM5ZjItNGU5MWU0OGMtNzQ0OWQ0ZmU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 944288a3-d8ca-4791-81a3-39b76748fb7b, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YmNhNzNjNGUtNjU5ZjM5ZjItNGU5MWU0OGMtNzQ0OWQ0ZmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0bbb5338-61ed-43a0-9774-c3a3c8c30d8b, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0bbb5338-61ed-43a0-9774-c3a3c8c30d8b, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=YmNhNzNjNGUtNjU5ZjM5ZjItNGU5MWU0OGMtNzQ0OWQ0ZmU=" 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, 0bbb5338-61ed-43a0-9774-c3a3c8c30d8b, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 65d8cded-83d9-4bea-87af-e1426a3168ce, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 65d8cded-83d9-4bea-87af-e1426a3168ce, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 65d8cded-83d9-4bea-87af-e1426a3168ce, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTZjMWY1MDEtZTczYzRhZjUtMWI3NWQ5MjUtYWFiNjQ1MWY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 0951afc4-d1b6-4225-a17b-a088f30111a8, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 0951afc4-d1b6-4225-a17b-a088f30111a8, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=YTZjMWY1MDEtZTczYzRhZjUtMWI3NWQ5MjUtYWFiNjQ1MWY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 0951afc4-d1b6-4225-a17b-a088f30111a8, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YTZjMWY1MDEtZTczYzRhZjUtMWI3NWQ5MjUtYWFiNjQ1MWY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6df86a02-be60-42ef-a51e-91afb138796f, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6df86a02-be60-42ef-a51e-91afb138796f, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=YTZjMWY1MDEtZTczYzRhZjUtMWI3NWQ5MjUtYWFiNjQ1MWY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 405a7e86-c095-4afe-91e4-6f9427c312fb, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6df86a02-be60-42ef-a51e-91afb138796f, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 405a7e86-c095-4afe-91e4-6f9427c312fb, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 405a7e86-c095-4afe-91e4-6f9427c312fb, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NTM4NmU0MjEtMWExZjQxNjctOGJiM2Q5OWEtOTA4ZjQ1N2E=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 3551e1d6-c853-4a48-84d9-5a2ebe2ec05a, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 3551e1d6-c853-4a48-84d9-5a2ebe2ec05a, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NTM4NmU0MjEtMWExZjQxNjctOGJiM2Q5OWEtOTA4ZjQ1N2E=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 3551e1d6-c853-4a48-84d9-5a2ebe2ec05a, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NTM4NmU0MjEtMWExZjQxNjctOGJiM2Q5OWEtOTA4ZjQ1N2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 63f38e7c-6192-4ca1-9c90-a1a3ebf220a1, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0374d9b8-556d-4b81-91cd-bd7e85e8a067, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 63f38e7c-6192-4ca1-9c90-a1a3ebf220a1, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NTM4NmU0MjEtMWExZjQxNjctOGJiM2Q5OWEtOTA4ZjQ1N2E=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0374d9b8-556d-4b81-91cd-bd7e85e8a067, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 63f38e7c-6192-4ca1-9c90-a1a3ebf220a1, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0374d9b8-556d-4b81-91cd-bd7e85e8a067, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDc5YzY4NDktZTVlYTcxOGEtMzk2YjFhNWYtZWIyMzdmYTM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 23db1923-7427-46b5-8fe9-edce1e54d462, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 23db1923-7427-46b5-8fe9-edce1e54d462, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NDc5YzY4NDktZTVlYTcxOGEtMzk2YjFhNWYtZWIyMzdmYTM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 23db1923-7427-46b5-8fe9-edce1e54d462, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NDc5YzY4NDktZTVlYTcxOGEtMzk2YjFhNWYtZWIyMzdmYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 75249eec-ae8e-4459-97bd-27258d51a6eb, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 75249eec-ae8e-4459-97bd-27258d51a6eb, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NDc5YzY4NDktZTVlYTcxOGEtMzk2YjFhNWYtZWIyMzdmYTM=" 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, 75249eec-ae8e-4459-97bd-27258d51a6eb, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d00f0d64-b140-41d4-b9a7-ff00f534d532, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d00f0d64-b140-41d4-b9a7-ff00f534d532, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d00f0d64-b140-41d4-b9a7-ff00f534d532, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=N2IyMzE1YTAtNmY4YzJmOGYtMTExOTY1MzAtMThjNDUzMzY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 5ef42bbb-7e55-4809-bf2b-e217f59f1f3b, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 5ef42bbb-7e55-4809-bf2b-e217f59f1f3b, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=N2IyMzE1YTAtNmY4YzJmOGYtMTExOTY1MzAtMThjNDUzMzY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 5ef42bbb-7e55-4809-bf2b-e217f59f1f3b, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=N2IyMzE1YTAtNmY4YzJmOGYtMTExOTY1MzAtMThjNDUzMzY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6f26f1eb-6994-4222-8c23-424d97978445, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6f26f1eb-6994-4222-8c23-424d97978445, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=N2IyMzE1YTAtNmY4YzJmOGYtMTExOTY1MzAtMThjNDUzMzY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6b0159a4-7bc6-4109-80e4-8c222d5c9f95, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6b0159a4-7bc6-4109-80e4-8c222d5c9f95, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6f26f1eb-6994-4222-8c23-424d97978445, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6b0159a4-7bc6-4109-80e4-8c222d5c9f95, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZWNkNDFkMzYtZGZjNWZlNmUtNGIwMzU5OWYtYmViN2Q0NzI=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 192704a5-e3e5-4256-b9a0-55fb49222c45, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 192704a5-e3e5-4256-b9a0-55fb49222c45, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=ZWNkNDFkMzYtZGZjNWZlNmUtNGIwMzU5OWYtYmViN2Q0NzI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 192704a5-e3e5-4256-b9a0-55fb49222c45, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZWNkNDFkMzYtZGZjNWZlNmUtNGIwMzU5OWYtYmViN2Q0NzI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d3859e5f-6377-435b-ae6d-96ddd6d1a656, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d3859e5f-6377-435b-ae6d-96ddd6d1a656, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=ZWNkNDFkMzYtZGZjNWZlNmUtNGIwMzU5OWYtYmViN2Q0NzI=" 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:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6bfb9f0f-f8d1-4d44-9d4b-0add9d40aa31, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6bfb9f0f-f8d1-4d44-9d4b-0add9d40aa31, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d3859e5f-6377-435b-ae6d-96ddd6d1a656, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6bfb9f0f-f8d1-4d44-9d4b-0add9d40aa31, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=N2I2MDYyNjktOWI1NzYzMTUtOWJiOGIyMmQtNTU1NzcxNjk=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 059b9fca-ebae-461b-bc18-9eab2b28f5f3, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 059b9fca-ebae-461b-bc18-9eab2b28f5f3, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=N2I2MDYyNjktOWI1NzYzMTUtOWJiOGIyMmQtNTU1NzcxNjk=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 059b9fca-ebae-461b-bc18-9eab2b28f5f3, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=N2I2MDYyNjktOWI1NzYzMTUtOWJiOGIyMmQtNTU1NzcxNjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dfe57303-e046-487a-9df2-ba83b701bdb8, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dfe57303-e046-487a-9df2-ba83b701bdb8, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=N2I2MDYyNjktOWI1NzYzMTUtOWJiOGIyMmQtNTU1NzcxNjk=" 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, dfe57303-e046-487a-9df2-ba83b701bdb8, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 944288a3-d8ca-4791-81a3-39b76748fb7b, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.464938182+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-7qlohiszpa.auto.internal:15825
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, 3551e1d6-c853-4a48-84d9-5a2ebe2ec05a, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-07T20:09:16.465001225+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, fdd6ed5f-219d-4e99-a04c-464628218e3d, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.464910274+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5ef42bbb-7e55-4809-bf2b-e217f59f1f3b, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.465064301+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 059b9fca-ebae-461b-bc18-9eab2b28f5f3, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-07T20:09:16.465205898+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0951afc4-d1b6-4225-a17b-a088f30111a8, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-07T20:09:16.464971032+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 28459243-18ed-43af-9829-68ff10136fe2, ghrun-7qlohiszpa.auto.internal:15825): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.464861295+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, 6df86a02-be60-42ef-a51e-91afb138796f, ghrun-7qlohiszpa.auto.internal:15825): 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-11-07T20:09:16.464987288+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, dfe57303-e046-487a-9df2-ba83b701bdb8, ghrun-7qlohiszpa.auto.internal:15825): 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-11-07T20:09:16.465218111+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4de60444-6d7b-4a4a-a130-1213c70a51bc, ghrun-7qlohiszpa.auto.internal:15825): 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-11-07T20:09:16.46492434+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 23db1923-7427-46b5-8fe9-edce1e54d462, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-07T20:09:16.465028467+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0bbb5338-61ed-43a0-9774-c3a3c8c30d8b, ghrun-7qlohiszpa.auto.internal:15825): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.464957194+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d3859e5f-6377-435b-ae6d-96ddd6d1a656, ghrun-7qlohiszpa.auto.internal:15825): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.465193689+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWNkNDFkMzYtZGZjNWZlNmUtNGIwMzU5OWYtYmViN2Q0NzI=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 192704a5-e3e5-4256-b9a0-55fb49222c45, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.465109174+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 22c72f5c-6946-421f-9978-db21c3225070, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-07T20:09:16.464717013+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 75249eec-ae8e-4459-97bd-27258d51a6eb, ghrun-7qlohiszpa.auto.internal:15825): 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-11-07T20:09:16.465050302+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e3fb2b27-c8eb-43d0-85a6-0f5f54455bc1, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.464880522+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6f26f1eb-6994-4222-8c23-424d97978445, ghrun-7qlohiszpa.auto.internal:15825): 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-11-07T20:09:16.465093599+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4553055c-0472-4f4d-abe9-8b73687ada69, ghrun-7qlohiszpa.auto.internal:15825): 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-11-07T20:09:16.464895544+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 63f38e7c-6192-4ca1-9c90-a1a3ebf220a1, ghrun-7qlohiszpa.auto.internal:15825): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.46501492+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15825
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:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 56082) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 56082) elapsed time (sec): 30.25948143005371
DEBUG    ya.test:process.py:263 Command (pid 56082) wtime: 30.267
DEBUG    ya.test:process.py:275 Command (pid 56082) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	631	839	839	839
2	     46	46	0	0	60	1151	1167	1167
3	     95	95	0	0	104	142	187	198
4	    112	112	0	0	77	165	216	216
5	     75	75	0	0	97	208	234	236
6	      0	0	0	0	0	0	0	0
7	      0	0	0	469	0	0	0	0
8	      0	0	0	1008	0	0	0	0
9	      0	0	0	934	0	0	0	0
10	      0	0	0	968	0	0	0	0
11	      0	0	0	636	0	0	0	0
12	      0	0	0	888	0	0	0	0
13	      0	0	0	954	0	0	0	0
14	      0	0	0	1164	0	0	0	0
15	      0	0	0	1196	0	0	0	0
16	      0	0	0	774	0	0	0	0
17	      0	0	0	566	0	0	0	0
18	      0	0	0	682	0	0	0	0
19	      0	0	0	741	0	0	0	0
20	      0	0	0	806	0	0	0	0
21	      0	0	0	684	0	0	0	0
22	      0	0	0	795	0	0	0	0
23	      0	0	0	763	0	0	0	0
24	      0	0	0	816	0	0	0	0
25	      0	0	0	826	0	0	0	0
26	      0	0	0	757	0	0	0	0
27	      0	0	0	831	0	0	0	0
28	      0	0	0	1364	0	0	0	0
29	      0	0	0	1310	0	0	0	0
30	      0	0	0	1332	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    338	11.2667	0	21264	94	531	1087	1167

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 56028) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 56028) elapsed time (sec): 30.315305948257446
DEBUG    ya.test:process.py:263 Command (pid 56028) wtime: 30.36
DEBUG    ya.test:process.py:275 Command (pid 56028) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      1	1	0	10	767	767	767	767
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	9	0	0	0	0
7	      0	0	0	687	0	0	0	0
8	      0	0	0	987	0	0	0	0
9	      0	0	0	1059	0	0	0	0
10	      0	0	0	834	0	0	0	0
11	      0	0	0	650	0	0	0	0
12	      0	0	0	986	0	0	0	0
13	      0	0	0	1019	0	0	0	0
14	      0	0	0	1105	0	0	0	0
15	      0	0	0	1163	0	0	0	0
16	      0	0	0	733	0	0	0	0
17	      0	0	0	655	0	0	0	0
18	      0	0	0	739	0	0	0	0
19	      0	0	0	887	0	0	0	0
20	      0	0	0	907	0	0	0	0
21	      0	0	0	759	0	0	0	0
22	      0	0	0	810	0	0	0	0
23	      0	0	0	796	0	0	0	0
24	      0	0	0	819	0	0	0	0
25	      0	0	0	710	0	0	0	0
26	      0	0	0	811	0	0	0	0
27	      0	0	0	1034	0	0	0	0
28	      0	0	0	1152	0	0	0	0
29	      0	0	0	1390	0	0	0	0
30	      0	0	0	1463	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	22204	767	767	767	767

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 56101) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 56101) elapsed time (sec): 30.339008569717407
DEBUG    ya.test:process.py:263 Command (pid 56101) wtime: 30.356
DEBUG    ya.test:process.py:275 Command (pid 56101) 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	     29	29	0	10	152	615	615	615
3	     67	67	0	0	141	243	261	273
4	     76	76	0	0	128	156	170	170
5	     45	45	0	0	138	254	261	261
6	      0	0	0	10	0	0	0	0
7	      0	0	0	573	0	0	0	0
8	      0	0	0	857	0	0	0	0
9	      0	0	0	968	0	0	0	0
10	      0	0	0	806	0	0	0	0
11	      0	0	0	781	0	0	0	0
12	      0	0	0	882	0	0	0	0
13	      0	0	0	1256	0	0	0	0
14	      0	0	0	1283	0	0	0	0
15	      0	0	0	1137	0	0	0	0
16	      0	0	0	670	0	0	0	0
17	      0	0	0	673	0	0	0	0
18	      0	0	0	769	0	0	0	0
19	      0	0	0	937	0	0	0	0
20	      0	0	0	932	0	0	0	0
21	      0	0	0	797	0	0	0	0
22	      0	0	0	840	0	0	0	0
23	      0	0	0	866	0	0	0	0
24	      0	0	0	803	0	0	0	0
25	      0	0	0	921	0	0	0	0
26	      0	0	0	784	0	0	0	0
27	      0	0	0	912	0	0	0	0
28	      0	0	0	979	0	0	0	0
29	      0	0	0	1144	0	0	0	0
30	      0	0	0	1293	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    217	7.23333	0	21883	136	261	615	615

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py: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:15825
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-7qlohiszpa'
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/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/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.31770' in '/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_cit4m9b0.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:273 Stopped node localhost:15825/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5035
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22256
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24095
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15825
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25338
=================================== 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
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 30978
DEBUG    ya.test:process.py:259 Command (pid 30978) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 30978) elapsed time (sec): 0.9404323101043701
DEBUG    ya.test:process.py:263 Command (pid 30978) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) maxrss: 538972
DEBUG    ya.test:process.py:263 Command (pid 30978) minflt: 16139
DEBUG    ya.test:process.py:263 Command (pid 30978) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) nivcsw: 143
DEBUG    ya.test:process.py:263 Command (pid 30978) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 30978) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 30978) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 30978) stime: 0.637428
DEBUG    ya.test:process.py:263 Command (pid 30978) utime: 0.131446
DEBUG    ya.test:process.py:263 Command (pid 30978) wtime: 0.945
DEBUG    ya.test:process.py:275 Command (pid 30978) output:
Git info:
    Commit: e40f2401c9a79249f74f9d323549d211978799c6
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 97b3ad5745c3f243bd243a18055a308bffee6a11 into 0eca578a978e153f35df0349e6b620733cd88e65

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-7qlohiszpa
    Host information: 
        Linux ghrun-7qlohiszpa 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Git info:
    Commit: e40f2401c9a79249f74f9d323549d211978799c6
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 97b3ad5745c3f243bd243a18055a308bffee6a11 into 0eca578a978e153f35df0349e6b620733cd88e65

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-7qlohiszpa
    Host information: 
        Linux ghrun-7qlohiszpa 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25338
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/f6zk/002367/r3tmp/kikimr_cluster_8tfi9yqh
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15825
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24095
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22256
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5035
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_cit4m9b0.log --grpc-port=15825 --mon-port=24095 --ic-port=25338
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:15825/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_cit4m9b0.log --grpc-port=15825 --mon-port=24095 --ic-port=25338
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_cit4m9b0.log', '--grpc-port=15825', '--mon-port=24095', '--ic-port=25338')' in '/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 31770
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:15825/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 31783
DEBUG    ya.test:process.py:259 Command (pid 31783) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 31783) elapsed time (sec): 0.6027724742889404
DEBUG    ya.test:process.py:263 Command (pid 31783) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) maxrss: 538972
DEBUG    ya.test:process.py:263 Command (pid 31783) minflt: 16135
DEBUG    ya.test:process.py:263 Command (pid 31783) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) nivcsw: 53
DEBUG    ya.test:process.py:263 Command (pid 31783) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 31783) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 31783) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 31783) stime: 0.40417899999999995
DEBUG    ya.test:process.py:263 Command (pid 31783) utime: 0.106988
DEBUG    ya.test:process.py:263 Command (pid 31783) wtime: 0.605
DEBUG    ya.test:process.py:275 Command (pid 31783) output:
Git info:
    Commit: e40f2401c9a79249f74f9d323549d211978799c6
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 97b3ad5745c3f243bd243a18055a308bffee6a11 into 0eca578a978e153f35df0349e6b620733cd88e65

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-7qlohiszpa
    Host information: 
        Linux ghrun-7qlohiszpa 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: e40f2401c9a79249f74f9d323549d211978799c6
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 97b3ad5745c3f243bd243a18055a308bffee6a11 into 0eca578a978e153f35df0349e6b620733cd88e65
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:15825', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25338\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:15825', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25338\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 32919
DEBUG    ya.test:process.py:259 Command (pid 32919) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 32919) elapsed time (sec): 0.5886099338531494
DEBUG    ya.test:process.py:263 Command (pid 32919) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) maxrss: 547388
DEBUG    ya.test:process.py:263 Command (pid 32919) minflt: 18278
DEBUG    ya.test:process.py:263 Command (pid 32919) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 32919) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 32919) nvcsw: 151
DEBUG    ya.test:process.py:263 Command (pid 32919) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 32919) stime: 0.413809
DEBUG    ya.test:process.py:263 Command (pid 32919) utime: 0.124538
DEBUG    ya.test:process.py:263 Command (pid 32919) wtime: 0.59
DEBUG    ya.test:process.py:275 Command (pid 32919) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:567 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, bc6f1f69-1e5b-4669-969b-8337b318feb0, localhost:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, bc6f1f69-1e5b-4669-969b-8337b318feb0, localhost:15825): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, bc6f1f69-1e5b-4669-969b-8337b318feb0, localhost:15825): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7qlohiszpa.auto.internal" port: 15825 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-7qlohiszpa.auto.internal:15825, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15825
------------------------------ 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/f6zk/002367/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb -e grpc://localhost:15825 -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
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15825', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 34036
DEBUG    ya.test:process.py:259 Command (pid 34036) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 34036) elapsed time (sec): 0.4925193786621094
DEBUG    ya.test:process.py:263 Command (pid 34036) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) maxrss: 164940
DEBUG    ya.test:process.py:263 Command (pid 34036) minflt: 3547
DEBUG    ya.test:process.py:263 Command (pid 34036) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) nivcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 34036) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 34036) nvcsw: 203
DEBUG    ya.test:process.py:263 Command (pid 34036) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 34036) stime: 0.022276999999999998
DEBUG    ya.test:process.py:263 Command (pid 34036) utime: 0.057921
DEBUG    ya.test:process.py:263 Command (pid 34036) wtime: 0.514
DEBUG    ya.test:process.py:275 Command (pid 34036) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 34036) 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/f6zk/002367/ydb/apps/ydb/ydb -e grpc://localhost:15825 -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.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15825', '-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: 34465
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 34465) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 34465) elapsed time (sec): 30.219814777374268
DEBUG    ya.test:process.py:263 Command (pid 34465) wtime: 30.221
DEBUG    ya.test:process.py:275 Command (pid 34465) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    747	747	0	0	11	21	32	49
2	    609	609	0	0	12	36	71	98
3	    484	484	0	0	16	44	92	108
4	    610	610	0	0	14	33	49	53
5	    621	621	0	0	13	28	39	46
6	    632	632	0	0	13	34	50	57
7	    628	628	0	0	12	36	44	48
8	    612	612	0	0	13	36	53	57
9	    716	716	0	0	10	34	55	61
10	    557	557	0	0	15	35	51	59
11	    639	639	0	0	11	54	60	66
12	    661	661	0	0	13	26	45	50
13	    577	577	0	0	15	33	45	54
14	    615	615	0	0	15	27	33	35
15	    735	735	0	0	12	22	30	35
16	    627	627	0	0	12	46	69	80
17	    672	672	0	0	12	27	41	54
18	    639	639	0	0	14	27	56	67
19	    651	651	0	0	11	42	52	59
20	      3	3	0	0	991	995	995	995
21	    342	342	0	0	14	54	1423	1431
22	    753	753	0	0	12	20	23	27
23	    788	788	0	0	11	20	24	31
24	    712	712	0	0	12	23	34	42
25	    707	707	0	0	12	24	35	39
26	    595	595	0	0	13	30	73	79
27	    618	618	0	0	14	29	35	38
28	    536	536	0	0	16	32	44	58
29	    569	569	0	0	16	29	50	57
30	    456	456	0	0	19	39	50	59

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  18111	603.7	0	0	13	31	52	1431

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 656320bf-35e2-47e4-9a06-605f31193eaa, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 656320bf-35e2-47e4-9a06-605f31193eaa, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 656320bf-35e2-47e4-9a06-605f31193eaa, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 22c72f5c-6946-421f-9978-db21c3225070, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 22c72f5c-6946-421f-9978-db21c3225070, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 22c72f5c-6946-421f-9978-db21c3225070, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 87ae4d27-b131-43a5-9446-7f3824872d94, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 87ae4d27-b131-43a5-9446-7f3824872d94, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=" 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, 87ae4d27-b131-43a5-9446-7f3824872d94, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
INFO     root:test_log_scenario.py:217 Count rows after insert 17762 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 383c5b19-921d-455f-a415-76d5db2e1db3, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 383c5b19-921d-455f-a415-76d5db2e1db3, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=" 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, 383c5b19-921d-455f-a415-76d5db2e1db3, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, af1ae07e-2a0a-42cc-bb5d-cf66f1a2173a, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, af1ae07e-2a0a-42cc-bb5d-cf66f1a2173a, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=" 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, af1ae07e-2a0a-42cc-bb5d-cf66f1a2173a, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
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/f6zk/002367/ydb/apps/ydb/ydb -e grpc://localhost:15825 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb -e grpc://localhost:15825 -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.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb -e grpc://localhost:15825 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 28459243-18ed-43af-9829-68ff10136fe2, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15825', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, e6a6f6c4-85c6-492e-8135-fe945275d332, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 28459243-18ed-43af-9829-68ff10136fe2, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=" 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, 28459243-18ed-43af-9829-68ff10136fe2, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 56028
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15825', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e6a6f6c4-85c6-492e-8135-fe945275d332, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:628 Command pid: 56082
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/002367/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15825', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e6a6f6c4-85c6-492e-8135-fe945275d332, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YWNmMTdmNjYtYmY0MmJiNDAtZDgxN2M1ZTctYjVlMWFjODc=" node_id: 1 }
DEBUG    ya.test:process.py:628 Command pid: 56101
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e3fb2b27-c8eb-43d0-85a6-0f5f54455bc1, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e3fb2b27-c8eb-43d0-85a6-0f5f54455bc1, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=YWNmMTdmNjYtYmY0MmJiNDAtZDgxN2M1ZTctYjVlMWFjODc=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e3fb2b27-c8eb-43d0-85a6-0f5f54455bc1, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YWNmMTdmNjYtYmY0MmJiNDAtZDgxN2M1ZTctYjVlMWFjODc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4553055c-0472-4f4d-abe9-8b73687ada69, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4553055c-0472-4f4d-abe9-8b73687ada69, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=YWNmMTdmNjYtYmY0MmJiNDAtZDgxN2M1ZTctYjVlMWFjODc=" 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:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, abd5e191-1b33-486e-b570-2ce053405364, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, abd5e191-1b33-486e-b570-2ce053405364, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4553055c-0472-4f4d-abe9-8b73687ada69, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, abd5e191-1b33-486e-b570-2ce053405364, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OWE2NzdkOTEtZjI2NDcxMi00OTVkM2UyNS1mN2Y2OWI2MA==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, fdd6ed5f-219d-4e99-a04c-464628218e3d, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, fdd6ed5f-219d-4e99-a04c-464628218e3d, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=OWE2NzdkOTEtZjI2NDcxMi00OTVkM2UyNS1mN2Y2OWI2MA==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, fdd6ed5f-219d-4e99-a04c-464628218e3d, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OWE2NzdkOTEtZjI2NDcxMi00OTVkM2UyNS1mN2Y2OWI2MA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4de60444-6d7b-4a4a-a130-1213c70a51bc, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4de60444-6d7b-4a4a-a130-1213c70a51bc, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=OWE2NzdkOTEtZjI2NDcxMi00OTVkM2UyNS1mN2Y2OWI2MA==" 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, 4de60444-6d7b-4a4a-a130-1213c70a51bc, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 81bbc701-7df6-4323-8adb-ee2ef4609644, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 81bbc701-7df6-4323-8adb-ee2ef4609644, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 81bbc701-7df6-4323-8adb-ee2ef4609644, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YmNhNzNjNGUtNjU5ZjM5ZjItNGU5MWU0OGMtNzQ0OWQ0ZmU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 944288a3-d8ca-4791-81a3-39b76748fb7b, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 944288a3-d8ca-4791-81a3-39b76748fb7b, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=YmNhNzNjNGUtNjU5ZjM5ZjItNGU5MWU0OGMtNzQ0OWQ0ZmU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 944288a3-d8ca-4791-81a3-39b76748fb7b, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YmNhNzNjNGUtNjU5ZjM5ZjItNGU5MWU0OGMtNzQ0OWQ0ZmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0bbb5338-61ed-43a0-9774-c3a3c8c30d8b, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0bbb5338-61ed-43a0-9774-c3a3c8c30d8b, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=YmNhNzNjNGUtNjU5ZjM5ZjItNGU5MWU0OGMtNzQ0OWQ0ZmU=" 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, 0bbb5338-61ed-43a0-9774-c3a3c8c30d8b, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 65d8cded-83d9-4bea-87af-e1426a3168ce, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 65d8cded-83d9-4bea-87af-e1426a3168ce, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 65d8cded-83d9-4bea-87af-e1426a3168ce, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTZjMWY1MDEtZTczYzRhZjUtMWI3NWQ5MjUtYWFiNjQ1MWY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 0951afc4-d1b6-4225-a17b-a088f30111a8, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 0951afc4-d1b6-4225-a17b-a088f30111a8, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=YTZjMWY1MDEtZTczYzRhZjUtMWI3NWQ5MjUtYWFiNjQ1MWY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 0951afc4-d1b6-4225-a17b-a088f30111a8, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YTZjMWY1MDEtZTczYzRhZjUtMWI3NWQ5MjUtYWFiNjQ1MWY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6df86a02-be60-42ef-a51e-91afb138796f, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6df86a02-be60-42ef-a51e-91afb138796f, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=YTZjMWY1MDEtZTczYzRhZjUtMWI3NWQ5MjUtYWFiNjQ1MWY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 405a7e86-c095-4afe-91e4-6f9427c312fb, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6df86a02-be60-42ef-a51e-91afb138796f, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 405a7e86-c095-4afe-91e4-6f9427c312fb, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 405a7e86-c095-4afe-91e4-6f9427c312fb, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NTM4NmU0MjEtMWExZjQxNjctOGJiM2Q5OWEtOTA4ZjQ1N2E=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 3551e1d6-c853-4a48-84d9-5a2ebe2ec05a, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 3551e1d6-c853-4a48-84d9-5a2ebe2ec05a, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NTM4NmU0MjEtMWExZjQxNjctOGJiM2Q5OWEtOTA4ZjQ1N2E=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 3551e1d6-c853-4a48-84d9-5a2ebe2ec05a, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NTM4NmU0MjEtMWExZjQxNjctOGJiM2Q5OWEtOTA4ZjQ1N2E=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 63f38e7c-6192-4ca1-9c90-a1a3ebf220a1, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 0374d9b8-556d-4b81-91cd-bd7e85e8a067, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 63f38e7c-6192-4ca1-9c90-a1a3ebf220a1, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NTM4NmU0MjEtMWExZjQxNjctOGJiM2Q5OWEtOTA4ZjQ1N2E=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0374d9b8-556d-4b81-91cd-bd7e85e8a067, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 63f38e7c-6192-4ca1-9c90-a1a3ebf220a1, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0374d9b8-556d-4b81-91cd-bd7e85e8a067, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDc5YzY4NDktZTVlYTcxOGEtMzk2YjFhNWYtZWIyMzdmYTM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 23db1923-7427-46b5-8fe9-edce1e54d462, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 23db1923-7427-46b5-8fe9-edce1e54d462, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NDc5YzY4NDktZTVlYTcxOGEtMzk2YjFhNWYtZWIyMzdmYTM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 23db1923-7427-46b5-8fe9-edce1e54d462, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NDc5YzY4NDktZTVlYTcxOGEtMzk2YjFhNWYtZWIyMzdmYTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 75249eec-ae8e-4459-97bd-27258d51a6eb, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 75249eec-ae8e-4459-97bd-27258d51a6eb, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=NDc5YzY4NDktZTVlYTcxOGEtMzk2YjFhNWYtZWIyMzdmYTM=" 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, 75249eec-ae8e-4459-97bd-27258d51a6eb, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d00f0d64-b140-41d4-b9a7-ff00f534d532, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d00f0d64-b140-41d4-b9a7-ff00f534d532, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d00f0d64-b140-41d4-b9a7-ff00f534d532, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=N2IyMzE1YTAtNmY4YzJmOGYtMTExOTY1MzAtMThjNDUzMzY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 5ef42bbb-7e55-4809-bf2b-e217f59f1f3b, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 5ef42bbb-7e55-4809-bf2b-e217f59f1f3b, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=N2IyMzE1YTAtNmY4YzJmOGYtMTExOTY1MzAtMThjNDUzMzY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 5ef42bbb-7e55-4809-bf2b-e217f59f1f3b, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=N2IyMzE1YTAtNmY4YzJmOGYtMTExOTY1MzAtMThjNDUzMzY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6f26f1eb-6994-4222-8c23-424d97978445, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6f26f1eb-6994-4222-8c23-424d97978445, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=N2IyMzE1YTAtNmY4YzJmOGYtMTExOTY1MzAtMThjNDUzMzY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6b0159a4-7bc6-4109-80e4-8c222d5c9f95, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6b0159a4-7bc6-4109-80e4-8c222d5c9f95, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6f26f1eb-6994-4222-8c23-424d97978445, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6b0159a4-7bc6-4109-80e4-8c222d5c9f95, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZWNkNDFkMzYtZGZjNWZlNmUtNGIwMzU5OWYtYmViN2Q0NzI=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 192704a5-e3e5-4256-b9a0-55fb49222c45, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 192704a5-e3e5-4256-b9a0-55fb49222c45, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=ZWNkNDFkMzYtZGZjNWZlNmUtNGIwMzU5OWYtYmViN2Q0NzI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 192704a5-e3e5-4256-b9a0-55fb49222c45, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZWNkNDFkMzYtZGZjNWZlNmUtNGIwMzU5OWYtYmViN2Q0NzI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d3859e5f-6377-435b-ae6d-96ddd6d1a656, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d3859e5f-6377-435b-ae6d-96ddd6d1a656, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=ZWNkNDFkMzYtZGZjNWZlNmUtNGIwMzU5OWYtYmViN2Q0NzI=" 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:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 6bfb9f0f-f8d1-4d44-9d4b-0add9d40aa31, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6bfb9f0f-f8d1-4d44-9d4b-0add9d40aa31, ghrun-7qlohiszpa.auto.internal:15825): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d3859e5f-6377-435b-ae6d-96ddd6d1a656, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6bfb9f0f-f8d1-4d44-9d4b-0add9d40aa31, ghrun-7qlohiszpa.auto.internal:15825): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=N2I2MDYyNjktOWI1NzYzMTUtOWJiOGIyMmQtNTU1NzcxNjk=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 059b9fca-ebae-461b-bc18-9eab2b28f5f3, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 059b9fca-ebae-461b-bc18-9eab2b28f5f3, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=N2I2MDYyNjktOWI1NzYzMTUtOWJiOGIyMmQtNTU1NzcxNjk=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 059b9fca-ebae-461b-bc18-9eab2b28f5f3, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=N2I2MDYyNjktOWI1NzYzMTUtOWJiOGIyMmQtNTU1NzcxNjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dfe57303-e046-487a-9df2-ba83b701bdb8, ghrun-7qlohiszpa.auto.internal:15825): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dfe57303-e046-487a-9df2-ba83b701bdb8, ghrun-7qlohiszpa.auto.internal:15825): request = { session_id: "ydb://session/3?node_id=1&id=N2I2MDYyNjktOWI1NzYzMTUtOWJiOGIyMmQtNTU1NzcxNjk=" 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, dfe57303-e046-487a-9df2-ba83b701bdb8, ghrun-7qlohiszpa.auto.internal:15825): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 944288a3-d8ca-4791-81a3-39b76748fb7b, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.464938182+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-7qlohiszpa.auto.internal:15825
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, 3551e1d6-c853-4a48-84d9-5a2ebe2ec05a, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-07T20:09:16.465001225+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, fdd6ed5f-219d-4e99-a04c-464628218e3d, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.464910274+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5ef42bbb-7e55-4809-bf2b-e217f59f1f3b, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.465064301+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 059b9fca-ebae-461b-bc18-9eab2b28f5f3, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-07T20:09:16.465205898+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0951afc4-d1b6-4225-a17b-a088f30111a8, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-07T20:09:16.464971032+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 28459243-18ed-43af-9829-68ff10136fe2, ghrun-7qlohiszpa.auto.internal:15825): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.464861295+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, 6df86a02-be60-42ef-a51e-91afb138796f, ghrun-7qlohiszpa.auto.internal:15825): 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-11-07T20:09:16.464987288+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, dfe57303-e046-487a-9df2-ba83b701bdb8, ghrun-7qlohiszpa.auto.internal:15825): 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-11-07T20:09:16.465218111+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4de60444-6d7b-4a4a-a130-1213c70a51bc, ghrun-7qlohiszpa.auto.internal:15825): 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-11-07T20:09:16.46492434+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 23db1923-7427-46b5-8fe9-edce1e54d462, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-07T20:09:16.465028467+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0bbb5338-61ed-43a0-9774-c3a3c8c30d8b, ghrun-7qlohiszpa.auto.internal:15825): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.464957194+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d3859e5f-6377-435b-ae6d-96ddd6d1a656, ghrun-7qlohiszpa.auto.internal:15825): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.465193689+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZWNkNDFkMzYtZGZjNWZlNmUtNGIwMzU5OWYtYmViN2Q0NzI=
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NzE5YzIyNjAtYmJhMTc1YmMtOGVhNDI1MzktNjY2ZmE0MDc=
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 192704a5-e3e5-4256-b9a0-55fb49222c45, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.465109174+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 22c72f5c-6946-421f-9978-db21c3225070, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-07T20:09:16.464717013+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 75249eec-ae8e-4459-97bd-27258d51a6eb, ghrun-7qlohiszpa.auto.internal:15825): 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-11-07T20:09:16.465050302+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e3fb2b27-c8eb-43d0-85a6-0f5f54455bc1, ghrun-7qlohiszpa.auto.internal:15825): 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:15825 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.464880522+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6f26f1eb-6994-4222-8c23-424d97978445, ghrun-7qlohiszpa.auto.internal:15825): 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-11-07T20:09:16.465093599+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4553055c-0472-4f4d-abe9-8b73687ada69, ghrun-7qlohiszpa.auto.internal:15825): 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-11-07T20:09:16.464895544+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 63f38e7c-6192-4ca1-9c90-a1a3ebf220a1, ghrun-7qlohiszpa.auto.internal:15825): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-07T20:09:16.46501492+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-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7qlohiszpa.auto.internal:15825
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15825
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:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 56082) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 56082) elapsed time (sec): 30.25948143005371
DEBUG    ya.test:process.py:263 Command (pid 56082) wtime: 30.267
DEBUG    ya.test:process.py:275 Command (pid 56082) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	631	839	839	839
2	     46	46	0	0	60	1151	1167	1167
3	     95	95	0	0	104	142	187	198
4	    112	112	0	0	77	165	216	216
5	     75	75	0	0	97	208	234	236
6	      0	0	0	0	0	0	0	0
7	      0	0	0	469	0	0	0	0
8	      0	0	0	1008	0	0	0	0
9	      0	0	0	934	0	0	0	0
10	      0	0	0	968	0	0	0	0
11	      0	0	0	636	0	0	0	0
12	      0	0	0	888	0	0	0	0
13	      0	0	0	954	0	0	0	0
14	      0	0	0	1164	0	0	0	0
15	      0	0	0	1196	0	0	0	0
16	      0	0	0	774	0	0	0	0
17	      0	0	0	566	0	0	0	0
18	      0	0	0	682	0	0	0	0
19	      0	0	0	741	0	0	0	0
20	      0	0	0	806	0	0	0	0
21	      0	0	0	684	0	0	0	0
22	      0	0	0	795	0	0	0	0
23	      0	0	0	763	0	0	0	0
24	      0	0	0	816	0	0	0	0
25	      0	0	0	826	0	0	0	0
26	      0	0	0	757	0	0	0	0
27	      0	0	0	831	0	0	0	0
28	      0	0	0	1364	0	0	0	0
29	      0	0	0	1310	0	0	0	0
30	      0	0	0	1332	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    338	11.2667	0	21264	94	531	1087	1167

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 56028) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 56028) elapsed time (sec): 30.315305948257446
DEBUG    ya.test:process.py:263 Command (pid 56028) wtime: 30.36
DEBUG    ya.test:process.py:275 Command (pid 56028) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      1	1	0	10	767	767	767	767
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	9	0	0	0	0
7	      0	0	0	687	0	0	0	0
8	      0	0	0	987	0	0	0	0
9	      0	0	0	1059	0	0	0	0
10	      0	0	0	834	0	0	0	0
11	      0	0	0	650	0	0	0	0
12	      0	0	0	986	0	0	0	0
13	      0	0	0	1019	0	0	0	0
14	      0	0	0	1105	0	0	0	0
15	      0	0	0	1163	0	0	0	0
16	      0	0	0	733	0	0	0	0
17	      0	0	0	655	0	0	0	0
18	      0	0	0	739	0	0	0	0
19	      0	0	0	887	0	0	0	0
20	      0	0	0	907	0	0	0	0
21	      0	0	0	759	0	0	0	0
22	      0	0	0	810	0	0	0	0
23	      0	0	0	796	0	0	0	0
24	      0	0	0	819	0	0	0	0
25	      0	0	0	710	0	0	0	0
26	      0	0	0	811	0	0	0	0
27	      0	0	0	1034	0	0	0	0
28	      0	0	0	1152	0	0	0	0
29	      0	0	0	1390	0	0	0	0
30	      0	0	0	1463	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	22204	767	767	767	767

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 56101) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 56101) elapsed time (sec): 30.339008569717407
DEBUG    ya.test:process.py:263 Command (pid 56101) wtime: 30.356
DEBUG    ya.test:process.py:275 Command (pid 56101) 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	     29	29	0	10	152	615	615	615
3	     67	67	0	0	141	243	261	273
4	     76	76	0	0	128	156	170	170
5	     45	45	0	0	138	254	261	261
6	      0	0	0	10	0	0	0	0
7	      0	0	0	573	0	0	0	0
8	      0	0	0	857	0	0	0	0
9	      0	0	0	968	0	0	0	0
10	      0	0	0	806	0	0	0	0
11	      0	0	0	781	0	0	0	0
12	      0	0	0	882	0	0	0	0
13	      0	0	0	1256	0	0	0	0
14	      0	0	0	1283	0	0	0	0
15	      0	0	0	1137	0	0	0	0
16	      0	0	0	670	0	0	0	0
17	      0	0	0	673	0	0	0	0
18	      0	0	0	769	0	0	0	0
19	      0	0	0	937	0	0	0	0
20	      0	0	0	932	0	0	0	0
21	      0	0	0	797	0	0	0	0
22	      0	0	0	840	0	0	0	0
23	      0	0	0	866	0	0	0	0
24	      0	0	0	803	0	0	0	0
25	      0	0	0	921	0	0	0	0
26	      0	0	0	784	0	0	0	0
27	      0	0	0	912	0	0	0	0
28	      0	0	0	979	0	0	0	0
29	      0	0	0	1144	0	0	0	0
30	      0	0	0	1293	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    217	7.23333	0	21883	136	261	615	615

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". 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:15825
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15825". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
============================== slowest durations ===============================
327.93s call     test_log_scenario.py::TestLogScenario::test_log_uniform
8.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
7.92s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
7.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
7.20s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
6.55s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
6.13s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
5.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
5.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
5.50s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
5.49s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
5.47s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
5.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.09s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]

(12 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/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/f6zk/002367/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-11-07T20:09:10.933860Z): source_id=234;tablet_id=72075186224037917;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA635E05
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA62E346
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB4BCBF8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD7B46CB
4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9C8B1F8
5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9C8AF4F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD78FCDD
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x164FBD2B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x16752BF7
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x166AA423
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x166AA423
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x166A7243
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x166ADCF7
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x16519598
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1C967A95
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB467E57
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB4AD6A4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB4B1764
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB4B1370
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB4B1F5E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA637A5C
21. ??:0: ?? @ 0x7FE9992ABAC2
22. ??:0: ?? @ 0x7FE99933D8BF
============== 1 failed, 10 passed, 1 error in 409.89s (0:06:49) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/f6zk/002373/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 107 items

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

============================== slowest durations ===============================
11.48s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
8.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
8.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
7.84s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
7.00s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
6.93s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
6.39s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
5.81s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
5.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
5.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
5.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
1.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.09s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 81.16s (0:01:21) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/f6zk/00239d/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 107 items

test_overloads.py ..F........

=================================== FAILURES ===================================
____________ TestLogScenario.test_overloads_bulk_upsert[2-10000-64] ____________
ydb/tests/olap/test_overloads.py:164: in test_overloads_bulk_upsert
    self.ydb_client.bulk_upsert(
ydb/tests/olap/common/ydb_client.py:30: in bulk_upsert
    self.driver.table_client.bulk_upsert(
contrib/python/ydb/py3/ydb/table.py:1225: in bulk_upsert
    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:464: in __call__
    res = connection(
contrib/python/ydb/py3/ydb/connection.py:516: in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
contrib/python/ydb/py3/ydb/_session_impl.py:232: in wrap_operation_bulk_upsert
    return operation.Operation(rpc_state, response_pb, driver)
contrib/python/ydb/py3/ydb/operation.py:57: in __init__
    issues._process_response(response.operation)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.Overloaded: message: "Cannot write data into shard(System overloaded: overload data error) 72075186224037946 in longTx ydb://long-tx/01k9fyz2rect9v9mkmpmx8cn2n?node_id=1" severity: 1 (server_code: 400060)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_overloads_bulk_upsert[2-10000-64]
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_overloads.py::TestLogScenario, test_name: test_overloads_bulk_upsert[2-10000-64])
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.7
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.7
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/00239d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 36555
DEBUG    ya.test:process.py:259 Command (pid 36555) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 36555) elapsed time (sec): 0.5018653869628906
DEBUG    ya.test:process.py:263 Command (pid 36555) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 36555) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 36555) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 36555) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 36555) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 36555) maxrss: 538972
DEBUG    ya.test:process.py:263 Command (pid 36555) minflt: 16137
DEBUG    ya.test:process.py:263 Command (pid 36555) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 36555) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 36555) nivcsw: 41
DEBUG    ya.test:process.py:263 Command (pid 36555) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 36555) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 36555) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 36555) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 36555) stime: 0.30338
DEBUG    ya.test:process.py:263 Command (pid 36555) utime: 0.11592999999999999
DEBUG    ya.test:process.py:263 Command (pid 36555) wtime: 0.503
DEBUG    ya.test:process.py:275 Command (pid 36555) output:
Git info:
    Commit: e40f2401c9a79249f74f9d323549d211978799c6
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 97b3ad5745c3f243bd243a18055a308bffee6a11 into 0eca578a978e153f35df0349e6b620733cd88e65

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-7qlohiszpa
    Host information: 
        Linux ghrun-7qlohiszpa 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     __tests__.test_overloads:test_overloads.py:94 Git info:
    Commit: e40f2401c9a79249f74f9d323549d211978799c6
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 97b3ad5745c3f243bd243a18055a308bffee6a11 into 0eca578a978e153f35df0349e6b620733cd88e65

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-7qlohiszpa
    Host information: 
        Linux ghrun-7qlohiszpa 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/f6zk/00239d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20232
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/f6zk/00239d/r3tmp/kikimr_cluster_716jqbs7
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/f6zk/00239d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32666
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22333
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28795
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14343
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/f6zk/00239d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-64/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/f6zk/00239d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/f6zk/00239d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-64/cluster/node_1/logfile_vplvldys.log --grpc-port=32666 --mon-port=22333 --ic-port=20232
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:32666/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/f6zk/00239d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-64/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/f6zk/00239d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/f6zk/00239d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-64/cluster/node_1/logfile_vplvldys.log --grpc-port=32666 --mon-port=22333 --ic-port=20232
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/f6zk/00239d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/f6zk/00239d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-64/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/f6zk/00239d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-64/cluster/node_1/logfile_vplvldys.log', '--grpc-port=32666', '--mon-port=22333', '--ic-port=20232')' in '/home/runner/.ya/build/build_root/f6zk/00239d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6/testing_out_stuff/test_overloads.py.TestLogScenario.test_overloads_bulk_upsert.2-10000-64/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 36946
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:32666/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.8
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.8
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/00239d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 36948
DEBUG    ya.test:process.py:259 Command (pid 36948) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 36948) elapsed time (sec): 0.495680570602417
DEBUG    ya.test:process.py:263 Command (pid 36948) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 36948) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 36948) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 36948) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 36948) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 36948) maxrss: 538972
DEBUG    ya.test:process.py:263 Command (pid 36948) minflt: 16135
DEBUG    ya.test:process.py:263 Command (pid 36948) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 36948) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 36948) nivcsw: 63
DEBUG    ya.test:process.py:263 Command (pid 36948) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 36948) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 36948) nvcsw: 24
DEBUG    ya.test:process.py:263 Command (pid 36948) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 36948) stime: 0.33302
DEBUG    ya.test:process.py:263 Command (pid 36948) utime: 0.10308099999999999
DEBUG    ya.test:process.py:263 Command (pid 36948) wtime: 0.497
DEBUG    ya.test:process.py:275 Command (pid 36948) output:
Git info:
    Commit: e40f2401c9a79249f74f9d323549d211978799c6
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 97b3ad5745c3f243bd243a18055a308bffee6a11 into 0eca578a978e153f35df0349e6b620733cd88e65

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-7qlohiszpa
    Host information: 
        Linux ghrun-7qlohiszpa 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: e40f2401c9a79249f74f9d323549d211978799c6
    Branch: 
    Author: Daniil Timižev <ditimizhev@ydb.tech>
    Summary: Merge 97b3ad5745c3f243bd243a18055a308bffee6a11 into 0eca578a978e153f35df0349e6b620733cd88e65
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/f6zk/00239d/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/f6zk/00239d/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:32666', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 20232\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.9
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.9
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/00239d/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:32666', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 20232\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 38551
DEBUG    ya.test:process.py:259 Command (pid 38551) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 38551) elapsed time (sec): 0.7498855590820312
DEBUG    ya.test:process.py:263 Command (pid 38551) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 38551) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 38551) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 38551) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 38551) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 38551) maxrss: 547364
DEBUG    ya.test:process.py:263 Command (pid 38551) minflt: 18283
DEBUG    ya.test:process.py:263 Command (pid 38551) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 38551) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 38551) nivcsw: 47
DEBUG    ya.test:process.py:263 Command (pid 38551) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 38551) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 38551) nvcsw: 119
DEBUG    ya.test:process.py:263 Command (pid 38551) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 38551) stime: 0.573157
DEBUG    ya.test:process.py:263 Command (pid 38551) utime: 0.131354
DEBUG    ya.test:process.py:263 Command (pid 38551) wtime: 0.752
DEBUG    ya.test:process.py:275 Command (pid 38551) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/f6zk/00239d/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/f6zk/00239d/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:32666', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.10
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.10
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/f6zk/00239d/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:32666', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 39211
DEBUG    ya.test:process.py:259 Command (pid 39211) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 39211) elapsed time (sec): 0.7602059841156006
DEBUG    ya.test:process.py:263 Command (pid 39211) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 39211) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 39211) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 39211) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 39211) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 39211) maxrss: 547388
DEBUG    ya.test:process.py:263 Command (pid 39211) minflt: 18278
DEBUG    ya.test:process.py:263 Command (pid 39211) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 39211) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 39211) nivcsw: 71
DEBUG    ya.test:process.py:263 Command (pid 39211) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 39211) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 39211) nvcsw: 141
DEBUG    ya.test:process.py:263 Command (pid 39211) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 39211) stime: 0.560272
DEBUG    ya.test:process.py:263 Command (pid 39211) utime: 0.13433599999999998
DEBUG    ya.test:process.py:263 Command (pid 39211) wtime: 0.774
DEBUG    ya.test:process.py:275 Command (pid 39211) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:567 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, f18ba0f1-7e7e-4f3b-be41-7ae6f79ed6a2, localhost:32666): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f18ba0f1-7e7e-4f3b-be41-7ae6f79ed6a2, localhost:32666): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f18ba0f1-7e7e-4f3b-be41-7ae6f79ed6a2, localhost:32666): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7qlohiszpa.auto.internal" port: 32666 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-7qlohiszpa.auto.internal:32666, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:32666
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, fb650c60-7b1c-45e0-b063-e106db328b14, ghrun-7qlohiszpa.auto.internal:32666): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fb650c60-7b1c-45e0-b063-e106db328b14, ghrun-7qlohiszpa.auto.internal:32666): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fb650c60-7b1c-45e0-b063-e106db328b14, ghrun-7qlohiszpa.auto.internal:32666): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MWZlMWRhNjEtOGRmMGUzMmUtYTI0NmY5OTktNmIzZTlkNmQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 270ab49c-edab-497c-b550-e764e551ef72, ghrun-7qlohiszpa.auto.internal:32666): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 270ab49c-edab-497c-b550-e764e551ef72, ghrun-7qlohiszpa.auto.internal:32666): request = { session_id: "ydb://session/3?node_id=1&id=MWZlMWRhNjEtOGRmMGUzMmUtYTI0NmY5OTktNmIzZTlkNmQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 270ab49c-edab-497c-b550-e764e551ef72, ghrun-7qlohiszpa.auto.internal:32666): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=MWZlMWRhNjEtOGRmMGUzMmUtYTI0NmY5OTktNmIzZTlkNmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cdb0d110-d52c-4d97-bdb3-4cb1b6400575, ghrun-7qlohiszpa.auto.internal:32666): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cdb0d110-d52c-4d97-bdb3-4cb1b6400575, ghrun-7qlohiszpa.auto.internal:32666): request = { session_id: "ydb://session/3?node_id=1&id=MWZlMWRhNjEtOGRmMGUzMmUtYTI0NmY5OTktNmIzZTlkNmQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/test_overloads_bulk_upsert_2_10000_64/table` (\n                id Uint64 NOT NULL,\n                val Uint64,\n                PRIMARY KEY(id),\n            )\n            WITH (\n                STORE = COLUMN,\n                PARTITION_COUNT = 64\n            )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, cdb0d110-d52c-4d97-bdb3-4cb1b6400575, ghrun-7qlohiszpa.auto.internal:32666): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MWZlMWRhNjEtOGRmMGUzMmUtYTI0NmY5OTktNmIzZTlkNmQ=
DEBUG    ydb.connection:connection.py:421 RpcState(BulkUpsert, 5f328ad8-f935-4eff-b00d-1c301cd94672, ghrun-7qlohiszpa.auto.internal:32666): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(BulkUpsert, 5f328ad8-f935-4eff-b00d-1c301cd94672, ghrun-7qlohiszpa.auto.internal:32666): request = { table: "/Root/test_overloads_bulk_upsert_2_10000_64/table" rows { type { list_type { item { struct_type { members { name: "id" type { type_id: UINT64 } } members { name: "val" type { type_id: UINT64 } } } } } } value { items { items { uint64_value: 0 } items { uint64_value: 0 } } items { items { uint64_value: 1 } items { uint64_value: 10 } } items { items { uint64_value: 2 } items { uint64_value: 20 } } items { items { uint64_value: 3 } items { uint64_value: 30 } } items { items { uint64_value: 4 } items { uint64_value: 40 } } items { items { uint64_value: 5 } items { uint64_value: 50 } } items { items { uint64_value: 6 } items { uint64_value: 60 } } items { items { uint64_value: 7 } items { uint64_value: 70 } } items { items { uint64_value: 8 } items { uint64_value: 80 } } items { items { uint64_value: 9 } items { uint64_value: 90 } } } } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(BulkUpsert, 5f328ad8-f935-4eff-b00d-1c301cd94672, ghrun-7qlohiszpa.auto.internal:32666): response = { operation { ready: true status: OVERLOADED issues { message: "Cannot write data into shard(System overloaded: overload data error) 72075186224037946 in longTx ydb://long-tx/01k9fyz2rect9v9mkmpmx8cn2n?node_id=1" severity: 1 } result { [type.googleapis.com/Ydb.Table.BulkUpsertResult] { } } } }
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
============================== slowest durations ===============================
105.54s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
10.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
9.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
9.11s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
8.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
7.35s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
6.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
6.31s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
5.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
5.27s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
5.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64] - ydb.issues.Overloaded: message: "Cannot write data into shard(System overloaded: overload data error) 72075186224037946 in longTx ydb://long-tx/01k9fyz2rect9v9mkmpmx8cn2n?node_id=1" severity: 1 (server_code: 400060)
=================== 1 failed, 10 passed in 184.60s (0:03:04) ===================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/f6zk/002389/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 107 items

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

============================== slowest durations ===============================
111.87s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
102.94s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
101.94s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
90.11s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
76.45s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
5.38s setup    test_replace.py::TestReplace::test_copy_full
3.07s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
2.69s call     test_replace.py::TestReplace::test_copy_full
2.20s call     test_replace.py::TestReplace::test_copy_partial
2.16s call     test_replace.py::TestReplace::test_count
0.99s call     test_replace.py::TestReplace::test_partial_replace
0.55s call     test_replace.py::TestReplace::test_incorrect
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.02s setup    test_replace.py::TestReplace::test_copy_partial
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 10 passed in 501.97s (0:08:21) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/f6zk/002370/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 107 items

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

============================== slowest durations ===============================
7.69s setup    test_replace.py::TestReplace::test_replace_rollback
7.66s setup    test_update.py::TestUpdate::test_incorrect
7.29s setup    test_select.py::TestSelect::test_incorrect
1.56s call     test_select.py::TestSelect::test_json_query
1.38s call     test_update.py::TestUpdate::test_update_rollback
1.28s call     test_replace.py::TestReplace::test_replace_total
1.25s call     test_replace.py::TestReplace::test_replace_rollback
1.01s call     test_replace.py::TestReplace::test_replace_with_nulls
0.96s call     test_update.py::TestUpdate::test_update_many_rows
0.83s call     test_update.py::TestUpdate::test_partial_update
0.81s call     test_select.py::TestSelect::test_incorrect
0.74s call     test_update.py::TestUpdate::test_update_pk
0.44s call     test_update.py::TestUpdate::test_incorrect
0.07s setup    test_update.py::TestUpdate::test_update_rollback
0.02s teardown test_replace.py::TestReplace::test_replace_total
0.02s setup    test_replace.py::TestReplace::test_replace_with_nulls

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

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

============================== slowest durations ===============================
436.81s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
67.16s call     zip_bomb.py::TestZipBomb::test
16.86s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.11s teardown zip_bomb.py::TestZipBomb::test
11.75s setup    test_update.py::TestUpdate::test_update_single_column
6.92s setup    test_upsert.py::TestUpsert::test_copy_full
5.04s setup    zip_bomb.py::TestZipBomb::test
3.23s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
1.95s call     test_upsert.py::TestUpsert::test_copy_full
1.24s call     test_upsert.py::TestUpsert::test_copy_partial
1.20s call     test_update.py::TestUpdate::test_update_single_column
1.12s call     test_upsert.py::TestUpsert::test_count
0.98s call     test_update.py::TestUpdate::test_update_single_row
0.69s call     test_upsert.py::TestUpsert::test_partial_update
0.54s call     test_upsert.py::TestUpsert::test_insert_nulls
0.50s call     test_upsert.py::TestUpsert::test_incorrect
0.08s setup    test_upsert.py::TestUpsert::test_copy_partial
0.05s setup    test_update.py::TestUpdate::test_update_single_row
0.02s setup    test_upsert.py::TestUpsert::test_partial_update
0.01s setup    test_upsert.py::TestUpsert::test_count
0.01s teardown test_upsert.py::TestUpsert::test_partial_update

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 10 passed in 569.70s (0:09:29) ========================
