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

order_by_with_limit.py .

============================== slowest durations ===============================
6.63s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.27s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 108 deselected in 8.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/8da7/000307/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 108 deselected / 8 selected

order_by_with_limit.py .

============================== slowest durations ===============================
64.13s call     order_by_with_limit.py::TestOrderBy::test_random
6.26s setup    order_by_with_limit.py::TestOrderBy::test_random

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
================= 1 passed, 108 deselected in 71.78s (0:01:11) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8da7/00030a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk2
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 108 deselected / 8 selected

order_by_with_limit.py .

============================== slowest durations ===============================
72.96s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
8.62s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.12s teardown order_by_with_limit.py::TestOrderBy::test_stress_sorting
================= 1 passed, 108 deselected in 83.12s (0:01:23) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8da7/000308/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk3
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 108 deselected / 8 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:707: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
E   Process exit_code = -6.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/8da7/000308/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/8da7/000308/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-21T17:14:25.639576Z): source_id=122;tablet_id=72075186224037904;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA919BE5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912126
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A8528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD78F65B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F68748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6849F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD76A76D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1438E5AB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD55A7
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2A363
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2A363
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F27D13
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2B6D7
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AC398
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF0E955
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74B437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB798FD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79D094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79CCA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79D88E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91B83C
E   21. ??:0: ?? @ 0x7FB925E9AAC2
E   22. ??:0: ?? @ 0x7FB925F2C8BF
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
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/8da7/000308/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3787822
DEBUG    ya.test:process.py:259 Command (pid 3787822) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3787822) elapsed time (sec): 1.6900157928466797
DEBUG    ya.test:process.py:263 Command (pid 3787822) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) maxrss: 545500
DEBUG    ya.test:process.py:263 Command (pid 3787822) minflt: 16237
DEBUG    ya.test:process.py:263 Command (pid 3787822) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) nivcsw: 219
DEBUG    ya.test:process.py:263 Command (pid 3787822) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3787822) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3787822) stime: 1.478788
DEBUG    ya.test:process.py:263 Command (pid 3787822) utime: 0.123679
DEBUG    ya.test:process.py:263 Command (pid 3787822) wtime: 1.692
DEBUG    ya.test:process.py:275 Command (pid 3787822) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

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

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10136
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/8da7/000308/r3tmp/kikimr_cluster_o6lftznr
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14051
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26672
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3891
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15240
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/8da7/000308/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:274 Final command: /home/runner/.ya/build/build_root/8da7/000308/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/8da7/000308/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_wvvmoax8.log --grpc-port=14051 --mon-port=26672 --ic-port=10136
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:14051/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/8da7/000308/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:274 Final command: /home/runner/.ya/build/build_root/8da7/000308/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/8da7/000308/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_wvvmoax8.log --grpc-port=14051 --mon-port=26672 --ic-port=10136
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/8da7/000308/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/8da7/000308/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_wvvmoax8.log', '--grpc-port=14051', '--mon-port=26672', '--ic-port=10136')' in '/home/runner/.ya/build/build_root/8da7/000308/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: 3789081
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:14051/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/8da7/000308/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3789082
DEBUG    ya.test:process.py:259 Command (pid 3789082) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3789082) elapsed time (sec): 1.0552401542663574
DEBUG    ya.test:process.py:263 Command (pid 3789082) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) maxrss: 545452
DEBUG    ya.test:process.py:263 Command (pid 3789082) minflt: 16381
DEBUG    ya.test:process.py:263 Command (pid 3789082) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 3789082) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3789082) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3789082) stime: 0.907395
DEBUG    ya.test:process.py:263 Command (pid 3789082) utime: 0.09551499999999999
DEBUG    ya.test:process.py:263 Command (pid 3789082) wtime: 1.056
DEBUG    ya.test:process.py:275 Command (pid 3789082) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:14051', '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: 10136\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/8da7/000308/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:14051', '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: 10136\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3792324
DEBUG    ya.test:process.py:259 Command (pid 3792324) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3792324) elapsed time (sec): 1.3049356937408447
DEBUG    ya.test:process.py:263 Command (pid 3792324) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) maxrss: 553736
DEBUG    ya.test:process.py:263 Command (pid 3792324) minflt: 18382
DEBUG    ya.test:process.py:263 Command (pid 3792324) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) nivcsw: 144
DEBUG    ya.test:process.py:263 Command (pid 3792324) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) nvcsw: 114
DEBUG    ya.test:process.py:263 Command (pid 3792324) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3792324) stime: 1.087294
DEBUG    ya.test:process.py:263 Command (pid 3792324) utime: 0.16150899999999999
DEBUG    ya.test:process.py:263 Command (pid 3792324) wtime: 1.306
DEBUG    ya.test:process.py:275 Command (pid 3792324) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:14051', '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/8da7/000308/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:14051', '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: 3793352
DEBUG    ya.test:process.py:259 Command (pid 3793352) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3793352) elapsed time (sec): 1.3646492958068848
DEBUG    ya.test:process.py:263 Command (pid 3793352) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) maxrss: 553876
DEBUG    ya.test:process.py:263 Command (pid 3793352) minflt: 18580
DEBUG    ya.test:process.py:263 Command (pid 3793352) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) nivcsw: 391
DEBUG    ya.test:process.py:263 Command (pid 3793352) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) nvcsw: 139
DEBUG    ya.test:process.py:263 Command (pid 3793352) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3793352) stime: 1.1594470000000001
DEBUG    ya.test:process.py:263 Command (pid 3793352) utime: 0.12246199999999999
DEBUG    ya.test:process.py:263 Command (pid 3793352) wtime: 1.366
DEBUG    ya.test:process.py:275 Command (pid 3793352) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 25056114-95b4-4fb9-ba02-bc9446cb8b72, localhost:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 25056114-95b4-4fb9-ba02-bc9446cb8b72, localhost:14051): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 25056114-95b4-4fb9-ba02-bc9446cb8b72, localhost:14051): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 14051 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-xdf3pi3ede.auto.internal:14051, 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:14051
------------------------------ Captured log call -------------------------------
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydb/ydb -e grpc://localhost:14051 -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/8da7/000308/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14051', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3794674
DEBUG    ya.test:process.py:259 Command (pid 3794674) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3794674) elapsed time (sec): 0.4757065773010254
DEBUG    ya.test:process.py:263 Command (pid 3794674) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) maxrss: 172124
DEBUG    ya.test:process.py:263 Command (pid 3794674) minflt: 3548
DEBUG    ya.test:process.py:263 Command (pid 3794674) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 3794674) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) nvcsw: 169
DEBUG    ya.test:process.py:263 Command (pid 3794674) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3794674) stime: 0.034707
DEBUG    ya.test:process.py:263 Command (pid 3794674) utime: 0.046276
DEBUG    ya.test:process.py:263 Command (pid 3794674) wtime: 0.477
DEBUG    ya.test:process.py:275 Command (pid 3794674) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3794674) 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/8da7/000308/ydb/apps/ydb/ydb -e grpc://localhost:14051 -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/8da7/000308/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14051', '-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: 3795192
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 3795192) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3795192) elapsed time (sec): 30.20002508163452
DEBUG    ya.test:process.py:263 Command (pid 3795192) wtime: 30.201
DEBUG    ya.test:process.py:275 Command (pid 3795192) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    413	413	0	0	22	35	48	62
2	    419	419	0	0	22	35	39	42
3	    395	395	0	0	23	39	48	59
4	    464	464	0	0	21	26	29	32
5	    394	394	0	0	23	40	49	53
6	    473	473	0	0	20	25	30	33
7	    475	475	0	0	20	25	30	33
8	    478	478	0	0	20	22	25	27
9	    493	493	0	0	20	22	26	35
10	    450	450	0	0	21	28	31	34
11	    487	487	0	0	20	21	23	25
12	    486	486	0	0	20	21	23	24
13	    487	487	0	0	20	21	21	22
14	    488	488	0	0	20	20	21	21
15	    432	432	0	0	20	39	48	59
16	    468	468	0	0	20	28	33	39
17	    469	469	0	0	20	26	28	29
18	    475	475	0	0	20	25	29	33
19	    479	479	0	0	20	24	29	31
20	    484	484	0	0	20	21	23	25
21	    487	487	0	0	20	24	26	28
22	    469	469	0	0	20	25	28	33
23	    478	478	0	0	20	24	27	31
24	    475	475	0	0	20	25	27	29
25	    468	468	0	0	20	26	30	37
26	    463	463	0	0	20	26	45	49
27	    443	443	0	0	20	27	95	98
28	    488	488	0	0	20	20	21	23
29	    486	486	0	0	20	21	22	23
30	    489	489	0	0	20	21	40	42

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13955	465.167	0	0	20	27	37	98

DEBUG    ya.test:process.py:276 Command (pid 3795192) 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, fece055e-cdb9-4e0e-b648-94e4d2311c4c, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fece055e-cdb9-4e0e-b648-94e4d2311c4c, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fece055e-cdb9-4e0e-b648-94e4d2311c4c, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a2e53406-70c8-4dea-a1c6-1e54e6159f98, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a2e53406-70c8-4dea-a1c6-1e54e6159f98, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a2e53406-70c8-4dea-a1c6-1e54e6159f98, ghrun-xdf3pi3ede.auto.internal:14051): 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=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4b68984d-ac23-4027-9abd-18f0ccb87e9d, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4b68984d-ac23-4027-9abd-18f0ccb87e9d, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=" 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, 4b68984d-ac23-4027-9abd-18f0ccb87e9d, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
INFO     root:test_log_scenario.py:217 Count rows after insert 13633 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ffd7ccbd-a43a-4901-9a54-a322b296b46a, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ffd7ccbd-a43a-4901-9a54-a322b296b46a, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=" 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, ffd7ccbd-a43a-4901-9a54-a322b296b46a, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c7d8493f-ac84-4510-b5d1-0e646da0b134, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c7d8493f-ac84-4510-b5d1-0e646da0b134, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=" 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, c7d8493f-ac84-4510-b5d1-0e646da0b134, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
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/8da7/000308/ydb/apps/ydb/ydb -e grpc://localhost:14051 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydb/ydb -e grpc://localhost:14051 -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/8da7/000308/ydb/apps/ydb/ydb -e grpc://localhost:14051 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c699a31e-72fe-4041-816a-45180fff0ead, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c699a31e-72fe-4041-816a-45180fff0ead, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b0e20498-9a98-4489-a10c-edb7fe3ea39d, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c699a31e-72fe-4041-816a-45180fff0ead, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b0e20498-9a98-4489-a10c-edb7fe3ea39d, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
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/8da7/000308/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14051', '-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: 3822199
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b0e20498-9a98-4489-a10c-edb7fe3ea39d, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NjYwYmEzOTktNTMyY2NiY2MtMzIyM2E2MjktYTRhNDY2ZDA=" node_id: 1 }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14051', '-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/8da7/000308/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14051', '-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, 3c25be2b-e1e2-4ab2-bd98-70416a4ef5c9, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ya.test:process.py:628 Command pid: 3822201
DEBUG    ya.test:process.py:628 Command pid: 3822202
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 3c25be2b-e1e2-4ab2-bd98-70416a4ef5c9, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NjYwYmEzOTktNTMyY2NiY2MtMzIyM2E2MjktYTRhNDY2ZDA=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 3c25be2b-e1e2-4ab2-bd98-70416a4ef5c9, ghrun-xdf3pi3ede.auto.internal:14051): 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=NjYwYmEzOTktNTMyY2NiY2MtMzIyM2E2MjktYTRhNDY2ZDA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ad4c78eb-14bd-4414-a929-be894dbb2f6b, ghrun-xdf3pi3ede.auto.internal:14051): 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, ad4c78eb-14bd-4414-a929-be894dbb2f6b, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NjYwYmEzOTktNTMyY2NiY2MtMzIyM2E2MjktYTRhNDY2ZDA=" 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, a856f0c2-1fda-484d-b12d-cb1eb7fc9319, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a856f0c2-1fda-484d-b12d-cb1eb7fc9319, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ad4c78eb-14bd-4414-a929-be894dbb2f6b, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a856f0c2-1fda-484d-b12d-cb1eb7fc9319, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjM2NjgwMjQtZDhhYzczY2ItYzVlMmUzNmYtZWM5OTEwMTM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 32b9cdbe-3c5d-427f-bfb9-3ae2ea19b426, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 32b9cdbe-3c5d-427f-bfb9-3ae2ea19b426, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=ZjM2NjgwMjQtZDhhYzczY2ItYzVlMmUzNmYtZWM5OTEwMTM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 32b9cdbe-3c5d-427f-bfb9-3ae2ea19b426, ghrun-xdf3pi3ede.auto.internal:14051): 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=ZjM2NjgwMjQtZDhhYzczY2ItYzVlMmUzNmYtZWM5OTEwMTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c0878571-f70c-407c-bd88-707ee2faf318, ghrun-xdf3pi3ede.auto.internal:14051): 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, c0878571-f70c-407c-bd88-707ee2faf318, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=ZjM2NjgwMjQtZDhhYzczY2ItYzVlMmUzNmYtZWM5OTEwMTM=" 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, 9d6193f4-96e2-4816-b29c-5afa8c0b8047, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9d6193f4-96e2-4816-b29c-5afa8c0b8047, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c0878571-f70c-407c-bd88-707ee2faf318, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9d6193f4-96e2-4816-b29c-5afa8c0b8047, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTVjMmU1ZjQtNGMxZmMzYTQtM2VmN2YxYTctZjIxOWNhNjg=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, ccc01f23-3f3a-49c8-9afa-11a2f239717a, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, ccc01f23-3f3a-49c8-9afa-11a2f239717a, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=OTVjMmU1ZjQtNGMxZmMzYTQtM2VmN2YxYTctZjIxOWNhNjg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, ccc01f23-3f3a-49c8-9afa-11a2f239717a, ghrun-xdf3pi3ede.auto.internal:14051): 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=OTVjMmU1ZjQtNGMxZmMzYTQtM2VmN2YxYTctZjIxOWNhNjg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7de3fe1b-f1ef-4576-a840-84f38c7d03cc, ghrun-xdf3pi3ede.auto.internal:14051): 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, 7de3fe1b-f1ef-4576-a840-84f38c7d03cc, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=OTVjMmU1ZjQtNGMxZmMzYTQtM2VmN2YxYTctZjIxOWNhNjg=" 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, d0d3b985-e9ca-434d-a7c8-018748eef940, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d0d3b985-e9ca-434d-a7c8-018748eef940, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7de3fe1b-f1ef-4576-a840-84f38c7d03cc, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d0d3b985-e9ca-434d-a7c8-018748eef940, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NGI0MDQzOWEtMTlkYjQ2NDUtMWVkNGU0MWItNTY4ODE0YTU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 42688e26-dda8-41f5-9ef4-8237d2977fa7, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 42688e26-dda8-41f5-9ef4-8237d2977fa7, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NGI0MDQzOWEtMTlkYjQ2NDUtMWVkNGU0MWItNTY4ODE0YTU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 42688e26-dda8-41f5-9ef4-8237d2977fa7, ghrun-xdf3pi3ede.auto.internal:14051): 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=NGI0MDQzOWEtMTlkYjQ2NDUtMWVkNGU0MWItNTY4ODE0YTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e0a74ab9-ec53-4ec6-a9e6-b18517ed4bfa, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e0a74ab9-ec53-4ec6-a9e6-b18517ed4bfa, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NGI0MDQzOWEtMTlkYjQ2NDUtMWVkNGU0MWItNTY4ODE0YTU=" 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, 9061326a-8ba7-4990-89f2-b950d0a76cbf, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9061326a-8ba7-4990-89f2-b950d0a76cbf, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e0a74ab9-ec53-4ec6-a9e6-b18517ed4bfa, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9061326a-8ba7-4990-89f2-b950d0a76cbf, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NGU3YzA4NTgtOGIyYTcyNS0xZDgzNTM4OC0zMjAzNjFmMw==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 9ef81607-74c7-442b-a337-57f7915d3054, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 9ef81607-74c7-442b-a337-57f7915d3054, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NGU3YzA4NTgtOGIyYTcyNS0xZDgzNTM4OC0zMjAzNjFmMw==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 9ef81607-74c7-442b-a337-57f7915d3054, ghrun-xdf3pi3ede.auto.internal:14051): 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=NGU3YzA4NTgtOGIyYTcyNS0xZDgzNTM4OC0zMjAzNjFmMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b906d6f1-fc77-4fc9-8d7c-2dd22102b4fd, ghrun-xdf3pi3ede.auto.internal:14051): 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, b906d6f1-fc77-4fc9-8d7c-2dd22102b4fd, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NGU3YzA4NTgtOGIyYTcyNS0xZDgzNTM4OC0zMjAzNjFmMw==" 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, b518826f-2cb7-4f40-8770-c8722a0cbc0b, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b518826f-2cb7-4f40-8770-c8722a0cbc0b, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b906d6f1-fc77-4fc9-8d7c-2dd22102b4fd, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b518826f-2cb7-4f40-8770-c8722a0cbc0b, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NjgxYTAzZmItNTRjNjNiZTYtOTkyODU4NmYtODdiOGFhODU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 78fb6cfc-d4e5-4e51-b192-ae9ac07e6210, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 78fb6cfc-d4e5-4e51-b192-ae9ac07e6210, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NjgxYTAzZmItNTRjNjNiZTYtOTkyODU4NmYtODdiOGFhODU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 78fb6cfc-d4e5-4e51-b192-ae9ac07e6210, ghrun-xdf3pi3ede.auto.internal:14051): 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=NjgxYTAzZmItNTRjNjNiZTYtOTkyODU4NmYtODdiOGFhODU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4990432d-3353-4e4d-b5d2-94262742f6dc, ghrun-xdf3pi3ede.auto.internal:14051): 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, 4990432d-3353-4e4d-b5d2-94262742f6dc, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NjgxYTAzZmItNTRjNjNiZTYtOTkyODU4NmYtODdiOGFhODU=" 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, 9ba05da8-1d39-486c-a199-e60717b849f3, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9ba05da8-1d39-486c-a199-e60717b849f3, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4990432d-3353-4e4d-b5d2-94262742f6dc, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9ba05da8-1d39-486c-a199-e60717b849f3, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NmFiYTE3OWQtM2IxMWJkZTItMjA0MTdiYmEtZGJhYzQyNDY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 0a30c591-3a58-4c4b-a2a4-68fdd447e0c1, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 0a30c591-3a58-4c4b-a2a4-68fdd447e0c1, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NmFiYTE3OWQtM2IxMWJkZTItMjA0MTdiYmEtZGJhYzQyNDY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 0a30c591-3a58-4c4b-a2a4-68fdd447e0c1, ghrun-xdf3pi3ede.auto.internal:14051): 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=NmFiYTE3OWQtM2IxMWJkZTItMjA0MTdiYmEtZGJhYzQyNDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 445ef069-327a-484b-8ef7-ebe951371ec7, ghrun-xdf3pi3ede.auto.internal:14051): 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, 445ef069-327a-484b-8ef7-ebe951371ec7, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NmFiYTE3OWQtM2IxMWJkZTItMjA0MTdiYmEtZGJhYzQyNDY=" 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, 41b7a7ca-66b1-40b7-a855-76f6e156da19, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 41b7a7ca-66b1-40b7-a855-76f6e156da19, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 445ef069-327a-484b-8ef7-ebe951371ec7, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 41b7a7ca-66b1-40b7-a855-76f6e156da19, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjA3ODAxMDgtNzQ4MjhiN2EtNzc2ZTBkZjAtNDNiN2JjMTc=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 368926eb-16fd-48c9-b381-ceead45e8ad5, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 368926eb-16fd-48c9-b381-ceead45e8ad5, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=ZjA3ODAxMDgtNzQ4MjhiN2EtNzc2ZTBkZjAtNDNiN2JjMTc=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 368926eb-16fd-48c9-b381-ceead45e8ad5, ghrun-xdf3pi3ede.auto.internal:14051): 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=ZjA3ODAxMDgtNzQ4MjhiN2EtNzc2ZTBkZjAtNDNiN2JjMTc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2f3463f1-a1cf-4184-9ee8-13072d59b0dd, ghrun-xdf3pi3ede.auto.internal:14051): 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, 2f3463f1-a1cf-4184-9ee8-13072d59b0dd, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=ZjA3ODAxMDgtNzQ4MjhiN2EtNzc2ZTBkZjAtNDNiN2JjMTc=" 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, 36169f7d-a795-44ee-9a2f-2225815b392e, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2f3463f1-a1cf-4184-9ee8-13072d59b0dd, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 36169f7d-a795-44ee-9a2f-2225815b392e, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 36169f7d-a795-44ee-9a2f-2225815b392e, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YjIxYmYzYzctZDFmZWVhMmUtNDcxODhkYTMtZThjNDA4MTQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 75710b6e-6ab6-49a3-9774-dea427e5f7db, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 75710b6e-6ab6-49a3-9774-dea427e5f7db, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=YjIxYmYzYzctZDFmZWVhMmUtNDcxODhkYTMtZThjNDA4MTQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 75710b6e-6ab6-49a3-9774-dea427e5f7db, ghrun-xdf3pi3ede.auto.internal:14051): 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=YjIxYmYzYzctZDFmZWVhMmUtNDcxODhkYTMtZThjNDA4MTQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9ebf3cf8-c501-4b1b-83cd-3a900fe45556, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9ebf3cf8-c501-4b1b-83cd-3a900fe45556, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=YjIxYmYzYzctZDFmZWVhMmUtNDcxODhkYTMtZThjNDA4MTQ=" 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, 9ebf3cf8-c501-4b1b-83cd-3a900fe45556, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a2e53406-70c8-4dea-a1c6-1e54e6159f98, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:14:29.637542757+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3c25be2b-e1e2-4ab2-bd98-70416a4ef5c9, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637720155+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 32b9cdbe-3c5d-427f-bfb9-3ae2ea19b426, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637760601+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ccc01f23-3f3a-49c8-9afa-11a2f239717a, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:14:29.637795089+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 42688e26-dda8-41f5-9ef4-8237d2977fa7, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:14:29.637825459+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9ef81607-74c7-442b-a337-57f7915d3054, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637876168+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 78fb6cfc-d4e5-4e51-b192-ae9ac07e6210, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637898962+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0a30c591-3a58-4c4b-a2a4-68fdd447e0c1, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:14:29.637924178+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 368926eb-16fd-48c9-b381-ceead45e8ad5, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:14:29.637959719+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 75710b6e-6ab6-49a3-9774-dea427e5f7db, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637983898+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c699a31e-72fe-4041-816a-45180fff0ead, ghrun-xdf3pi3ede.auto.internal:14051): 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-21T17:14:29.637694787+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ad4c78eb-14bd-4414-a929-be894dbb2f6b, ghrun-xdf3pi3ede.auto.internal:14051): 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-21T17:14:29.637746164+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7de3fe1b-f1ef-4576-a840-84f38c7d03cc, ghrun-xdf3pi3ede.auto.internal:14051): 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:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.63781316+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e0a74ab9-ec53-4ec6-a9e6-b18517ed4bfa, ghrun-xdf3pi3ede.auto.internal:14051): 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-21T17:14:29.637863016+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b906d6f1-fc77-4fc9-8d7c-2dd22102b4fd, ghrun-xdf3pi3ede.auto.internal:14051): 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-21T17:14:29.637887929+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4990432d-3353-4e4d-b5d2-94262742f6dc, ghrun-xdf3pi3ede.auto.internal:14051): 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:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637909756+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 445ef069-327a-484b-8ef7-ebe951371ec7, ghrun-xdf3pi3ede.auto.internal:14051): 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-21T17:14:29.63794435+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2f3463f1-a1cf-4184-9ee8-13072d59b0dd, ghrun-xdf3pi3ede.auto.internal:14051): 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-21T17:14:29.637971654+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c0878571-f70c-407c-bd88-707ee2faf318, ghrun-xdf3pi3ede.auto.internal:14051): 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:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637781615+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9ebf3cf8-c501-4b1b-83cd-3a900fe45556, ghrun-xdf3pi3ede.auto.internal:14051): 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:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.638010886+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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    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 3822202) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3822202) elapsed time (sec): 30.142126083374023
DEBUG    ya.test:process.py:259 Command (pid 3822199) rc: 0
DEBUG    ya.test:process.py:263 Command (pid 3822202) wtime: 30.145
DEBUG    ya.test:process.py:259 Command (pid 3822201) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3822199) elapsed time (sec): 30.148757219314575
DEBUG    ya.test:process.py:275 Command (pid 3822202) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     73	73	0	0	80	497	511	511
2	    152	152	0	0	65	86	91	96
3	    153	153	0	0	61	96	106	108
4	    109	109	0	0	62	83	89	89
5	      0	0	0	1830	0	0	0	0
6	      0	0	0	2330	0	0	0	0
7	      0	0	0	2150	0	0	0	0
8	      0	0	0	2400	0	0	0	0
9	      0	0	0	2410	0	0	0	0
10	      0	0	0	1800	0	0	0	0
11	      0	0	0	1950	0	0	0	0
12	      0	0	0	2080	0	0	0	0
13	      0	0	0	2160	0	0	0	0
14	      0	0	0	2380	0	0	0	0
15	      0	0	0	2230	0	0	0	0
16	      0	0	0	1450	0	0	0	0
17	      0	0	0	1900	0	0	0	0
18	      0	0	0	2290	0	0	0	0
19	      0	0	0	1969	0	0	0	0
20	      0	0	0	1300	0	0	0	0
21	      0	0	0	1559	0	0	0	0
22	      0	0	0	1490	0	0	0	0
23	      0	0	0	1569	0	0	0	0
24	      0	0	0	1850	0	0	0	0
25	      0	0	0	2180	0	0	0	0
26	      0	0	0	1620	0	0	0	0
27	      0	0	0	1340	0	0	0	0
28	      0	0	0	1980	0	0	0	0
29	      0	0	0	2500	0	0	0	0
30	      0	0	0	2290	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    487	16.2333	0	51007	63	96	485	511

DEBUG    ya.test:process.py:260 Command (pid 3822201) elapsed time (sec): 30.14352321624756
DEBUG    ya.test:process.py:263 Command (pid 3822199) wtime: 30.151
DEBUG    ya.test:process.py:276 Command (pid 3822202) errors:

DEBUG    ya.test:process.py:263 Command (pid 3822201) wtime: 30.147
DEBUG    ya.test:process.py:275 Command (pid 3822199) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    102	102	0	0	58	369	371	373
2	    201	201	0	0	48	68	80	84
3	    198	198	0	0	47	75	86	98
4	    141	141	0	0	47	65	83	84
5	      0	0	0	1796	0	0	0	0
6	      0	0	0	2329	0	0	0	0
7	      0	0	0	2149	0	0	0	0
8	      0	0	0	2379	0	0	0	0
9	      0	0	0	2409	0	0	0	0
10	      0	0	0	1819	0	0	0	0
11	      0	0	0	1912	0	0	0	0
12	      0	0	0	2078	0	0	0	0
13	      0	0	0	2160	0	0	0	0
14	      0	0	0	2379	0	0	0	0
15	      0	0	0	2230	0	0	0	0
16	      0	0	0	1440	0	0	0	0
17	      0	0	0	1920	0	0	0	0
18	      0	0	0	2269	0	0	0	0
19	      0	0	0	1960	0	0	0	0
20	      0	0	0	1300	0	0	0	0
21	      0	0	0	1569	0	0	0	0
22	      0	0	0	1483	0	0	0	0
23	      0	0	0	1519	0	0	0	0
24	      0	0	0	1860	0	0	0	0
25	      0	0	0	2160	0	0	0	0
26	      0	0	0	1620	0	0	0	0
27	      0	0	0	1330	0	0	0	0
28	      0	0	0	1963	0	0	0	0
29	      0	0	0	2508	0	0	0	0
30	      0	0	0	2281	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    642	21.4	0	50822	48	78	369	373

DEBUG    ya.test:process.py:275 Command (pid 3822201) 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	1829	0	0	0	0
6	      0	0	0	2340	0	0	0	0
7	      0	0	0	2150	0	0	0	0
8	      0	0	0	2370	0	0	0	0
9	      0	0	0	810	0	0	0	0
10	      0	0	0	0	0	0	0	0
11	      0	0	0	0	0	0	0	0
12	      0	0	0	1509	0	0	0	0
13	      0	0	0	2160	0	0	0	0
14	      0	0	0	2360	0	0	0	0
15	      0	0	0	2229	0	0	0	0
16	      0	0	0	1450	0	0	0	0
17	      0	0	0	1900	0	0	0	0
18	      0	0	0	2280	0	0	0	0
19	      0	0	0	1970	0	0	0	0
20	      0	0	0	1300	0	0	0	0
21	      0	0	0	1550	0	0	0	0
22	      0	0	0	1490	0	0	0	0
23	      0	0	0	1570	0	0	0	0
24	      0	0	0	1870	0	0	0	0
25	      0	0	0	2169	0	0	0	0
26	      0	0	0	1600	0	0	0	0
27	      0	0	0	1340	0	0	0	0
28	      0	0	0	1981	0	0	0	0
29	      0	0	0	2487	0	0	0	0
30	      0	0	0	2290	0	0	0	0

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

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

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-xdf3pi3ede'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/8da7/000308/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.3789081' in '/home/runner/.ya/build/build_root/8da7/000308/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, logfile_wvvmoax8.log, stdout)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:14051/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15240
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3891
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26672
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14051
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10136
=================================== FAILURES ===================================
_______________________ TestLogScenario.test_log_uniform _______________________
ydb/tests/olap/test_log_scenario.py:235: in test_log_uniform
    thread.join()
ydb/tests/olap/common/thread_helper.py:18: in join
    raise self.exc
ydb/tests/olap/common/thread_helper.py:11: in run
    self.ret = self._target(*self._args, **self._kwargs)
ydb/tests/olap/test_log_scenario.py:147: in aggregation_query
    self.ydb_client.query(f"SELECT COUNT(*) FROM `{self.table_name}` ")
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:130: in retry_operation_impl
    raise status
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:248: in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
contrib/python/ydb/py3/ydb/query/pool.py:331: in __enter__
    self._session = self._pool.acquire(self._timeout)
contrib/python/ydb/py3/ydb/query/pool.py:111: in acquire
    session = self._create_new_session(time_left)
contrib/python/ydb/py3/ydb/query/pool.py:63: in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
contrib/python/ydb/py3/ydb/query/session.py:301: in create
    self._create_call(settings=settings)
contrib/python/ydb/py3/ydb/query/session.py:171: in _create_call
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:459: in __call__
    connection = self._store.get(preferred_endpoint)
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:144: in get
    raise issues.ConnectionLost("Couldn't find valid connection")
E   ydb.issues.ConnectionLost: Couldn't find valid connection
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
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/8da7/000308/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3787822
DEBUG    ya.test:process.py:259 Command (pid 3787822) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3787822) elapsed time (sec): 1.6900157928466797
DEBUG    ya.test:process.py:263 Command (pid 3787822) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) maxrss: 545500
DEBUG    ya.test:process.py:263 Command (pid 3787822) minflt: 16237
DEBUG    ya.test:process.py:263 Command (pid 3787822) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) nivcsw: 219
DEBUG    ya.test:process.py:263 Command (pid 3787822) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3787822) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 3787822) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3787822) stime: 1.478788
DEBUG    ya.test:process.py:263 Command (pid 3787822) utime: 0.123679
DEBUG    ya.test:process.py:263 Command (pid 3787822) wtime: 1.692
DEBUG    ya.test:process.py:275 Command (pid 3787822) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

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

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10136
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/8da7/000308/r3tmp/kikimr_cluster_o6lftznr
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14051
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26672
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3891
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15240
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/8da7/000308/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:274 Final command: /home/runner/.ya/build/build_root/8da7/000308/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/8da7/000308/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_wvvmoax8.log --grpc-port=14051 --mon-port=26672 --ic-port=10136
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:14051/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/8da7/000308/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:274 Final command: /home/runner/.ya/build/build_root/8da7/000308/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/8da7/000308/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_wvvmoax8.log --grpc-port=14051 --mon-port=26672 --ic-port=10136
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/8da7/000308/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/8da7/000308/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_wvvmoax8.log', '--grpc-port=14051', '--mon-port=26672', '--ic-port=10136')' in '/home/runner/.ya/build/build_root/8da7/000308/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: 3789081
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:14051/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/8da7/000308/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3789082
DEBUG    ya.test:process.py:259 Command (pid 3789082) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3789082) elapsed time (sec): 1.0552401542663574
DEBUG    ya.test:process.py:263 Command (pid 3789082) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) maxrss: 545452
DEBUG    ya.test:process.py:263 Command (pid 3789082) minflt: 16381
DEBUG    ya.test:process.py:263 Command (pid 3789082) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) nivcsw: 9
DEBUG    ya.test:process.py:263 Command (pid 3789082) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3789082) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 3789082) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3789082) stime: 0.907395
DEBUG    ya.test:process.py:263 Command (pid 3789082) utime: 0.09551499999999999
DEBUG    ya.test:process.py:263 Command (pid 3789082) wtime: 1.056
DEBUG    ya.test:process.py:275 Command (pid 3789082) output:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-xdf3pi3ede    Host information: 
        Linux ghrun-xdf3pi3ede 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:14051', '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: 10136\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/8da7/000308/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:14051', '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: 10136\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3792324
DEBUG    ya.test:process.py:259 Command (pid 3792324) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3792324) elapsed time (sec): 1.3049356937408447
DEBUG    ya.test:process.py:263 Command (pid 3792324) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) maxrss: 553736
DEBUG    ya.test:process.py:263 Command (pid 3792324) minflt: 18382
DEBUG    ya.test:process.py:263 Command (pid 3792324) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) nivcsw: 144
DEBUG    ya.test:process.py:263 Command (pid 3792324) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3792324) nvcsw: 114
DEBUG    ya.test:process.py:263 Command (pid 3792324) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3792324) stime: 1.087294
DEBUG    ya.test:process.py:263 Command (pid 3792324) utime: 0.16150899999999999
DEBUG    ya.test:process.py:263 Command (pid 3792324) wtime: 1.306
DEBUG    ya.test:process.py:275 Command (pid 3792324) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:14051', '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/8da7/000308/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:14051', '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: 3793352
DEBUG    ya.test:process.py:259 Command (pid 3793352) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3793352) elapsed time (sec): 1.3646492958068848
DEBUG    ya.test:process.py:263 Command (pid 3793352) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) maxrss: 553876
DEBUG    ya.test:process.py:263 Command (pid 3793352) minflt: 18580
DEBUG    ya.test:process.py:263 Command (pid 3793352) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) nivcsw: 391
DEBUG    ya.test:process.py:263 Command (pid 3793352) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3793352) nvcsw: 139
DEBUG    ya.test:process.py:263 Command (pid 3793352) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3793352) stime: 1.1594470000000001
DEBUG    ya.test:process.py:263 Command (pid 3793352) utime: 0.12246199999999999
DEBUG    ya.test:process.py:263 Command (pid 3793352) wtime: 1.366
DEBUG    ya.test:process.py:275 Command (pid 3793352) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 25056114-95b4-4fb9-ba02-bc9446cb8b72, localhost:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 25056114-95b4-4fb9-ba02-bc9446cb8b72, localhost:14051): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 25056114-95b4-4fb9-ba02-bc9446cb8b72, localhost:14051): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 14051 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-xdf3pi3ede.auto.internal:14051, 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:14051
------------------------------ Captured log call -------------------------------
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydb/ydb -e grpc://localhost:14051 -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/8da7/000308/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14051', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3794674
DEBUG    ya.test:process.py:259 Command (pid 3794674) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3794674) elapsed time (sec): 0.4757065773010254
DEBUG    ya.test:process.py:263 Command (pid 3794674) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) maxrss: 172124
DEBUG    ya.test:process.py:263 Command (pid 3794674) minflt: 3548
DEBUG    ya.test:process.py:263 Command (pid 3794674) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) nivcsw: 30
DEBUG    ya.test:process.py:263 Command (pid 3794674) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3794674) nvcsw: 169
DEBUG    ya.test:process.py:263 Command (pid 3794674) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3794674) stime: 0.034707
DEBUG    ya.test:process.py:263 Command (pid 3794674) utime: 0.046276
DEBUG    ya.test:process.py:263 Command (pid 3794674) wtime: 0.477
DEBUG    ya.test:process.py:275 Command (pid 3794674) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3794674) 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/8da7/000308/ydb/apps/ydb/ydb -e grpc://localhost:14051 -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/8da7/000308/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14051', '-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: 3795192
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 3795192) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3795192) elapsed time (sec): 30.20002508163452
DEBUG    ya.test:process.py:263 Command (pid 3795192) wtime: 30.201
DEBUG    ya.test:process.py:275 Command (pid 3795192) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    413	413	0	0	22	35	48	62
2	    419	419	0	0	22	35	39	42
3	    395	395	0	0	23	39	48	59
4	    464	464	0	0	21	26	29	32
5	    394	394	0	0	23	40	49	53
6	    473	473	0	0	20	25	30	33
7	    475	475	0	0	20	25	30	33
8	    478	478	0	0	20	22	25	27
9	    493	493	0	0	20	22	26	35
10	    450	450	0	0	21	28	31	34
11	    487	487	0	0	20	21	23	25
12	    486	486	0	0	20	21	23	24
13	    487	487	0	0	20	21	21	22
14	    488	488	0	0	20	20	21	21
15	    432	432	0	0	20	39	48	59
16	    468	468	0	0	20	28	33	39
17	    469	469	0	0	20	26	28	29
18	    475	475	0	0	20	25	29	33
19	    479	479	0	0	20	24	29	31
20	    484	484	0	0	20	21	23	25
21	    487	487	0	0	20	24	26	28
22	    469	469	0	0	20	25	28	33
23	    478	478	0	0	20	24	27	31
24	    475	475	0	0	20	25	27	29
25	    468	468	0	0	20	26	30	37
26	    463	463	0	0	20	26	45	49
27	    443	443	0	0	20	27	95	98
28	    488	488	0	0	20	20	21	23
29	    486	486	0	0	20	21	22	23
30	    489	489	0	0	20	21	40	42

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13955	465.167	0	0	20	27	37	98

DEBUG    ya.test:process.py:276 Command (pid 3795192) 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, fece055e-cdb9-4e0e-b648-94e4d2311c4c, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, fece055e-cdb9-4e0e-b648-94e4d2311c4c, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, fece055e-cdb9-4e0e-b648-94e4d2311c4c, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a2e53406-70c8-4dea-a1c6-1e54e6159f98, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a2e53406-70c8-4dea-a1c6-1e54e6159f98, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a2e53406-70c8-4dea-a1c6-1e54e6159f98, ghrun-xdf3pi3ede.auto.internal:14051): 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=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4b68984d-ac23-4027-9abd-18f0ccb87e9d, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4b68984d-ac23-4027-9abd-18f0ccb87e9d, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=" 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, 4b68984d-ac23-4027-9abd-18f0ccb87e9d, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
INFO     root:test_log_scenario.py:217 Count rows after insert 13633 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ffd7ccbd-a43a-4901-9a54-a322b296b46a, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ffd7ccbd-a43a-4901-9a54-a322b296b46a, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=" 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, ffd7ccbd-a43a-4901-9a54-a322b296b46a, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c7d8493f-ac84-4510-b5d1-0e646da0b134, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c7d8493f-ac84-4510-b5d1-0e646da0b134, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=" 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, c7d8493f-ac84-4510-b5d1-0e646da0b134, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
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/8da7/000308/ydb/apps/ydb/ydb -e grpc://localhost:14051 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydb/ydb -e grpc://localhost:14051 -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/8da7/000308/ydb/apps/ydb/ydb -e grpc://localhost:14051 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c699a31e-72fe-4041-816a-45180fff0ead, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c699a31e-72fe-4041-816a-45180fff0ead, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=Y2FhODhjMzItOGUzYTNhODAtOTZhZmVhNjEtYjM0NjE2NjQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, b0e20498-9a98-4489-a10c-edb7fe3ea39d, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c699a31e-72fe-4041-816a-45180fff0ead, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b0e20498-9a98-4489-a10c-edb7fe3ea39d, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
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/8da7/000308/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14051', '-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: 3822199
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b0e20498-9a98-4489-a10c-edb7fe3ea39d, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NjYwYmEzOTktNTMyY2NiY2MtMzIyM2E2MjktYTRhNDY2ZDA=" node_id: 1 }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/8da7/000308/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14051', '-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/8da7/000308/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:14051', '-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, 3c25be2b-e1e2-4ab2-bd98-70416a4ef5c9, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ya.test:process.py:628 Command pid: 3822201
DEBUG    ya.test:process.py:628 Command pid: 3822202
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 3c25be2b-e1e2-4ab2-bd98-70416a4ef5c9, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NjYwYmEzOTktNTMyY2NiY2MtMzIyM2E2MjktYTRhNDY2ZDA=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 3c25be2b-e1e2-4ab2-bd98-70416a4ef5c9, ghrun-xdf3pi3ede.auto.internal:14051): 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=NjYwYmEzOTktNTMyY2NiY2MtMzIyM2E2MjktYTRhNDY2ZDA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ad4c78eb-14bd-4414-a929-be894dbb2f6b, ghrun-xdf3pi3ede.auto.internal:14051): 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, ad4c78eb-14bd-4414-a929-be894dbb2f6b, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NjYwYmEzOTktNTMyY2NiY2MtMzIyM2E2MjktYTRhNDY2ZDA=" 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, a856f0c2-1fda-484d-b12d-cb1eb7fc9319, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a856f0c2-1fda-484d-b12d-cb1eb7fc9319, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, ad4c78eb-14bd-4414-a929-be894dbb2f6b, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, a856f0c2-1fda-484d-b12d-cb1eb7fc9319, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjM2NjgwMjQtZDhhYzczY2ItYzVlMmUzNmYtZWM5OTEwMTM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 32b9cdbe-3c5d-427f-bfb9-3ae2ea19b426, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 32b9cdbe-3c5d-427f-bfb9-3ae2ea19b426, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=ZjM2NjgwMjQtZDhhYzczY2ItYzVlMmUzNmYtZWM5OTEwMTM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 32b9cdbe-3c5d-427f-bfb9-3ae2ea19b426, ghrun-xdf3pi3ede.auto.internal:14051): 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=ZjM2NjgwMjQtZDhhYzczY2ItYzVlMmUzNmYtZWM5OTEwMTM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c0878571-f70c-407c-bd88-707ee2faf318, ghrun-xdf3pi3ede.auto.internal:14051): 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, c0878571-f70c-407c-bd88-707ee2faf318, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=ZjM2NjgwMjQtZDhhYzczY2ItYzVlMmUzNmYtZWM5OTEwMTM=" 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, 9d6193f4-96e2-4816-b29c-5afa8c0b8047, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9d6193f4-96e2-4816-b29c-5afa8c0b8047, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, c0878571-f70c-407c-bd88-707ee2faf318, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9d6193f4-96e2-4816-b29c-5afa8c0b8047, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTVjMmU1ZjQtNGMxZmMzYTQtM2VmN2YxYTctZjIxOWNhNjg=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, ccc01f23-3f3a-49c8-9afa-11a2f239717a, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, ccc01f23-3f3a-49c8-9afa-11a2f239717a, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=OTVjMmU1ZjQtNGMxZmMzYTQtM2VmN2YxYTctZjIxOWNhNjg=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, ccc01f23-3f3a-49c8-9afa-11a2f239717a, ghrun-xdf3pi3ede.auto.internal:14051): 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=OTVjMmU1ZjQtNGMxZmMzYTQtM2VmN2YxYTctZjIxOWNhNjg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7de3fe1b-f1ef-4576-a840-84f38c7d03cc, ghrun-xdf3pi3ede.auto.internal:14051): 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, 7de3fe1b-f1ef-4576-a840-84f38c7d03cc, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=OTVjMmU1ZjQtNGMxZmMzYTQtM2VmN2YxYTctZjIxOWNhNjg=" 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, d0d3b985-e9ca-434d-a7c8-018748eef940, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d0d3b985-e9ca-434d-a7c8-018748eef940, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7de3fe1b-f1ef-4576-a840-84f38c7d03cc, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d0d3b985-e9ca-434d-a7c8-018748eef940, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NGI0MDQzOWEtMTlkYjQ2NDUtMWVkNGU0MWItNTY4ODE0YTU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 42688e26-dda8-41f5-9ef4-8237d2977fa7, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 42688e26-dda8-41f5-9ef4-8237d2977fa7, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NGI0MDQzOWEtMTlkYjQ2NDUtMWVkNGU0MWItNTY4ODE0YTU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 42688e26-dda8-41f5-9ef4-8237d2977fa7, ghrun-xdf3pi3ede.auto.internal:14051): 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=NGI0MDQzOWEtMTlkYjQ2NDUtMWVkNGU0MWItNTY4ODE0YTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e0a74ab9-ec53-4ec6-a9e6-b18517ed4bfa, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e0a74ab9-ec53-4ec6-a9e6-b18517ed4bfa, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NGI0MDQzOWEtMTlkYjQ2NDUtMWVkNGU0MWItNTY4ODE0YTU=" 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, 9061326a-8ba7-4990-89f2-b950d0a76cbf, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9061326a-8ba7-4990-89f2-b950d0a76cbf, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e0a74ab9-ec53-4ec6-a9e6-b18517ed4bfa, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9061326a-8ba7-4990-89f2-b950d0a76cbf, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NGU3YzA4NTgtOGIyYTcyNS0xZDgzNTM4OC0zMjAzNjFmMw==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 9ef81607-74c7-442b-a337-57f7915d3054, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 9ef81607-74c7-442b-a337-57f7915d3054, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NGU3YzA4NTgtOGIyYTcyNS0xZDgzNTM4OC0zMjAzNjFmMw==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 9ef81607-74c7-442b-a337-57f7915d3054, ghrun-xdf3pi3ede.auto.internal:14051): 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=NGU3YzA4NTgtOGIyYTcyNS0xZDgzNTM4OC0zMjAzNjFmMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b906d6f1-fc77-4fc9-8d7c-2dd22102b4fd, ghrun-xdf3pi3ede.auto.internal:14051): 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, b906d6f1-fc77-4fc9-8d7c-2dd22102b4fd, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NGU3YzA4NTgtOGIyYTcyNS0xZDgzNTM4OC0zMjAzNjFmMw==" 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, b518826f-2cb7-4f40-8770-c8722a0cbc0b, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, b518826f-2cb7-4f40-8770-c8722a0cbc0b, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b906d6f1-fc77-4fc9-8d7c-2dd22102b4fd, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, b518826f-2cb7-4f40-8770-c8722a0cbc0b, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NjgxYTAzZmItNTRjNjNiZTYtOTkyODU4NmYtODdiOGFhODU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 78fb6cfc-d4e5-4e51-b192-ae9ac07e6210, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 78fb6cfc-d4e5-4e51-b192-ae9ac07e6210, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NjgxYTAzZmItNTRjNjNiZTYtOTkyODU4NmYtODdiOGFhODU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 78fb6cfc-d4e5-4e51-b192-ae9ac07e6210, ghrun-xdf3pi3ede.auto.internal:14051): 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=NjgxYTAzZmItNTRjNjNiZTYtOTkyODU4NmYtODdiOGFhODU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4990432d-3353-4e4d-b5d2-94262742f6dc, ghrun-xdf3pi3ede.auto.internal:14051): 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, 4990432d-3353-4e4d-b5d2-94262742f6dc, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NjgxYTAzZmItNTRjNjNiZTYtOTkyODU4NmYtODdiOGFhODU=" 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, 9ba05da8-1d39-486c-a199-e60717b849f3, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9ba05da8-1d39-486c-a199-e60717b849f3, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4990432d-3353-4e4d-b5d2-94262742f6dc, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9ba05da8-1d39-486c-a199-e60717b849f3, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NmFiYTE3OWQtM2IxMWJkZTItMjA0MTdiYmEtZGJhYzQyNDY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 0a30c591-3a58-4c4b-a2a4-68fdd447e0c1, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 0a30c591-3a58-4c4b-a2a4-68fdd447e0c1, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NmFiYTE3OWQtM2IxMWJkZTItMjA0MTdiYmEtZGJhYzQyNDY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 0a30c591-3a58-4c4b-a2a4-68fdd447e0c1, ghrun-xdf3pi3ede.auto.internal:14051): 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=NmFiYTE3OWQtM2IxMWJkZTItMjA0MTdiYmEtZGJhYzQyNDY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 445ef069-327a-484b-8ef7-ebe951371ec7, ghrun-xdf3pi3ede.auto.internal:14051): 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, 445ef069-327a-484b-8ef7-ebe951371ec7, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=NmFiYTE3OWQtM2IxMWJkZTItMjA0MTdiYmEtZGJhYzQyNDY=" 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, 41b7a7ca-66b1-40b7-a855-76f6e156da19, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 41b7a7ca-66b1-40b7-a855-76f6e156da19, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 445ef069-327a-484b-8ef7-ebe951371ec7, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 41b7a7ca-66b1-40b7-a855-76f6e156da19, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjA3ODAxMDgtNzQ4MjhiN2EtNzc2ZTBkZjAtNDNiN2JjMTc=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 368926eb-16fd-48c9-b381-ceead45e8ad5, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 368926eb-16fd-48c9-b381-ceead45e8ad5, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=ZjA3ODAxMDgtNzQ4MjhiN2EtNzc2ZTBkZjAtNDNiN2JjMTc=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 368926eb-16fd-48c9-b381-ceead45e8ad5, ghrun-xdf3pi3ede.auto.internal:14051): 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=ZjA3ODAxMDgtNzQ4MjhiN2EtNzc2ZTBkZjAtNDNiN2JjMTc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2f3463f1-a1cf-4184-9ee8-13072d59b0dd, ghrun-xdf3pi3ede.auto.internal:14051): 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, 2f3463f1-a1cf-4184-9ee8-13072d59b0dd, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=ZjA3ODAxMDgtNzQ4MjhiN2EtNzc2ZTBkZjAtNDNiN2JjMTc=" 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, 36169f7d-a795-44ee-9a2f-2225815b392e, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 2f3463f1-a1cf-4184-9ee8-13072d59b0dd, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 36169f7d-a795-44ee-9a2f-2225815b392e, ghrun-xdf3pi3ede.auto.internal:14051): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 36169f7d-a795-44ee-9a2f-2225815b392e, ghrun-xdf3pi3ede.auto.internal:14051): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YjIxYmYzYzctZDFmZWVhMmUtNDcxODhkYTMtZThjNDA4MTQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 75710b6e-6ab6-49a3-9774-dea427e5f7db, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 75710b6e-6ab6-49a3-9774-dea427e5f7db, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=YjIxYmYzYzctZDFmZWVhMmUtNDcxODhkYTMtZThjNDA4MTQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 75710b6e-6ab6-49a3-9774-dea427e5f7db, ghrun-xdf3pi3ede.auto.internal:14051): 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=YjIxYmYzYzctZDFmZWVhMmUtNDcxODhkYTMtZThjNDA4MTQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 9ebf3cf8-c501-4b1b-83cd-3a900fe45556, ghrun-xdf3pi3ede.auto.internal:14051): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 9ebf3cf8-c501-4b1b-83cd-3a900fe45556, ghrun-xdf3pi3ede.auto.internal:14051): request = { session_id: "ydb://session/3?node_id=1&id=YjIxYmYzYzctZDFmZWVhMmUtNDcxODhkYTMtZThjNDA4MTQ=" 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, 9ebf3cf8-c501-4b1b-83cd-3a900fe45556, ghrun-xdf3pi3ede.auto.internal:14051): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a2e53406-70c8-4dea-a1c6-1e54e6159f98, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:14:29.637542757+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 3c25be2b-e1e2-4ab2-bd98-70416a4ef5c9, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637720155+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 32b9cdbe-3c5d-427f-bfb9-3ae2ea19b426, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637760601+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ccc01f23-3f3a-49c8-9afa-11a2f239717a, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:14:29.637795089+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 42688e26-dda8-41f5-9ef4-8237d2977fa7, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:14:29.637825459+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9ef81607-74c7-442b-a337-57f7915d3054, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637876168+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 78fb6cfc-d4e5-4e51-b192-ae9ac07e6210, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637898962+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 0a30c591-3a58-4c4b-a2a4-68fdd447e0c1, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:14:29.637924178+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 368926eb-16fd-48c9-b381-ceead45e8ad5, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:14:29.637959719+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 75710b6e-6ab6-49a3-9774-dea427e5f7db, ghrun-xdf3pi3ede.auto.internal:14051): 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:14051 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637983898+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c699a31e-72fe-4041-816a-45180fff0ead, ghrun-xdf3pi3ede.auto.internal:14051): 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-21T17:14:29.637694787+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, ad4c78eb-14bd-4414-a929-be894dbb2f6b, ghrun-xdf3pi3ede.auto.internal:14051): 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-21T17:14:29.637746164+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7de3fe1b-f1ef-4576-a840-84f38c7d03cc, ghrun-xdf3pi3ede.auto.internal:14051): 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:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.63781316+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e0a74ab9-ec53-4ec6-a9e6-b18517ed4bfa, ghrun-xdf3pi3ede.auto.internal:14051): 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-21T17:14:29.637863016+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b906d6f1-fc77-4fc9-8d7c-2dd22102b4fd, ghrun-xdf3pi3ede.auto.internal:14051): 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-21T17:14:29.637887929+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4990432d-3353-4e4d-b5d2-94262742f6dc, ghrun-xdf3pi3ede.auto.internal:14051): 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:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637909756+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 445ef069-327a-484b-8ef7-ebe951371ec7, ghrun-xdf3pi3ede.auto.internal:14051): 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-21T17:14:29.63794435+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2f3463f1-a1cf-4184-9ee8-13072d59b0dd, ghrun-xdf3pi3ede.auto.internal:14051): 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-21T17:14:29.637971654+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c0878571-f70c-407c-bd88-707ee2faf318, ghrun-xdf3pi3ede.auto.internal:14051): 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:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.637781615+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 9ebf3cf8-c501-4b1b-83cd-3a900fe45556, ghrun-xdf3pi3ede.auto.internal:14051): 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:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:14:29.638010886+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:14051
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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    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 3822202) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3822202) elapsed time (sec): 30.142126083374023
DEBUG    ya.test:process.py:259 Command (pid 3822199) rc: 0
DEBUG    ya.test:process.py:263 Command (pid 3822202) wtime: 30.145
DEBUG    ya.test:process.py:259 Command (pid 3822201) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3822199) elapsed time (sec): 30.148757219314575
DEBUG    ya.test:process.py:275 Command (pid 3822202) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     73	73	0	0	80	497	511	511
2	    152	152	0	0	65	86	91	96
3	    153	153	0	0	61	96	106	108
4	    109	109	0	0	62	83	89	89
5	      0	0	0	1830	0	0	0	0
6	      0	0	0	2330	0	0	0	0
7	      0	0	0	2150	0	0	0	0
8	      0	0	0	2400	0	0	0	0
9	      0	0	0	2410	0	0	0	0
10	      0	0	0	1800	0	0	0	0
11	      0	0	0	1950	0	0	0	0
12	      0	0	0	2080	0	0	0	0
13	      0	0	0	2160	0	0	0	0
14	      0	0	0	2380	0	0	0	0
15	      0	0	0	2230	0	0	0	0
16	      0	0	0	1450	0	0	0	0
17	      0	0	0	1900	0	0	0	0
18	      0	0	0	2290	0	0	0	0
19	      0	0	0	1969	0	0	0	0
20	      0	0	0	1300	0	0	0	0
21	      0	0	0	1559	0	0	0	0
22	      0	0	0	1490	0	0	0	0
23	      0	0	0	1569	0	0	0	0
24	      0	0	0	1850	0	0	0	0
25	      0	0	0	2180	0	0	0	0
26	      0	0	0	1620	0	0	0	0
27	      0	0	0	1340	0	0	0	0
28	      0	0	0	1980	0	0	0	0
29	      0	0	0	2500	0	0	0	0
30	      0	0	0	2290	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    487	16.2333	0	51007	63	96	485	511

DEBUG    ya.test:process.py:260 Command (pid 3822201) elapsed time (sec): 30.14352321624756
DEBUG    ya.test:process.py:263 Command (pid 3822199) wtime: 30.151
DEBUG    ya.test:process.py:276 Command (pid 3822202) errors:

DEBUG    ya.test:process.py:263 Command (pid 3822201) wtime: 30.147
DEBUG    ya.test:process.py:275 Command (pid 3822199) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    102	102	0	0	58	369	371	373
2	    201	201	0	0	48	68	80	84
3	    198	198	0	0	47	75	86	98
4	    141	141	0	0	47	65	83	84
5	      0	0	0	1796	0	0	0	0
6	      0	0	0	2329	0	0	0	0
7	      0	0	0	2149	0	0	0	0
8	      0	0	0	2379	0	0	0	0
9	      0	0	0	2409	0	0	0	0
10	      0	0	0	1819	0	0	0	0
11	      0	0	0	1912	0	0	0	0
12	      0	0	0	2078	0	0	0	0
13	      0	0	0	2160	0	0	0	0
14	      0	0	0	2379	0	0	0	0
15	      0	0	0	2230	0	0	0	0
16	      0	0	0	1440	0	0	0	0
17	      0	0	0	1920	0	0	0	0
18	      0	0	0	2269	0	0	0	0
19	      0	0	0	1960	0	0	0	0
20	      0	0	0	1300	0	0	0	0
21	      0	0	0	1569	0	0	0	0
22	      0	0	0	1483	0	0	0	0
23	      0	0	0	1519	0	0	0	0
24	      0	0	0	1860	0	0	0	0
25	      0	0	0	2160	0	0	0	0
26	      0	0	0	1620	0	0	0	0
27	      0	0	0	1330	0	0	0	0
28	      0	0	0	1963	0	0	0	0
29	      0	0	0	2508	0	0	0	0
30	      0	0	0	2281	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    642	21.4	0	50822	48	78	369	373

DEBUG    ya.test:process.py:275 Command (pid 3822201) 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	1829	0	0	0	0
6	      0	0	0	2340	0	0	0	0
7	      0	0	0	2150	0	0	0	0
8	      0	0	0	2370	0	0	0	0
9	      0	0	0	810	0	0	0	0
10	      0	0	0	0	0	0	0	0
11	      0	0	0	0	0	0	0	0
12	      0	0	0	1509	0	0	0	0
13	      0	0	0	2160	0	0	0	0
14	      0	0	0	2360	0	0	0	0
15	      0	0	0	2229	0	0	0	0
16	      0	0	0	1450	0	0	0	0
17	      0	0	0	1900	0	0	0	0
18	      0	0	0	2280	0	0	0	0
19	      0	0	0	1970	0	0	0	0
20	      0	0	0	1300	0	0	0	0
21	      0	0	0	1550	0	0	0	0
22	      0	0	0	1490	0	0	0	0
23	      0	0	0	1570	0	0	0	0
24	      0	0	0	1870	0	0	0	0
25	      0	0	0	2169	0	0	0	0
26	      0	0	0	1600	0	0	0	0
27	      0	0	0	1340	0	0	0	0
28	      0	0	0	1981	0	0	0	0
29	      0	0	0	2487	0	0	0	0
30	      0	0	0	2290	0	0	0	0

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

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

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:14051
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:14051". 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 ===============================
356.68s call     test_log_scenario.py::TestLogScenario::test_log_uniform
7.65s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
6.33s teardown 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/8da7/000308/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/8da7/000308/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-21T17:14:25.639576Z): source_id=122;tablet_id=72075186224037904;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA919BE5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912126
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A8528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD78F65B
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F68748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6849F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD76A76D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1438E5AB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD55A7
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2A363
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2A363
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F27D13
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2B6D7
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AC398
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF0E955
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74B437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB798FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79D094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79CCA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79D88E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91B83C
21. ??:0: ?? @ 0x7FB925E9AAC2
22. ??:0: ?? @ 0x7FB925F2C8BF
============ 1 failed, 108 deselected, 1 error in 372.36s (0:06: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/8da7/00030c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 108 deselected / 8 selected

test_replace.py .

============================== slowest durations ===============================
7.80s setup    test_replace.py::TestReplace::test_copy_full
1.91s call     test_replace.py::TestReplace::test_copy_full

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 108 deselected in 11.11s ======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8da7/000309/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 108 deselected / 8 selected

test_replace.py .

============================== slowest durations ===============================
8.02s setup    test_replace.py::TestReplace::test_copy_partial
1.37s call     test_replace.py::TestReplace::test_copy_partial

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 108 deselected in 11.07s ======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8da7/000306/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk6
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 108 deselected / 8 selected

test_replace.py .

============================== slowest durations ===============================
8.07s setup    test_replace.py::TestReplace::test_count
1.39s call     test_replace.py::TestReplace::test_count

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

upgrade_to_internal_path_id.py .

============================== slowest durations ===============================
351.75s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
13.59s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.02s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
================ 1 passed, 108 deselected in 369.96s (0:06:09) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8da7/00030b/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk8
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 108 deselected / 8 selected

=========================== 108 deselected in 1.29s ============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/8da7/000305/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items / 108 deselected / 8 selected

=========================== 108 deselected in 1.56s ============================
