============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xpx6/000c65/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 / 102 deselected / 14 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=OTEwMjllNDMtMWQ2MDYwYzgtNzA5YTY5ZWItMWQ4M2RkMWE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2039dc39-4b24-45a8-b212-39117fafc9df, ghrun-uclxbphiny.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2039dc39-4b24-45a8-b212-39117fafc9df, ghrun-uclxbphiny.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=OTEwMjllNDMtMWQ2MDYwYzgtNzA5YTY5ZWItMWQ4M2RkMWE=" 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, 2039dc39-4b24-45a8-b212-39117fafc9df, ghrun-uclxbphiny.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=OTEwMjllNDMtMWQ2MDYwYzgtNzA5YTY5ZWItMWQ4M2RkMWE=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
10.72s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.70s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.07s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s setup    order_by_with_limit.py::TestOrderBy::test_random

(2 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, 102 deselected in 15.68s =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xpx6/000c56/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 / 102 deselected / 14 selected

order_by_with_limit.py .
test_create.py .

============================== slowest durations ===============================
226.37s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
12.26s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting
9.77s setup    test_create.py::TestCreate::test_create_all_opt_ints
1.64s call     test_create.py::TestCreate::test_create_all_opt_ints
0.78s teardown order_by_with_limit.py::TestOrderBy::test_stress_sorting

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
================ 2 passed, 102 deselected in 254.40s (0:04:14) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xpx6/000c72/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 / 102 deselected / 14 selected

test_create.py ..

============================== slowest durations ===============================
17.99s call     test_create.py::TestCreate::test_create_decimals
13.20s setup    test_create.py::TestCreate::test_create_all_req_ints
1.77s call     test_create.py::TestCreate::test_create_all_req_ints
0.01s setup    test_create.py::TestCreate::test_create_decimals

(2 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 2 passed, 102 deselected in 36.01s ======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xpx6/000c75/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 / 102 deselected / 14 selected

test_create.py .
test_cs_many_updates.py Generated operation sequence:
  0. UPDATE: 3 operations
  1. UPSERT: 10 operations
  2. BULK_UPSERT: 1 operations
  3. UPSERT: 2 operations
  4. BULK_UPSERT: 3 operations
  5. UPDATE: 12 operations
  6. UPDATE: 16 operations
  7. UPDATE: 9 operations
  8. UPSERT: 5 operations
  9. BULK_UPSERT: 12 operations
drop table: 53.2 ms
create table: 901.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 106.9
    "min_ms": 51.5
    "median_ms": 88.5
    "max_ms": 215.1
    "stdev_ms": 51.2
select count(*) after initial inserts: 481.1 ms
updates (step 0):
    "runs": 30
    "avg_ms": 351.1
    "min_ms": 145.7
    "median_ms": 314.0
    "max_ms": 868.5
    "stdev_ms": 146.3
upserts (step 1):
    "runs": 100
    "avg_ms": 114.1
    "min_ms": 35.2
    "median_ms": 72.2
    "max_ms": 669.2
    "stdev_ms": 119.7
bulk_upserts (step 2): 211.1 ms
upserts (step 3):
    "runs": 20
    "avg_ms": 70.8
    "min_ms": 33.2
    "median_ms": 69.8
    "max_ms": 147.5
    "stdev_ms": 31.3
bulk_upserts (step 4):
    "runs": 3
    "avg_ms": 133.6
    "min_ms": 108.0
    "median_ms": 112.6
    "max_ms": 180.2
    "stdev_ms": 40.4
updates (step 5):
    "runs": 120
    "avg_ms": 314.4
    "min_ms": 129.2
    "median_ms": 277.6
    "max_ms": 3135.8
    "stdev_ms": 270.7
updates (step 6):
    "runs": 160
    "avg_ms": 313.2
    "min_ms": 159.6
    "median_ms": 303.9
    "max_ms": 607.2
    "stdev_ms": 84.1
updates (step 7):
    "runs": 90
    "avg_ms": 306.4
    "min_ms": 140.4
    "median_ms": 296.9
    "max_ms": 635.3
    "stdev_ms": 76.4
upserts (step 8):
    "runs": 50
    "avg_ms": 54.5
    "min_ms": 21.3
    "median_ms": 46.5
    "max_ms": 262.7
    "stdev_ms": 36.9
bulk_upserts (step 9):
    "runs": 12
    "avg_ms": 149.5
    "min_ms": 101.6
    "median_ms": 148.0
    "max_ms": 204.6
    "stdev_ms": 30.1
select count(*) after all modifications: 441.4 ms
select all: 246.0 ms
delete from table: 288.2 ms
select all after delete: 244.9 ms
.

============================== slowest durations ===============================
147.64s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
13.03s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
10.62s setup    test_create.py::TestCreate::test_create_real_opt
3.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.64s call     test_create.py::TestCreate::test_create_real_opt

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
================ 2 passed, 102 deselected in 179.20s (0:02:59) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xpx6/000c69/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 / 102 deselected / 14 selected

test_delete.py .

============================== slowest durations ===============================
12.28s setup    test_delete.py::TestDelete::test_delete_rollback
3.27s call     test_delete.py::TestDelete::test_delete_rollback

(1 durations < 0.005s hidden.  Use -vv to show these durations.)
====================== 1 passed, 102 deselected in 21.18s ======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xpx6/000c5a/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 / 102 deselected / 14 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:702: 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/xpx6/000c5a/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/xpx6/000c5a/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-19T14:36:42.581100Z): source_id=112;tablet_id=72075186224037888;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 @ 0xA779755
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA771C96
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB607FC8
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E89DB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCD258
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCCFAF
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C3AED
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141877FB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCE627
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1F433
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1F433
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D1C253
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D22D07
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A55E8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA7525
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5AAED7
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F8A74
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FCB34
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FC740
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FD32E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77B3AC
E   21. ??:0: ?? @ 0x7F0DD300EAC2
E   22. ??:0: ?? @ 0x7F0DD30A08BF
------------------------------ 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/xpx6/000c5a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4146355
DEBUG    ya.test:process.py:259 Command (pid 4146355) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4146355) elapsed time (sec): 1.116637945175171
DEBUG    ya.test:process.py:263 Command (pid 4146355) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) maxrss: 542496
DEBUG    ya.test:process.py:263 Command (pid 4146355) minflt: 16192
DEBUG    ya.test:process.py:263 Command (pid 4146355) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) nivcsw: 129
DEBUG    ya.test:process.py:263 Command (pid 4146355) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 4146355) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4146355) stime: 0.30652999999999997
DEBUG    ya.test:process.py:263 Command (pid 4146355) utime: 0.13078599999999999
DEBUG    ya.test:process.py:263 Command (pid 4146355) wtime: 1.122
DEBUG    ya.test:process.py:275 Command (pid 4146355) 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-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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 4146355) 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-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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/xpx6/000c5a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10750
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/xpx6/000c5a/r3tmp/kikimr_cluster_pm2itpr4
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32072
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16417
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7406
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18664
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xpx6/000c5a/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:269 Final command: /home/runner/.ya/build/build_root/xpx6/000c5a/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/xpx6/000c5a/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_0kfktjjk.log --grpc-port=32072 --mon-port=16417 --ic-port=10750
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:32072/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xpx6/000c5a/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:269 Final command: /home/runner/.ya/build/build_root/xpx6/000c5a/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/xpx6/000c5a/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_0kfktjjk.log --grpc-port=32072 --mon-port=16417 --ic-port=10750
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/xpx6/000c5a/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/xpx6/000c5a/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_0kfktjjk.log', '--grpc-port=32072', '--mon-port=16417', '--ic-port=10750')' in '/home/runner/.ya/build/build_root/xpx6/000c5a/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: 4146944
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:32072/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/xpx6/000c5a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4146945
DEBUG    ya.test:process.py:259 Command (pid 4146945) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4146945) elapsed time (sec): 1.7740178108215332
DEBUG    ya.test:process.py:263 Command (pid 4146945) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) maxrss: 542496
DEBUG    ya.test:process.py:263 Command (pid 4146945) minflt: 16193
DEBUG    ya.test:process.py:263 Command (pid 4146945) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) nivcsw: 138
DEBUG    ya.test:process.py:263 Command (pid 4146945) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 4146945) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4146945) stime: 0.294539
DEBUG    ya.test:process.py:263 Command (pid 4146945) utime: 0.141531
DEBUG    ya.test:process.py:263 Command (pid 4146945) wtime: 1.792
DEBUG    ya.test:process.py:275 Command (pid 4146945) 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-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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 4146945) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 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-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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/xpx6/000c5a/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:32072', '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: 10750\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/xpx6/000c5a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:32072', '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: 10750\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4148796
DEBUG    ya.test:process.py:259 Command (pid 4148796) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4148796) elapsed time (sec): 1.335998296737671
DEBUG    ya.test:process.py:263 Command (pid 4148796) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) maxrss: 550936
DEBUG    ya.test:process.py:263 Command (pid 4148796) minflt: 18336
DEBUG    ya.test:process.py:263 Command (pid 4148796) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) nivcsw: 138
DEBUG    ya.test:process.py:263 Command (pid 4148796) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) nvcsw: 79
DEBUG    ya.test:process.py:263 Command (pid 4148796) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4148796) stime: 0.300485
DEBUG    ya.test:process.py:263 Command (pid 4148796) utime: 0.138974
DEBUG    ya.test:process.py:263 Command (pid 4148796) wtime: 1.396
DEBUG    ya.test:process.py:275 Command (pid 4148796) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:32072', '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/xpx6/000c5a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:32072', '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: 4149444
DEBUG    ya.test:process.py:259 Command (pid 4149444) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4149444) elapsed time (sec): 1.641714334487915
DEBUG    ya.test:process.py:263 Command (pid 4149444) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) maxrss: 551024
DEBUG    ya.test:process.py:263 Command (pid 4149444) minflt: 18696
DEBUG    ya.test:process.py:263 Command (pid 4149444) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) nivcsw: 165
DEBUG    ya.test:process.py:263 Command (pid 4149444) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) nvcsw: 76
DEBUG    ya.test:process.py:263 Command (pid 4149444) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4149444) stime: 0.33027799999999996
DEBUG    ya.test:process.py:263 Command (pid 4149444) utime: 0.136654
DEBUG    ya.test:process.py:263 Command (pid 4149444) wtime: 1.647
DEBUG    ya.test:process.py:275 Command (pid 4149444) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 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, cf30670c-8482-4a52-a71f-5d7bb487026b, localhost:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, cf30670c-8482-4a52-a71f-5d7bb487026b, localhost:32072): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, cf30670c-8482-4a52-a71f-5d7bb487026b, localhost:32072): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uclxbphiny.auto.internal" port: 32072 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-uclxbphiny.auto.internal:32072, 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:32072
------------------------------ 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/xpx6/000c5a/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydb/ydb -e grpc://localhost:32072 -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/xpx6/000c5a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:32072', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4150212
DEBUG    ya.test:process.py:259 Command (pid 4150212) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4150212) elapsed time (sec): 1.961763858795166
DEBUG    ya.test:process.py:263 Command (pid 4150212) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) maxrss: 171480
DEBUG    ya.test:process.py:263 Command (pid 4150212) minflt: 3560
DEBUG    ya.test:process.py:263 Command (pid 4150212) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) nivcsw: 44
DEBUG    ya.test:process.py:263 Command (pid 4150212) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) nvcsw: 145
DEBUG    ya.test:process.py:263 Command (pid 4150212) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4150212) stime: 0.010491
DEBUG    ya.test:process.py:263 Command (pid 4150212) utime: 0.068192
DEBUG    ya.test:process.py:263 Command (pid 4150212) wtime: 1.982
DEBUG    ya.test:process.py:275 Command (pid 4150212) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 4150212) 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/xpx6/000c5a/ydb/apps/ydb/ydb -e grpc://localhost:32072 -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/xpx6/000c5a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:32072', '-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: 4151195
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 4151195) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4151195) elapsed time (sec): 30.49391746520996
DEBUG    ya.test:process.py:263 Command (pid 4151195) wtime: 30.522
DEBUG    ya.test:process.py:275 Command (pid 4151195) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    191	191	0	0	46	91	99	103
2	    165	165	0	0	57	110	127	136
3	    132	132	0	0	72	105	131	138
4	    168	168	0	0	56	92	107	108
5	    155	155	0	0	65	95	111	115
6	    144	144	0	0	66	109	127	131
7	    174	174	0	0	51	100	106	120
8	    172	172	0	0	54	88	101	109
9	    157	157	0	0	50	109	123	126
10	    140	140	0	0	70	112	127	134
11	    138	138	0	0	79	103	108	113
12	    173	173	0	0	53	103	117	122
13	    158	158	0	0	60	97	109	110
14	    157	157	0	0	63	94	101	105
15	     96	96	0	0	107	136	148	151
16	    158	158	0	0	60	116	126	135
17	    147	147	0	0	69	97	110	112
18	    156	156	0	0	58	99	117	122
19	    144	144	0	0	66	106	129	132
20	    155	155	0	0	60	92	114	117
21	    176	176	0	0	56	96	108	120
22	    167	167	0	0	51	108	118	128
23	    131	131	0	0	72	108	124	126
24	    166	166	0	0	57	96	111	122
25	    101	101	0	0	98	132	138	143
26	    110	110	0	0	83	194	220	223
27	    123	123	0	0	80	104	134	136
28	    133	133	0	0	80	120	133	138
29	    172	172	0	0	53	91	127	140
30	    165	165	0	0	55	118	132	135

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   4524	150.8	0	0	62	111	131	223

DEBUG    ya.test:process.py:276 Command (pid 4151195) 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, cbb39811-0102-41c0-aaed-809b8205bf70, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cbb39811-0102-41c0-aaed-809b8205bf70, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cbb39811-0102-41c0-aaed-809b8205bf70, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, f9e2150e-84de-416b-b449-a3da55152c13, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, f9e2150e-84de-416b-b449-a3da55152c13, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, f9e2150e-84de-416b-b449-a3da55152c13, ghrun-uclxbphiny.auto.internal:32072): 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=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f4396fb0-5979-42b9-92bd-b3c6d03f0240, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f4396fb0-5979-42b9-92bd-b3c6d03f0240, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==" 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, f4396fb0-5979-42b9-92bd-b3c6d03f0240, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
INFO     root:test_log_scenario.py:217 Count rows after insert 4406 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 361c4a91-f020-4c20-a047-45c997177d14, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 361c4a91-f020-4c20-a047-45c997177d14, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==" 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, 361c4a91-f020-4c20-a047-45c997177d14, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0205e629-8d4b-4a7c-b631-21efd3dcdab2, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0205e629-8d4b-4a7c-b631-21efd3dcdab2, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==" 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, 0205e629-8d4b-4a7c-b631-21efd3dcdab2, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
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/xpx6/000c5a/ydb/apps/ydb/ydb -e grpc://localhost:32072 -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.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:32072', '-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: 4158456
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydb/ydb -e grpc://localhost:32072 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:32072', '-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:628 Command pid: 4158467
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydb/ydb -e grpc://localhost:32072 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:32072', '-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: 4158487
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f80d2a86-160e-41a7-b68b-437b5966063f, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f80d2a86-160e-41a7-b68b-437b5966063f, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==" 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, f80d2a86-160e-41a7-b68b-437b5966063f, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1b192086-8e0f-467a-96f9-16981dde1398, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1b192086-8e0f-467a-96f9-16981dde1398, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1b192086-8e0f-467a-96f9-16981dde1398, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YmY4MjgyZmYtODczYWIwZmYtOTY2MTc0Y2YtOWYxNGU1ZDM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a1cc5d70-9a13-4760-89f9-c69911b78173, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a1cc5d70-9a13-4760-89f9-c69911b78173, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YmY4MjgyZmYtODczYWIwZmYtOTY2MTc0Y2YtOWYxNGU1ZDM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a1cc5d70-9a13-4760-89f9-c69911b78173, ghrun-uclxbphiny.auto.internal:32072): 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=YmY4MjgyZmYtODczYWIwZmYtOTY2MTc0Y2YtOWYxNGU1ZDM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e862ba4d-9683-4800-83bb-7480b11f9d89, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e862ba4d-9683-4800-83bb-7480b11f9d89, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YmY4MjgyZmYtODczYWIwZmYtOTY2MTc0Y2YtOWYxNGU1ZDM=" 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, e862ba4d-9683-4800-83bb-7480b11f9d89, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 07b69a61-9f0f-470b-b603-951d4cdc2ce5, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 07b69a61-9f0f-470b-b603-951d4cdc2ce5, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 07b69a61-9f0f-470b-b603-951d4cdc2ce5, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=M2E5ZDc0NjAtOTg5MmUtODYyMTdiY2ItMmI2MTEzYjQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 788025e2-23f5-4adf-ba17-ee532b1a5bbf, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 788025e2-23f5-4adf-ba17-ee532b1a5bbf, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=M2E5ZDc0NjAtOTg5MmUtODYyMTdiY2ItMmI2MTEzYjQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 788025e2-23f5-4adf-ba17-ee532b1a5bbf, ghrun-uclxbphiny.auto.internal:32072): 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=M2E5ZDc0NjAtOTg5MmUtODYyMTdiY2ItMmI2MTEzYjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7e419054-1684-4c08-9e38-cc8907cdeec4, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7e419054-1684-4c08-9e38-cc8907cdeec4, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=M2E5ZDc0NjAtOTg5MmUtODYyMTdiY2ItMmI2MTEzYjQ=" 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, 7e419054-1684-4c08-9e38-cc8907cdeec4, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 504a3dfe-fc86-4669-8cab-2ca09507d725, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 504a3dfe-fc86-4669-8cab-2ca09507d725, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 504a3dfe-fc86-4669-8cab-2ca09507d725, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODUzZDc5MTItOWQ0MGMzMTgtYjE4Y2FiNTMtMzY1OTMwNWU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, c40aad15-1ff1-47fb-8d55-0f551c7ca0d3, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, c40aad15-1ff1-47fb-8d55-0f551c7ca0d3, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=ODUzZDc5MTItOWQ0MGMzMTgtYjE4Y2FiNTMtMzY1OTMwNWU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, c40aad15-1ff1-47fb-8d55-0f551c7ca0d3, ghrun-uclxbphiny.auto.internal:32072): 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=ODUzZDc5MTItOWQ0MGMzMTgtYjE4Y2FiNTMtMzY1OTMwNWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f7930562-11ef-4749-be86-a06619bc7144, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f7930562-11ef-4749-be86-a06619bc7144, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=ODUzZDc5MTItOWQ0MGMzMTgtYjE4Y2FiNTMtMzY1OTMwNWU=" 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, f7930562-11ef-4749-be86-a06619bc7144, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7a664aa4-d799-498d-bdd5-4298a53188d7, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7a664aa4-d799-498d-bdd5-4298a53188d7, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7a664aa4-d799-498d-bdd5-4298a53188d7, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTg0MGRiNmItNGRhMjAxYTAtZWU0ODExZDUtMmQxN2FiMmY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, dee19886-5807-47e4-b8de-30187090476f, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, dee19886-5807-47e4-b8de-30187090476f, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YTg0MGRiNmItNGRhMjAxYTAtZWU0ODExZDUtMmQxN2FiMmY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, dee19886-5807-47e4-b8de-30187090476f, ghrun-uclxbphiny.auto.internal:32072): 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=YTg0MGRiNmItNGRhMjAxYTAtZWU0ODExZDUtMmQxN2FiMmY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 48e03083-0c6c-4a56-ab31-29f7030e8639, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 48e03083-0c6c-4a56-ab31-29f7030e8639, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YTg0MGRiNmItNGRhMjAxYTAtZWU0ODExZDUtMmQxN2FiMmY=" 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, 48e03083-0c6c-4a56-ab31-29f7030e8639, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 959227f4-a7aa-49ea-9bbd-97d3a836c971, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 959227f4-a7aa-49ea-9bbd-97d3a836c971, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 959227f4-a7aa-49ea-9bbd-97d3a836c971, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTBjZGMzNmEtNGZmOGM2ODMtOTlmOTc0NTktNWEyNDVhNGY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 578ce8c5-1594-4bc6-a84a-558437149024, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 578ce8c5-1594-4bc6-a84a-558437149024, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YTBjZGMzNmEtNGZmOGM2ODMtOTlmOTc0NTktNWEyNDVhNGY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 578ce8c5-1594-4bc6-a84a-558437149024, ghrun-uclxbphiny.auto.internal:32072): 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=YTBjZGMzNmEtNGZmOGM2ODMtOTlmOTc0NTktNWEyNDVhNGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3a651076-738b-425c-85b4-19c00b6bd253, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3a651076-738b-425c-85b4-19c00b6bd253, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YTBjZGMzNmEtNGZmOGM2ODMtOTlmOTc0NTktNWEyNDVhNGY=" 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, 3a651076-738b-425c-85b4-19c00b6bd253, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8ca14cd3-694e-4e52-a567-c9d2ed753312, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8ca14cd3-694e-4e52-a567-c9d2ed753312, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8ca14cd3-694e-4e52-a567-c9d2ed753312, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTFhMTM5ZDMtN2MxZmZjMmItZjA5ODE5NDEtY2YwODhkZTQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 32cb8186-98ca-48b0-b15a-31f2412b232b, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 32cb8186-98ca-48b0-b15a-31f2412b232b, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=OTFhMTM5ZDMtN2MxZmZjMmItZjA5ODE5NDEtY2YwODhkZTQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 32cb8186-98ca-48b0-b15a-31f2412b232b, ghrun-uclxbphiny.auto.internal:32072): 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=OTFhMTM5ZDMtN2MxZmZjMmItZjA5ODE5NDEtY2YwODhkZTQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cfda8be5-e67e-4f5d-b344-d22d7291ebcd, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cfda8be5-e67e-4f5d-b344-d22d7291ebcd, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=OTFhMTM5ZDMtN2MxZmZjMmItZjA5ODE5NDEtY2YwODhkZTQ=" 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, cfda8be5-e67e-4f5d-b344-d22d7291ebcd, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d70bc25e-056a-4217-b3bc-8ef9fd6d86cb, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d70bc25e-056a-4217-b3bc-8ef9fd6d86cb, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d70bc25e-056a-4217-b3bc-8ef9fd6d86cb, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MTU2ZWM4ODgtM2YzN2M0NGUtNThiZGNkZDEtY2ZiOGRkNjA=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, c01b435e-6fe8-49a0-876a-e76c9689f6b1, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, c01b435e-6fe8-49a0-876a-e76c9689f6b1, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=MTU2ZWM4ODgtM2YzN2M0NGUtNThiZGNkZDEtY2ZiOGRkNjA=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, c01b435e-6fe8-49a0-876a-e76c9689f6b1, ghrun-uclxbphiny.auto.internal:32072): 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=MTU2ZWM4ODgtM2YzN2M0NGUtNThiZGNkZDEtY2ZiOGRkNjA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 59718e54-825f-465a-9311-b58d18f36432, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 59718e54-825f-465a-9311-b58d18f36432, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=MTU2ZWM4ODgtM2YzN2M0NGUtNThiZGNkZDEtY2ZiOGRkNjA=" 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, 59718e54-825f-465a-9311-b58d18f36432, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
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, e3ec8819-665f-4462-97db-be91fb9d58c5, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e3ec8819-665f-4462-97db-be91fb9d58c5, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e3ec8819-665f-4462-97db-be91fb9d58c5, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTMzNmE0ZGMtYmVlYjA3YjQtN2FhZDBjMGQtYWNhZWRhN2Y=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 496ce97b-cae2-445b-8796-c8d85a8d45b4, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 496ce97b-cae2-445b-8796-c8d85a8d45b4, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YTMzNmE0ZGMtYmVlYjA3YjQtN2FhZDBjMGQtYWNhZWRhN2Y=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 496ce97b-cae2-445b-8796-c8d85a8d45b4, ghrun-uclxbphiny.auto.internal:32072): 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=YTMzNmE0ZGMtYmVlYjA3YjQtN2FhZDBjMGQtYWNhZWRhN2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cc528b62-bac9-4e2f-9914-8182df81798a, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cc528b62-bac9-4e2f-9914-8182df81798a, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YTMzNmE0ZGMtYmVlYjA3YjQtN2FhZDBjMGQtYWNhZWRhN2Y=" 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, cc528b62-bac9-4e2f-9914-8182df81798a, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, af6e4944-687b-4d3a-a30e-665016f9ee78, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, af6e4944-687b-4d3a-a30e-665016f9ee78, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, af6e4944-687b-4d3a-a30e-665016f9ee78, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTAwMTFmN2MtNDgxNzA4NzctZTM4ZDQ1N2EtYmMzODk2MTU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, ca1e6942-6e63-4f0e-8184-68662581021a, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, ca1e6942-6e63-4f0e-8184-68662581021a, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=OTAwMTFmN2MtNDgxNzA4NzctZTM4ZDQ1N2EtYmMzODk2MTU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, ca1e6942-6e63-4f0e-8184-68662581021a, ghrun-uclxbphiny.auto.internal:32072): 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=OTAwMTFmN2MtNDgxNzA4NzctZTM4ZDQ1N2EtYmMzODk2MTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d87eb0cb-01b7-45b8-b182-91f808d51f42, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d87eb0cb-01b7-45b8-b182-91f808d51f42, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=OTAwMTFmN2MtNDgxNzA4NzctZTM4ZDQ1N2EtYmMzODk2MTU=" 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, d87eb0cb-01b7-45b8-b182-91f808d51f42, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f9e2150e-84de-416b-b449-a3da55152c13, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.109969046+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c40aad15-1ff1-47fb-8d55-0f551c7ca0d3, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.11020536+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-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 788025e2-23f5-4adf-ba17-ee532b1a5bbf, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110181555+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a1cc5d70-9a13-4760-89f9-c69911b78173, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.110125489+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-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d87eb0cb-01b7-45b8-b182-91f808d51f42, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110367925+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, cc528b62-bac9-4e2f-9914-8182df81798a, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110346099+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTMzNmE0ZGMtYmVlYjA3YjQtN2FhZDBjMGQtYWNhZWRhN2Y=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3a651076-738b-425c-85b4-19c00b6bd253, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110271107+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTBjZGMzNmEtNGZmOGM2ODMtOTlmOTc0NTktNWEyNDVhNGY=
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ca1e6942-6e63-4f0e-8184-68662581021a, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110356734+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e862ba4d-9683-4800-83bb-7480b11f9d89, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110169338+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmY4MjgyZmYtODczYWIwZmYtOTY2MTc0Y2YtOWYxNGU1ZDM=
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 496ce97b-cae2-445b-8796-c8d85a8d45b4, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110329565+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 32cb8186-98ca-48b0-b15a-31f2412b232b, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.110281926+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-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, cfda8be5-e67e-4f5d-b344-d22d7291ebcd, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110293294+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c01b435e-6fe8-49a0-876a-e76c9689f6b1, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.11030355+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-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f7930562-11ef-4749-be86-a06619bc7144, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.110221988+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-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODUzZDc5MTItOWQ0MGMzMTgtYjE4Y2FiNTMtMzY1OTMwNWU=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 48e03083-0c6c-4a56-ab31-29f7030e8639, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110246892+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTg0MGRiNmItNGRhMjAxYTAtZWU0ODExZDUtMmQxN2FiMmY=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7e419054-1684-4c08-9e38-cc8907cdeec4, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110193147+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=M2E5ZDc0NjAtOTg5MmUtODYyMTdiY2ItMmI2MTEzYjQ=
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dee19886-5807-47e4-b8de-30187090476f, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.11023333+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 578ce8c5-1594-4bc6-a84a-558437149024, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110259837+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 59718e54-825f-465a-9311-b58d18f36432, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.110316916+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-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f80d2a86-160e-41a7-b68b-437b5966063f, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.110103067+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-uclxbphiny.auto.internal:32072
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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    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 4158467) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4158467) elapsed time (sec): 30.244358777999878
DEBUG    ya.test:process.py:263 Command (pid 4158467) wtime: 30.267
DEBUG    ya.test:process.py:275 Command (pid 4158467) 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	      1	1	0	10	675	675	675	675
4	      1	1	0	10	477	477	477	477
5	      0	0	0	10	0	0	0	0
6	      0	0	0	9	0	0	0	0
7	      1	1	0	10	361	361	361	361
8	      0	0	0	10	0	0	0	0
9	      0	0	0	8	0	0	0	0
10	      0	0	0	368	0	0	0	0
11	      0	0	0	750	0	0	0	0
12	      0	0	0	760	0	0	0	0
13	      0	0	0	650	0	0	0	0
14	      0	0	0	780	0	0	0	0
15	      0	0	0	770	0	0	0	0
16	      0	0	0	790	0	0	0	0
17	      0	0	0	800	0	0	0	0
18	      0	0	0	842	0	0	0	0
19	      0	0	0	38	0	0	0	0
20	      0	0	0	550	0	0	0	0
21	      0	0	0	840	0	0	0	0
22	      0	0	0	910	0	0	0	0
23	      0	0	0	779	0	0	0	0
24	      0	0	0	690	0	0	0	0
25	      0	0	0	700	0	0	0	0
26	      0	0	0	660	0	0	0	0
27	      0	0	0	769	0	0	0	0
28	      0	0	0	791	0	0	0	0
29	      0	0	0	490	0	0	0	0
30	      0	0	0	690	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      3	0.1	0	14494	477	675	675	675

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:32072
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 4158456) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4158456) elapsed time (sec): 30.301059246063232
DEBUG    ya.test:process.py:263 Command (pid 4158456) wtime: 30.318
DEBUG    ya.test:process.py:275 Command (pid 4158456) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     11	11	0	0	635	875	887	887
2	      4	4	0	0	867	1143	1143	1143
3	     16	16	0	0	1319	1751	1751	1751
4	     30	30	0	0	321	395	397	397
5	     27	27	0	0	403	515	519	519
6	     43	43	0	0	225	297	309	309
7	     42	42	0	0	250	299	325	325
8	     27	27	0	0	218	285	299	299
9	      0	0	0	0	0	0	0	0
10	      0	0	0	415	0	0	0	0
11	      0	0	0	750	0	0	0	0
12	      0	0	0	777	0	0	0	0
13	      0	0	0	626	0	0	0	0
14	      0	0	0	890	0	0	0	0
15	      0	0	0	823	0	0	0	0
16	      0	0	0	836	0	0	0	0
17	      0	0	0	770	0	0	0	0
18	      0	0	0	688	0	0	0	0
19	      0	0	0	30	0	0	0	0
20	      0	0	0	479	0	0	0	0
21	      0	0	0	673	0	0	0	0
22	      0	0	0	782	0	0	0	0
23	      0	0	0	778	0	0	0	0
24	      0	0	0	700	0	0	0	0
25	      0	0	0	708	0	0	0	0
26	      0	0	0	670	0	0	0	0
27	      0	0	0	875	0	0	0	0
28	      0	0	0	660	0	0	0	0
29	      0	0	0	530	0	0	0	0
30	      0	0	0	742	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    200	6.66667	0	14202	277	1047	1663	1751

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

DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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    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 4158487) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4158487) elapsed time (sec): 30.6653733253479
DEBUG    ya.test:process.py:263 Command (pid 4158487) wtime: 30.679
DEBUG    ya.test:process.py:275 Command (pid 4158487) 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	     15	15	0	10	399	535	535	535
4	     22	22	0	0	423	493	493	493
5	     27	27	0	0	403	591	599	599
6	     34	34	0	0	273	377	395	395
7	     37	37	0	0	293	331	343	343
8	     10	10	0	0	240	265	265	265
9	      0	0	0	10	0	0	0	0
10	      0	0	0	667	0	0	0	0
11	      0	0	0	712	0	0	0	0
12	      0	0	0	648	0	0	0	0
13	      0	0	0	690	0	0	0	0
14	      0	0	0	807	0	0	0	0
15	      0	0	0	810	0	0	0	0
16	      0	0	0	819	0	0	0	0
17	      0	0	0	834	0	0	0	0
18	      0	0	0	607	0	0	0	0
19	      0	0	0	21	0	0	0	0
20	      0	0	0	799	0	0	0	0
21	      0	0	0	746	0	0	0	0
22	      0	0	0	751	0	0	0	0
23	      0	0	0	770	0	0	0	0
24	      0	0	0	750	0	0	0	0
25	      0	0	0	700	0	0	0	0
26	      0	0	0	689	0	0	0	0
27	      0	0	0	770	0	0	0	0
28	      0	0	0	630	0	0	0	0
29	      0	0	0	610	0	0	0	0
30	      0	0	0	750	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    145	4.83333	0	14610	309	535	591	599

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
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:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:32072
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-uclxbphiny'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, -1)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/xpx6/000c5a/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.4146944' in '/home/runner/.ya/build/build_root/xpx6/000c5a/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_0kfktjjk.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:276 Stopped node localhost:32072/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18664
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7406
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16417
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32072
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10750
=================================== 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/xpx6/000c5a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4146355
DEBUG    ya.test:process.py:259 Command (pid 4146355) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4146355) elapsed time (sec): 1.116637945175171
DEBUG    ya.test:process.py:263 Command (pid 4146355) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) maxrss: 542496
DEBUG    ya.test:process.py:263 Command (pid 4146355) minflt: 16192
DEBUG    ya.test:process.py:263 Command (pid 4146355) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) nivcsw: 129
DEBUG    ya.test:process.py:263 Command (pid 4146355) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4146355) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 4146355) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4146355) stime: 0.30652999999999997
DEBUG    ya.test:process.py:263 Command (pid 4146355) utime: 0.13078599999999999
DEBUG    ya.test:process.py:263 Command (pid 4146355) wtime: 1.122
DEBUG    ya.test:process.py:275 Command (pid 4146355) 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-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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 4146355) 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-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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/xpx6/000c5a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10750
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:495 Working directory: /home/runner/.ya/build/build_root/xpx6/000c5a/r3tmp/kikimr_cluster_pm2itpr4
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32072
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16417
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7406
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18664
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xpx6/000c5a/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:269 Final command: /home/runner/.ya/build/build_root/xpx6/000c5a/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/xpx6/000c5a/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_0kfktjjk.log --grpc-port=32072 --mon-port=16417 --ic-port=10750
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:32072/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/xpx6/000c5a/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:269 Final command: /home/runner/.ya/build/build_root/xpx6/000c5a/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/xpx6/000c5a/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_0kfktjjk.log --grpc-port=32072 --mon-port=16417 --ic-port=10750
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/xpx6/000c5a/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/xpx6/000c5a/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_0kfktjjk.log', '--grpc-port=32072', '--mon-port=16417', '--ic-port=10750')' in '/home/runner/.ya/build/build_root/xpx6/000c5a/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: 4146944
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:32072/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/xpx6/000c5a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4146945
DEBUG    ya.test:process.py:259 Command (pid 4146945) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4146945) elapsed time (sec): 1.7740178108215332
DEBUG    ya.test:process.py:263 Command (pid 4146945) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) maxrss: 542496
DEBUG    ya.test:process.py:263 Command (pid 4146945) minflt: 16193
DEBUG    ya.test:process.py:263 Command (pid 4146945) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) nivcsw: 138
DEBUG    ya.test:process.py:263 Command (pid 4146945) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4146945) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 4146945) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4146945) stime: 0.294539
DEBUG    ya.test:process.py:263 Command (pid 4146945) utime: 0.141531
DEBUG    ya.test:process.py:263 Command (pid 4146945) wtime: 1.792
DEBUG    ya.test:process.py:275 Command (pid 4146945) 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-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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 4146945) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 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-uclxbphiny    Host information: 
        Linux ghrun-uclxbphiny 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/xpx6/000c5a/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:32072', '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: 10750\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/xpx6/000c5a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:32072', '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: 10750\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4148796
DEBUG    ya.test:process.py:259 Command (pid 4148796) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4148796) elapsed time (sec): 1.335998296737671
DEBUG    ya.test:process.py:263 Command (pid 4148796) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) maxrss: 550936
DEBUG    ya.test:process.py:263 Command (pid 4148796) minflt: 18336
DEBUG    ya.test:process.py:263 Command (pid 4148796) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) nivcsw: 138
DEBUG    ya.test:process.py:263 Command (pid 4148796) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4148796) nvcsw: 79
DEBUG    ya.test:process.py:263 Command (pid 4148796) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4148796) stime: 0.300485
DEBUG    ya.test:process.py:263 Command (pid 4148796) utime: 0.138974
DEBUG    ya.test:process.py:263 Command (pid 4148796) wtime: 1.396
DEBUG    ya.test:process.py:275 Command (pid 4148796) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:444 Executing command = ['/home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:32072', '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/xpx6/000c5a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:32072', '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: 4149444
DEBUG    ya.test:process.py:259 Command (pid 4149444) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4149444) elapsed time (sec): 1.641714334487915
DEBUG    ya.test:process.py:263 Command (pid 4149444) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) maxrss: 551024
DEBUG    ya.test:process.py:263 Command (pid 4149444) minflt: 18696
DEBUG    ya.test:process.py:263 Command (pid 4149444) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) nivcsw: 165
DEBUG    ya.test:process.py:263 Command (pid 4149444) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4149444) nvcsw: 76
DEBUG    ya.test:process.py:263 Command (pid 4149444) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4149444) stime: 0.33027799999999996
DEBUG    ya.test:process.py:263 Command (pid 4149444) utime: 0.136654
DEBUG    ya.test:process.py:263 Command (pid 4149444) wtime: 1.647
DEBUG    ya.test:process.py:275 Command (pid 4149444) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:574 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:581 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, cf30670c-8482-4a52-a71f-5d7bb487026b, localhost:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, cf30670c-8482-4a52-a71f-5d7bb487026b, localhost:32072): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, cf30670c-8482-4a52-a71f-5d7bb487026b, localhost:32072): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uclxbphiny.auto.internal" port: 32072 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-uclxbphiny.auto.internal:32072, 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:32072
------------------------------ 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/xpx6/000c5a/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydb/ydb -e grpc://localhost:32072 -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/xpx6/000c5a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:32072', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 4150212
DEBUG    ya.test:process.py:259 Command (pid 4150212) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4150212) elapsed time (sec): 1.961763858795166
DEBUG    ya.test:process.py:263 Command (pid 4150212) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) maxrss: 171480
DEBUG    ya.test:process.py:263 Command (pid 4150212) minflt: 3560
DEBUG    ya.test:process.py:263 Command (pid 4150212) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) nivcsw: 44
DEBUG    ya.test:process.py:263 Command (pid 4150212) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 4150212) nvcsw: 145
DEBUG    ya.test:process.py:263 Command (pid 4150212) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 4150212) stime: 0.010491
DEBUG    ya.test:process.py:263 Command (pid 4150212) utime: 0.068192
DEBUG    ya.test:process.py:263 Command (pid 4150212) wtime: 1.982
DEBUG    ya.test:process.py:275 Command (pid 4150212) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 4150212) 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/xpx6/000c5a/ydb/apps/ydb/ydb -e grpc://localhost:32072 -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/xpx6/000c5a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:32072', '-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: 4151195
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 4151195) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4151195) elapsed time (sec): 30.49391746520996
DEBUG    ya.test:process.py:263 Command (pid 4151195) wtime: 30.522
DEBUG    ya.test:process.py:275 Command (pid 4151195) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    191	191	0	0	46	91	99	103
2	    165	165	0	0	57	110	127	136
3	    132	132	0	0	72	105	131	138
4	    168	168	0	0	56	92	107	108
5	    155	155	0	0	65	95	111	115
6	    144	144	0	0	66	109	127	131
7	    174	174	0	0	51	100	106	120
8	    172	172	0	0	54	88	101	109
9	    157	157	0	0	50	109	123	126
10	    140	140	0	0	70	112	127	134
11	    138	138	0	0	79	103	108	113
12	    173	173	0	0	53	103	117	122
13	    158	158	0	0	60	97	109	110
14	    157	157	0	0	63	94	101	105
15	     96	96	0	0	107	136	148	151
16	    158	158	0	0	60	116	126	135
17	    147	147	0	0	69	97	110	112
18	    156	156	0	0	58	99	117	122
19	    144	144	0	0	66	106	129	132
20	    155	155	0	0	60	92	114	117
21	    176	176	0	0	56	96	108	120
22	    167	167	0	0	51	108	118	128
23	    131	131	0	0	72	108	124	126
24	    166	166	0	0	57	96	111	122
25	    101	101	0	0	98	132	138	143
26	    110	110	0	0	83	194	220	223
27	    123	123	0	0	80	104	134	136
28	    133	133	0	0	80	120	133	138
29	    172	172	0	0	53	91	127	140
30	    165	165	0	0	55	118	132	135

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	   4524	150.8	0	0	62	111	131	223

DEBUG    ya.test:process.py:276 Command (pid 4151195) 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, cbb39811-0102-41c0-aaed-809b8205bf70, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cbb39811-0102-41c0-aaed-809b8205bf70, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, cbb39811-0102-41c0-aaed-809b8205bf70, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, f9e2150e-84de-416b-b449-a3da55152c13, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, f9e2150e-84de-416b-b449-a3da55152c13, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, f9e2150e-84de-416b-b449-a3da55152c13, ghrun-uclxbphiny.auto.internal:32072): 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=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f4396fb0-5979-42b9-92bd-b3c6d03f0240, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f4396fb0-5979-42b9-92bd-b3c6d03f0240, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==" 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, f4396fb0-5979-42b9-92bd-b3c6d03f0240, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
INFO     root:test_log_scenario.py:217 Count rows after insert 4406 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 361c4a91-f020-4c20-a047-45c997177d14, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 361c4a91-f020-4c20-a047-45c997177d14, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==" 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, 361c4a91-f020-4c20-a047-45c997177d14, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 0205e629-8d4b-4a7c-b631-21efd3dcdab2, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0205e629-8d4b-4a7c-b631-21efd3dcdab2, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==" 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, 0205e629-8d4b-4a7c-b631-21efd3dcdab2, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
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/xpx6/000c5a/ydb/apps/ydb/ydb -e grpc://localhost:32072 -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.1
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:32072', '-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: 4158456
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydb/ydb -e grpc://localhost:32072 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:32072', '-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:628 Command pid: 4158467
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydb/ydb -e grpc://localhost:32072 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xpx6/000c5a/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:32072', '-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: 4158487
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f80d2a86-160e-41a7-b68b-437b5966063f, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f80d2a86-160e-41a7-b68b-437b5966063f, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=NGVkNGIxNC0xM2JjN2M1MS1jYmVkMWFiZS05YTFjZTQzMw==" 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, f80d2a86-160e-41a7-b68b-437b5966063f, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 1b192086-8e0f-467a-96f9-16981dde1398, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1b192086-8e0f-467a-96f9-16981dde1398, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 1b192086-8e0f-467a-96f9-16981dde1398, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YmY4MjgyZmYtODczYWIwZmYtOTY2MTc0Y2YtOWYxNGU1ZDM=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, a1cc5d70-9a13-4760-89f9-c69911b78173, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, a1cc5d70-9a13-4760-89f9-c69911b78173, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YmY4MjgyZmYtODczYWIwZmYtOTY2MTc0Y2YtOWYxNGU1ZDM=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, a1cc5d70-9a13-4760-89f9-c69911b78173, ghrun-uclxbphiny.auto.internal:32072): 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=YmY4MjgyZmYtODczYWIwZmYtOTY2MTc0Y2YtOWYxNGU1ZDM=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e862ba4d-9683-4800-83bb-7480b11f9d89, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e862ba4d-9683-4800-83bb-7480b11f9d89, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YmY4MjgyZmYtODczYWIwZmYtOTY2MTc0Y2YtOWYxNGU1ZDM=" 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, e862ba4d-9683-4800-83bb-7480b11f9d89, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 07b69a61-9f0f-470b-b603-951d4cdc2ce5, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 07b69a61-9f0f-470b-b603-951d4cdc2ce5, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 07b69a61-9f0f-470b-b603-951d4cdc2ce5, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=M2E5ZDc0NjAtOTg5MmUtODYyMTdiY2ItMmI2MTEzYjQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 788025e2-23f5-4adf-ba17-ee532b1a5bbf, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 788025e2-23f5-4adf-ba17-ee532b1a5bbf, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=M2E5ZDc0NjAtOTg5MmUtODYyMTdiY2ItMmI2MTEzYjQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 788025e2-23f5-4adf-ba17-ee532b1a5bbf, ghrun-uclxbphiny.auto.internal:32072): 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=M2E5ZDc0NjAtOTg5MmUtODYyMTdiY2ItMmI2MTEzYjQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7e419054-1684-4c08-9e38-cc8907cdeec4, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7e419054-1684-4c08-9e38-cc8907cdeec4, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=M2E5ZDc0NjAtOTg5MmUtODYyMTdiY2ItMmI2MTEzYjQ=" 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, 7e419054-1684-4c08-9e38-cc8907cdeec4, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 504a3dfe-fc86-4669-8cab-2ca09507d725, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 504a3dfe-fc86-4669-8cab-2ca09507d725, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 504a3dfe-fc86-4669-8cab-2ca09507d725, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ODUzZDc5MTItOWQ0MGMzMTgtYjE4Y2FiNTMtMzY1OTMwNWU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, c40aad15-1ff1-47fb-8d55-0f551c7ca0d3, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, c40aad15-1ff1-47fb-8d55-0f551c7ca0d3, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=ODUzZDc5MTItOWQ0MGMzMTgtYjE4Y2FiNTMtMzY1OTMwNWU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, c40aad15-1ff1-47fb-8d55-0f551c7ca0d3, ghrun-uclxbphiny.auto.internal:32072): 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=ODUzZDc5MTItOWQ0MGMzMTgtYjE4Y2FiNTMtMzY1OTMwNWU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f7930562-11ef-4749-be86-a06619bc7144, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f7930562-11ef-4749-be86-a06619bc7144, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=ODUzZDc5MTItOWQ0MGMzMTgtYjE4Y2FiNTMtMzY1OTMwNWU=" 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, f7930562-11ef-4749-be86-a06619bc7144, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 7a664aa4-d799-498d-bdd5-4298a53188d7, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7a664aa4-d799-498d-bdd5-4298a53188d7, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 7a664aa4-d799-498d-bdd5-4298a53188d7, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTg0MGRiNmItNGRhMjAxYTAtZWU0ODExZDUtMmQxN2FiMmY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, dee19886-5807-47e4-b8de-30187090476f, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, dee19886-5807-47e4-b8de-30187090476f, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YTg0MGRiNmItNGRhMjAxYTAtZWU0ODExZDUtMmQxN2FiMmY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, dee19886-5807-47e4-b8de-30187090476f, ghrun-uclxbphiny.auto.internal:32072): 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=YTg0MGRiNmItNGRhMjAxYTAtZWU0ODExZDUtMmQxN2FiMmY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 48e03083-0c6c-4a56-ab31-29f7030e8639, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 48e03083-0c6c-4a56-ab31-29f7030e8639, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YTg0MGRiNmItNGRhMjAxYTAtZWU0ODExZDUtMmQxN2FiMmY=" 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, 48e03083-0c6c-4a56-ab31-29f7030e8639, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 959227f4-a7aa-49ea-9bbd-97d3a836c971, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 959227f4-a7aa-49ea-9bbd-97d3a836c971, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 959227f4-a7aa-49ea-9bbd-97d3a836c971, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTBjZGMzNmEtNGZmOGM2ODMtOTlmOTc0NTktNWEyNDVhNGY=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 578ce8c5-1594-4bc6-a84a-558437149024, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 578ce8c5-1594-4bc6-a84a-558437149024, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YTBjZGMzNmEtNGZmOGM2ODMtOTlmOTc0NTktNWEyNDVhNGY=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 578ce8c5-1594-4bc6-a84a-558437149024, ghrun-uclxbphiny.auto.internal:32072): 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=YTBjZGMzNmEtNGZmOGM2ODMtOTlmOTc0NTktNWEyNDVhNGY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3a651076-738b-425c-85b4-19c00b6bd253, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3a651076-738b-425c-85b4-19c00b6bd253, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YTBjZGMzNmEtNGZmOGM2ODMtOTlmOTc0NTktNWEyNDVhNGY=" 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, 3a651076-738b-425c-85b4-19c00b6bd253, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 8ca14cd3-694e-4e52-a567-c9d2ed753312, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8ca14cd3-694e-4e52-a567-c9d2ed753312, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8ca14cd3-694e-4e52-a567-c9d2ed753312, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTFhMTM5ZDMtN2MxZmZjMmItZjA5ODE5NDEtY2YwODhkZTQ=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 32cb8186-98ca-48b0-b15a-31f2412b232b, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 32cb8186-98ca-48b0-b15a-31f2412b232b, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=OTFhMTM5ZDMtN2MxZmZjMmItZjA5ODE5NDEtY2YwODhkZTQ=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 32cb8186-98ca-48b0-b15a-31f2412b232b, ghrun-uclxbphiny.auto.internal:32072): 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=OTFhMTM5ZDMtN2MxZmZjMmItZjA5ODE5NDEtY2YwODhkZTQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cfda8be5-e67e-4f5d-b344-d22d7291ebcd, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cfda8be5-e67e-4f5d-b344-d22d7291ebcd, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=OTFhMTM5ZDMtN2MxZmZjMmItZjA5ODE5NDEtY2YwODhkZTQ=" 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, cfda8be5-e67e-4f5d-b344-d22d7291ebcd, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, d70bc25e-056a-4217-b3bc-8ef9fd6d86cb, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d70bc25e-056a-4217-b3bc-8ef9fd6d86cb, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, d70bc25e-056a-4217-b3bc-8ef9fd6d86cb, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=MTU2ZWM4ODgtM2YzN2M0NGUtNThiZGNkZDEtY2ZiOGRkNjA=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, c01b435e-6fe8-49a0-876a-e76c9689f6b1, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, c01b435e-6fe8-49a0-876a-e76c9689f6b1, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=MTU2ZWM4ODgtM2YzN2M0NGUtNThiZGNkZDEtY2ZiOGRkNjA=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, c01b435e-6fe8-49a0-876a-e76c9689f6b1, ghrun-uclxbphiny.auto.internal:32072): 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=MTU2ZWM4ODgtM2YzN2M0NGUtNThiZGNkZDEtY2ZiOGRkNjA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 59718e54-825f-465a-9311-b58d18f36432, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 59718e54-825f-465a-9311-b58d18f36432, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=MTU2ZWM4ODgtM2YzN2M0NGUtNThiZGNkZDEtY2ZiOGRkNjA=" 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, 59718e54-825f-465a-9311-b58d18f36432, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
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, e3ec8819-665f-4462-97db-be91fb9d58c5, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e3ec8819-665f-4462-97db-be91fb9d58c5, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, e3ec8819-665f-4462-97db-be91fb9d58c5, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YTMzNmE0ZGMtYmVlYjA3YjQtN2FhZDBjMGQtYWNhZWRhN2Y=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 496ce97b-cae2-445b-8796-c8d85a8d45b4, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 496ce97b-cae2-445b-8796-c8d85a8d45b4, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YTMzNmE0ZGMtYmVlYjA3YjQtN2FhZDBjMGQtYWNhZWRhN2Y=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 496ce97b-cae2-445b-8796-c8d85a8d45b4, ghrun-uclxbphiny.auto.internal:32072): 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=YTMzNmE0ZGMtYmVlYjA3YjQtN2FhZDBjMGQtYWNhZWRhN2Y=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, cc528b62-bac9-4e2f-9914-8182df81798a, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, cc528b62-bac9-4e2f-9914-8182df81798a, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=YTMzNmE0ZGMtYmVlYjA3YjQtN2FhZDBjMGQtYWNhZWRhN2Y=" 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, cc528b62-bac9-4e2f-9914-8182df81798a, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, af6e4944-687b-4d3a-a30e-665016f9ee78, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, af6e4944-687b-4d3a-a30e-665016f9ee78, ghrun-uclxbphiny.auto.internal:32072): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, af6e4944-687b-4d3a-a30e-665016f9ee78, ghrun-uclxbphiny.auto.internal:32072): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=OTAwMTFmN2MtNDgxNzA4NzctZTM4ZDQ1N2EtYmMzODk2MTU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, ca1e6942-6e63-4f0e-8184-68662581021a, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, ca1e6942-6e63-4f0e-8184-68662581021a, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=OTAwMTFmN2MtNDgxNzA4NzctZTM4ZDQ1N2EtYmMzODk2MTU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, ca1e6942-6e63-4f0e-8184-68662581021a, ghrun-uclxbphiny.auto.internal:32072): 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=OTAwMTFmN2MtNDgxNzA4NzctZTM4ZDQ1N2EtYmMzODk2MTU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d87eb0cb-01b7-45b8-b182-91f808d51f42, ghrun-uclxbphiny.auto.internal:32072): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d87eb0cb-01b7-45b8-b182-91f808d51f42, ghrun-uclxbphiny.auto.internal:32072): request = { session_id: "ydb://session/3?node_id=1&id=OTAwMTFmN2MtNDgxNzA4NzctZTM4ZDQ1N2EtYmMzODk2MTU=" 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, d87eb0cb-01b7-45b8-b182-91f808d51f42, ghrun-uclxbphiny.auto.internal:32072): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f9e2150e-84de-416b-b449-a3da55152c13, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.109969046+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c40aad15-1ff1-47fb-8d55-0f551c7ca0d3, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.11020536+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-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 788025e2-23f5-4adf-ba17-ee532b1a5bbf, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110181555+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a1cc5d70-9a13-4760-89f9-c69911b78173, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.110125489+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-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d87eb0cb-01b7-45b8-b182-91f808d51f42, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110367925+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, cc528b62-bac9-4e2f-9914-8182df81798a, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110346099+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTMzNmE0ZGMtYmVlYjA3YjQtN2FhZDBjMGQtYWNhZWRhN2Y=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3a651076-738b-425c-85b4-19c00b6bd253, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110271107+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTBjZGMzNmEtNGZmOGM2ODMtOTlmOTc0NTktNWEyNDVhNGY=
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ca1e6942-6e63-4f0e-8184-68662581021a, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110356734+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e862ba4d-9683-4800-83bb-7480b11f9d89, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110169338+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YmY4MjgyZmYtODczYWIwZmYtOTY2MTc0Y2YtOWYxNGU1ZDM=
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 496ce97b-cae2-445b-8796-c8d85a8d45b4, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110329565+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 32cb8186-98ca-48b0-b15a-31f2412b232b, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.110281926+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-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, cfda8be5-e67e-4f5d-b344-d22d7291ebcd, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110293294+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c01b435e-6fe8-49a0-876a-e76c9689f6b1, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.11030355+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-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f7930562-11ef-4749-be86-a06619bc7144, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.110221988+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-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ODUzZDc5MTItOWQ0MGMzMTgtYjE4Y2FiNTMtMzY1OTMwNWU=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 48e03083-0c6c-4a56-ab31-29f7030e8639, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110246892+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTg0MGRiNmItNGRhMjAxYTAtZWU0ODExZDUtMmQxN2FiMmY=
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7e419054-1684-4c08-9e38-cc8907cdeec4, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110193147+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=M2E5ZDc0NjAtOTg5MmUtODYyMTdiY2ItMmI2MTEzYjQ=
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, dee19886-5807-47e4-b8de-30187090476f, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.11023333+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 578ce8c5-1594-4bc6-a84a-558437149024, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:32072 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-19T14:36:51.110259837+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uclxbphiny.auto.internal:32072
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 59718e54-825f-465a-9311-b58d18f36432, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.110316916+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-uclxbphiny.auto.internal:32072
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, f80d2a86-160e-41a7-b68b-437b5966063f, ghrun-uclxbphiny.auto.internal:32072): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-19T14:36:51.110103067+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-uclxbphiny.auto.internal:32072
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.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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    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 4158467) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4158467) elapsed time (sec): 30.244358777999878
DEBUG    ya.test:process.py:263 Command (pid 4158467) wtime: 30.267
DEBUG    ya.test:process.py:275 Command (pid 4158467) 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	      1	1	0	10	675	675	675	675
4	      1	1	0	10	477	477	477	477
5	      0	0	0	10	0	0	0	0
6	      0	0	0	9	0	0	0	0
7	      1	1	0	10	361	361	361	361
8	      0	0	0	10	0	0	0	0
9	      0	0	0	8	0	0	0	0
10	      0	0	0	368	0	0	0	0
11	      0	0	0	750	0	0	0	0
12	      0	0	0	760	0	0	0	0
13	      0	0	0	650	0	0	0	0
14	      0	0	0	780	0	0	0	0
15	      0	0	0	770	0	0	0	0
16	      0	0	0	790	0	0	0	0
17	      0	0	0	800	0	0	0	0
18	      0	0	0	842	0	0	0	0
19	      0	0	0	38	0	0	0	0
20	      0	0	0	550	0	0	0	0
21	      0	0	0	840	0	0	0	0
22	      0	0	0	910	0	0	0	0
23	      0	0	0	779	0	0	0	0
24	      0	0	0	690	0	0	0	0
25	      0	0	0	700	0	0	0	0
26	      0	0	0	660	0	0	0	0
27	      0	0	0	769	0	0	0	0
28	      0	0	0	791	0	0	0	0
29	      0	0	0	490	0	0	0	0
30	      0	0	0	690	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      3	0.1	0	14494	477	675	675	675

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

DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:32072
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 4158456) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4158456) elapsed time (sec): 30.301059246063232
DEBUG    ya.test:process.py:263 Command (pid 4158456) wtime: 30.318
DEBUG    ya.test:process.py:275 Command (pid 4158456) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     11	11	0	0	635	875	887	887
2	      4	4	0	0	867	1143	1143	1143
3	     16	16	0	0	1319	1751	1751	1751
4	     30	30	0	0	321	395	397	397
5	     27	27	0	0	403	515	519	519
6	     43	43	0	0	225	297	309	309
7	     42	42	0	0	250	299	325	325
8	     27	27	0	0	218	285	299	299
9	      0	0	0	0	0	0	0	0
10	      0	0	0	415	0	0	0	0
11	      0	0	0	750	0	0	0	0
12	      0	0	0	777	0	0	0	0
13	      0	0	0	626	0	0	0	0
14	      0	0	0	890	0	0	0	0
15	      0	0	0	823	0	0	0	0
16	      0	0	0	836	0	0	0	0
17	      0	0	0	770	0	0	0	0
18	      0	0	0	688	0	0	0	0
19	      0	0	0	30	0	0	0	0
20	      0	0	0	479	0	0	0	0
21	      0	0	0	673	0	0	0	0
22	      0	0	0	782	0	0	0	0
23	      0	0	0	778	0	0	0	0
24	      0	0	0	700	0	0	0	0
25	      0	0	0	708	0	0	0	0
26	      0	0	0	670	0	0	0	0
27	      0	0	0	875	0	0	0	0
28	      0	0	0	660	0	0	0	0
29	      0	0	0	530	0	0	0	0
30	      0	0	0	742	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    200	6.66667	0	14202	277	1047	1663	1751

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

DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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    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 4158487) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 4158487) elapsed time (sec): 30.6653733253479
DEBUG    ya.test:process.py:263 Command (pid 4158487) wtime: 30.679
DEBUG    ya.test:process.py:275 Command (pid 4158487) 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	     15	15	0	10	399	535	535	535
4	     22	22	0	0	423	493	493	493
5	     27	27	0	0	403	591	599	599
6	     34	34	0	0	273	377	395	395
7	     37	37	0	0	293	331	343	343
8	     10	10	0	0	240	265	265	265
9	      0	0	0	10	0	0	0	0
10	      0	0	0	667	0	0	0	0
11	      0	0	0	712	0	0	0	0
12	      0	0	0	648	0	0	0	0
13	      0	0	0	690	0	0	0	0
14	      0	0	0	807	0	0	0	0
15	      0	0	0	810	0	0	0	0
16	      0	0	0	819	0	0	0	0
17	      0	0	0	834	0	0	0	0
18	      0	0	0	607	0	0	0	0
19	      0	0	0	21	0	0	0	0
20	      0	0	0	799	0	0	0	0
21	      0	0	0	746	0	0	0	0
22	      0	0	0	751	0	0	0	0
23	      0	0	0	770	0	0	0	0
24	      0	0	0	750	0	0	0	0
25	      0	0	0	700	0	0	0	0
26	      0	0	0	689	0	0	0	0
27	      0	0	0	770	0	0	0	0
28	      0	0	0	630	0	0	0	0
29	      0	0	0	610	0	0	0	0
30	      0	0	0	750	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    145	4.83333	0	14610	309	535	591	599

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". 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:32072
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:32072". 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:32072
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:32072". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
============================== slowest durations ===============================
306.83s call     test_log_scenario.py::TestLogScenario::test_log_uniform
10.50s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
7.42s 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/xpx6/000c5a/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/xpx6/000c5a/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-19T14:36:42.581100Z): source_id=112;tablet_id=72075186224037888;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 @ 0xA779755
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA771C96
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB607FC8
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD5E89DB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9DCD258
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9DCCFAF
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD5C3AED
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:21: BuildFilter @ 0x141877FB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14DCE627
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14D1F433
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14D1F433
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14D1C253
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14D22D07
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x141A55E8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CCA7525
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB5AAED7
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB5F8A74
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB5FCB34
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB5FC740
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB5FD32E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA77B3AC
21. ??:0: ?? @ 0x7F0DD300EAC2
22. ??:0: ?? @ 0x7F0DD30A08BF
============ 1 failed, 102 deselected, 1 error in 330.05s (0:05:30) ============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xpx6/000c51/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 / 102 deselected / 14 selected

test_overloads.py .

============================== slowest durations ===============================
101.75s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
12.08s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
================ 1 passed, 102 deselected in 119.07s (0:01:59) =================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xpx6/000c5c/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 / 102 deselected / 14 selected

test_replace.py .

============================== slowest durations ===============================
13.25s setup    test_replace.py::TestReplace::test_copy_full
3.86s call     test_replace.py::TestReplace::test_copy_full
0.03s teardown test_replace.py::TestReplace::test_copy_full
====================== 1 passed, 102 deselected in 22.08s ======================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xpx6/000c6d/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 / 102 deselected / 14 selected

test_replace.py .

============================== slowest durations ===============================
13.65s setup    test_replace.py::TestReplace::test_copy_partial
4.27s call     test_replace.py::TestReplace::test_copy_partial

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

test_replace.py .

============================== slowest durations ===============================
12.60s setup    test_replace.py::TestReplace::test_count
3.09s call     test_replace.py::TestReplace::test_count

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