============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/chc4/000452/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 / 104 deselected / 12 selected

order_by_with_limit.py .F

=================================== FAILURES ===================================
___________________________ TestOrderBy.test_random ____________________________
ydb/tests/olap/order_by_with_limit.py:65: in test_random
    self.ydb_client.query(
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:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:250: in wrapped_callee
    return [result_set for result_set in it]
contrib/python/ydb/py3/ydb/_utilities.py:173: in __next__
    return self._next()
contrib/python/ydb/py3/ydb/_utilities.py:164: in _next
    res = self.wrapper(next(self.it))
contrib/python/ydb/py3/ydb/query/session.py:371: in <lambda>
    lambda resp: base.wrap_execute_query_response(
contrib/python/ydb/py3/ydb/query/base.py:188: in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
contrib/python/ydb/py3/ydb/query/base.py:206: in wrap_execute_query_response
    issues._process_response(response_pb)
contrib/python/ydb/py3/ydb/issues.py:237: in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
E   ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_random
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: order_by_with_limit.py::TestOrderBy, test_name: test_random)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2RiMzgwYzktNDc0MDlhMDYtOGY5Zjc3ZjItMjg4OWRiYzg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 652f4fca-35bd-4f87-ab00-88ae24643f4b, ghrun-xdf3pi3ede.auto.internal:15660): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 652f4fca-35bd-4f87-ab00-88ae24643f4b, ghrun-xdf3pi3ede.auto.internal:15660): request = { session_id: "ydb://session/3?node_id=1&id=Y2RiMzgwYzktNDc0MDlhMDYtOGY5Zjc3ZjItMjg4OWRiYzg=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/order_by/table` (\n                id Uint64 NOT NULL,\n                value Uint64 NOT NULL,\n                PRIMARY KEY(id),\n            )\n            WITH (\n                STORE = COLUMN,\n                AUTO_PARTITIONING_MIN_PARTITIONS_COUNT = 1\n            )\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 652f4fca-35bd-4f87-ab00-88ae24643f4b, ghrun-xdf3pi3ede.auto.internal:15660): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2RiMzgwYzktNDc0MDlhMDYtOGY5Zjc3ZjItMjg4OWRiYzg=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
7.20s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.17s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_random

(3 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED order_by_with_limit.py::TestOrderBy::test_random - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
================= 1 failed, 1 passed, 104 deselected in 8.67s ==================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/chc4/000478/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 / 104 deselected / 12 selected

order_by_with_limit.py .
tablets_movement.py .

============================== slowest durations ===============================
76.14s call     tablets_movement.py::TestTabletsMovement::test[ROW]
64.00s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
8.20s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting
2.88s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.56s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.11s teardown order_by_with_limit.py::TestOrderBy::test_stress_sorting
================ 2 passed, 104 deselected in 152.90s (0:02:32) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/chc4/00048c/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 / 104 deselected / 12 selected

test_create.py .

============================== slowest durations ===============================
7.42s setup    test_create.py::TestCreate::test_create_all_opt_ints
0.59s call     test_create.py::TestCreate::test_create_all_opt_ints

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 104 deselected in 9.19s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/chc4/00047e/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 / 104 deselected / 12 selected

test_create.py .

============================== slowest durations ===============================
8.26s setup    test_create.py::TestCreate::test_create_all_req_ints
0.62s call     test_create.py::TestCreate::test_create_all_req_ints

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 104 deselected in 9.73s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/chc4/000479/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 / 104 deselected / 12 selected

test_create.py .

============================== slowest durations ===============================
5.76s setup    test_create.py::TestCreate::test_create_decimals
5.40s call     test_create.py::TestCreate::test_create_decimals

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 104 deselected in 12.52s ======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/chc4/000487/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 / 104 deselected / 12 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/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/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/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/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-21T15:29:49.119264Z): source_id=111;tablet_id=72075186224037900;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA919BE5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912126
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A8528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD78EABB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F68748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6849F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD769BCD
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1438E3EB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD53E7
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2A1A3
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2A1A3
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F27B53
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2B517
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AC1D8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF0DA85
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74B437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB798FD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79D094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79CCA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79D88E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91B83C
E   21. ??:0: ?? @ 0x7FC14AFBBAC2
E   22. ??:0: ?? @ 0x7FC14B04D8BF
------------------------------ 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/chc4/000487/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4004915
DEBUG    ya.test:process.py:259 Command (pid 4004915) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4004915) elapsed time (sec): 1.2770936489105225
DEBUG    ya.test:process.py:263 Command (pid 4004915) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) maxrss: 545504
DEBUG    ya.test:process.py:263 Command (pid 4004915) minflt: 16245
DEBUG    ya.test:process.py:263 Command (pid 4004915) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) nivcsw: 67
DEBUG    ya.test:process.py:263 Command (pid 4004915) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) nvcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 4004915) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4004915) stime: 1.077164
DEBUG    ya.test:process.py:263 Command (pid 4004915) utime: 0.132279
DEBUG    ya.test:process.py:263 Command (pid 4004915) wtime: 1.279
DEBUG    ya.test:process.py:275 Command (pid 4004915) 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 4004915) 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/chc4/000487/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10018
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/chc4/000487/r3tmp/kikimr_cluster_x37c9dia
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17270
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21229
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28659
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2697
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/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/chc4/000487/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/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_belsi8ho.log --grpc-port=17270 --mon-port=21229 --ic-port=10018
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:17270/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/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/chc4/000487/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/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_belsi8ho.log --grpc-port=17270 --mon-port=21229 --ic-port=10018
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/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/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_belsi8ho.log', '--grpc-port=17270', '--mon-port=21229', '--ic-port=10018')' in '/home/runner/.ya/build/build_root/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 4006108
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:17270/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/chc4/000487/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4006119
DEBUG    ya.test:process.py:259 Command (pid 4006119) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4006119) elapsed time (sec): 1.1897828578948975
DEBUG    ya.test:process.py:263 Command (pid 4006119) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) maxrss: 545476
DEBUG    ya.test:process.py:263 Command (pid 4006119) minflt: 16246
DEBUG    ya.test:process.py:263 Command (pid 4006119) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) nivcsw: 97
DEBUG    ya.test:process.py:263 Command (pid 4006119) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 4006119) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4006119) stime: 1.003042
DEBUG    ya.test:process.py:263 Command (pid 4006119) utime: 0.124873
DEBUG    ya.test:process.py:263 Command (pid 4006119) wtime: 1.196
DEBUG    ya.test:process.py:275 Command (pid 4006119) 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 4006119) 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/chc4/000487/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:17270', '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: 10018\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/chc4/000487/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:17270', '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: 10018\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4009479
DEBUG    ya.test:process.py:259 Command (pid 4009479) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4009479) elapsed time (sec): 0.6627681255340576
DEBUG    ya.test:process.py:263 Command (pid 4009479) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) maxrss: 553752
DEBUG    ya.test:process.py:263 Command (pid 4009479) minflt: 18386
DEBUG    ya.test:process.py:263 Command (pid 4009479) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) nivcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 4009479) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) nvcsw: 124
DEBUG    ya.test:process.py:263 Command (pid 4009479) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4009479) stime: 0.492975
DEBUG    ya.test:process.py:263 Command (pid 4009479) utime: 0.12533
DEBUG    ya.test:process.py:263 Command (pid 4009479) wtime: 0.664
DEBUG    ya.test:process.py:275 Command (pid 4009479) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:17270', '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/chc4/000487/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:17270', '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: 4010319
DEBUG    ya.test:process.py:259 Command (pid 4010319) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4010319) elapsed time (sec): 0.8424789905548096
DEBUG    ya.test:process.py:263 Command (pid 4010319) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) maxrss: 553756
DEBUG    ya.test:process.py:263 Command (pid 4010319) minflt: 18381
DEBUG    ya.test:process.py:263 Command (pid 4010319) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) nivcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 4010319) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) nvcsw: 131
DEBUG    ya.test:process.py:263 Command (pid 4010319) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4010319) stime: 0.69221
DEBUG    ya.test:process.py:263 Command (pid 4010319) utime: 0.104767
DEBUG    ya.test:process.py:263 Command (pid 4010319) wtime: 0.846
DEBUG    ya.test:process.py:275 Command (pid 4010319) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 4010319) 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, 4a27f299-5f74-4f8b-921b-1295750865d7, localhost:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4a27f299-5f74-4f8b-921b-1295750865d7, localhost:17270): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4a27f299-5f74-4f8b-921b-1295750865d7, localhost:17270): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 17270 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:17270, 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:17270
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydb/ydb -e grpc://localhost:17270 -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/chc4/000487/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17270', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4011493
DEBUG    ya.test:process.py:259 Command (pid 4011493) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4011493) elapsed time (sec): 0.4935147762298584
DEBUG    ya.test:process.py:263 Command (pid 4011493) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) maxrss: 172180
DEBUG    ya.test:process.py:263 Command (pid 4011493) minflt: 3538
DEBUG    ya.test:process.py:263 Command (pid 4011493) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 4011493) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) nvcsw: 164
DEBUG    ya.test:process.py:263 Command (pid 4011493) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4011493) stime: 0.025098
DEBUG    ya.test:process.py:263 Command (pid 4011493) utime: 0.055215999999999994
DEBUG    ya.test:process.py:263 Command (pid 4011493) wtime: 0.494
DEBUG    ya.test:process.py:275 Command (pid 4011493) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 4011493) 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/chc4/000487/ydb/apps/ydb/ydb -e grpc://localhost:17270 -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/chc4/000487/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17270', '-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: 4011968
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 4011968) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4011968) elapsed time (sec): 30.1696879863739
DEBUG    ya.test:process.py:263 Command (pid 4011968) wtime: 30.171
DEBUG    ya.test:process.py:275 Command (pid 4011968) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    400	400	0	0	22	41	60	64
2	    423	423	0	0	22	33	39	46
3	    488	488	0	0	20	24	26	28
4	    463	463	0	0	20	30	33	38
5	    482	482	0	0	20	23	24	25
6	    488	488	0	0	20	21	21	23
7	    488	488	0	0	20	20	21	21
8	    487	487	0	0	20	20	21	21
9	    487	487	0	0	20	20	21	22
10	    489	489	0	0	20	20	20	21
11	    488	488	0	0	20	20	21	22
12	    487	487	0	0	20	21	21	21
13	    488	488	0	0	20	20	21	21
14	    488	488	0	0	20	21	21	21
15	    486	486	0	0	20	21	22	23
16	    488	488	0	0	20	20	21	22
17	    487	487	0	0	20	21	21	21
18	    487	487	0	0	20	20	21	21
19	    488	488	0	0	20	21	21	21
20	    489	489	0	0	20	20	21	25
21	    486	486	0	0	20	20	21	22
22	    488	488	0	0	20	21	22	23
23	    487	487	0	0	20	21	21	23
24	    474	474	0	0	20	23	42	45
25	    488	488	0	0	20	21	21	22
26	    487	487	0	0	20	21	26	29
27	    488	488	0	0	20	20	21	23
28	    466	466	0	0	20	20	66	67
29	    488	488	0	0	20	20	21	22
30	    498	498	0	0	20	20	21	21

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14421	480.7	0	0	20	22	30	67

DEBUG    ya.test:process.py:276 Command (pid 4011968) 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, d8ddc568-5d0b-42b1-949b-652b17c995e5, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d8ddc568-5d0b-42b1-949b-652b17c995e5, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d8ddc568-5d0b-42b1-949b-652b17c995e5, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 8e9c89e1-cdaf-4f22-9ca3-c638380410fc, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 8e9c89e1-cdaf-4f22-9ca3-c638380410fc, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 8e9c89e1-cdaf-4f22-9ca3-c638380410fc, ghrun-xdf3pi3ede.auto.internal:17270): 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=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 998ee630-b5de-4e84-9464-4f1dd8876896, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 998ee630-b5de-4e84-9464-4f1dd8876896, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=" 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, 998ee630-b5de-4e84-9464-4f1dd8876896, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
INFO     root:test_log_scenario.py:217 Count rows after insert 14193 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 827c4b03-2e7e-462a-a94e-4bcc86f6d508, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 827c4b03-2e7e-462a-a94e-4bcc86f6d508, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=" 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, 827c4b03-2e7e-462a-a94e-4bcc86f6d508, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2021cc89-e57b-4c9b-9b69-f4fcfcd4c9f8, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2021cc89-e57b-4c9b-9b69-f4fcfcd4c9f8, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=" 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, 2021cc89-e57b-4c9b-9b69-f4fcfcd4c9f8, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
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/chc4/000487/ydb/apps/ydb/ydb -e grpc://localhost:17270 -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=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydb/ydb -e grpc://localhost:17270 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydb/ydb -e grpc://localhost:17270 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f08a6e7a-2829-4604-8ba6-759148afce16, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f08a6e7a-2829-4604-8ba6-759148afce16, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=" 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, bea21f6f-2054-48e6-8da9-4668dd4c1a47, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17270', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bea21f6f-2054-48e6-8da9-4668dd4c1a47, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f08a6e7a-2829-4604-8ba6-759148afce16, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 4033069
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17270', '-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/chc4/000487/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17270', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4033070
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bea21f6f-2054-48e6-8da9-4668dd4c1a47, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=M2JjNWIzMzktZDAzZTJjYTYtYWY5MGQyZjUtZWQxMDQzMGU=" node_id: 1 }
DEBUG    ya.test:process.py:628 Command pid: 4033072
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 5e1b9279-73d6-4d61-a948-8559f1aa6fdf, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 5e1b9279-73d6-4d61-a948-8559f1aa6fdf, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=M2JjNWIzMzktZDAzZTJjYTYtYWY5MGQyZjUtZWQxMDQzMGU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 5e1b9279-73d6-4d61-a948-8559f1aa6fdf, ghrun-xdf3pi3ede.auto.internal:17270): 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=M2JjNWIzMzktZDAzZTJjYTYtYWY5MGQyZjUtZWQxMDQzMGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 64ce267b-b895-4a25-b2f9-4bdc889304de, ghrun-xdf3pi3ede.auto.internal:17270): 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, 64ce267b-b895-4a25-b2f9-4bdc889304de, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=M2JjNWIzMzktZDAzZTJjYTYtYWY5MGQyZjUtZWQxMDQzMGU=" 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, 9791565b-7e45-4763-a019-bb0bac664a75, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9791565b-7e45-4763-a019-bb0bac664a75, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 64ce267b-b895-4a25-b2f9-4bdc889304de, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9791565b-7e45-4763-a019-bb0bac664a75, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZGIxNDM1ZWUtZjU3ODRmN2UtMmRjZmRjZTUtZjljM2YyOWQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, ae910b82-b053-4fc9-8040-23661b0084fc, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, ae910b82-b053-4fc9-8040-23661b0084fc, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ZGIxNDM1ZWUtZjU3ODRmN2UtMmRjZmRjZTUtZjljM2YyOWQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, ae910b82-b053-4fc9-8040-23661b0084fc, ghrun-xdf3pi3ede.auto.internal:17270): 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=ZGIxNDM1ZWUtZjU3ODRmN2UtMmRjZmRjZTUtZjljM2YyOWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aa785dc4-5294-46c1-b511-b5a670454e76, ghrun-xdf3pi3ede.auto.internal:17270): 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, aa785dc4-5294-46c1-b511-b5a670454e76, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ZGIxNDM1ZWUtZjU3ODRmN2UtMmRjZmRjZTUtZjljM2YyOWQ=" 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, 6c0c5902-3505-4da9-98dc-c78790c6a932, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6c0c5902-3505-4da9-98dc-c78790c6a932, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, aa785dc4-5294-46c1-b511-b5a670454e76, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6c0c5902-3505-4da9-98dc-c78790c6a932, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MThlNjQ4YTItN2FmZWI4Y2MtYjIxMTg0OC1kYTFlYzQ1YQ==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, abf9e282-e72c-41e4-8531-f815f3de62b6, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, abf9e282-e72c-41e4-8531-f815f3de62b6, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=MThlNjQ4YTItN2FmZWI4Y2MtYjIxMTg0OC1kYTFlYzQ1YQ==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, abf9e282-e72c-41e4-8531-f815f3de62b6, ghrun-xdf3pi3ede.auto.internal:17270): 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=MThlNjQ4YTItN2FmZWI4Y2MtYjIxMTg0OC1kYTFlYzQ1YQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f6ba7a5c-6a76-4460-9e4e-3fa08e7c3def, ghrun-xdf3pi3ede.auto.internal:17270): 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, f6ba7a5c-6a76-4460-9e4e-3fa08e7c3def, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=MThlNjQ4YTItN2FmZWI4Y2MtYjIxMTg0OC1kYTFlYzQ1YQ==" 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, adae5826-b33e-41a1-b44b-57f3d08e4e41, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, adae5826-b33e-41a1-b44b-57f3d08e4e41, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f6ba7a5c-6a76-4460-9e4e-3fa08e7c3def, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, adae5826-b33e-41a1-b44b-57f3d08e4e41, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODYzMDQyNTgtZGEyMjJkOTgtZmE2ZGRhNTMtYmYyNzYwODY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, da624020-c73d-4d9c-b2c6-e13b800f245f, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, da624020-c73d-4d9c-b2c6-e13b800f245f, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODYzMDQyNTgtZGEyMjJkOTgtZmE2ZGRhNTMtYmYyNzYwODY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, da624020-c73d-4d9c-b2c6-e13b800f245f, ghrun-xdf3pi3ede.auto.internal:17270): 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=ODYzMDQyNTgtZGEyMjJkOTgtZmE2ZGRhNTMtYmYyNzYwODY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aa0edb15-8586-4518-89e3-a45c68465b82, ghrun-xdf3pi3ede.auto.internal:17270): 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, aa0edb15-8586-4518-89e3-a45c68465b82, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODYzMDQyNTgtZGEyMjJkOTgtZmE2ZGRhNTMtYmYyNzYwODY=" 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, 18f187f3-60f6-4463-ab6d-d52c7678356f, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 18f187f3-60f6-4463-ab6d-d52c7678356f, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, aa0edb15-8586-4518-89e3-a45c68465b82, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 18f187f3-60f6-4463-ab6d-d52c7678356f, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjllMzQxNTYtZjEzY2U4N2QtOTU0N2YwNTUtNzJlMGFmMmU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 691adf00-1ff4-4713-b99f-0570b2df03f1, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 691adf00-1ff4-4713-b99f-0570b2df03f1, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ZjllMzQxNTYtZjEzY2U4N2QtOTU0N2YwNTUtNzJlMGFmMmU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 691adf00-1ff4-4713-b99f-0570b2df03f1, ghrun-xdf3pi3ede.auto.internal:17270): 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=ZjllMzQxNTYtZjEzY2U4N2QtOTU0N2YwNTUtNzJlMGFmMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a4644b13-fdcc-41bb-978b-5c716e5ae7d8, ghrun-xdf3pi3ede.auto.internal:17270): 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, a4644b13-fdcc-41bb-978b-5c716e5ae7d8, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ZjllMzQxNTYtZjEzY2U4N2QtOTU0N2YwNTUtNzJlMGFmMmU=" 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, 26c47f05-b01e-4ef8-9bbf-aecc372ca20f, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 26c47f05-b01e-4ef8-9bbf-aecc372ca20f, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a4644b13-fdcc-41bb-978b-5c716e5ae7d8, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 26c47f05-b01e-4ef8-9bbf-aecc372ca20f, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZTcxMTMxYTEtMjRlMjRlMWEtZDk2YzE4ZGQtZjZmNzZjMWY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 89331175-fdf5-418e-931d-9a579ab95918, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 89331175-fdf5-418e-931d-9a579ab95918, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ZTcxMTMxYTEtMjRlMjRlMWEtZDk2YzE4ZGQtZjZmNzZjMWY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 89331175-fdf5-418e-931d-9a579ab95918, ghrun-xdf3pi3ede.auto.internal:17270): 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=ZTcxMTMxYTEtMjRlMjRlMWEtZDk2YzE4ZGQtZjZmNzZjMWY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e3ce5f9c-108c-4ce1-95d2-1374be8506f2, ghrun-xdf3pi3ede.auto.internal:17270): 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, e3ce5f9c-108c-4ce1-95d2-1374be8506f2, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ZTcxMTMxYTEtMjRlMjRlMWEtZDk2YzE4ZGQtZjZmNzZjMWY=" 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, d3554f6c-ad4d-4971-8140-bbc2fb479ff3, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d3554f6c-ad4d-4971-8140-bbc2fb479ff3, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e3ce5f9c-108c-4ce1-95d2-1374be8506f2, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d3554f6c-ad4d-4971-8140-bbc2fb479ff3, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MTE1NGIwNTAtYjg1Zjg0NDMtMzE0MDMzNTktYjY4MjVhZjM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a5975319-cf4f-4f73-8ff6-060d5337cd3a, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a5975319-cf4f-4f73-8ff6-060d5337cd3a, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=MTE1NGIwNTAtYjg1Zjg0NDMtMzE0MDMzNTktYjY4MjVhZjM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a5975319-cf4f-4f73-8ff6-060d5337cd3a, ghrun-xdf3pi3ede.auto.internal:17270): 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=MTE1NGIwNTAtYjg1Zjg0NDMtMzE0MDMzNTktYjY4MjVhZjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 874ec1d7-25ba-4947-abda-9597d882d840, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 874ec1d7-25ba-4947-abda-9597d882d840, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=MTE1NGIwNTAtYjg1Zjg0NDMtMzE0MDMzNTktYjY4MjVhZjM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 11848ba1-5a23-4b1f-8708-1807fb5c0286, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 874ec1d7-25ba-4947-abda-9597d882d840, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 11848ba1-5a23-4b1f-8708-1807fb5c0286, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 11848ba1-5a23-4b1f-8708-1807fb5c0286, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YjUwZTk4Yi04ZTU1MTk2LTQ3YTVhNjM0LWIyNGQ1Yjg4" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a3201856-7444-41a1-802e-7925775a9f34, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a3201856-7444-41a1-802e-7925775a9f34, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=YjUwZTk4Yi04ZTU1MTk2LTQ3YTVhNjM0LWIyNGQ1Yjg4" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a3201856-7444-41a1-802e-7925775a9f34, ghrun-xdf3pi3ede.auto.internal:17270): 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=YjUwZTk4Yi04ZTU1MTk2LTQ3YTVhNjM0LWIyNGQ1Yjg4
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1bbc9006-9b6e-40d1-bcae-9669160bb3f1, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1bbc9006-9b6e-40d1-bcae-9669160bb3f1, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=YjUwZTk4Yi04ZTU1MTk2LTQ3YTVhNjM0LWIyNGQ1Yjg4" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1bbc9006-9b6e-40d1-bcae-9669160bb3f1, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 08229cf4-f5c9-4dce-95d0-55946a26736b, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 08229cf4-f5c9-4dce-95d0-55946a26736b, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 08229cf4-f5c9-4dce-95d0-55946a26736b, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OGM5ZDU2YTQtODA2ZWFlN2EtOWQxZmViMDMtMzMyZWUwOGM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, c98c3b42-3608-4afc-9eb5-10bfcbbc0904, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, c98c3b42-3608-4afc-9eb5-10bfcbbc0904, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=OGM5ZDU2YTQtODA2ZWFlN2EtOWQxZmViMDMtMzMyZWUwOGM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, c98c3b42-3608-4afc-9eb5-10bfcbbc0904, ghrun-xdf3pi3ede.auto.internal:17270): 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=OGM5ZDU2YTQtODA2ZWFlN2EtOWQxZmViMDMtMzMyZWUwOGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 82d30e42-84ac-4ed1-927e-0334937554e7, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 82d30e42-84ac-4ed1-927e-0334937554e7, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=OGM5ZDU2YTQtODA2ZWFlN2EtOWQxZmViMDMtMzMyZWUwOGM=" 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, 82d30e42-84ac-4ed1-927e-0334937554e7, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8e9c89e1-cdaf-4f22-9ca3-c638380410fc, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.446678616+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5e1b9279-73d6-4d61-a948-8559f1aa6fdf, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.446891807+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ae910b82-b053-4fc9-8040-23661b0084fc, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.446919148+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, abf9e282-e72c-41e4-8531-f815f3de62b6, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.446945213+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, da624020-c73d-4d9c-b2c6-e13b800f245f, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.446983594+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:17270
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 691adf00-1ff4-4713-b99f-0570b2df03f1, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.447009208+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:17270
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 89331175-fdf5-418e-931d-9a579ab95918, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.447044882+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a5975319-cf4f-4f73-8ff6-060d5337cd3a, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.447085726+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a3201856-7444-41a1-802e-7925775a9f34, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.447121517+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c98c3b42-3608-4afc-9eb5-10bfcbbc0904, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.447147951+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f08a6e7a-2829-4604-8ba6-759148afce16, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.446867526+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 64ce267b-b895-4a25-b2f9-4bdc889304de, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.446906267+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, aa785dc4-5294-46c1-b511-b5a670454e76, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.446932674+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:17270
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f6ba7a5c-6a76-4460-9e4e-3fa08e7c3def, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.446966817+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:17270
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, aa0edb15-8586-4518-89e3-a45c68465b82, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.446997647+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:17270
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a4644b13-fdcc-41bb-978b-5c716e5ae7d8, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.447031437+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e3ce5f9c-108c-4ce1-95d2-1374be8506f2, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.447069984+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 874ec1d7-25ba-4947-abda-9597d882d840, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.44710741+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1bbc9006-9b6e-40d1-bcae-9669160bb3f1, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.447135946+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 82d30e42-84ac-4ed1-927e-0334937554e7, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.447159209+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:17270
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17270
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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.connection:connection.py:549 Closing channel for endpoint localhost:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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 4033069) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 4033070) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4033069) elapsed time (sec): 30.139080286026
DEBUG    ya.test:process.py:260 Command (pid 4033070) elapsed time (sec): 30.136611461639404
DEBUG    ya.test:process.py:259 Command (pid 4033072) rc: 0
DEBUG    ya.test:process.py:263 Command (pid 4033069) wtime: 30.142
DEBUG    ya.test:process.py:263 Command (pid 4033070) wtime: 30.139
DEBUG    ya.test:process.py:260 Command (pid 4033072) elapsed time (sec): 30.13556694984436
DEBUG    ya.test:process.py:275 Command (pid 4033069) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     87	87	0	0	57	337	367	371
2	    216	216	0	0	44	57	60	71
3	    211	211	0	0	45	69	84	86
4	      0	0	0	1239	0	0	0	0
5	      0	0	0	2630	0	0	0	0
6	      0	0	0	2630	0	0	0	0
7	      0	0	0	2720	0	0	0	0
8	      0	0	0	2430	0	0	0	0
9	      0	0	0	2730	0	0	0	0
10	      0	0	0	2630	0	0	0	0
11	      0	0	0	2390	0	0	0	0
12	      0	0	0	2270	0	0	0	0
13	      0	0	0	2110	0	0	0	0
14	      0	0	0	2020	0	0	0	0
15	      0	0	0	2039	0	0	0	0
16	      0	0	0	1850	0	0	0	0
17	      0	0	0	2210	0	0	0	0
18	      0	0	0	2550	0	0	0	0
19	      0	0	0	2510	0	0	0	0
20	      0	0	0	2340	0	0	0	0
21	      0	0	0	2606	0	0	0	0
22	      0	0	0	2440	0	0	0	0
23	      0	0	0	1970	0	0	0	0
24	      0	0	0	2360	0	0	0	0
25	      0	0	0	2510	0	0	0	0
26	      0	0	0	2520	0	0	0	0
27	      0	0	0	2560	0	0	0	0
28	      0	0	0	2549	0	0	0	0
29	      0	0	0	2661	0	0	0	0
30	      0	0	0	2250	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    514	17.1333	0	63724	46	107	331	371

DEBUG    ya.test:process.py:275 Command (pid 4033070) 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	1260	0	0	0	0
5	      0	0	0	2630	0	0	0	0
6	      0	0	0	2620	0	0	0	0
7	      0	0	0	2720	0	0	0	0
8	      0	0	0	2429	0	0	0	0
9	      0	0	0	2740	0	0	0	0
10	      0	0	0	2620	0	0	0	0
11	      0	0	0	2410	0	0	0	0
12	      0	0	0	2280	0	0	0	0
13	      0	0	0	2110	0	0	0	0
14	      0	0	0	2020	0	0	0	0
15	      0	0	0	2040	0	0	0	0
16	      0	0	0	1860	0	0	0	0
17	      0	0	0	2220	0	0	0	0
18	      0	0	0	2540	0	0	0	0
19	      0	0	0	2510	0	0	0	0
20	      0	0	0	2350	0	0	0	0
21	      0	0	0	2610	0	0	0	0
22	      0	0	0	2430	0	0	0	0
23	      0	0	0	1960	0	0	0	0
24	      0	0	0	2360	0	0	0	0
25	      0	0	0	2510	0	0	0	0
26	      0	0	0	2520	0	0	0	0
27	      0	0	0	2580	0	0	0	0
28	      0	0	0	2558	0	0	0	0
29	      0	0	0	2671	0	0	0	0
30	      0	0	0	2250	0	0	0	0

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

DEBUG    ya.test:process.py:263 Command (pid 4033072) wtime: 30.137
DEBUG    ya.test:process.py:276 Command (pid 4033069) errors:

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

DEBUG    ya.test:process.py:275 Command (pid 4033072) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     59	59	0	0	75	413	457	459
2	    170	170	0	0	59	71	75	79
3	    162	162	0	0	60	80	93	107
4	      1	1	0	1260	50	50	50	50
5	      0	0	0	2620	0	0	0	0
6	      0	0	0	2610	0	0	0	0
7	      0	0	0	2719	0	0	0	0
8	      0	0	0	2431	0	0	0	0
9	      0	0	0	2740	0	0	0	0
10	      0	0	0	2630	0	0	0	0
11	      0	0	0	2410	0	0	0	0
12	      0	0	0	2280	0	0	0	0
13	      0	0	0	2100	0	0	0	0
14	      0	0	0	2020	0	0	0	0
15	      0	0	0	2042	0	0	0	0
16	      0	0	0	1848	0	0	0	0
17	      0	0	0	2210	0	0	0	0
18	      0	0	0	2550	0	0	0	0
19	      0	0	0	2510	0	0	0	0
20	      0	0	0	2350	0	0	0	0
21	      0	0	0	2620	0	0	0	0
22	      0	0	0	2440	0	0	0	0
23	      0	0	0	1970	0	0	0	0
24	      0	0	0	2360	0	0	0	0
25	      0	0	0	2510	0	0	0	0
26	      0	0	0	2520	0	0	0	0
27	      0	0	0	2580	0	0	0	0
28	      0	0	0	2560	0	0	0	0
29	      0	0	0	2660	0	0	0	0
30	      0	0	0	2250	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    392	13.0667	0	63800	60	107	373	459

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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.
---------------------------- 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:17270
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/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.4006108' in '/home/runner/.ya/build/build_root/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_belsi8ho.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:17270/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2697
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28659
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21229
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17270
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10018
=================================== 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/chc4/000487/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4004915
DEBUG    ya.test:process.py:259 Command (pid 4004915) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4004915) elapsed time (sec): 1.2770936489105225
DEBUG    ya.test:process.py:263 Command (pid 4004915) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) maxrss: 545504
DEBUG    ya.test:process.py:263 Command (pid 4004915) minflt: 16245
DEBUG    ya.test:process.py:263 Command (pid 4004915) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) nivcsw: 67
DEBUG    ya.test:process.py:263 Command (pid 4004915) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4004915) nvcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 4004915) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4004915) stime: 1.077164
DEBUG    ya.test:process.py:263 Command (pid 4004915) utime: 0.132279
DEBUG    ya.test:process.py:263 Command (pid 4004915) wtime: 1.279
DEBUG    ya.test:process.py:275 Command (pid 4004915) 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 4004915) 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/chc4/000487/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10018
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/chc4/000487/r3tmp/kikimr_cluster_x37c9dia
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17270
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21229
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28659
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2697
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/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/chc4/000487/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/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_belsi8ho.log --grpc-port=17270 --mon-port=21229 --ic-port=10018
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:17270/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/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/chc4/000487/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/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_belsi8ho.log --grpc-port=17270 --mon-port=21229 --ic-port=10018
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/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/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/logfile_belsi8ho.log', '--grpc-port=17270', '--mon-port=21229', '--ic-port=10018')' in '/home/runner/.ya/build/build_root/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 4006108
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:17270/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/chc4/000487/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4006119
DEBUG    ya.test:process.py:259 Command (pid 4006119) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4006119) elapsed time (sec): 1.1897828578948975
DEBUG    ya.test:process.py:263 Command (pid 4006119) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) maxrss: 545476
DEBUG    ya.test:process.py:263 Command (pid 4006119) minflt: 16246
DEBUG    ya.test:process.py:263 Command (pid 4006119) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) nivcsw: 97
DEBUG    ya.test:process.py:263 Command (pid 4006119) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4006119) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 4006119) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4006119) stime: 1.003042
DEBUG    ya.test:process.py:263 Command (pid 4006119) utime: 0.124873
DEBUG    ya.test:process.py:263 Command (pid 4006119) wtime: 1.196
DEBUG    ya.test:process.py:275 Command (pid 4006119) 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 4006119) 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/chc4/000487/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:17270', '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: 10018\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/chc4/000487/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:17270', '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: 10018\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4009479
DEBUG    ya.test:process.py:259 Command (pid 4009479) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4009479) elapsed time (sec): 0.6627681255340576
DEBUG    ya.test:process.py:263 Command (pid 4009479) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) maxrss: 553752
DEBUG    ya.test:process.py:263 Command (pid 4009479) minflt: 18386
DEBUG    ya.test:process.py:263 Command (pid 4009479) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) nivcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 4009479) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4009479) nvcsw: 124
DEBUG    ya.test:process.py:263 Command (pid 4009479) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4009479) stime: 0.492975
DEBUG    ya.test:process.py:263 Command (pid 4009479) utime: 0.12533
DEBUG    ya.test:process.py:263 Command (pid 4009479) wtime: 0.664
DEBUG    ya.test:process.py:275 Command (pid 4009479) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:17270', '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/chc4/000487/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:17270', '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: 4010319
DEBUG    ya.test:process.py:259 Command (pid 4010319) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4010319) elapsed time (sec): 0.8424789905548096
DEBUG    ya.test:process.py:263 Command (pid 4010319) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) maxrss: 553756
DEBUG    ya.test:process.py:263 Command (pid 4010319) minflt: 18381
DEBUG    ya.test:process.py:263 Command (pid 4010319) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) nivcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 4010319) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4010319) nvcsw: 131
DEBUG    ya.test:process.py:263 Command (pid 4010319) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4010319) stime: 0.69221
DEBUG    ya.test:process.py:263 Command (pid 4010319) utime: 0.104767
DEBUG    ya.test:process.py:263 Command (pid 4010319) wtime: 0.846
DEBUG    ya.test:process.py:275 Command (pid 4010319) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 4010319) 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, 4a27f299-5f74-4f8b-921b-1295750865d7, localhost:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4a27f299-5f74-4f8b-921b-1295750865d7, localhost:17270): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4a27f299-5f74-4f8b-921b-1295750865d7, localhost:17270): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-xdf3pi3ede.auto.internal" port: 17270 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:17270, 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:17270
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydb/ydb -e grpc://localhost:17270 -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/chc4/000487/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17270', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4011493
DEBUG    ya.test:process.py:259 Command (pid 4011493) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4011493) elapsed time (sec): 0.4935147762298584
DEBUG    ya.test:process.py:263 Command (pid 4011493) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) maxrss: 172180
DEBUG    ya.test:process.py:263 Command (pid 4011493) minflt: 3538
DEBUG    ya.test:process.py:263 Command (pid 4011493) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) nivcsw: 28
DEBUG    ya.test:process.py:263 Command (pid 4011493) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4011493) nvcsw: 164
DEBUG    ya.test:process.py:263 Command (pid 4011493) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4011493) stime: 0.025098
DEBUG    ya.test:process.py:263 Command (pid 4011493) utime: 0.055215999999999994
DEBUG    ya.test:process.py:263 Command (pid 4011493) wtime: 0.494
DEBUG    ya.test:process.py:275 Command (pid 4011493) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 4011493) 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/chc4/000487/ydb/apps/ydb/ydb -e grpc://localhost:17270 -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/chc4/000487/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17270', '-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: 4011968
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 4011968) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4011968) elapsed time (sec): 30.1696879863739
DEBUG    ya.test:process.py:263 Command (pid 4011968) wtime: 30.171
DEBUG    ya.test:process.py:275 Command (pid 4011968) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    400	400	0	0	22	41	60	64
2	    423	423	0	0	22	33	39	46
3	    488	488	0	0	20	24	26	28
4	    463	463	0	0	20	30	33	38
5	    482	482	0	0	20	23	24	25
6	    488	488	0	0	20	21	21	23
7	    488	488	0	0	20	20	21	21
8	    487	487	0	0	20	20	21	21
9	    487	487	0	0	20	20	21	22
10	    489	489	0	0	20	20	20	21
11	    488	488	0	0	20	20	21	22
12	    487	487	0	0	20	21	21	21
13	    488	488	0	0	20	20	21	21
14	    488	488	0	0	20	21	21	21
15	    486	486	0	0	20	21	22	23
16	    488	488	0	0	20	20	21	22
17	    487	487	0	0	20	21	21	21
18	    487	487	0	0	20	20	21	21
19	    488	488	0	0	20	21	21	21
20	    489	489	0	0	20	20	21	25
21	    486	486	0	0	20	20	21	22
22	    488	488	0	0	20	21	22	23
23	    487	487	0	0	20	21	21	23
24	    474	474	0	0	20	23	42	45
25	    488	488	0	0	20	21	21	22
26	    487	487	0	0	20	21	26	29
27	    488	488	0	0	20	20	21	23
28	    466	466	0	0	20	20	66	67
29	    488	488	0	0	20	20	21	22
30	    498	498	0	0	20	20	21	21

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  14421	480.7	0	0	20	22	30	67

DEBUG    ya.test:process.py:276 Command (pid 4011968) 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, d8ddc568-5d0b-42b1-949b-652b17c995e5, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d8ddc568-5d0b-42b1-949b-652b17c995e5, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d8ddc568-5d0b-42b1-949b-652b17c995e5, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 8e9c89e1-cdaf-4f22-9ca3-c638380410fc, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 8e9c89e1-cdaf-4f22-9ca3-c638380410fc, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 8e9c89e1-cdaf-4f22-9ca3-c638380410fc, ghrun-xdf3pi3ede.auto.internal:17270): 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=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 998ee630-b5de-4e84-9464-4f1dd8876896, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 998ee630-b5de-4e84-9464-4f1dd8876896, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=" 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, 998ee630-b5de-4e84-9464-4f1dd8876896, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
INFO     root:test_log_scenario.py:217 Count rows after insert 14193 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 827c4b03-2e7e-462a-a94e-4bcc86f6d508, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 827c4b03-2e7e-462a-a94e-4bcc86f6d508, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=" 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, 827c4b03-2e7e-462a-a94e-4bcc86f6d508, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2021cc89-e57b-4c9b-9b69-f4fcfcd4c9f8, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2021cc89-e57b-4c9b-9b69-f4fcfcd4c9f8, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=" 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, 2021cc89-e57b-4c9b-9b69-f4fcfcd4c9f8, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
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/chc4/000487/ydb/apps/ydb/ydb -e grpc://localhost:17270 -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=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydb/ydb -e grpc://localhost:17270 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.1
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydb/ydb -e grpc://localhost:17270 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f08a6e7a-2829-4604-8ba6-759148afce16, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f08a6e7a-2829-4604-8ba6-759148afce16, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODQ5MTE1MzUtOTRiYzQ4OWYtNTc5MTBhZWQtYTc2MzMzOWU=" 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, bea21f6f-2054-48e6-8da9-4668dd4c1a47, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17270', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, bea21f6f-2054-48e6-8da9-4668dd4c1a47, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f08a6e7a-2829-4604-8ba6-759148afce16, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:628 Command pid: 4033069
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/chc4/000487/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17270', '-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/chc4/000487/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:17270', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4033070
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, bea21f6f-2054-48e6-8da9-4668dd4c1a47, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=M2JjNWIzMzktZDAzZTJjYTYtYWY5MGQyZjUtZWQxMDQzMGU=" node_id: 1 }
DEBUG    ya.test:process.py:628 Command pid: 4033072
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 5e1b9279-73d6-4d61-a948-8559f1aa6fdf, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 5e1b9279-73d6-4d61-a948-8559f1aa6fdf, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=M2JjNWIzMzktZDAzZTJjYTYtYWY5MGQyZjUtZWQxMDQzMGU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 5e1b9279-73d6-4d61-a948-8559f1aa6fdf, ghrun-xdf3pi3ede.auto.internal:17270): 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=M2JjNWIzMzktZDAzZTJjYTYtYWY5MGQyZjUtZWQxMDQzMGU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 64ce267b-b895-4a25-b2f9-4bdc889304de, ghrun-xdf3pi3ede.auto.internal:17270): 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, 64ce267b-b895-4a25-b2f9-4bdc889304de, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=M2JjNWIzMzktZDAzZTJjYTYtYWY5MGQyZjUtZWQxMDQzMGU=" 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, 9791565b-7e45-4763-a019-bb0bac664a75, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9791565b-7e45-4763-a019-bb0bac664a75, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 64ce267b-b895-4a25-b2f9-4bdc889304de, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9791565b-7e45-4763-a019-bb0bac664a75, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZGIxNDM1ZWUtZjU3ODRmN2UtMmRjZmRjZTUtZjljM2YyOWQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, ae910b82-b053-4fc9-8040-23661b0084fc, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, ae910b82-b053-4fc9-8040-23661b0084fc, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ZGIxNDM1ZWUtZjU3ODRmN2UtMmRjZmRjZTUtZjljM2YyOWQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, ae910b82-b053-4fc9-8040-23661b0084fc, ghrun-xdf3pi3ede.auto.internal:17270): 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=ZGIxNDM1ZWUtZjU3ODRmN2UtMmRjZmRjZTUtZjljM2YyOWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aa785dc4-5294-46c1-b511-b5a670454e76, ghrun-xdf3pi3ede.auto.internal:17270): 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, aa785dc4-5294-46c1-b511-b5a670454e76, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ZGIxNDM1ZWUtZjU3ODRmN2UtMmRjZmRjZTUtZjljM2YyOWQ=" 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, 6c0c5902-3505-4da9-98dc-c78790c6a932, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6c0c5902-3505-4da9-98dc-c78790c6a932, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, aa785dc4-5294-46c1-b511-b5a670454e76, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 6c0c5902-3505-4da9-98dc-c78790c6a932, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MThlNjQ4YTItN2FmZWI4Y2MtYjIxMTg0OC1kYTFlYzQ1YQ==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, abf9e282-e72c-41e4-8531-f815f3de62b6, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, abf9e282-e72c-41e4-8531-f815f3de62b6, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=MThlNjQ4YTItN2FmZWI4Y2MtYjIxMTg0OC1kYTFlYzQ1YQ==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, abf9e282-e72c-41e4-8531-f815f3de62b6, ghrun-xdf3pi3ede.auto.internal:17270): 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=MThlNjQ4YTItN2FmZWI4Y2MtYjIxMTg0OC1kYTFlYzQ1YQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f6ba7a5c-6a76-4460-9e4e-3fa08e7c3def, ghrun-xdf3pi3ede.auto.internal:17270): 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, f6ba7a5c-6a76-4460-9e4e-3fa08e7c3def, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=MThlNjQ4YTItN2FmZWI4Y2MtYjIxMTg0OC1kYTFlYzQ1YQ==" 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, adae5826-b33e-41a1-b44b-57f3d08e4e41, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, adae5826-b33e-41a1-b44b-57f3d08e4e41, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f6ba7a5c-6a76-4460-9e4e-3fa08e7c3def, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, adae5826-b33e-41a1-b44b-57f3d08e4e41, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODYzMDQyNTgtZGEyMjJkOTgtZmE2ZGRhNTMtYmYyNzYwODY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, da624020-c73d-4d9c-b2c6-e13b800f245f, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, da624020-c73d-4d9c-b2c6-e13b800f245f, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODYzMDQyNTgtZGEyMjJkOTgtZmE2ZGRhNTMtYmYyNzYwODY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, da624020-c73d-4d9c-b2c6-e13b800f245f, ghrun-xdf3pi3ede.auto.internal:17270): 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=ODYzMDQyNTgtZGEyMjJkOTgtZmE2ZGRhNTMtYmYyNzYwODY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, aa0edb15-8586-4518-89e3-a45c68465b82, ghrun-xdf3pi3ede.auto.internal:17270): 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, aa0edb15-8586-4518-89e3-a45c68465b82, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ODYzMDQyNTgtZGEyMjJkOTgtZmE2ZGRhNTMtYmYyNzYwODY=" 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, 18f187f3-60f6-4463-ab6d-d52c7678356f, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 18f187f3-60f6-4463-ab6d-d52c7678356f, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, aa0edb15-8586-4518-89e3-a45c68465b82, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 18f187f3-60f6-4463-ab6d-d52c7678356f, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjllMzQxNTYtZjEzY2U4N2QtOTU0N2YwNTUtNzJlMGFmMmU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 691adf00-1ff4-4713-b99f-0570b2df03f1, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 691adf00-1ff4-4713-b99f-0570b2df03f1, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ZjllMzQxNTYtZjEzY2U4N2QtOTU0N2YwNTUtNzJlMGFmMmU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 691adf00-1ff4-4713-b99f-0570b2df03f1, ghrun-xdf3pi3ede.auto.internal:17270): 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=ZjllMzQxNTYtZjEzY2U4N2QtOTU0N2YwNTUtNzJlMGFmMmU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a4644b13-fdcc-41bb-978b-5c716e5ae7d8, ghrun-xdf3pi3ede.auto.internal:17270): 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, a4644b13-fdcc-41bb-978b-5c716e5ae7d8, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ZjllMzQxNTYtZjEzY2U4N2QtOTU0N2YwNTUtNzJlMGFmMmU=" 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, 26c47f05-b01e-4ef8-9bbf-aecc372ca20f, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 26c47f05-b01e-4ef8-9bbf-aecc372ca20f, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a4644b13-fdcc-41bb-978b-5c716e5ae7d8, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 26c47f05-b01e-4ef8-9bbf-aecc372ca20f, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZTcxMTMxYTEtMjRlMjRlMWEtZDk2YzE4ZGQtZjZmNzZjMWY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 89331175-fdf5-418e-931d-9a579ab95918, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 89331175-fdf5-418e-931d-9a579ab95918, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ZTcxMTMxYTEtMjRlMjRlMWEtZDk2YzE4ZGQtZjZmNzZjMWY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 89331175-fdf5-418e-931d-9a579ab95918, ghrun-xdf3pi3ede.auto.internal:17270): 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=ZTcxMTMxYTEtMjRlMjRlMWEtZDk2YzE4ZGQtZjZmNzZjMWY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e3ce5f9c-108c-4ce1-95d2-1374be8506f2, ghrun-xdf3pi3ede.auto.internal:17270): 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, e3ce5f9c-108c-4ce1-95d2-1374be8506f2, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=ZTcxMTMxYTEtMjRlMjRlMWEtZDk2YzE4ZGQtZjZmNzZjMWY=" 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, d3554f6c-ad4d-4971-8140-bbc2fb479ff3, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d3554f6c-ad4d-4971-8140-bbc2fb479ff3, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e3ce5f9c-108c-4ce1-95d2-1374be8506f2, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d3554f6c-ad4d-4971-8140-bbc2fb479ff3, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MTE1NGIwNTAtYjg1Zjg0NDMtMzE0MDMzNTktYjY4MjVhZjM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a5975319-cf4f-4f73-8ff6-060d5337cd3a, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a5975319-cf4f-4f73-8ff6-060d5337cd3a, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=MTE1NGIwNTAtYjg1Zjg0NDMtMzE0MDMzNTktYjY4MjVhZjM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a5975319-cf4f-4f73-8ff6-060d5337cd3a, ghrun-xdf3pi3ede.auto.internal:17270): 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=MTE1NGIwNTAtYjg1Zjg0NDMtMzE0MDMzNTktYjY4MjVhZjM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 874ec1d7-25ba-4947-abda-9597d882d840, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 874ec1d7-25ba-4947-abda-9597d882d840, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=MTE1NGIwNTAtYjg1Zjg0NDMtMzE0MDMzNTktYjY4MjVhZjM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 11848ba1-5a23-4b1f-8708-1807fb5c0286, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 874ec1d7-25ba-4947-abda-9597d882d840, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 11848ba1-5a23-4b1f-8708-1807fb5c0286, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 11848ba1-5a23-4b1f-8708-1807fb5c0286, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YjUwZTk4Yi04ZTU1MTk2LTQ3YTVhNjM0LWIyNGQ1Yjg4" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a3201856-7444-41a1-802e-7925775a9f34, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a3201856-7444-41a1-802e-7925775a9f34, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=YjUwZTk4Yi04ZTU1MTk2LTQ3YTVhNjM0LWIyNGQ1Yjg4" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a3201856-7444-41a1-802e-7925775a9f34, ghrun-xdf3pi3ede.auto.internal:17270): 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=YjUwZTk4Yi04ZTU1MTk2LTQ3YTVhNjM0LWIyNGQ1Yjg4
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1bbc9006-9b6e-40d1-bcae-9669160bb3f1, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1bbc9006-9b6e-40d1-bcae-9669160bb3f1, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=YjUwZTk4Yi04ZTU1MTk2LTQ3YTVhNjM0LWIyNGQ1Yjg4" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1bbc9006-9b6e-40d1-bcae-9669160bb3f1, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 08229cf4-f5c9-4dce-95d0-55946a26736b, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 08229cf4-f5c9-4dce-95d0-55946a26736b, ghrun-xdf3pi3ede.auto.internal:17270): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 08229cf4-f5c9-4dce-95d0-55946a26736b, ghrun-xdf3pi3ede.auto.internal:17270): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OGM5ZDU2YTQtODA2ZWFlN2EtOWQxZmViMDMtMzMyZWUwOGM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, c98c3b42-3608-4afc-9eb5-10bfcbbc0904, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, c98c3b42-3608-4afc-9eb5-10bfcbbc0904, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=OGM5ZDU2YTQtODA2ZWFlN2EtOWQxZmViMDMtMzMyZWUwOGM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, c98c3b42-3608-4afc-9eb5-10bfcbbc0904, ghrun-xdf3pi3ede.auto.internal:17270): 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=OGM5ZDU2YTQtODA2ZWFlN2EtOWQxZmViMDMtMzMyZWUwOGM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 82d30e42-84ac-4ed1-927e-0334937554e7, ghrun-xdf3pi3ede.auto.internal:17270): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 82d30e42-84ac-4ed1-927e-0334937554e7, ghrun-xdf3pi3ede.auto.internal:17270): request = { session_id: "ydb://session/3?node_id=1&id=OGM5ZDU2YTQtODA2ZWFlN2EtOWQxZmViMDMtMzMyZWUwOGM=" 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, 82d30e42-84ac-4ed1-927e-0334937554e7, ghrun-xdf3pi3ede.auto.internal:17270): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 8e9c89e1-cdaf-4f22-9ca3-c638380410fc, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.446678616+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5e1b9279-73d6-4d61-a948-8559f1aa6fdf, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.446891807+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ae910b82-b053-4fc9-8040-23661b0084fc, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.446919148+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, abf9e282-e72c-41e4-8531-f815f3de62b6, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.446945213+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, da624020-c73d-4d9c-b2c6-e13b800f245f, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.446983594+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:17270
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 691adf00-1ff4-4713-b99f-0570b2df03f1, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.447009208+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:17270
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 89331175-fdf5-418e-931d-9a579ab95918, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.447044882+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a5975319-cf4f-4f73-8ff6-060d5337cd3a, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.447085726+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a3201856-7444-41a1-802e-7925775a9f34, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.447121517+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c98c3b42-3608-4afc-9eb5-10bfcbbc0904, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:17270 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.447147951+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f08a6e7a-2829-4604-8ba6-759148afce16, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.446867526+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 64ce267b-b895-4a25-b2f9-4bdc889304de, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.446906267+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, aa785dc4-5294-46c1-b511-b5a670454e76, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.446932674+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:17270
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f6ba7a5c-6a76-4460-9e4e-3fa08e7c3def, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.446966817+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:17270
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, aa0edb15-8586-4518-89e3-a45c68465b82, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.446997647+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:17270
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a4644b13-fdcc-41bb-978b-5c716e5ae7d8, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.447031437+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e3ce5f9c-108c-4ce1-95d2-1374be8506f2, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.447069984+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 874ec1d7-25ba-4947-abda-9597d882d840, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.44710741+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1bbc9006-9b6e-40d1-bcae-9669160bb3f1, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T15:29:52.447135946+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 82d30e42-84ac-4ed1-927e-0334937554e7, ghrun-xdf3pi3ede.auto.internal:17270): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-21T15:29:52.447159209+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:17270
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-xdf3pi3ede.auto.internal:17270
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17270
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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.connection:connection.py:549 Closing channel for endpoint localhost:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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 4033069) rc: 0
DEBUG    ya.test:process.py:259 Command (pid 4033070) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4033069) elapsed time (sec): 30.139080286026
DEBUG    ya.test:process.py:260 Command (pid 4033070) elapsed time (sec): 30.136611461639404
DEBUG    ya.test:process.py:259 Command (pid 4033072) rc: 0
DEBUG    ya.test:process.py:263 Command (pid 4033069) wtime: 30.142
DEBUG    ya.test:process.py:263 Command (pid 4033070) wtime: 30.139
DEBUG    ya.test:process.py:260 Command (pid 4033072) elapsed time (sec): 30.13556694984436
DEBUG    ya.test:process.py:275 Command (pid 4033069) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     87	87	0	0	57	337	367	371
2	    216	216	0	0	44	57	60	71
3	    211	211	0	0	45	69	84	86
4	      0	0	0	1239	0	0	0	0
5	      0	0	0	2630	0	0	0	0
6	      0	0	0	2630	0	0	0	0
7	      0	0	0	2720	0	0	0	0
8	      0	0	0	2430	0	0	0	0
9	      0	0	0	2730	0	0	0	0
10	      0	0	0	2630	0	0	0	0
11	      0	0	0	2390	0	0	0	0
12	      0	0	0	2270	0	0	0	0
13	      0	0	0	2110	0	0	0	0
14	      0	0	0	2020	0	0	0	0
15	      0	0	0	2039	0	0	0	0
16	      0	0	0	1850	0	0	0	0
17	      0	0	0	2210	0	0	0	0
18	      0	0	0	2550	0	0	0	0
19	      0	0	0	2510	0	0	0	0
20	      0	0	0	2340	0	0	0	0
21	      0	0	0	2606	0	0	0	0
22	      0	0	0	2440	0	0	0	0
23	      0	0	0	1970	0	0	0	0
24	      0	0	0	2360	0	0	0	0
25	      0	0	0	2510	0	0	0	0
26	      0	0	0	2520	0	0	0	0
27	      0	0	0	2560	0	0	0	0
28	      0	0	0	2549	0	0	0	0
29	      0	0	0	2661	0	0	0	0
30	      0	0	0	2250	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    514	17.1333	0	63724	46	107	331	371

DEBUG    ya.test:process.py:275 Command (pid 4033070) 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	1260	0	0	0	0
5	      0	0	0	2630	0	0	0	0
6	      0	0	0	2620	0	0	0	0
7	      0	0	0	2720	0	0	0	0
8	      0	0	0	2429	0	0	0	0
9	      0	0	0	2740	0	0	0	0
10	      0	0	0	2620	0	0	0	0
11	      0	0	0	2410	0	0	0	0
12	      0	0	0	2280	0	0	0	0
13	      0	0	0	2110	0	0	0	0
14	      0	0	0	2020	0	0	0	0
15	      0	0	0	2040	0	0	0	0
16	      0	0	0	1860	0	0	0	0
17	      0	0	0	2220	0	0	0	0
18	      0	0	0	2540	0	0	0	0
19	      0	0	0	2510	0	0	0	0
20	      0	0	0	2350	0	0	0	0
21	      0	0	0	2610	0	0	0	0
22	      0	0	0	2430	0	0	0	0
23	      0	0	0	1960	0	0	0	0
24	      0	0	0	2360	0	0	0	0
25	      0	0	0	2510	0	0	0	0
26	      0	0	0	2520	0	0	0	0
27	      0	0	0	2580	0	0	0	0
28	      0	0	0	2558	0	0	0	0
29	      0	0	0	2671	0	0	0	0
30	      0	0	0	2250	0	0	0	0

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

DEBUG    ya.test:process.py:263 Command (pid 4033072) wtime: 30.137
DEBUG    ya.test:process.py:276 Command (pid 4033069) errors:

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

DEBUG    ya.test:process.py:275 Command (pid 4033072) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     59	59	0	0	75	413	457	459
2	    170	170	0	0	59	71	75	79
3	    162	162	0	0	60	80	93	107
4	      1	1	0	1260	50	50	50	50
5	      0	0	0	2620	0	0	0	0
6	      0	0	0	2610	0	0	0	0
7	      0	0	0	2719	0	0	0	0
8	      0	0	0	2431	0	0	0	0
9	      0	0	0	2740	0	0	0	0
10	      0	0	0	2630	0	0	0	0
11	      0	0	0	2410	0	0	0	0
12	      0	0	0	2280	0	0	0	0
13	      0	0	0	2100	0	0	0	0
14	      0	0	0	2020	0	0	0	0
15	      0	0	0	2042	0	0	0	0
16	      0	0	0	1848	0	0	0	0
17	      0	0	0	2210	0	0	0	0
18	      0	0	0	2550	0	0	0	0
19	      0	0	0	2510	0	0	0	0
20	      0	0	0	2350	0	0	0	0
21	      0	0	0	2620	0	0	0	0
22	      0	0	0	2440	0	0	0	0
23	      0	0	0	1970	0	0	0	0
24	      0	0	0	2360	0	0	0	0
25	      0	0	0	2510	0	0	0	0
26	      0	0	0	2520	0	0	0	0
27	      0	0	0	2580	0	0	0	0
28	      0	0	0	2560	0	0	0	0
29	      0	0	0	2660	0	0	0	0
30	      0	0	0	2250	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    392	13.0667	0	63800	60	107	373	459

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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:17270
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:17270". 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.
============================== slowest durations ===============================
304.46s call     test_log_scenario.py::TestLogScenario::test_log_uniform
6.13s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
0.21s 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/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_uniform/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/chc4/000487/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5/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-21T15:29:49.119264Z): source_id=111;tablet_id=72075186224037900;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA919BE5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912126
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A8528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD78EABB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F68748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6849F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD769BCD
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1438E3EB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD53E7
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2A1A3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2A1A3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F27B53
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2B517
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AC1D8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF0DA85
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74B437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB798FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79D094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79CCA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79D88E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91B83C
21. ??:0: ?? @ 0x7FC14AFBBAC2
22. ??:0: ?? @ 0x7FC14B04D8BF
============ 1 failed, 104 deselected, 1 error in 312.38s (0:05:12) ============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/chc4/000463/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 / 104 deselected / 12 selected

test_overloads.py .

============================== slowest durations ===============================
91.60s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
================= 1 passed, 104 deselected in 95.50s (0:01:35) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/chc4/000434/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 / 104 deselected / 12 selected

test_replace.py .

============================== slowest durations ===============================
6.88s setup    test_replace.py::TestReplace::test_copy_full
1.52s call     test_replace.py::TestReplace::test_copy_full

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 104 deselected in 9.49s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/chc4/00046e/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 / 104 deselected / 12 selected

test_replace.py .

============================== slowest durations ===============================
7.45s setup    test_replace.py::TestReplace::test_copy_partial
1.32s call     test_replace.py::TestReplace::test_copy_partial

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 104 deselected in 9.78s =======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/chc4/000498/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 / 104 deselected / 12 selected

test_replace.py .

============================== slowest durations ===============================
7.79s setup    test_replace.py::TestReplace::test_count
1.37s call     test_replace.py::TestReplace::test_count

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 104 deselected in 10.33s ======================
