============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7vyj/003d5e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

data_read_correctness.py ...
order_by_with_limit.py .FFF
tablets_movement.py .
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/7vyj/003d5e/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/7vyj/003d5e/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/7vyj/003d5e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/7vyj/003d5e', '--source-root', '/home/runner/.ya/build/build_root/7vyj/003d5e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/7vyj/003d5e/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/10334327813/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/7vyj/003d5e/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/7vyj/003d5e/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/7vyj/003d5e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/7vyj/003d5e', '--source-root', '/home/runner/.ya/build/build_root/7vyj/003d5e/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/7vyj/003d5e/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/10334327813/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/7vyj/003d91/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_create.py ....
test_cs_many_updates.py drop table: 32.8 ms
create table: 369.6 ms
initial inserts:
    "runs": 10
    "avg_ms": 34.6
    "min_ms": 25.8
    "median_ms": 33.6
    "max_ms": 48.5
    "stdev_ms": 6.2
select count(*) after initial inserts: 204.2 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 86.5
    "min_ms": 43.8
    "median_ms": 79.9
    "max_ms": 253.8
    "stdev_ms": 28.4
select count(*) after all modifications: 3388.8 ms
select all: 3793.6 ms
delete from table: 4169.2 ms
select all after delete: 4736.4 ms
.drop table: 271.4 ms
create table: 1233.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 80.0
    "min_ms": 49.3
    "median_ms": 91.7
    "max_ms": 125.1
    "stdev_ms": 24.6
select count(*) after initial inserts: 222.6 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 101.7
    "min_ms": 52.1
    "median_ms": 94.9
    "max_ms": 260.4
    "stdev_ms": 34.9
updates (step 1):
    "runs": 200
    "avg_ms": 280.4
    "min_ms": 186.6
    "median_ms": 273.0
    "max_ms": 465.4
    "stdev_ms": 54.5
upserts (step 2):
    "runs": 200
    "avg_ms": 68.4
    "min_ms": 27.8
    "median_ms": 63.7
    "max_ms": 168.5
    "stdev_ms": 27.0
select count(*) after all modifications: 733.7 ms
select all: 617.7 ms
delete from table: 541.7 ms
select all after delete: 733.5 ms
.drop table: 78.5 ms
create table: 980.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 77.2
    "min_ms": 49.2
    "median_ms": 85.1
    "max_ms": 99.6
    "stdev_ms": 18.7
select count(*) after initial inserts: 187.6 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 216.8
    "min_ms": 107.0
    "median_ms": 205.3
    "max_ms": 584.7
    "stdev_ms": 69.3
select count(*) after all modifications: 326.7 ms
select all: 294.0 ms
delete from table: 427.7 ms
select all after delete: 315.9 ms
.drop table: 39.2 ms
create table: 610.7 ms
initial inserts:
    "runs": 15
    "avg_ms": 36.3
    "min_ms": 27.5
    "median_ms": 32.6
    "max_ms": 56.9
    "stdev_ms": 9.5
select count(*) after initial inserts: 124.5 ms
updates (step 0):
    "runs": 150
    "avg_ms": 144.0
    "min_ms": 101.0
    "median_ms": 136.9
    "max_ms": 231.8
    "stdev_ms": 29.5
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 77.2
    "min_ms": 58.1
    "median_ms": 73.4
    "max_ms": 165.0
    "stdev_ms": 14.3
select count(*) after all modifications: 480.2 ms
select all: 440.6 ms
delete from table: 410.6 ms
select all after delete: 374.7 ms
.drop table: 36.3 ms
create table: 558.1 ms
initial inserts:
    "runs": 20
    "avg_ms": 32.8
    "min_ms": 26.4
    "median_ms": 30.9
    "max_ms": 51.7
    "stdev_ms": 6.7
select count(*) after initial inserts: 114.3 ms
updates (step 0):
    "runs": 200
    "avg_ms": 126.2
    "min_ms": 92.2
    "median_ms": 121.5
    "max_ms": 199.0
    "stdev_ms": 24.0
upserts (step 1):
    "runs": 200
    "avg_ms": 23.2
    "min_ms": 18.1
    "median_ms": 22.9
    "max_ms": 33.8
    "stdev_ms": 2.5
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 91.8
    "min_ms": 70.5
    "median_ms": 87.6
    "max_ms": 143.0
    "stdev_ms": 15.9
select count(*) after all modifications: 643.2 ms
select all: 552.4 ms
delete from table: 783.6 ms
select all after delete: 598.9 ms
.drop table: 69.0 ms
create table: 752.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 34.8
    "min_ms": 23.5
    "median_ms": 34.7
    "max_ms": 59.1
    "stdev_ms": 10.0
select count(*) after initial inserts: 117.8 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 39.7
    "min_ms": 20.4
    "median_ms": 35.8
    "max_ms": 108.2
    "stdev_ms": 14.1
select count(*) after all modifications: 411.0 ms
select all: 286.5 ms
delete from table: 375.1 ms
select all after delete: 275.8 ms
.Generated operation sequence:
  0. BULK_UPSERT: 4 operations
  1. UPDATE: 9 operations
  2. BULK_UPSERT: 11 operations
  3. BULK_UPSERT: 16 operations
  4. UPDATE: 16 operations
  5. BULK_UPSERT: 15 operations
  6. UPDATE: 6 operations
  7. UPSERT: 12 operations
  8. UPSERT: 15 operations
  9. UPSERT: 17 operations
drop table: 63.9 ms
create table: 522.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 43.3
    "min_ms": 27.7
    "median_ms": 42.3
    "max_ms": 62.4
    "stdev_ms": 12.6
select count(*) after initial inserts: 151.9 ms
bulk_upserts (step 0):
    "runs": 4
    "avg_ms": 67.9
    "min_ms": 52.4
    "median_ms": 71.4
    "max_ms": 76.7
    "stdev_ms": 10.7
updates (step 1):
    "runs": 90
    "avg_ms": 136.2
    "min_ms": 102.2
    "median_ms": 129.8
    "max_ms": 284.1
    "stdev_ms": 26.0
bulk_upserts (step 2):
    "runs": 11
    "avg_ms": 54.7
    "min_ms": 46.9
    "median_ms": 50.5
    "max_ms": 69.5
    "stdev_ms": 8.1
bulk_upserts (step 3):
    "runs": 16
    "avg_ms": 59.6
    "min_ms": 47.2
    "median_ms": 60.6
    "max_ms": 73.9
    "stdev_ms": 7.2
updates (step 4):
    "runs": 160
    "avg_ms": 154.4
    "min_ms": 103.0
    "median_ms": 149.7
    "max_ms": 231.5
    "stdev_ms": 27.0
bulk_upserts (step 5):
    "runs": 15
    "avg_ms": 93.0
    "min_ms": 60.9
    "median_ms": 92.5
    "max_ms": 159.0
    "stdev_ms": 29.5
updates (step 6):
    "runs": 60
    "avg_ms": 197.5
    "min_ms": 135.9
    "median_ms": 193.0
    "max_ms": 276.4
    "stdev_ms": 34.8
upserts (step 7):
    "runs": 120
    "avg_ms": 47.5
    "min_ms": 24.3
    "median_ms": 40.0
    "max_ms": 113.8
    "stdev_ms": 20.5
upserts (step 8):
    "runs": 150
    "avg_ms": 41.2
    "min_ms": 21.5
    "median_ms": 36.4
    "max_ms": 204.2
    "stdev_ms": 19.6
upserts (step 9):
    "runs": 170
    "avg_ms": 38.1
    "min_ms": 22.7
    "median_ms": 33.8
    "max_ms": 119.1
    "stdev_ms": 13.2
select count(*) after all modifications: 358.4 ms
select all: 363.7 ms
delete from table: 444.3 ms
select all after delete: 328.1 ms
.
test_delete.py .

============================== slowest durations ===============================
220.25s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
85.10s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
73.08s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
60.30s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
43.02s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
42.30s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
32.35s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
7.89s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
7.82s setup    test_delete.py::TestDelete::test_delete_rollback
4.64s setup    test_create.py::TestCreate::test_create_real_opt
3.05s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.14s call     test_delete.py::TestDelete::test_delete_rollback
0.55s call     test_create.py::TestCreate::test_create_strings_opt
0.48s call     test_create.py::TestCreate::test_create_real_opt
0.42s call     test_create.py::TestCreate::test_create_real_req
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.03s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence

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

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

============================== slowest durations ===============================
4.00s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.16s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
1.14s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
1.07s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.96s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.89s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.88s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.88s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.78s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.69s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.68s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.63s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.61s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]

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

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

============================== slowest durations ===============================
4.81s setup    test_delete.py::TestDelete::test_incorrect
3.99s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
1.21s call     test_insert.py::TestInsertStatement::test_copy_partial
1.07s call     test_insert.py::TestInsertStatement::test_copy_full
0.58s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.53s call     test_insert.py::TestInsertStatement::test_bulk
0.52s call     test_insert.py::TestInsertStatement::test_out_of_range
0.51s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.50s call     test_insert.py::TestInsertStatement::test_duplicate
0.48s call     test_insert.py::TestInsertStatement::test_plain
0.41s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.41s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.39s call     test_delete.py::TestDelete::test_incorrect
0.37s call     test_insert.py::TestInsertStatement::test_incorrect

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

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

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/7vyj/003d9e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/7vyj/003d9e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   VERIFY failed (2025-11-21T14:43:45.969080Z): source_id=113;tablet_id=72075186224037980;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 @ 0xA919BE5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912126
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A8528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD78EABB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F68748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6849F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD769BCD
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1438E3EB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD53E7
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2A1A3
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2A1A3
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F27B53
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2B517
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AC1D8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF0DA85
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74B437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB798FD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79D094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79CCA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79D88E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91B83C
E   21. ??:0: ?? @ 0x7F8E9EE8DAC2
E   22. ??:0: ?? @ 0x7F8E9EF1F8BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb -e grpc://localhost:4310 -d /Root workload log --path log init --path log --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:4310', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2811995
DEBUG    ya.test:process.py:259 Command (pid 2811995) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2811995) elapsed time (sec): 0.6051983833312988
DEBUG    ya.test:process.py:263 Command (pid 2811995) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) maxrss: 302836
DEBUG    ya.test:process.py:263 Command (pid 2811995) minflt: 3552
DEBUG    ya.test:process.py:263 Command (pid 2811995) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) nivcsw: 45
DEBUG    ya.test:process.py:263 Command (pid 2811995) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) nvcsw: 148
DEBUG    ya.test:process.py:263 Command (pid 2811995) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2811995) stime: 0.027811
DEBUG    ya.test:process.py:263 Command (pid 2811995) utime: 0.052147
DEBUG    ya.test:process.py:263 Command (pid 2811995) wtime: 0.621
DEBUG    ya.test:process.py:275 Command (pid 2811995) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2811995) 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/7vyj/003d9e/ydb/apps/ydb/ydb -e grpc://localhost:4310 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:4310', '-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: 2812534
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 2812534) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2812534) elapsed time (sec): 30.287245273590088
DEBUG    ya.test:process.py:263 Command (pid 2812534) wtime: 30.289
DEBUG    ya.test:process.py:275 Command (pid 2812534) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    347	347	0	0	26	48	56	63
2	    303	303	0	0	29	54	59	65
3	    289	289	0	0	31	62	71	77
4	    317	317	0	0	29	54	65	70
5	    292	292	0	0	30	60	66	73
6	    334	334	0	0	27	48	64	71
7	    276	276	0	0	32	75	84	87
8	    333	333	0	0	28	47	55	62
9	    293	293	0	0	31	58	74	91
10	    268	268	0	0	33	60	72	73
11	    287	287	0	0	29	71	87	95
12	    251	251	0	0	36	78	90	95
13	    270	270	0	0	36	55	73	83
14	    288	288	0	0	32	57	65	67
15	    215	215	0	0	38	80	93	104
16	    221	221	0	0	34	93	141	151
17	    219	219	0	0	41	79	148	152
18	    282	282	0	0	30	60	69	72
19	    241	241	0	0	38	80	91	95
20	    213	213	0	0	43	86	102	108
21	    254	254	0	0	37	61	67	76
22	    254	254	0	0	37	66	78	82
23	    252	252	0	0	36	70	78	89
24	    309	309	0	0	28	62	72	75
25	    245	245	0	0	38	64	75	80
26	    307	307	0	0	29	73	97	105
27	    331	331	0	0	26	56	78	81
28	    363	363	0	0	26	42	49	62
29	    384	384	0	0	24	39	47	52
30	    294	294	0	0	31	60	71	85

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   8532	284.4	0	0	31	64	84	152

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTc0NTM4YTYtNTU1ZDg2ZTUtNmQyMDM0YmItNzgyZDhkNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1cbe8193-d0eb-4ebb-8c61-106608652d52, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1cbe8193-d0eb-4ebb-8c61-106608652d52, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=MTc0NTM4YTYtNTU1ZDg2ZTUtNmQyMDM0YmItNzgyZDhkNzk=" 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, 1cbe8193-d0eb-4ebb-8c61-106608652d52, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTc0NTM4YTYtNTU1ZDg2ZTUtNmQyMDM0YmItNzgyZDhkNzk=
INFO     root:test_log_scenario.py:217 Count rows after insert 8389 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODcyOTRlOS04OWJiYjUyZi1kYmJmNzZmMi1lMTQzMzIzMA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 649d379e-4dd2-48ad-9efb-f380ab4a02ee, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 649d379e-4dd2-48ad-9efb-f380ab4a02ee, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=ODcyOTRlOS04OWJiYjUyZi1kYmJmNzZmMi1lMTQzMzIzMA==" 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, 649d379e-4dd2-48ad-9efb-f380ab4a02ee, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODcyOTRlOS04OWJiYjUyZi1kYmJmNzZmMi1lMTQzMzIzMA==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDdmODgwZDMtNmQ5NTM1YjUtNWFlNjU3YzMtYTYxNmE5OTQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1fae4930-f6ef-4969-97eb-c0acf5af110c, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1fae4930-f6ef-4969-97eb-c0acf5af110c, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=NDdmODgwZDMtNmQ5NTM1YjUtNWFlNjU3YzMtYTYxNmE5OTQ=" 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, 1fae4930-f6ef-4969-97eb-c0acf5af110c, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDdmODgwZDMtNmQ5NTM1YjUtNWFlNjU3YzMtYTYxNmE5OTQ=
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/7vyj/003d9e/ydb/apps/ydb/ydb -e grpc://localhost:4310 -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 upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2Y1NDQ5YTEtNTBhOGJiZjUtMmI3MzBkZGItNTNiZjZiZjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e68cf769-515a-405e-92e0-1d60bc8295e3, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzE4NzQ1ZjYtZmIyYmJkYTQtM2ZiMWFkZTgtODZiN2IyZjk=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e68cf769-515a-405e-92e0-1d60bc8295e3, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=M2Y1NDQ5YTEtNTBhOGJiZjUtMmI3MzBkZGItNTNiZjZiZjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb -e grpc://localhost:4310 -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, c1c69c32-04de-4f07-ba24-2a30f5d46a9b, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTRhYWY4NDItYmU1OTU3OGMtMTZkZWM2Yi03ZDA0YTUxOA==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb -e grpc://localhost:4310 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c1c69c32-04de-4f07-ba24-2a30f5d46a9b, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=MzE4NzQ1ZjYtZmIyYmJkYTQtM2ZiMWFkZTgtODZiN2IyZjk=" 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, e68cf769-515a-405e-92e0-1d60bc8295e3, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ed7b7b18-a6b3-4bd0-ba39-a1081f5dfef5, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM5MmJkZGUtOTNhOTQ0NTYtZjY0YjRiM2EtNDQ2OGYwOTQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c1c69c32-04de-4f07-ba24-2a30f5d46a9b, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:4310', '-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:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:4310', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ed7b7b18-a6b3-4bd0-ba39-a1081f5dfef5, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=ZTRhYWY4NDItYmU1OTU3OGMtMTZkZWM2Yi03ZDA0YTUxOA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d17f8105-cf07-458c-855f-e518e6569b68, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODQ3NWViMjAtNTg2MWZmYTItMjcwYTQ2MTItMjBmYzZhN2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b2178e47-27bb-4db6-aa30-ad85120504c0, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ed7b7b18-a6b3-4bd0-ba39-a1081f5dfef5, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2830106
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d17f8105-cf07-458c-855f-e518e6569b68, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=NzM5MmJkZGUtOTNhOTQ0NTYtZjY0YjRiM2EtNDQ2OGYwOTQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGNjY2Y5N2QtNGFhYjM4NTItZTI2NjhmYjgtZTk4ZTIwZWM=
DEBUG    ya.test:process.py:628 Command pid: 2830105
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b2178e47-27bb-4db6-aa30-ad85120504c0, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=ODQ3NWViMjAtNTg2MWZmYTItMjcwYTQ2MTItMjBmYzZhN2Q=" 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, d17f8105-cf07-458c-855f-e518e6569b68, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:4310', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b2178e47-27bb-4db6-aa30-ad85120504c0, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzBjZDhlYjgtYzUwZmYzMjAtYzZmM2EwMjQtYWMzMzUzNTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c5b78028-df85-49b9-bafb-3a82ca8b7d94, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c5b78028-df85-49b9-bafb-3a82ca8b7d94, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=YzBjZDhlYjgtYzUwZmYzMjAtYzZmM2EwMjQtYWMzMzUzNTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTc0NTM4YTYtNTU1ZDg2ZTUtNmQyMDM0YmItNzgyZDhkNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2b9f6eb2-6a47-4f36-9d08-3138cc117f3c, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2b9f6eb2-6a47-4f36-9d08-3138cc117f3c, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=MTc0NTM4YTYtNTU1ZDg2ZTUtNmQyMDM0YmItNzgyZDhkNzk=" 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, 2b9f6eb2-6a47-4f36-9d08-3138cc117f3c, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4fc7aa79-74cc-482f-8795-2368b938b907, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c5b78028-df85-49b9-bafb-3a82ca8b7d94, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2830107
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4fc7aa79-74cc-482f-8795-2368b938b907, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=OGNjY2Y5N2QtNGFhYjM4NTItZTI2NjhmYjgtZTk4ZTIwZWM=" 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, 4fc7aa79-74cc-482f-8795-2368b938b907, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODcyOTRlOS04OWJiYjUyZi1kYmJmNzZmMi1lMTQzMzIzMA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ef25af69-03bd-4405-b857-e270ac427135, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ef25af69-03bd-4405-b857-e270ac427135, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=ODcyOTRlOS04OWJiYjUyZi1kYmJmNzZmMi1lMTQzMzIzMA==" 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, ef25af69-03bd-4405-b857-e270ac427135, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDdmODgwZDMtNmQ5NTM1YjUtNWFlNjU3YzMtYTYxNmE5OTQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d46b28a0-f0a6-4c05-a60f-5484bf423fe1, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d46b28a0-f0a6-4c05-a60f-5484bf423fe1, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=NDdmODgwZDMtNmQ5NTM1YjUtNWFlNjU3YzMtYTYxNmE5OTQ=" 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, d46b28a0-f0a6-4c05-a60f-5484bf423fe1, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3ba8b4a6-9c4b-4315-a122-83b95203ae8b, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.253837874+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3b1fa433-79db-4c8b-b832-d110eb0554f1, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.253938231+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a9eab8e5-afb2-43a4-8034-abd17da0d24d, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.253956203+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a6fb55c5-eb26-4d06-9134-9a3d595da9bf, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.253970974+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, aaf55a70-d041-4067-b656-98f48df33ae2, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.253984918+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ec729d64-f35b-4f53-b10f-2c5e892c02e3, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254000184+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8615e36d-c995-4b51-98f2-beb6ff4b506c, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.254013091+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b2178e47-27bb-4db6-aa30-ad85120504c0, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.25413679+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ef25af69-03bd-4405-b857-e270ac427135, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254174098+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7c544cc0-37f9-4084-93da-f5d512e2e2ca, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.254057155+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c1c69c32-04de-4f07-ba24-2a30f5d46a9b, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254094022+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d17f8105-cf07-458c-855f-e518e6569b68, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254122462+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ed7b7b18-a6b3-4bd0-ba39-a1081f5dfef5, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254108182+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 36b5e2f1-2934-416f-93e1-ce86bfabbb5b, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254029075+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c5b78028-df85-49b9-bafb-3a82ca8b7d94, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.25414613+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2b9f6eb2-6a47-4f36-9d08-3138cc117f3c, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.254154475+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4fc7aa79-74cc-482f-8795-2368b938b907, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254164826+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c0fdda94-83a6-4aab-8988-7610479d069c, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254041489+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e68cf769-515a-405e-92e0-1d60bc8295e3, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.254075581+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d46b28a0-f0a6-4c05-a60f-5484bf423fe1, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254188668+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODcyOTRlOS04OWJiYjUyZi1kYmJmNzZmMi1lMTQzMzIzMA==
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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    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 2830105) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2830105) elapsed time (sec): 30.24967360496521
DEBUG    ya.test:process.py:263 Command (pid 2830105) wtime: 30.295
DEBUG    ya.test:process.py:275 Command (pid 2830105) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	315	367	367	367
2	     63	63	0	0	148	835	839	839
3	    111	111	0	0	83	137	152	152
4	    117	117	0	0	82	113	116	117
5	     83	83	0	0	107	207	221	227
6	     68	68	0	0	119	157	164	169
7	      0	0	0	156	0	0	0	0
8	      0	0	0	1104	0	0	0	0
9	      0	0	0	998	0	0	0	0
10	      0	0	0	942	0	0	0	0
11	      0	0	0	875	0	0	0	0
12	      0	0	0	873	0	0	0	0
13	      0	0	0	998	0	0	0	0
14	      0	0	0	993	0	0	0	0
15	      0	0	0	951	0	0	0	0
16	      0	0	0	626	0	0	0	0
17	      0	0	0	371	0	0	0	0
18	      0	0	0	579	0	0	0	0
19	      0	0	0	823	0	0	0	0
20	      0	0	0	761	0	0	0	0
21	      0	0	0	734	0	0	0	0
22	      0	0	0	775	0	0	0	0
23	      0	0	0	949	0	0	0	0
24	      0	0	0	1079	0	0	0	0
25	      0	0	0	568	0	0	0	0
26	      0	0	0	945	0	0	0	0
27	      0	0	0	889	0	0	0	0
28	      0	0	0	1149	0	0	0	0
29	      0	0	0	817	0	0	0	0
30	      0	0	0	998	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    452	15.0667	0	19953	100	259	823	839

DEBUG    ya.test:process.py:276 Command (pid 2830105) 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 2830106) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2830106) elapsed time (sec): 30.282897472381592
DEBUG    ya.test:process.py:263 Command (pid 2830106) wtime: 30.311
DEBUG    ya.test:process.py:275 Command (pid 2830106) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      5	5	0	0	923	971	971	971
2	     48	48	0	1	171	1079	1143	1143
3	     82	82	0	0	114	180	190	192
4	     90	90	0	0	112	136	144	149
5	     63	63	0	0	152	253	257	265
6	     58	58	0	0	154	182	193	195
7	      0	0	0	162	0	0	0	0
8	      0	0	0	1005	0	0	0	0
9	      0	0	0	967	0	0	0	0
10	      0	0	0	856	0	0	0	0
11	      0	0	0	997	0	0	0	0
12	      0	0	0	1024	0	0	0	0
13	      0	0	0	1154	0	0	0	0
14	      0	0	0	959	0	0	0	0
15	      0	0	0	856	0	0	0	0
16	      0	0	0	611	0	0	0	0
17	      0	0	0	338	0	0	0	0
18	      0	0	0	620	0	0	0	0
19	      0	0	0	964	0	0	0	0
20	      0	0	0	732	0	0	0	0
21	      0	0	0	787	0	0	0	0
22	      0	0	0	927	0	0	0	0
23	      0	0	0	948	0	0	0	0
24	      0	0	0	956	0	0	0	0
25	      0	0	0	625	0	0	0	0
26	      0	0	0	1077	0	0	0	0
27	      0	0	0	1090	0	0	0	0
28	      0	0	0	1173	0	0	0	0
29	      0	0	0	941	0	0	0	0
30	      0	0	0	1057	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    346	11.5333	0	20827	129	323	1031	1143

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 2830107) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2830107) elapsed time (sec): 30.242812156677246
DEBUG    ya.test:process.py:263 Command (pid 2830107) wtime: 30.273
DEBUG    ya.test:process.py:275 Command (pid 2830107) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	199	0	0	0	0
8	      0	0	0	1123	0	0	0	0
9	      0	0	0	943	0	0	0	0
10	      0	0	0	848	0	0	0	0
11	      0	0	0	894	0	0	0	0
12	      0	0	0	1082	0	0	0	0
13	      0	0	0	1214	0	0	0	0
14	      0	0	0	988	0	0	0	0
15	      0	0	0	949	0	0	0	0
16	      0	0	0	582	0	0	0	0
17	      0	0	0	320	0	0	0	0
18	      0	0	0	677	0	0	0	0
19	      0	0	0	708	0	0	0	0
20	      0	0	0	695	0	0	0	0
21	      0	0	0	923	0	0	0	0
22	      0	0	0	955	0	0	0	0
23	      0	0	0	1002	0	0	0	0
24	      0	0	0	1057	0	0	0	0
25	      0	0	0	837	0	0	0	0
26	      0	0	0	1019	0	0	0	0
27	      0	0	0	954	0	0	0	0
28	      0	0	0	1114	0	0	0	0
29	      0	0	0	829	0	0	0	0
30	      0	0	0	1110	0	0	0	0

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

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

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

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, f5263c2c-c177-43da-a8c9-aea2f9025578, localhost:12271): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f5263c2c-c177-43da-a8c9-aea2f9025578, localhost:12271): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f5263c2c-c177-43da-a8c9-aea2f9025578, localhost:12271): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 12271 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-xdf3pi3ede.auto.internal:12271, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12271
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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.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, 7bd86bf7-1390-4ade-9b9c-4d6e02e62b1f, localhost:12271): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7bd86bf7-1390-4ade-9b9c-4d6e02e62b1f, localhost:12271): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7bd86bf7-1390-4ade-9b9c-4d6e02e62b1f, localhost:12271): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 12271 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-xdf3pi3ede.auto.internal:12271, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12271
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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.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, f70052ac-8fe4-4609-a6ab-b9089181d467, localhost:12271): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f70052ac-8fe4-4609-a6ab-b9089181d467, localhost:12271): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f70052ac-8fe4-4609-a6ab-b9089181d467, localhost:12271): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 12271 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-xdf3pi3ede.auto.internal:12271, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12271
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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.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, 0ace16ac-48d5-4130-b185-461e75f1476d, localhost:12271): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0ace16ac-48d5-4130-b185-461e75f1476d, localhost:12271): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0ace16ac-48d5-4130-b185-461e75f1476d, localhost:12271): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 12271 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-xdf3pi3ede.auto.internal:12271, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12271
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xdf3pi3ede'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/7vyj/003d9e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.2786410' in '/home/runner/.ya/build/build_root/7vyj/003d9e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_hqvimj1q.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:4310/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23158
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22162
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27963
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4310
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9258
=================================== FAILURES ===================================
_______________________ TestLogScenario.test_log_uniform _______________________
ydb/tests/olap/test_log_scenario.py:235: in test_log_uniform
    thread.join()
ydb/tests/olap/common/thread_helper.py:18: in join
    raise self.exc
ydb/tests/olap/common/thread_helper.py:11: in run
    self.ret = self._target(*self._args, **self._kwargs)
ydb/tests/olap/test_log_scenario.py:147: in aggregation_query
    self.ydb_client.query(f"SELECT COUNT(*) FROM `{self.table_name}` ")
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:130: in retry_operation_impl
    raise status
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:248: in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
contrib/python/ydb/py3/ydb/query/pool.py:331: in __enter__
    self._session = self._pool.acquire(self._timeout)
contrib/python/ydb/py3/ydb/query/pool.py:111: in acquire
    session = self._create_new_session(time_left)
contrib/python/ydb/py3/ydb/query/pool.py:63: in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
contrib/python/ydb/py3/ydb/query/session.py:301: in create
    self._create_call(settings=settings)
contrib/python/ydb/py3/ydb/query/session.py:171: in _create_call
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:459: in __call__
    connection = self._store.get(preferred_endpoint)
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:144: in get
    raise issues.ConnectionLost("Couldn't find valid connection")
E   ydb.issues.ConnectionLost: Couldn't find valid connection
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb -e grpc://localhost:4310 -d /Root workload log --path log init --path log --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:4310', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2811995
DEBUG    ya.test:process.py:259 Command (pid 2811995) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2811995) elapsed time (sec): 0.6051983833312988
DEBUG    ya.test:process.py:263 Command (pid 2811995) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) maxrss: 302836
DEBUG    ya.test:process.py:263 Command (pid 2811995) minflt: 3552
DEBUG    ya.test:process.py:263 Command (pid 2811995) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) nivcsw: 45
DEBUG    ya.test:process.py:263 Command (pid 2811995) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2811995) nvcsw: 148
DEBUG    ya.test:process.py:263 Command (pid 2811995) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2811995) stime: 0.027811
DEBUG    ya.test:process.py:263 Command (pid 2811995) utime: 0.052147
DEBUG    ya.test:process.py:263 Command (pid 2811995) wtime: 0.621
DEBUG    ya.test:process.py:275 Command (pid 2811995) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2811995) 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/7vyj/003d9e/ydb/apps/ydb/ydb -e grpc://localhost:4310 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:4310', '-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: 2812534
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 2812534) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2812534) elapsed time (sec): 30.287245273590088
DEBUG    ya.test:process.py:263 Command (pid 2812534) wtime: 30.289
DEBUG    ya.test:process.py:275 Command (pid 2812534) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    347	347	0	0	26	48	56	63
2	    303	303	0	0	29	54	59	65
3	    289	289	0	0	31	62	71	77
4	    317	317	0	0	29	54	65	70
5	    292	292	0	0	30	60	66	73
6	    334	334	0	0	27	48	64	71
7	    276	276	0	0	32	75	84	87
8	    333	333	0	0	28	47	55	62
9	    293	293	0	0	31	58	74	91
10	    268	268	0	0	33	60	72	73
11	    287	287	0	0	29	71	87	95
12	    251	251	0	0	36	78	90	95
13	    270	270	0	0	36	55	73	83
14	    288	288	0	0	32	57	65	67
15	    215	215	0	0	38	80	93	104
16	    221	221	0	0	34	93	141	151
17	    219	219	0	0	41	79	148	152
18	    282	282	0	0	30	60	69	72
19	    241	241	0	0	38	80	91	95
20	    213	213	0	0	43	86	102	108
21	    254	254	0	0	37	61	67	76
22	    254	254	0	0	37	66	78	82
23	    252	252	0	0	36	70	78	89
24	    309	309	0	0	28	62	72	75
25	    245	245	0	0	38	64	75	80
26	    307	307	0	0	29	73	97	105
27	    331	331	0	0	26	56	78	81
28	    363	363	0	0	26	42	49	62
29	    384	384	0	0	24	39	47	52
30	    294	294	0	0	31	60	71	85

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   8532	284.4	0	0	31	64	84	152

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTc0NTM4YTYtNTU1ZDg2ZTUtNmQyMDM0YmItNzgyZDhkNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1cbe8193-d0eb-4ebb-8c61-106608652d52, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1cbe8193-d0eb-4ebb-8c61-106608652d52, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=MTc0NTM4YTYtNTU1ZDg2ZTUtNmQyMDM0YmItNzgyZDhkNzk=" 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, 1cbe8193-d0eb-4ebb-8c61-106608652d52, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTc0NTM4YTYtNTU1ZDg2ZTUtNmQyMDM0YmItNzgyZDhkNzk=
INFO     root:test_log_scenario.py:217 Count rows after insert 8389 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODcyOTRlOS04OWJiYjUyZi1kYmJmNzZmMi1lMTQzMzIzMA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 649d379e-4dd2-48ad-9efb-f380ab4a02ee, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 649d379e-4dd2-48ad-9efb-f380ab4a02ee, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=ODcyOTRlOS04OWJiYjUyZi1kYmJmNzZmMi1lMTQzMzIzMA==" 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, 649d379e-4dd2-48ad-9efb-f380ab4a02ee, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODcyOTRlOS04OWJiYjUyZi1kYmJmNzZmMi1lMTQzMzIzMA==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDdmODgwZDMtNmQ5NTM1YjUtNWFlNjU3YzMtYTYxNmE5OTQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1fae4930-f6ef-4969-97eb-c0acf5af110c, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1fae4930-f6ef-4969-97eb-c0acf5af110c, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=NDdmODgwZDMtNmQ5NTM1YjUtNWFlNjU3YzMtYTYxNmE5OTQ=" 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, 1fae4930-f6ef-4969-97eb-c0acf5af110c, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDdmODgwZDMtNmQ5NTM1YjUtNWFlNjU3YzMtYTYxNmE5OTQ=
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/7vyj/003d9e/ydb/apps/ydb/ydb -e grpc://localhost:4310 -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 upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=M2Y1NDQ5YTEtNTBhOGJiZjUtMmI3MzBkZGItNTNiZjZiZjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e68cf769-515a-405e-92e0-1d60bc8295e3, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzE4NzQ1ZjYtZmIyYmJkYTQtM2ZiMWFkZTgtODZiN2IyZjk=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e68cf769-515a-405e-92e0-1d60bc8295e3, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=M2Y1NDQ5YTEtNTBhOGJiZjUtMmI3MzBkZGItNTNiZjZiZjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb -e grpc://localhost:4310 -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, c1c69c32-04de-4f07-ba24-2a30f5d46a9b, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZTRhYWY4NDItYmU1OTU3OGMtMTZkZWM2Yi03ZDA0YTUxOA==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb -e grpc://localhost:4310 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c1c69c32-04de-4f07-ba24-2a30f5d46a9b, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=MzE4NzQ1ZjYtZmIyYmJkYTQtM2ZiMWFkZTgtODZiN2IyZjk=" 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, e68cf769-515a-405e-92e0-1d60bc8295e3, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ed7b7b18-a6b3-4bd0-ba39-a1081f5dfef5, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzM5MmJkZGUtOTNhOTQ0NTYtZjY0YjRiM2EtNDQ2OGYwOTQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c1c69c32-04de-4f07-ba24-2a30f5d46a9b, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:4310', '-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:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:4310', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ed7b7b18-a6b3-4bd0-ba39-a1081f5dfef5, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=ZTRhYWY4NDItYmU1OTU3OGMtMTZkZWM2Yi03ZDA0YTUxOA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d17f8105-cf07-458c-855f-e518e6569b68, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODQ3NWViMjAtNTg2MWZmYTItMjcwYTQ2MTItMjBmYzZhN2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b2178e47-27bb-4db6-aa30-ad85120504c0, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ed7b7b18-a6b3-4bd0-ba39-a1081f5dfef5, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2830106
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d17f8105-cf07-458c-855f-e518e6569b68, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=NzM5MmJkZGUtOTNhOTQ0NTYtZjY0YjRiM2EtNDQ2OGYwOTQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGNjY2Y5N2QtNGFhYjM4NTItZTI2NjhmYjgtZTk4ZTIwZWM=
DEBUG    ya.test:process.py:628 Command pid: 2830105
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b2178e47-27bb-4db6-aa30-ad85120504c0, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=ODQ3NWViMjAtNTg2MWZmYTItMjcwYTQ2MTItMjBmYzZhN2Q=" 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, d17f8105-cf07-458c-855f-e518e6569b68, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/7vyj/003d9e/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:4310', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b2178e47-27bb-4db6-aa30-ad85120504c0, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzBjZDhlYjgtYzUwZmYzMjAtYzZmM2EwMjQtYWMzMzUzNTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c5b78028-df85-49b9-bafb-3a82ca8b7d94, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c5b78028-df85-49b9-bafb-3a82ca8b7d94, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=YzBjZDhlYjgtYzUwZmYzMjAtYzZmM2EwMjQtYWMzMzUzNTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTc0NTM4YTYtNTU1ZDg2ZTUtNmQyMDM0YmItNzgyZDhkNzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2b9f6eb2-6a47-4f36-9d08-3138cc117f3c, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2b9f6eb2-6a47-4f36-9d08-3138cc117f3c, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=MTc0NTM4YTYtNTU1ZDg2ZTUtNmQyMDM0YmItNzgyZDhkNzk=" 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, 2b9f6eb2-6a47-4f36-9d08-3138cc117f3c, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4fc7aa79-74cc-482f-8795-2368b938b907, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c5b78028-df85-49b9-bafb-3a82ca8b7d94, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 2830107
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4fc7aa79-74cc-482f-8795-2368b938b907, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=OGNjY2Y5N2QtNGFhYjM4NTItZTI2NjhmYjgtZTk4ZTIwZWM=" 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, 4fc7aa79-74cc-482f-8795-2368b938b907, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODcyOTRlOS04OWJiYjUyZi1kYmJmNzZmMi1lMTQzMzIzMA==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ef25af69-03bd-4405-b857-e270ac427135, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ef25af69-03bd-4405-b857-e270ac427135, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=ODcyOTRlOS04OWJiYjUyZi1kYmJmNzZmMi1lMTQzMzIzMA==" 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, ef25af69-03bd-4405-b857-e270ac427135, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDdmODgwZDMtNmQ5NTM1YjUtNWFlNjU3YzMtYTYxNmE5OTQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d46b28a0-f0a6-4c05-a60f-5484bf423fe1, ghrun-xdf3pi3ede.auto.internal:4310): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d46b28a0-f0a6-4c05-a60f-5484bf423fe1, ghrun-xdf3pi3ede.auto.internal:4310): request = { session_id: "ydb://session/3?node_id=1&id=NDdmODgwZDMtNmQ5NTM1YjUtNWFlNjU3YzMtYTYxNmE5OTQ=" 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, d46b28a0-f0a6-4c05-a60f-5484bf423fe1, ghrun-xdf3pi3ede.auto.internal:4310): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3ba8b4a6-9c4b-4315-a122-83b95203ae8b, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.253837874+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3b1fa433-79db-4c8b-b832-d110eb0554f1, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.253938231+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a9eab8e5-afb2-43a4-8034-abd17da0d24d, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.253956203+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a6fb55c5-eb26-4d06-9134-9a3d595da9bf, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.253970974+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, aaf55a70-d041-4067-b656-98f48df33ae2, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.253984918+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ec729d64-f35b-4f53-b10f-2c5e892c02e3, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254000184+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8615e36d-c995-4b51-98f2-beb6ff4b506c, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.254013091+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b2178e47-27bb-4db6-aa30-ad85120504c0, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.25413679+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ef25af69-03bd-4405-b857-e270ac427135, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254174098+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 7c544cc0-37f9-4084-93da-f5d512e2e2ca, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.254057155+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c1c69c32-04de-4f07-ba24-2a30f5d46a9b, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254094022+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d17f8105-cf07-458c-855f-e518e6569b68, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254122462+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ed7b7b18-a6b3-4bd0-ba39-a1081f5dfef5, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254108182+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 36b5e2f1-2934-416f-93e1-ce86bfabbb5b, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254029075+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c5b78028-df85-49b9-bafb-3a82ca8b7d94, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.25414613+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2b9f6eb2-6a47-4f36-9d08-3138cc117f3c, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.254154475+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4fc7aa79-74cc-482f-8795-2368b938b907, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254164826+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c0fdda94-83a6-4aab-8988-7610479d069c, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:4310 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254041489+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e68cf769-515a-405e-92e0-1d60bc8295e3, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T14:43:52.254075581+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d46b28a0-f0a6-4c05-a60f-5484bf423fe1, ghrun-xdf3pi3ede.auto.internal:4310): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T14:43:52.254188668+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODcyOTRlOS04OWJiYjUyZi1kYmJmNzZmMi1lMTQzMzIzMA==
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:4310
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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    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 2830105) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2830105) elapsed time (sec): 30.24967360496521
DEBUG    ya.test:process.py:263 Command (pid 2830105) wtime: 30.295
DEBUG    ya.test:process.py:275 Command (pid 2830105) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	315	367	367	367
2	     63	63	0	0	148	835	839	839
3	    111	111	0	0	83	137	152	152
4	    117	117	0	0	82	113	116	117
5	     83	83	0	0	107	207	221	227
6	     68	68	0	0	119	157	164	169
7	      0	0	0	156	0	0	0	0
8	      0	0	0	1104	0	0	0	0
9	      0	0	0	998	0	0	0	0
10	      0	0	0	942	0	0	0	0
11	      0	0	0	875	0	0	0	0
12	      0	0	0	873	0	0	0	0
13	      0	0	0	998	0	0	0	0
14	      0	0	0	993	0	0	0	0
15	      0	0	0	951	0	0	0	0
16	      0	0	0	626	0	0	0	0
17	      0	0	0	371	0	0	0	0
18	      0	0	0	579	0	0	0	0
19	      0	0	0	823	0	0	0	0
20	      0	0	0	761	0	0	0	0
21	      0	0	0	734	0	0	0	0
22	      0	0	0	775	0	0	0	0
23	      0	0	0	949	0	0	0	0
24	      0	0	0	1079	0	0	0	0
25	      0	0	0	568	0	0	0	0
26	      0	0	0	945	0	0	0	0
27	      0	0	0	889	0	0	0	0
28	      0	0	0	1149	0	0	0	0
29	      0	0	0	817	0	0	0	0
30	      0	0	0	998	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    452	15.0667	0	19953	100	259	823	839

DEBUG    ya.test:process.py:276 Command (pid 2830105) 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 2830106) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2830106) elapsed time (sec): 30.282897472381592
DEBUG    ya.test:process.py:263 Command (pid 2830106) wtime: 30.311
DEBUG    ya.test:process.py:275 Command (pid 2830106) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      5	5	0	0	923	971	971	971
2	     48	48	0	1	171	1079	1143	1143
3	     82	82	0	0	114	180	190	192
4	     90	90	0	0	112	136	144	149
5	     63	63	0	0	152	253	257	265
6	     58	58	0	0	154	182	193	195
7	      0	0	0	162	0	0	0	0
8	      0	0	0	1005	0	0	0	0
9	      0	0	0	967	0	0	0	0
10	      0	0	0	856	0	0	0	0
11	      0	0	0	997	0	0	0	0
12	      0	0	0	1024	0	0	0	0
13	      0	0	0	1154	0	0	0	0
14	      0	0	0	959	0	0	0	0
15	      0	0	0	856	0	0	0	0
16	      0	0	0	611	0	0	0	0
17	      0	0	0	338	0	0	0	0
18	      0	0	0	620	0	0	0	0
19	      0	0	0	964	0	0	0	0
20	      0	0	0	732	0	0	0	0
21	      0	0	0	787	0	0	0	0
22	      0	0	0	927	0	0	0	0
23	      0	0	0	948	0	0	0	0
24	      0	0	0	956	0	0	0	0
25	      0	0	0	625	0	0	0	0
26	      0	0	0	1077	0	0	0	0
27	      0	0	0	1090	0	0	0	0
28	      0	0	0	1173	0	0	0	0
29	      0	0	0	941	0	0	0	0
30	      0	0	0	1057	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    346	11.5333	0	20827	129	323	1031	1143

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 2830107) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2830107) elapsed time (sec): 30.242812156677246
DEBUG    ya.test:process.py:263 Command (pid 2830107) wtime: 30.273
DEBUG    ya.test:process.py:275 Command (pid 2830107) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	199	0	0	0	0
8	      0	0	0	1123	0	0	0	0
9	      0	0	0	943	0	0	0	0
10	      0	0	0	848	0	0	0	0
11	      0	0	0	894	0	0	0	0
12	      0	0	0	1082	0	0	0	0
13	      0	0	0	1214	0	0	0	0
14	      0	0	0	988	0	0	0	0
15	      0	0	0	949	0	0	0	0
16	      0	0	0	582	0	0	0	0
17	      0	0	0	320	0	0	0	0
18	      0	0	0	677	0	0	0	0
19	      0	0	0	708	0	0	0	0
20	      0	0	0	695	0	0	0	0
21	      0	0	0	923	0	0	0	0
22	      0	0	0	955	0	0	0	0
23	      0	0	0	1002	0	0	0	0
24	      0	0	0	1057	0	0	0	0
25	      0	0	0	837	0	0	0	0
26	      0	0	0	1019	0	0	0	0
27	      0	0	0	954	0	0	0	0
28	      0	0	0	1114	0	0	0	0
29	      0	0	0	829	0	0	0	0
30	      0	0	0	1110	0	0	0	0

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

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

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

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, f5263c2c-c177-43da-a8c9-aea2f9025578, localhost:12271): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f5263c2c-c177-43da-a8c9-aea2f9025578, localhost:12271): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f5263c2c-c177-43da-a8c9-aea2f9025578, localhost:12271): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 12271 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-xdf3pi3ede.auto.internal:12271, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12271
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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.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, 7bd86bf7-1390-4ade-9b9c-4d6e02e62b1f, localhost:12271): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7bd86bf7-1390-4ade-9b9c-4d6e02e62b1f, localhost:12271): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7bd86bf7-1390-4ade-9b9c-4d6e02e62b1f, localhost:12271): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 12271 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-xdf3pi3ede.auto.internal:12271, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12271
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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.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, f70052ac-8fe4-4609-a6ab-b9089181d467, localhost:12271): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f70052ac-8fe4-4609-a6ab-b9089181d467, localhost:12271): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f70052ac-8fe4-4609-a6ab-b9089181d467, localhost:12271): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 12271 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-xdf3pi3ede.auto.internal:12271, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12271
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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.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, 0ace16ac-48d5-4130-b185-461e75f1476d, localhost:12271): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0ace16ac-48d5-4130-b185-461e75f1476d, localhost:12271): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0ace16ac-48d5-4130-b185-461e75f1476d, localhost:12271): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 12271 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-xdf3pi3ede.auto.internal:12271, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:12271
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:4310
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:4310". 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 ===============================
324.20s call     test_log_scenario.py::TestLogScenario::test_log_uniform
21.48s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
18.03s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
10.13s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
9.66s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
9.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
8.89s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
6.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
6.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
4.55s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
4.43s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
3.95s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.46s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.41s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.40s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.01s setup    test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]

(16 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/7vyj/003d9e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/7vyj/003d9e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-11-21T14:43:45.969080Z): source_id=113;tablet_id=72075186224037980;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 @ 0xA919BE5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912126
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A8528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD78EABB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F68748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6849F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD769BCD
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1438E3EB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD53E7
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2A1A3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2A1A3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F27B53
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2B517
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AC1D8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF0DA85
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74B437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB798FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79D094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79CCA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79D88E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91B83C
21. ??:0: ?? @ 0x7F8E9EE8DAC2
22. ??:0: ?? @ 0x7F8E9EF1F8BF
============== 1 failed, 11 passed, 1 error in 433.90s (0:07:13) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7vyj/003dc7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
16.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
7.84s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
7.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
7.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
6.52s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
6.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
5.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
5.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
5.37s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
4.59s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
4.54s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
4.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 86.54s (0:01:26) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7vyj/003d8d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
16.35s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
9.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
7.44s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
7.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
6.99s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
6.46s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
6.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
6.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
6.17s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
5.70s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
5.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
3.10s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.09s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.05s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]

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

test_overloads.py .......

============================== slowest durations ===============================
119.13s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
107.72s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
97.06s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
87.30s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
71.81s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
14.67s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
6.84s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
0.03s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.02s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_reject_probability

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

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/7vyj/003d66/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/7vyj/003d66/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/7vyj/003d66/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/7vyj/003d66', '--source-root', '/home/runner/.ya/build/build_root/7vyj/003d66/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/7vyj/003d66/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10334327813/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...er/.ya/build/build_root/7vyj/003d66/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/7vyj/003d66/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/7vyj/003d66/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/7vyj/003d66', '--source-root', '/home/runner/.ya/build/build_root/7vyj/003d66/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/7vyj/003d66/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10334327813/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/7vyj/003da7/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
11.59s setup    test_update.py::TestUpdate::test_incorrect
10.26s setup    test_select.py::TestSelect::test_incorrect
4.25s setup    test_replace.py::TestReplace::test_incorrect
1.87s call     test_select.py::TestSelect::test_json_query
1.79s call     test_update.py::TestUpdate::test_update_many_rows
1.21s call     test_update.py::TestUpdate::test_partial_update
1.12s call     test_select.py::TestSelect::test_incorrect
0.95s call     test_update.py::TestUpdate::test_update_pk
0.93s call     test_replace.py::TestReplace::test_replace_total
0.82s call     test_replace.py::TestReplace::test_partial_replace
0.74s call     test_replace.py::TestReplace::test_replace_rollback
0.74s call     test_update.py::TestUpdate::test_incorrect
0.58s call     test_replace.py::TestReplace::test_replace_with_nulls
0.50s call     test_replace.py::TestReplace::test_incorrect
0.08s setup    test_update.py::TestUpdate::test_update_many_rows
0.01s setup    test_update.py::TestUpdate::test_partial_update
0.01s setup    test_update.py::TestUpdate::test_update_pk

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

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

============================== slowest durations ===============================
416.74s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
53.13s call     zip_bomb.py::TestZipBomb::test
18.13s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
9.53s setup    zip_bomb.py::TestZipBomb::test
7.13s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
6.95s setup    test_upsert.py::TestUpsert::test_copy_full
4.12s setup    test_update.py::TestUpdate::test_update_rollback
2.91s call     test_upsert.py::TestUpsert::test_copy_partial
2.26s call     test_upsert.py::TestUpsert::test_copy_full
1.91s call     test_upsert.py::TestUpsert::test_count
1.43s call     test_upsert.py::TestUpsert::test_partial_update
1.17s call     test_upsert.py::TestUpsert::test_insert_nulls
1.16s call     test_upsert.py::TestUpsert::test_incorrect
0.97s call     test_update.py::TestUpdate::test_update_single_column
0.96s call     test_update.py::TestUpdate::test_update_rollback
0.64s call     test_update.py::TestUpdate::test_update_single_row

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 542.38s (0:09:02) ========================
