============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/151k/00024f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 107 items / 103 deselected / 4 selected

test_cs_many_updates.py Generated operation sequence:
  0. UPSERT: 12 operations
  1. UPSERT: 16 operations
  2. UPSERT: 2 operations
  3. UPDATE: 20 operations
  4. UPDATE: 16 operations
  5. UPSERT: 14 operations
  6. BULK_UPSERT: 16 operations
  7. UPSERT: 9 operations
  8. BULK_UPSERT: 11 operations
  9. UPDATE: 17 operations
drop table: 63.7 ms
create table: 507.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 78.2
    "min_ms": 37.3
    "median_ms": 82.9
    "max_ms": 112.0
    "stdev_ms": 25.4
select count(*) after initial inserts: 170.2 ms
upserts (step 0):
    "runs": 120
    "avg_ms": 38.5
    "min_ms": 18.6
    "median_ms": 31.6
    "max_ms": 112.9
    "stdev_ms": 19.7
upserts (step 1):
    "runs": 160
    "avg_ms": 24.7
    "min_ms": 17.8
    "median_ms": 23.6
    "max_ms": 52.8
    "stdev_ms": 4.5
upserts (step 2):
    "runs": 20
    "avg_ms": 23.5
    "min_ms": 19.2
    "median_ms": 23.3
    "max_ms": 29.1
    "stdev_ms": 2.5
updates (step 3):
    "runs": 200
    "avg_ms": 87.6
    "min_ms": 69.9
    "median_ms": 82.6
    "max_ms": 154.1
    "stdev_ms": 14.0
updates (step 4):
    "runs": 160
    "avg_ms": 86.8
    "min_ms": 74.4
    "median_ms": 86.1
    "max_ms": 112.2
    "stdev_ms": 6.5
upserts (step 5):
    "runs": 140
    "avg_ms": 20.2
    "min_ms": 17.5
    "median_ms": 20.0
    "max_ms": 29.6
    "stdev_ms": 1.4
bulk_upserts (step 6):
    "runs": 16
    "avg_ms": 32.1
    "min_ms": 29.4
    "median_ms": 31.6
    "max_ms": 37.6
    "stdev_ms": 2.5
upserts (step 7):
    "runs": 90
    "avg_ms": 20.0
    "min_ms": 17.3
    "median_ms": 19.9
    "max_ms": 25.0
    "stdev_ms": 1.2
bulk_upserts (step 8):
    "runs": 11
    "avg_ms": 33.7
    "min_ms": 29.0
    "median_ms": 34.0
    "max_ms": 37.7
    "stdev_ms": 2.5
updates (step 9):
    "runs": 170
    "avg_ms": 121.7
    "min_ms": 99.6
    "median_ms": 120.0
    "max_ms": 159.1
    "stdev_ms": 12.9
select count(*) after all modifications: 288.1 ms
select all: 241.9 ms
delete from table: 320.7 ms
select all after delete: 285.5 ms
.

============================== slowest durations ===============================
69.34s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
5.25s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
================= 1 passed, 103 deselected in 78.75s (0:01:18) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/151k/000248/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 107 items / 103 deselected / 4 selected

test_delete.py .

============================== slowest durations ===============================
4.75s setup    test_delete.py::TestDelete::test_delete_rollback
1.34s call     test_delete.py::TestDelete::test_delete_rollback

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 103 deselected in 7.20s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/151k/000247/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 107 items / 103 deselected / 4 selected

test_delete.py .

============================== slowest durations ===============================
5.74s setup    test_delete.py::TestDelete::test_delete_where[False-100]
0.66s call     test_delete.py::TestDelete::test_delete_where[False-100]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 103 deselected in 7.58s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 107 items / 103 deselected / 4 selected

test_log_scenario.py FE

==================================== ERRORS ====================================
____________ ERROR at teardown of TestLogScenario.test_log_uniform _____________
ydb/tests/olap/test_log_scenario.py:123: in teardown_class
    cls.cluster.stop()
ydb/tests/library/harness/kikimr_runner.py:694: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   VERIFY failed (2025-11-08T14:39:39.040782Z): source_id=824;tablet_id=72075186224037910;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 @ 0xA657E25
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA650366
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB4DEBF8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD7D726B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9CAD218
E   5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9CACF6F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD7B287D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x1659DD6B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x167F4B17
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x1674C343
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x1674C343
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x16749163
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x1674FC17
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x165BB4B8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CA0E5D5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB489E57
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB4CF6A4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB4D3764
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB4D3370
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB4D3F5E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA659A7C
E   21. ??:0: ?? @ 0x7F94DE83FAC2
E   22. ??:0: ?? @ 0x7F94DE8D18BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_log_uniform
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3249963
DEBUG    ya.test:process.py:259 Command (pid 3249963) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3249963) elapsed time (sec): 0.5982134342193604
DEBUG    ya.test:process.py:263 Command (pid 3249963) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) maxrss: 539716
DEBUG    ya.test:process.py:263 Command (pid 3249963) minflt: 16145
DEBUG    ya.test:process.py:263 Command (pid 3249963) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) nivcsw: 79
DEBUG    ya.test:process.py:263 Command (pid 3249963) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) nvcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 3249963) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3249963) stime: 0.397566
DEBUG    ya.test:process.py:263 Command (pid 3249963) utime: 0.12989699999999998
DEBUG    ya.test:process.py:263 Command (pid 3249963) wtime: 0.6
DEBUG    ya.test:process.py:275 Command (pid 3249963) output:
Git info:
    Commit: 9692a8bd4cb4b514a110566e8ad356634cfc4caa
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge b7635b6b1bf574cae87cebc9d18c91d044a1efec into f8c0b07a6b4545bde2c335ad22133746b3963dce

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

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

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

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Git info:
    Commit: 9692a8bd4cb4b514a110566e8ad356634cfc4caa
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge b7635b6b1bf574cae87cebc9d18c91d044a1efec into f8c0b07a6b4545bde2c335ad22133746b3963dce

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

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8997
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/151k/00024d/r3tmp/kikimr_cluster_h93sxzgl
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11320
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25750
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10736
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12224
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_gakbz60u.log --grpc-port=11320 --mon-port=25750 --ic-port=8997
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11320/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_gakbz60u.log --grpc-port=11320 --mon-port=25750 --ic-port=8997
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_gakbz60u.log', '--grpc-port=11320', '--mon-port=25750', '--ic-port=8997')' in '/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3250122
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:11320/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3250124
DEBUG    ya.test:process.py:259 Command (pid 3250124) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3250124) elapsed time (sec): 0.47777628898620605
DEBUG    ya.test:process.py:263 Command (pid 3250124) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) maxrss: 539716
DEBUG    ya.test:process.py:263 Command (pid 3250124) minflt: 16145
DEBUG    ya.test:process.py:263 Command (pid 3250124) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) nivcsw: 39
DEBUG    ya.test:process.py:263 Command (pid 3250124) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3250124) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3250124) stime: 0.290827
DEBUG    ya.test:process.py:263 Command (pid 3250124) utime: 0.135839
DEBUG    ya.test:process.py:263 Command (pid 3250124) wtime: 0.479
DEBUG    ya.test:process.py:275 Command (pid 3250124) output:
Git info:
    Commit: 9692a8bd4cb4b514a110566e8ad356634cfc4caa
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge b7635b6b1bf574cae87cebc9d18c91d044a1efec into f8c0b07a6b4545bde2c335ad22133746b3963dce

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 9692a8bd4cb4b514a110566e8ad356634cfc4caa
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge b7635b6b1bf574cae87cebc9d18c91d044a1efec into f8c0b07a6b4545bde2c335ad22133746b3963dce
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:11320', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8997\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:11320', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8997\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3252079
DEBUG    ya.test:process.py:259 Command (pid 3252079) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3252079) elapsed time (sec): 0.7690799236297607
DEBUG    ya.test:process.py:263 Command (pid 3252079) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) maxrss: 548144
DEBUG    ya.test:process.py:263 Command (pid 3252079) minflt: 18288
DEBUG    ya.test:process.py:263 Command (pid 3252079) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) nivcsw: 148
DEBUG    ya.test:process.py:263 Command (pid 3252079) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) nvcsw: 117
DEBUG    ya.test:process.py:263 Command (pid 3252079) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3252079) stime: 0.531938
DEBUG    ya.test:process.py:263 Command (pid 3252079) utime: 0.135318
DEBUG    ya.test:process.py:263 Command (pid 3252079) wtime: 0.77
DEBUG    ya.test:process.py:275 Command (pid 3252079) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:567 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6d860a68-c52e-4e76-946b-6b27df878b09, localhost:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6d860a68-c52e-4e76-946b-6b27df878b09, localhost:11320): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6d860a68-c52e-4e76-946b-6b27df878b09, localhost:11320): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-fuvzixzx7q.auto.internal" port: 11320 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-fuvzixzx7q.auto.internal:11320, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11320
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb -e grpc://localhost:11320 -d /Root workload log --path log init --path log --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11320', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3253539
DEBUG    ya.test:process.py:259 Command (pid 3253539) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3253539) elapsed time (sec): 0.6491885185241699
DEBUG    ya.test:process.py:263 Command (pid 3253539) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) maxrss: 166444
DEBUG    ya.test:process.py:263 Command (pid 3253539) minflt: 3537
DEBUG    ya.test:process.py:263 Command (pid 3253539) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) nivcsw: 62
DEBUG    ya.test:process.py:263 Command (pid 3253539) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) nvcsw: 145
DEBUG    ya.test:process.py:263 Command (pid 3253539) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3253539) stime: 0.02711
DEBUG    ya.test:process.py:263 Command (pid 3253539) utime: 0.049700999999999995
DEBUG    ya.test:process.py:263 Command (pid 3253539) wtime: 0.65
DEBUG    ya.test:process.py:275 Command (pid 3253539) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3253539) 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/151k/00024d/ydb/apps/ydb/ydb -e grpc://localhost:11320 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11320', '-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: 3254168
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 3254168) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3254168) elapsed time (sec): 30.261229038238525
DEBUG    ya.test:process.py:263 Command (pid 3254168) wtime: 30.265
DEBUG    ya.test:process.py:275 Command (pid 3254168) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    732	732	0	0	11	23	40	46
2	   1092	1092	0	0	8	13	15	20
3	   1108	1108	0	0	8	12	17	21
4	    979	979	0	0	9	15	21	23
5	    952	952	0	0	9	16	22	26
6	   1000	1000	0	0	9	14	17	22
7	   1030	1030	0	0	9	13	15	17
8	    987	987	0	0	9	14	16	19
9	   1107	1107	0	0	8	11	13	14
10	   1084	1084	0	0	8	12	15	18
11	    994	994	0	0	9	13	20	28
12	    962	962	0	0	9	15	22	54
13	   1073	1073	0	0	8	13	22	42
14	   1240	1240	0	0	7	9	9	11
15	   1350	1350	0	0	7	8	21	70
16	   1307	1307	0	0	7	9	10	12
17	   1417	1417	0	0	7	8	8	9
18	   1348	1348	0	0	7	8	12	16
19	   1383	1383	0	0	7	8	9	9
20	   1375	1375	0	0	7	8	11	15
21	   1388	1388	0	0	7	8	8	9
22	   1376	1376	0	0	7	8	8	11
23	   1412	1412	0	0	6	8	8	9
24	   1416	1416	0	0	6	8	8	9
25	   1414	1414	0	0	6	8	8	10
26	   1389	1389	0	0	6	8	16	20
27	   1363	1363	0	0	7	8	9	11
28	   1374	1374	0	0	7	8	12	15
29	   1391	1391	0	0	7	8	9	10
30	   1418	1418	0	0	6	8	9	12

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  36461	1215.37	0	0	7	11	17	70

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, eb33e970-71cf-4ef2-9f9d-2dd986e1a436, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, eb33e970-71cf-4ef2-9f9d-2dd986e1a436, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, eb33e970-71cf-4ef2-9f9d-2dd986e1a436, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 01a8cbae-377b-4616-9afc-a9f19255f265, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 01a8cbae-377b-4616-9afc-a9f19255f265, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 01a8cbae-377b-4616-9afc-a9f19255f265, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4411fc9d-b3ca-4675-9f44-7d3b37fb0413, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4411fc9d-b3ca-4675-9f44-7d3b37fb0413, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=" 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, 4411fc9d-b3ca-4675-9f44-7d3b37fb0413, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
INFO     root:test_log_scenario.py:217 Count rows after insert 35857 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 66ad7ee4-b1e6-4af7-bd9b-6e5b39910cdb, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 66ad7ee4-b1e6-4af7-bd9b-6e5b39910cdb, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=" 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, 66ad7ee4-b1e6-4af7-bd9b-6e5b39910cdb, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b4b0c95d-e841-4975-961b-773e57f0a286, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b4b0c95d-e841-4975-961b-773e57f0a286, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=" 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, b4b0c95d-e841-4975-961b-773e57f0a286, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb -e grpc://localhost:11320 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb -e grpc://localhost:11320 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb -e grpc://localhost:11320 -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, 38f8db32-5106-4b4f-9c89-2780397dac88, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 38f8db32-5106-4b4f-9c89-2780397dac88, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 412aeb6c-f36f-490b-b4cc-2deb5a6671b4, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 412aeb6c-f36f-490b-b4cc-2deb5a6671b4, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 38f8db32-5106-4b4f-9c89-2780397dac88, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11320', '-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.3
DEBUG    ya.test:process.py:628 Command pid: 3270586
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 412aeb6c-f36f-490b-b4cc-2deb5a6671b4, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZTBlNTdlOGQtZGZkODFlNWEtOTk4ZDVjYjctNDE1ZThmODg=" node_id: 1 }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11320', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11320', '-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:421 RpcState(AttachSession, 50d4e413-eecc-4b42-9450-a2d8b4b59fe6, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ya.test:process.py:628 Command pid: 3270587
DEBUG    ya.test:process.py:628 Command pid: 3270588
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 50d4e413-eecc-4b42-9450-a2d8b4b59fe6, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=ZTBlNTdlOGQtZGZkODFlNWEtOTk4ZDVjYjctNDE1ZThmODg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 50d4e413-eecc-4b42-9450-a2d8b4b59fe6, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZTBlNTdlOGQtZGZkODFlNWEtOTk4ZDVjYjctNDE1ZThmODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6f615d11-d813-4873-a7a2-0c207678f424, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6f615d11-d813-4873-a7a2-0c207678f424, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=ZTBlNTdlOGQtZGZkODFlNWEtOTk4ZDVjYjctNDE1ZThmODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f3a61f3b-6865-4841-b896-a00c06ede71e, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f3a61f3b-6865-4841-b896-a00c06ede71e, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6f615d11-d813-4873-a7a2-0c207678f424, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f3a61f3b-6865-4841-b896-a00c06ede71e, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YWVlNjM1MjEtYTYwOGUwYjctZTEzYTM4NWItOTIyNTI2N2Q=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, d58d2bd4-56e8-49b5-b15b-97c41265d8dd, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, d58d2bd4-56e8-49b5-b15b-97c41265d8dd, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YWVlNjM1MjEtYTYwOGUwYjctZTEzYTM4NWItOTIyNTI2N2Q=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, d58d2bd4-56e8-49b5-b15b-97c41265d8dd, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YWVlNjM1MjEtYTYwOGUwYjctZTEzYTM4NWItOTIyNTI2N2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3da03968-06fc-4115-ac60-b2ee3d3b9aa3, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3da03968-06fc-4115-ac60-b2ee3d3b9aa3, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YWVlNjM1MjEtYTYwOGUwYjctZTEzYTM4NWItOTIyNTI2N2Q=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, da1a7c68-2359-4deb-a8d2-e9807f4d883b, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, da1a7c68-2359-4deb-a8d2-e9807f4d883b, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3da03968-06fc-4115-ac60-b2ee3d3b9aa3, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, da1a7c68-2359-4deb-a8d2-e9807f4d883b, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=Nzk3NjMxNjctZjRjYzZlZWUtZGU5MDlkMmEtZTc3MjkwNWQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 0a19d879-f904-4eb4-9f29-f26ef6dfac27, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 0a19d879-f904-4eb4-9f29-f26ef6dfac27, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=Nzk3NjMxNjctZjRjYzZlZWUtZGU5MDlkMmEtZTc3MjkwNWQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 0a19d879-f904-4eb4-9f29-f26ef6dfac27, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=Nzk3NjMxNjctZjRjYzZlZWUtZGU5MDlkMmEtZTc3MjkwNWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f481d92a-50a7-4dd0-9280-687ddcec663e, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f481d92a-50a7-4dd0-9280-687ddcec663e, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=Nzk3NjMxNjctZjRjYzZlZWUtZGU5MDlkMmEtZTc3MjkwNWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a45783cb-62db-4970-b0a8-fbd7cc3a5b48, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a45783cb-62db-4970-b0a8-fbd7cc3a5b48, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f481d92a-50a7-4dd0-9280-687ddcec663e, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a45783cb-62db-4970-b0a8-fbd7cc3a5b48, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=Y2MwOTNmNTgtODViMzgxZWMtZGYwMmUzMTAtMTM5YWFjMTY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, ca818e69-4823-4cdc-8703-74f9ea014278, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, ca818e69-4823-4cdc-8703-74f9ea014278, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=Y2MwOTNmNTgtODViMzgxZWMtZGYwMmUzMTAtMTM5YWFjMTY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, ca818e69-4823-4cdc-8703-74f9ea014278, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=Y2MwOTNmNTgtODViMzgxZWMtZGYwMmUzMTAtMTM5YWFjMTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e4819bed-19b2-403a-97e5-7017e6606f84, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e4819bed-19b2-403a-97e5-7017e6606f84, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=Y2MwOTNmNTgtODViMzgxZWMtZGYwMmUzMTAtMTM5YWFjMTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a5608024-9841-4dce-be32-48aa88f72cc9, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e4819bed-19b2-403a-97e5-7017e6606f84, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a5608024-9841-4dce-be32-48aa88f72cc9, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a5608024-9841-4dce-be32-48aa88f72cc9, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTExZGZlNmEtNjI2MzBjODYtYTBhNWIyYWMtNTI0ZjQwMzk=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, b0fb651a-ed0f-4cf9-b8b0-bf9bec372192, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, b0fb651a-ed0f-4cf9-b8b0-bf9bec372192, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YTExZGZlNmEtNjI2MzBjODYtYTBhNWIyYWMtNTI0ZjQwMzk=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, b0fb651a-ed0f-4cf9-b8b0-bf9bec372192, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YTExZGZlNmEtNjI2MzBjODYtYTBhNWIyYWMtNTI0ZjQwMzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1302d259-6564-44db-9441-814a526d0d4d, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1302d259-6564-44db-9441-814a526d0d4d, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YTExZGZlNmEtNjI2MzBjODYtYTBhNWIyYWMtNTI0ZjQwMzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7407c698-75fd-4f57-b70e-1f799c1bb83b, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7407c698-75fd-4f57-b70e-1f799c1bb83b, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1302d259-6564-44db-9441-814a526d0d4d, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7407c698-75fd-4f57-b70e-1f799c1bb83b, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTQ3ZGI4OWItZWJiYmIzZjAtZThkNzE4YzMtZWM1Y2NjMTY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 679747d2-ad20-491c-8e00-eef0fd963762, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 679747d2-ad20-491c-8e00-eef0fd963762, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=OTQ3ZGI4OWItZWJiYmIzZjAtZThkNzE4YzMtZWM1Y2NjMTY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 679747d2-ad20-491c-8e00-eef0fd963762, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OTQ3ZGI4OWItZWJiYmIzZjAtZThkNzE4YzMtZWM1Y2NjMTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1bbdbb84-9b6a-4baa-a362-9d1cc391c718, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1bbdbb84-9b6a-4baa-a362-9d1cc391c718, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=OTQ3ZGI4OWItZWJiYmIzZjAtZThkNzE4YzMtZWM1Y2NjMTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d0a19ae1-30f9-489f-b5a5-502af54d966c, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d0a19ae1-30f9-489f-b5a5-502af54d966c, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1bbdbb84-9b6a-4baa-a362-9d1cc391c718, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d0a19ae1-30f9-489f-b5a5-502af54d966c, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NGI4YmZiOTctNGVhYmQxMjMtYjQyZTYwMzQtZjBkZGEyOTk=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, bc6fe370-b612-4e57-870d-663a522f20da, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, bc6fe370-b612-4e57-870d-663a522f20da, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=NGI4YmZiOTctNGVhYmQxMjMtYjQyZTYwMzQtZjBkZGEyOTk=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, bc6fe370-b612-4e57-870d-663a522f20da, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NGI4YmZiOTctNGVhYmQxMjMtYjQyZTYwMzQtZjBkZGEyOTk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a9c6b76d-f0f3-4215-b9ba-c5b7e0180d6e, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a9c6b76d-f0f3-4215-b9ba-c5b7e0180d6e, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=NGI4YmZiOTctNGVhYmQxMjMtYjQyZTYwMzQtZjBkZGEyOTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1b5c0ecc-170d-42e5-8e40-31a92cc555cc, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1b5c0ecc-170d-42e5-8e40-31a92cc555cc, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a9c6b76d-f0f3-4215-b9ba-c5b7e0180d6e, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1b5c0ecc-170d-42e5-8e40-31a92cc555cc, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDhjZTQ5ZWItNTFlM2NmNzEtZDJmODI1YTgtMjM5OGVjMWM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e041e2ec-5ded-44a7-b379-af830b889e1f, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e041e2ec-5ded-44a7-b379-af830b889e1f, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=NDhjZTQ5ZWItNTFlM2NmNzEtZDJmODI1YTgtMjM5OGVjMWM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e041e2ec-5ded-44a7-b379-af830b889e1f, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NDhjZTQ5ZWItNTFlM2NmNzEtZDJmODI1YTgtMjM5OGVjMWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 53b1b09e-068c-46fe-9ec9-e2a06d9f7616, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 53b1b09e-068c-46fe-9ec9-e2a06d9f7616, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=NDhjZTQ5ZWItNTFlM2NmNzEtZDJmODI1YTgtMjM5OGVjMWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3533160e-a7a1-49ec-b483-7056a70b551b, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3533160e-a7a1-49ec-b483-7056a70b551b, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 53b1b09e-068c-46fe-9ec9-e2a06d9f7616, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3533160e-a7a1-49ec-b483-7056a70b551b, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZDhhZGVhMWYtYmQzNjJhZjQtNmQyYjY5MzAtZmM3NTJmODM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 34105153-6093-430a-bdab-5a5de9de89b7, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 34105153-6093-430a-bdab-5a5de9de89b7, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=ZDhhZGVhMWYtYmQzNjJhZjQtNmQyYjY5MzAtZmM3NTJmODM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 34105153-6093-430a-bdab-5a5de9de89b7, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZDhhZGVhMWYtYmQzNjJhZjQtNmQyYjY5MzAtZmM3NTJmODM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f63e30d7-0bf8-4106-8618-9b81ccd187c6, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f63e30d7-0bf8-4106-8618-9b81ccd187c6, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=ZDhhZGVhMWYtYmQzNjJhZjQtNmQyYjY5MzAtZmM3NTJmODM=" 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, f63e30d7-0bf8-4106-8618-9b81ccd187c6, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 01a8cbae-377b-4616-9afc-a9f19255f265, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.186934176+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 50d4e413-eecc-4b42-9450-a2d8b4b59fe6, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187115861+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d58d2bd4-56e8-49b5-b15b-97c41265d8dd, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187156311+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0a19d879-f904-4eb4-9f29-f26ef6dfac27, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.18719194+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ca818e69-4823-4cdc-8703-74f9ea014278, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187224653+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b0fb651a-ed0f-4cf9-b8b0-bf9bec372192, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187255497+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 679747d2-ad20-491c-8e00-eef0fd963762, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187282992+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bc6fe370-b612-4e57-870d-663a522f20da, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187316553+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e041e2ec-5ded-44a7-b379-af830b889e1f, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187354159+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 34105153-6093-430a-bdab-5a5de9de89b7, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.18738282+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 38f8db32-5106-4b4f-9c89-2780397dac88, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187094805+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6f615d11-d813-4873-a7a2-0c207678f424, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187132201+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3da03968-06fc-4115-ac60-b2ee3d3b9aa3, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187178132+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f481d92a-50a7-4dd0-9280-687ddcec663e, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.18720999+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e4819bed-19b2-403a-97e5-7017e6606f84, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187241396+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1302d259-6564-44db-9441-814a526d0d4d, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187269876+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1bbdbb84-9b6a-4baa-a362-9d1cc391c718, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187303558+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a9c6b76d-f0f3-4215-b9ba-c5b7e0180d6e, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187336875+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 53b1b09e-068c-46fe-9ec9-e2a06d9f7616, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187370156+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f63e30d7-0bf8-4106-8618-9b81ccd187c6, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187395832+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:11320
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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.connection:connection.py:549 Closing channel for endpoint localhost:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3270588) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3270588) elapsed time (sec): 30.135735750198364
DEBUG    ya.test:process.py:263 Command (pid 3270588) wtime: 30.138
DEBUG    ya.test:process.py:275 Command (pid 3270588) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     24	24	0	0	393	615	627	627
2	    155	155	0	0	61	94	100	111
3	    183	183	0	0	51	73	80	85
4	    141	141	0	0	49	80	98	98
5	      0	0	0	1690	0	0	0	0
6	      0	0	0	2820	0	0	0	0
7	      0	0	0	2770	0	0	0	0
8	      0	0	0	2720	0	0	0	0
9	      0	0	0	1930	0	0	0	0
10	      0	0	0	2930	0	0	0	0
11	      0	0	0	2970	0	0	0	0
12	      0	0	0	2420	0	0	0	0
13	      0	0	0	1580	0	0	0	0
14	      0	0	0	2480	0	0	0	0
15	      0	0	0	2830	0	0	0	0
16	      0	0	0	2790	0	0	0	0
17	      0	0	0	2840	0	0	0	0
18	      0	0	0	2790	0	0	0	0
19	      0	0	0	2990	0	0	0	0
20	      0	0	0	2740	0	0	0	0
21	      0	0	0	2980	0	0	0	0
22	      0	0	0	2210	0	0	0	0
23	      0	0	0	2290	0	0	0	0
24	      0	0	0	0	0	0	0	0
25	      0	0	0	0	0	0	0	0
26	      0	0	0	370	0	0	0	0
27	      0	0	0	2630	0	0	0	0
28	      0	0	0	2360	0	0	0	0
29	      0	0	0	2710	0	0	0	0
30	      0	0	0	2689	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    503	16.7667	0	59529	52	99	551	627

DEBUG    ya.test:process.py:259 Command (pid 3270587) rc: 0
DEBUG    ya.test:process.py:276 Command (pid 3270588) errors:

DEBUG    ya.test:process.py:259 Command (pid 3270586) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3270587) elapsed time (sec): 30.136423587799072
DEBUG    ya.test:process.py:260 Command (pid 3270586) elapsed time (sec): 30.13990569114685
DEBUG    ya.test:process.py:263 Command (pid 3270587) wtime: 30.139
DEBUG    ya.test:process.py:263 Command (pid 3270586) wtime: 30.142
DEBUG    ya.test:process.py:275 Command (pid 3270587) 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	1700	0	0	0	0
6	      0	0	0	2813	0	0	0	0
7	      0	0	0	2777	0	0	0	0
8	      0	0	0	2720	0	0	0	0
9	      0	0	0	1930	0	0	0	0
10	      0	0	0	2940	0	0	0	0
11	      0	0	0	2960	0	0	0	0
12	      0	0	0	2420	0	0	0	0
13	      0	0	0	1580	0	0	0	0
14	      0	0	0	2480	0	0	0	0
15	      0	0	0	2830	0	0	0	0
16	      0	0	0	2790	0	0	0	0
17	      0	0	0	2850	0	0	0	0
18	      0	0	0	2780	0	0	0	0
19	      0	0	0	2990	0	0	0	0
20	      0	0	0	2760	0	0	0	0
21	      0	0	0	2980	0	0	0	0
22	      0	0	0	2210	0	0	0	0
23	      0	0	0	2520	0	0	0	0
24	      0	0	0	2453	0	0	0	0
25	      0	0	0	2817	0	0	0	0
26	      0	0	0	2740	0	0	0	0
27	      0	0	0	2630	0	0	0	0
28	      0	0	0	2349	0	0	0	0
29	      0	0	0	2720	0	0	0	0
30	      0	0	0	2669	0	0	0	0

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

DEBUG    ya.test:process.py:275 Command (pid 3270586) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     39	39	0	0	223	437	449	449
2	    239	239	0	0	37	73	82	89
3	    285	285	0	0	33	50	59	67
4	    217	217	0	0	33	56	67	86
5	      0	0	0	1679	0	0	0	0
6	      0	0	0	2820	0	0	0	0
7	      0	0	0	2760	0	0	0	0
8	      0	0	0	2720	0	0	0	0
9	      0	0	0	1930	0	0	0	0
10	      0	0	0	2930	0	0	0	0
11	      0	0	0	2960	0	0	0	0
12	      0	0	0	2420	0	0	0	0
13	      0	0	0	1580	0	0	0	0
14	      0	0	0	2480	0	0	0	0
15	      0	0	0	2830	0	0	0	0
16	      0	0	0	2780	0	0	0	0
17	      0	0	0	2846	0	0	0	0
18	      0	0	0	2784	0	0	0	0
19	      0	0	0	2990	0	0	0	0
20	      0	0	0	2750	0	0	0	0
21	      0	0	0	2980	0	0	0	0
22	      0	0	0	2210	0	0	0	0
23	      0	0	0	2520	0	0	0	0
24	      0	0	0	2448	0	0	0	0
25	      0	0	0	2812	0	0	0	0
26	      0	0	0	2737	0	0	0	0
27	      0	0	0	2630	0	0	0	0
28	      0	0	0	2340	0	0	0	0
29	      0	0	0	2699	0	0	0	0
30	      0	0	0	2660	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    780	26	0	67295	34	78	419	449

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

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11320
ERROR    ydb.query.pool:pool.py:81 An attempt to take session from closed session pool.
ERROR    ydb.query.pool:pool.py:81 An attempt to take session from closed session pool.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-fuvzixzx7q'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.3250122' in '/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_gakbz60u.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 Stopped node localhost:11320/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12224
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10736
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25750
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11320
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8997
=================================== FAILURES ===================================
_______________________ TestLogScenario.test_log_uniform _______________________
ydb/tests/olap/test_log_scenario.py:235: in test_log_uniform
    thread.join()
ydb/tests/olap/common/thread_helper.py:18: in join
    raise self.exc
ydb/tests/olap/common/thread_helper.py:11: in run
    self.ret = self._target(*self._args, **self._kwargs)
ydb/tests/olap/test_log_scenario.py:147: in aggregation_query
    self.ydb_client.query(f"SELECT COUNT(*) FROM `{self.table_name}` ")
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:130: in retry_operation_impl
    raise status
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:248: in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
contrib/python/ydb/py3/ydb/query/pool.py:331: in __enter__
    self._session = self._pool.acquire(self._timeout)
contrib/python/ydb/py3/ydb/query/pool.py:111: in acquire
    session = self._create_new_session(time_left)
contrib/python/ydb/py3/ydb/query/pool.py:63: in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
contrib/python/ydb/py3/ydb/query/session.py:301: in create
    self._create_call(settings=settings)
contrib/python/ydb/py3/ydb/query/session.py:171: in _create_call
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:459: in __call__
    connection = self._store.get(preferred_endpoint)
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:144: in get
    raise issues.ConnectionLost("Couldn't find valid connection")
E   ydb.issues.ConnectionLost: Couldn't find valid connection
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_log_uniform
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3249963
DEBUG    ya.test:process.py:259 Command (pid 3249963) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3249963) elapsed time (sec): 0.5982134342193604
DEBUG    ya.test:process.py:263 Command (pid 3249963) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) maxrss: 539716
DEBUG    ya.test:process.py:263 Command (pid 3249963) minflt: 16145
DEBUG    ya.test:process.py:263 Command (pid 3249963) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) nivcsw: 79
DEBUG    ya.test:process.py:263 Command (pid 3249963) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3249963) nvcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 3249963) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3249963) stime: 0.397566
DEBUG    ya.test:process.py:263 Command (pid 3249963) utime: 0.12989699999999998
DEBUG    ya.test:process.py:263 Command (pid 3249963) wtime: 0.6
DEBUG    ya.test:process.py:275 Command (pid 3249963) output:
Git info:
    Commit: 9692a8bd4cb4b514a110566e8ad356634cfc4caa
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge b7635b6b1bf574cae87cebc9d18c91d044a1efec into f8c0b07a6b4545bde2c335ad22133746b3963dce

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

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

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

INFO     __tests__.test_log_scenario:test_log_scenario.py:128 Git info:
    Commit: 9692a8bd4cb4b514a110566e8ad356634cfc4caa
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge b7635b6b1bf574cae87cebc9d18c91d044a1efec into f8c0b07a6b4545bde2c335ad22133746b3963dce

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

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8997
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:488 Working directory: /home/runner/.ya/build/build_root/151k/00024d/r3tmp/kikimr_cluster_h93sxzgl
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11320
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25750
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10736
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12224
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_gakbz60u.log --grpc-port=11320 --mon-port=25750 --ic-port=8997
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11320/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:265 CFG_DIR_PATH="/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:266 Final command: /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node=1 --log-file-name=/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_gakbz60u.log --grpc-port=11320 --mon-port=25750 --ic-port=8997
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_gakbz60u.log', '--grpc-port=11320', '--mon-port=25750', '--ic-port=8997')' in '/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3250122
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:306 Started node localhost:11320/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3250124
DEBUG    ya.test:process.py:259 Command (pid 3250124) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3250124) elapsed time (sec): 0.47777628898620605
DEBUG    ya.test:process.py:263 Command (pid 3250124) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) maxrss: 539716
DEBUG    ya.test:process.py:263 Command (pid 3250124) minflt: 16145
DEBUG    ya.test:process.py:263 Command (pid 3250124) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) nivcsw: 39
DEBUG    ya.test:process.py:263 Command (pid 3250124) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3250124) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 3250124) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3250124) stime: 0.290827
DEBUG    ya.test:process.py:263 Command (pid 3250124) utime: 0.135839
DEBUG    ya.test:process.py:263 Command (pid 3250124) wtime: 0.479
DEBUG    ya.test:process.py:275 Command (pid 3250124) output:
Git info:
    Commit: 9692a8bd4cb4b514a110566e8ad356634cfc4caa
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge b7635b6b1bf574cae87cebc9d18c91d044a1efec into f8c0b07a6b4545bde2c335ad22133746b3963dce

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:307 Node 1 version:
Git info:
    Commit: 9692a8bd4cb4b514a110566e8ad356634cfc4caa
    Branch: 
    Author: Nikolay Shestakov <n.shestakov@gmail.com>
    Summary: Merge b7635b6b1bf574cae87cebc9d18c91d044a1efec into f8c0b07a6b4545bde2c335ad22133746b3963dce
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:437 Executing command = ['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:11320', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8997\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:11320', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8997\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3252079
DEBUG    ya.test:process.py:259 Command (pid 3252079) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3252079) elapsed time (sec): 0.7690799236297607
DEBUG    ya.test:process.py:263 Command (pid 3252079) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) maxrss: 548144
DEBUG    ya.test:process.py:263 Command (pid 3252079) minflt: 18288
DEBUG    ya.test:process.py:263 Command (pid 3252079) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) nivcsw: 148
DEBUG    ya.test:process.py:263 Command (pid 3252079) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3252079) nvcsw: 117
DEBUG    ya.test:process.py:263 Command (pid 3252079) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3252079) stime: 0.531938
DEBUG    ya.test:process.py:263 Command (pid 3252079) utime: 0.135318
DEBUG    ya.test:process.py:263 Command (pid 3252079) wtime: 0.77
DEBUG    ya.test:process.py:275 Command (pid 3252079) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:567 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 6d860a68-c52e-4e76-946b-6b27df878b09, localhost:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6d860a68-c52e-4e76-946b-6b27df878b09, localhost:11320): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6d860a68-c52e-4e76-946b-6b27df878b09, localhost:11320): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-fuvzixzx7q.auto.internal" port: 11320 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-fuvzixzx7q.auto.internal:11320, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11320
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb -e grpc://localhost:11320 -d /Root workload log --path log init --path log --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11320', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3253539
DEBUG    ya.test:process.py:259 Command (pid 3253539) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3253539) elapsed time (sec): 0.6491885185241699
DEBUG    ya.test:process.py:263 Command (pid 3253539) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) maxrss: 166444
DEBUG    ya.test:process.py:263 Command (pid 3253539) minflt: 3537
DEBUG    ya.test:process.py:263 Command (pid 3253539) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) nivcsw: 62
DEBUG    ya.test:process.py:263 Command (pid 3253539) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3253539) nvcsw: 145
DEBUG    ya.test:process.py:263 Command (pid 3253539) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3253539) stime: 0.02711
DEBUG    ya.test:process.py:263 Command (pid 3253539) utime: 0.049700999999999995
DEBUG    ya.test:process.py:263 Command (pid 3253539) wtime: 0.65
DEBUG    ya.test:process.py:275 Command (pid 3253539) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3253539) 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/151k/00024d/ydb/apps/ydb/ydb -e grpc://localhost:11320 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11320', '-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: 3254168
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 3254168) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3254168) elapsed time (sec): 30.261229038238525
DEBUG    ya.test:process.py:263 Command (pid 3254168) wtime: 30.265
DEBUG    ya.test:process.py:275 Command (pid 3254168) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    732	732	0	0	11	23	40	46
2	   1092	1092	0	0	8	13	15	20
3	   1108	1108	0	0	8	12	17	21
4	    979	979	0	0	9	15	21	23
5	    952	952	0	0	9	16	22	26
6	   1000	1000	0	0	9	14	17	22
7	   1030	1030	0	0	9	13	15	17
8	    987	987	0	0	9	14	16	19
9	   1107	1107	0	0	8	11	13	14
10	   1084	1084	0	0	8	12	15	18
11	    994	994	0	0	9	13	20	28
12	    962	962	0	0	9	15	22	54
13	   1073	1073	0	0	8	13	22	42
14	   1240	1240	0	0	7	9	9	11
15	   1350	1350	0	0	7	8	21	70
16	   1307	1307	0	0	7	9	10	12
17	   1417	1417	0	0	7	8	8	9
18	   1348	1348	0	0	7	8	12	16
19	   1383	1383	0	0	7	8	9	9
20	   1375	1375	0	0	7	8	11	15
21	   1388	1388	0	0	7	8	8	9
22	   1376	1376	0	0	7	8	8	11
23	   1412	1412	0	0	6	8	8	9
24	   1416	1416	0	0	6	8	8	9
25	   1414	1414	0	0	6	8	8	10
26	   1389	1389	0	0	6	8	16	20
27	   1363	1363	0	0	7	8	9	11
28	   1374	1374	0	0	7	8	12	15
29	   1391	1391	0	0	7	8	9	10
30	   1418	1418	0	0	6	8	9	12

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  36461	1215.37	0	0	7	11	17	70

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, eb33e970-71cf-4ef2-9f9d-2dd986e1a436, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, eb33e970-71cf-4ef2-9f9d-2dd986e1a436, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, eb33e970-71cf-4ef2-9f9d-2dd986e1a436, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 01a8cbae-377b-4616-9afc-a9f19255f265, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 01a8cbae-377b-4616-9afc-a9f19255f265, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 01a8cbae-377b-4616-9afc-a9f19255f265, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4411fc9d-b3ca-4675-9f44-7d3b37fb0413, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4411fc9d-b3ca-4675-9f44-7d3b37fb0413, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=" 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, 4411fc9d-b3ca-4675-9f44-7d3b37fb0413, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
INFO     root:test_log_scenario.py:217 Count rows after insert 35857 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 66ad7ee4-b1e6-4af7-bd9b-6e5b39910cdb, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 66ad7ee4-b1e6-4af7-bd9b-6e5b39910cdb, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=" 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, 66ad7ee4-b1e6-4af7-bd9b-6e5b39910cdb, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b4b0c95d-e841-4975-961b-773e57f0a286, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b4b0c95d-e841-4975-961b-773e57f0a286, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=" 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, b4b0c95d-e841-4975-961b-773e57f0a286, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb -e grpc://localhost:11320 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb -e grpc://localhost:11320 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb -e grpc://localhost:11320 -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, 38f8db32-5106-4b4f-9c89-2780397dac88, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 38f8db32-5106-4b4f-9c89-2780397dac88, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YThlMTgyYmYtNTZkNzA3YjQtMjU1ZTlkNGYtYzI4MzQ2MGI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 412aeb6c-f36f-490b-b4cc-2deb5a6671b4, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 412aeb6c-f36f-490b-b4cc-2deb5a6671b4, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 38f8db32-5106-4b4f-9c89-2780397dac88, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11320', '-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.3
DEBUG    ya.test:process.py:628 Command pid: 3270586
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 412aeb6c-f36f-490b-b4cc-2deb5a6671b4, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZTBlNTdlOGQtZGZkODFlNWEtOTk4ZDVjYjctNDE1ZThmODg=" node_id: 1 }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11320', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/151k/00024d/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:11320', '-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:421 RpcState(AttachSession, 50d4e413-eecc-4b42-9450-a2d8b4b59fe6, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ya.test:process.py:628 Command pid: 3270587
DEBUG    ya.test:process.py:628 Command pid: 3270588
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 50d4e413-eecc-4b42-9450-a2d8b4b59fe6, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=ZTBlNTdlOGQtZGZkODFlNWEtOTk4ZDVjYjctNDE1ZThmODg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 50d4e413-eecc-4b42-9450-a2d8b4b59fe6, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZTBlNTdlOGQtZGZkODFlNWEtOTk4ZDVjYjctNDE1ZThmODg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6f615d11-d813-4873-a7a2-0c207678f424, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6f615d11-d813-4873-a7a2-0c207678f424, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=ZTBlNTdlOGQtZGZkODFlNWEtOTk4ZDVjYjctNDE1ZThmODg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, f3a61f3b-6865-4841-b896-a00c06ede71e, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f3a61f3b-6865-4841-b896-a00c06ede71e, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6f615d11-d813-4873-a7a2-0c207678f424, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f3a61f3b-6865-4841-b896-a00c06ede71e, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YWVlNjM1MjEtYTYwOGUwYjctZTEzYTM4NWItOTIyNTI2N2Q=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, d58d2bd4-56e8-49b5-b15b-97c41265d8dd, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, d58d2bd4-56e8-49b5-b15b-97c41265d8dd, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YWVlNjM1MjEtYTYwOGUwYjctZTEzYTM4NWItOTIyNTI2N2Q=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, d58d2bd4-56e8-49b5-b15b-97c41265d8dd, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YWVlNjM1MjEtYTYwOGUwYjctZTEzYTM4NWItOTIyNTI2N2Q=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3da03968-06fc-4115-ac60-b2ee3d3b9aa3, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3da03968-06fc-4115-ac60-b2ee3d3b9aa3, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YWVlNjM1MjEtYTYwOGUwYjctZTEzYTM4NWItOTIyNTI2N2Q=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, da1a7c68-2359-4deb-a8d2-e9807f4d883b, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, da1a7c68-2359-4deb-a8d2-e9807f4d883b, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3da03968-06fc-4115-ac60-b2ee3d3b9aa3, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, da1a7c68-2359-4deb-a8d2-e9807f4d883b, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=Nzk3NjMxNjctZjRjYzZlZWUtZGU5MDlkMmEtZTc3MjkwNWQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 0a19d879-f904-4eb4-9f29-f26ef6dfac27, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 0a19d879-f904-4eb4-9f29-f26ef6dfac27, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=Nzk3NjMxNjctZjRjYzZlZWUtZGU5MDlkMmEtZTc3MjkwNWQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 0a19d879-f904-4eb4-9f29-f26ef6dfac27, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=Nzk3NjMxNjctZjRjYzZlZWUtZGU5MDlkMmEtZTc3MjkwNWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f481d92a-50a7-4dd0-9280-687ddcec663e, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f481d92a-50a7-4dd0-9280-687ddcec663e, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=Nzk3NjMxNjctZjRjYzZlZWUtZGU5MDlkMmEtZTc3MjkwNWQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a45783cb-62db-4970-b0a8-fbd7cc3a5b48, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a45783cb-62db-4970-b0a8-fbd7cc3a5b48, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f481d92a-50a7-4dd0-9280-687ddcec663e, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a45783cb-62db-4970-b0a8-fbd7cc3a5b48, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=Y2MwOTNmNTgtODViMzgxZWMtZGYwMmUzMTAtMTM5YWFjMTY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, ca818e69-4823-4cdc-8703-74f9ea014278, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, ca818e69-4823-4cdc-8703-74f9ea014278, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=Y2MwOTNmNTgtODViMzgxZWMtZGYwMmUzMTAtMTM5YWFjMTY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, ca818e69-4823-4cdc-8703-74f9ea014278, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=Y2MwOTNmNTgtODViMzgxZWMtZGYwMmUzMTAtMTM5YWFjMTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e4819bed-19b2-403a-97e5-7017e6606f84, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e4819bed-19b2-403a-97e5-7017e6606f84, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=Y2MwOTNmNTgtODViMzgxZWMtZGYwMmUzMTAtMTM5YWFjMTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, a5608024-9841-4dce-be32-48aa88f72cc9, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e4819bed-19b2-403a-97e5-7017e6606f84, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a5608024-9841-4dce-be32-48aa88f72cc9, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a5608024-9841-4dce-be32-48aa88f72cc9, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTExZGZlNmEtNjI2MzBjODYtYTBhNWIyYWMtNTI0ZjQwMzk=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, b0fb651a-ed0f-4cf9-b8b0-bf9bec372192, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, b0fb651a-ed0f-4cf9-b8b0-bf9bec372192, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YTExZGZlNmEtNjI2MzBjODYtYTBhNWIyYWMtNTI0ZjQwMzk=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, b0fb651a-ed0f-4cf9-b8b0-bf9bec372192, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=YTExZGZlNmEtNjI2MzBjODYtYTBhNWIyYWMtNTI0ZjQwMzk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1302d259-6564-44db-9441-814a526d0d4d, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1302d259-6564-44db-9441-814a526d0d4d, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=YTExZGZlNmEtNjI2MzBjODYtYTBhNWIyYWMtNTI0ZjQwMzk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7407c698-75fd-4f57-b70e-1f799c1bb83b, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7407c698-75fd-4f57-b70e-1f799c1bb83b, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1302d259-6564-44db-9441-814a526d0d4d, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7407c698-75fd-4f57-b70e-1f799c1bb83b, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTQ3ZGI4OWItZWJiYmIzZjAtZThkNzE4YzMtZWM1Y2NjMTY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 679747d2-ad20-491c-8e00-eef0fd963762, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 679747d2-ad20-491c-8e00-eef0fd963762, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=OTQ3ZGI4OWItZWJiYmIzZjAtZThkNzE4YzMtZWM1Y2NjMTY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 679747d2-ad20-491c-8e00-eef0fd963762, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=OTQ3ZGI4OWItZWJiYmIzZjAtZThkNzE4YzMtZWM1Y2NjMTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1bbdbb84-9b6a-4baa-a362-9d1cc391c718, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1bbdbb84-9b6a-4baa-a362-9d1cc391c718, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=OTQ3ZGI4OWItZWJiYmIzZjAtZThkNzE4YzMtZWM1Y2NjMTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d0a19ae1-30f9-489f-b5a5-502af54d966c, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d0a19ae1-30f9-489f-b5a5-502af54d966c, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1bbdbb84-9b6a-4baa-a362-9d1cc391c718, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d0a19ae1-30f9-489f-b5a5-502af54d966c, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NGI4YmZiOTctNGVhYmQxMjMtYjQyZTYwMzQtZjBkZGEyOTk=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, bc6fe370-b612-4e57-870d-663a522f20da, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, bc6fe370-b612-4e57-870d-663a522f20da, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=NGI4YmZiOTctNGVhYmQxMjMtYjQyZTYwMzQtZjBkZGEyOTk=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, bc6fe370-b612-4e57-870d-663a522f20da, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NGI4YmZiOTctNGVhYmQxMjMtYjQyZTYwMzQtZjBkZGEyOTk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a9c6b76d-f0f3-4215-b9ba-c5b7e0180d6e, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a9c6b76d-f0f3-4215-b9ba-c5b7e0180d6e, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=NGI4YmZiOTctNGVhYmQxMjMtYjQyZTYwMzQtZjBkZGEyOTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1b5c0ecc-170d-42e5-8e40-31a92cc555cc, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1b5c0ecc-170d-42e5-8e40-31a92cc555cc, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a9c6b76d-f0f3-4215-b9ba-c5b7e0180d6e, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1b5c0ecc-170d-42e5-8e40-31a92cc555cc, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDhjZTQ5ZWItNTFlM2NmNzEtZDJmODI1YTgtMjM5OGVjMWM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, e041e2ec-5ded-44a7-b379-af830b889e1f, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, e041e2ec-5ded-44a7-b379-af830b889e1f, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=NDhjZTQ5ZWItNTFlM2NmNzEtZDJmODI1YTgtMjM5OGVjMWM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, e041e2ec-5ded-44a7-b379-af830b889e1f, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NDhjZTQ5ZWItNTFlM2NmNzEtZDJmODI1YTgtMjM5OGVjMWM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 53b1b09e-068c-46fe-9ec9-e2a06d9f7616, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 53b1b09e-068c-46fe-9ec9-e2a06d9f7616, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=NDhjZTQ5ZWItNTFlM2NmNzEtZDJmODI1YTgtMjM5OGVjMWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 3533160e-a7a1-49ec-b483-7056a70b551b, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3533160e-a7a1-49ec-b483-7056a70b551b, ghrun-fuvzixzx7q.auto.internal:11320): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 53b1b09e-068c-46fe-9ec9-e2a06d9f7616, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3533160e-a7a1-49ec-b483-7056a70b551b, ghrun-fuvzixzx7q.auto.internal:11320): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZDhhZGVhMWYtYmQzNjJhZjQtNmQyYjY5MzAtZmM3NTJmODM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 34105153-6093-430a-bdab-5a5de9de89b7, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 34105153-6093-430a-bdab-5a5de9de89b7, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=ZDhhZGVhMWYtYmQzNjJhZjQtNmQyYjY5MzAtZmM3NTJmODM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 34105153-6093-430a-bdab-5a5de9de89b7, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=ZDhhZGVhMWYtYmQzNjJhZjQtNmQyYjY5MzAtZmM3NTJmODM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f63e30d7-0bf8-4106-8618-9b81ccd187c6, ghrun-fuvzixzx7q.auto.internal:11320): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f63e30d7-0bf8-4106-8618-9b81ccd187c6, ghrun-fuvzixzx7q.auto.internal:11320): request = { session_id: "ydb://session/3?node_id=1&id=ZDhhZGVhMWYtYmQzNjJhZjQtNmQyYjY5MzAtZmM3NTJmODM=" 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, f63e30d7-0bf8-4106-8618-9b81ccd187c6, ghrun-fuvzixzx7q.auto.internal:11320): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 01a8cbae-377b-4616-9afc-a9f19255f265, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.186934176+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 50d4e413-eecc-4b42-9450-a2d8b4b59fe6, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187115861+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d58d2bd4-56e8-49b5-b15b-97c41265d8dd, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187156311+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0a19d879-f904-4eb4-9f29-f26ef6dfac27, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.18719194+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ca818e69-4823-4cdc-8703-74f9ea014278, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187224653+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b0fb651a-ed0f-4cf9-b8b0-bf9bec372192, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187255497+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 679747d2-ad20-491c-8e00-eef0fd963762, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187282992+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, bc6fe370-b612-4e57-870d-663a522f20da, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187316553+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e041e2ec-5ded-44a7-b379-af830b889e1f, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187354159+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 34105153-6093-430a-bdab-5a5de9de89b7, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:11320 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.18738282+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 38f8db32-5106-4b4f-9c89-2780397dac88, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187094805+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 6f615d11-d813-4873-a7a2-0c207678f424, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187132201+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3da03968-06fc-4115-ac60-b2ee3d3b9aa3, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187178132+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f481d92a-50a7-4dd0-9280-687ddcec663e, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.18720999+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e4819bed-19b2-403a-97e5-7017e6606f84, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187241396+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1302d259-6564-44db-9441-814a526d0d4d, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187269876+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1bbdbb84-9b6a-4baa-a362-9d1cc391c718, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187303558+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a9c6b76d-f0f3-4215-b9ba-c5b7e0180d6e, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-08T14:39:43.187336875+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 53b1b09e-068c-46fe-9ec9-e2a06d9f7616, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187370156+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f63e30d7-0bf8-4106-8618-9b81ccd187c6, ghrun-fuvzixzx7q.auto.internal:11320): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-08T14:39:43.187395832+00:00", file_line:1211, file:"/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-fuvzixzx7q.auto.internal:11320
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:11320
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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.connection:connection.py:549 Closing channel for endpoint localhost:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3270588) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3270588) elapsed time (sec): 30.135735750198364
DEBUG    ya.test:process.py:263 Command (pid 3270588) wtime: 30.138
DEBUG    ya.test:process.py:275 Command (pid 3270588) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     24	24	0	0	393	615	627	627
2	    155	155	0	0	61	94	100	111
3	    183	183	0	0	51	73	80	85
4	    141	141	0	0	49	80	98	98
5	      0	0	0	1690	0	0	0	0
6	      0	0	0	2820	0	0	0	0
7	      0	0	0	2770	0	0	0	0
8	      0	0	0	2720	0	0	0	0
9	      0	0	0	1930	0	0	0	0
10	      0	0	0	2930	0	0	0	0
11	      0	0	0	2970	0	0	0	0
12	      0	0	0	2420	0	0	0	0
13	      0	0	0	1580	0	0	0	0
14	      0	0	0	2480	0	0	0	0
15	      0	0	0	2830	0	0	0	0
16	      0	0	0	2790	0	0	0	0
17	      0	0	0	2840	0	0	0	0
18	      0	0	0	2790	0	0	0	0
19	      0	0	0	2990	0	0	0	0
20	      0	0	0	2740	0	0	0	0
21	      0	0	0	2980	0	0	0	0
22	      0	0	0	2210	0	0	0	0
23	      0	0	0	2290	0	0	0	0
24	      0	0	0	0	0	0	0	0
25	      0	0	0	0	0	0	0	0
26	      0	0	0	370	0	0	0	0
27	      0	0	0	2630	0	0	0	0
28	      0	0	0	2360	0	0	0	0
29	      0	0	0	2710	0	0	0	0
30	      0	0	0	2689	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    503	16.7667	0	59529	52	99	551	627

DEBUG    ya.test:process.py:259 Command (pid 3270587) rc: 0
DEBUG    ya.test:process.py:276 Command (pid 3270588) errors:

DEBUG    ya.test:process.py:259 Command (pid 3270586) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3270587) elapsed time (sec): 30.136423587799072
DEBUG    ya.test:process.py:260 Command (pid 3270586) elapsed time (sec): 30.13990569114685
DEBUG    ya.test:process.py:263 Command (pid 3270587) wtime: 30.139
DEBUG    ya.test:process.py:263 Command (pid 3270586) wtime: 30.142
DEBUG    ya.test:process.py:275 Command (pid 3270587) 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	1700	0	0	0	0
6	      0	0	0	2813	0	0	0	0
7	      0	0	0	2777	0	0	0	0
8	      0	0	0	2720	0	0	0	0
9	      0	0	0	1930	0	0	0	0
10	      0	0	0	2940	0	0	0	0
11	      0	0	0	2960	0	0	0	0
12	      0	0	0	2420	0	0	0	0
13	      0	0	0	1580	0	0	0	0
14	      0	0	0	2480	0	0	0	0
15	      0	0	0	2830	0	0	0	0
16	      0	0	0	2790	0	0	0	0
17	      0	0	0	2850	0	0	0	0
18	      0	0	0	2780	0	0	0	0
19	      0	0	0	2990	0	0	0	0
20	      0	0	0	2760	0	0	0	0
21	      0	0	0	2980	0	0	0	0
22	      0	0	0	2210	0	0	0	0
23	      0	0	0	2520	0	0	0	0
24	      0	0	0	2453	0	0	0	0
25	      0	0	0	2817	0	0	0	0
26	      0	0	0	2740	0	0	0	0
27	      0	0	0	2630	0	0	0	0
28	      0	0	0	2349	0	0	0	0
29	      0	0	0	2720	0	0	0	0
30	      0	0	0	2669	0	0	0	0

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

DEBUG    ya.test:process.py:275 Command (pid 3270586) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     39	39	0	0	223	437	449	449
2	    239	239	0	0	37	73	82	89
3	    285	285	0	0	33	50	59	67
4	    217	217	0	0	33	56	67	86
5	      0	0	0	1679	0	0	0	0
6	      0	0	0	2820	0	0	0	0
7	      0	0	0	2760	0	0	0	0
8	      0	0	0	2720	0	0	0	0
9	      0	0	0	1930	0	0	0	0
10	      0	0	0	2930	0	0	0	0
11	      0	0	0	2960	0	0	0	0
12	      0	0	0	2420	0	0	0	0
13	      0	0	0	1580	0	0	0	0
14	      0	0	0	2480	0	0	0	0
15	      0	0	0	2830	0	0	0	0
16	      0	0	0	2780	0	0	0	0
17	      0	0	0	2846	0	0	0	0
18	      0	0	0	2784	0	0	0	0
19	      0	0	0	2990	0	0	0	0
20	      0	0	0	2750	0	0	0	0
21	      0	0	0	2980	0	0	0	0
22	      0	0	0	2210	0	0	0	0
23	      0	0	0	2520	0	0	0	0
24	      0	0	0	2448	0	0	0	0
25	      0	0	0	2812	0	0	0	0
26	      0	0	0	2737	0	0	0	0
27	      0	0	0	2630	0	0	0	0
28	      0	0	0	2340	0	0	0	0
29	      0	0	0	2699	0	0	0	0
30	      0	0	0	2660	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    780	26	0	67295	34	78	419	449

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

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:11320
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:11320". 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 ===============================
298.06s call     test_log_scenario.py::TestLogScenario::test_log_uniform
7.71s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
5.14s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
=========================== 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/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/151k/00024d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-11-08T14:39:39.040782Z): source_id=824;tablet_id=72075186224037910;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 @ 0xA657E25
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA650366
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB4DEBF8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD7D726B
4. /-S/ydb/core/formats/arrow/reader/position.h:83: CompareImpl @ 0x9CAD218
5. /-S/ydb/core/formats/arrow/reader/position.h:471: Compare @ 0x9CACF6F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD7B287D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x1659DD6B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x167F4B17
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x1674C343
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x1674C343
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x16749163
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x1674FC17
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x165BB4B8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CA0E5D5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB489E57
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB4CF6A4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB4D3764
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB4D3370
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB4D3F5E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA659A7C
21. ??:0: ?? @ 0x7F94DE83FAC2
22. ??:0: ?? @ 0x7F94DE8D18BF
============ 1 failed, 103 deselected, 1 error in 312.35s (0:05:12) ============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/151k/00024b/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 107 items / 103 deselected / 4 selected

=========================== 103 deselected in 1.04s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/151k/000249/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 107 items / 103 deselected / 4 selected

=========================== 103 deselected in 1.23s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/151k/000246/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 107 items / 103 deselected / 4 selected

=========================== 103 deselected in 1.09s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/151k/00024c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 107 items / 103 deselected / 4 selected

=========================== 103 deselected in 1.09s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/151k/00024e/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 107 items / 103 deselected / 4 selected

=========================== 103 deselected in 1.00s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/151k/00024a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 107 items / 103 deselected / 4 selected

=========================== 103 deselected in 1.12s ============================
