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

data_read_correctness.py ...
order_by_with_limit.py .FFF
tablets_movement.py ..
test_create.py F..

=================================== FAILURES ===================================
______________________ TestOrderBy.test_filtered_portion _______________________
ydb/tests/olap/order_by_with_limit.py:166: in test_filtered_portion
    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_filtered_portion
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_filtered_portion)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTMzODMwY2YtZjU0Nzc5MDEtODk2ZmYwZjMtNDUxMzc4ZjI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b5971327-9011-4157-8c4c-f2cf8c00d818, ghrun-uotusghvb4.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b5971327-9011-4157-8c4c-f2cf8c00d818, ghrun-uotusghvb4.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MTMzODMwY2YtZjU0Nzc5MDEtODk2ZmYwZjMtNDUxMzc4ZjI=" 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 bool 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, b5971327-9011-4157-8c4c-f2cf8c00d818, ghrun-uotusghvb4.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTMzODMwY2YtZjU0Nzc5MDEtODk2ZmYwZjMtNDUxMzc4ZjI=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
___________________________ 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=MTMzODMwY2YtZjU0Nzc5MDEtODk2ZmYwZjMtNDUxMzc4ZjI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, ce5f51e5-0a2f-4fe0-973c-4c5a75d6889f, ghrun-uotusghvb4.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, ce5f51e5-0a2f-4fe0-973c-4c5a75d6889f, ghrun-uotusghvb4.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MTMzODMwY2YtZjU0Nzc5MDEtODk2ZmYwZjMtNDUxMzc4ZjI=" 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, ce5f51e5-0a2f-4fe0-973c-4c5a75d6889f, ghrun-uotusghvb4.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTMzODMwY2YtZjU0Nzc5MDEtODk2ZmYwZjMtNDUxMzc4ZjI=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
_______________________ TestOrderBy.test_stress_sorting ________________________
ydb/tests/olap/order_by_with_limit.py:210: in test_stress_sorting
    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: 11 column: 58 } message: "At function: KiCreateTable!" end_position { row: 11 column: 58 } severity: 1 issues { position { row: 11 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 11 column: 58 } severity: 1 } } (server_code: 400080)
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_stress_sorting
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_stress_sorting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTMzODMwY2YtZjU0Nzc5MDEtODk2ZmYwZjMtNDUxMzc4ZjI=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 684473f9-c7a0-472a-941e-bdfeeaf6e22c, ghrun-uotusghvb4.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 684473f9-c7a0-472a-941e-bdfeeaf6e22c, ghrun-uotusghvb4.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MTMzODMwY2YtZjU0Nzc5MDEtODk2ZmYwZjMtNDUxMzc4ZjI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/order_by/table` (\n                time Timestamp NOT NULL,\n                uniq Utf8 NOT NULL,\n                class Utf8 NOT NULL,\n                value Utf8,\n                PRIMARY KEY(time, class, uniq),\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, 684473f9-c7a0-472a-941e-bdfeeaf6e22c, ghrun-uotusghvb4.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTMzODMwY2YtZjU0Nzc5MDEtODk2ZmYwZjMtNDUxMzc4ZjI=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
_____________________ TestCreate.test_create_all_opt_ints ______________________
ydb/tests/olap/test_create.py:78: in test_create_all_opt_ints
    assert rows[0][key] == 0
E   assert 1 == 0
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_create_all_opt_ints
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.15
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/uphp/00641a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3496799
DEBUG    ya.test:process.py:259 Command (pid 3496799) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3496799) elapsed time (sec): 0.4186561107635498
DEBUG    ya.test:process.py:263 Command (pid 3496799) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3496799) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3496799) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3496799) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3496799) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3496799) maxrss: 1681848
DEBUG    ya.test:process.py:263 Command (pid 3496799) minflt: 16239
DEBUG    ya.test:process.py:263 Command (pid 3496799) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3496799) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3496799) nivcsw: 58
DEBUG    ya.test:process.py:263 Command (pid 3496799) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3496799) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3496799) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 3496799) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3496799) stime: 0.25252199999999997
DEBUG    ya.test:process.py:263 Command (pid 3496799) utime: 0.109969
DEBUG    ya.test:process.py:263 Command (pid 3496799) wtime: 0.42
DEBUG    ya.test:process.py:275 Command (pid 3496799) 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-uotusghvb4    Host information: 
        Linux ghrun-uotusghvb4 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 3496799) errors:

INFO     __tests__.test_create:test_create.py:22 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-uotusghvb4    Host information: 
        Linux ghrun-uotusghvb4 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/uphp/00641a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24807
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/uphp/00641a/r3tmp/kikimr_cluster_stnk6211
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/uphp/00641a/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10796
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62602
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1487
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4476
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/uphp/00641a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create.py.TestCreate.test_create_all_opt_ints/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/uphp/00641a/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/uphp/00641a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create.py.TestCreate.test_create_all_opt_ints/cluster/node_1/logfile_n89qbr7s.log --grpc-port=10796 --mon-port=62602 --ic-port=24807
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:10796/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/uphp/00641a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create.py.TestCreate.test_create_all_opt_ints/cluster/kikimr_configs"
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:274 Final command: /home/runner/.ya/build/build_root/uphp/00641a/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/uphp/00641a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create.py.TestCreate.test_create_all_opt_ints/cluster/node_1/logfile_n89qbr7s.log --grpc-port=10796 --mon-port=62602 --ic-port=24807
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/uphp/00641a/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/uphp/00641a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create.py.TestCreate.test_create_all_opt_ints/cluster/kikimr_configs/config.yaml', '--node=1', '--log-file-name=/home/runner/.ya/build/build_root/uphp/00641a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create.py.TestCreate.test_create_all_opt_ints/cluster/node_1/logfile_n89qbr7s.log', '--grpc-port=10796', '--mon-port=62602', '--ic-port=24807')' in '/home/runner/.ya/build/build_root/uphp/00641a/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk0/testing_out_stuff/test_create.py.TestCreate.test_create_all_opt_ints/cluster/node_1' (no wait)
DEBUG    ya.test:process.py:628 Command pid: 3497415
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:10796/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/uphp/00641a/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3497420
DEBUG    ya.test:process.py:259 Command (pid 3497420) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3497420) elapsed time (sec): 0.4892466068267822
DEBUG    ya.test:process.py:263 Command (pid 3497420) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3497420) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3497420) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3497420) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3497420) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3497420) maxrss: 1681848
DEBUG    ya.test:process.py:263 Command (pid 3497420) minflt: 16238
DEBUG    ya.test:process.py:263 Command (pid 3497420) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3497420) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3497420) nivcsw: 63
DEBUG    ya.test:process.py:263 Command (pid 3497420) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3497420) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3497420) nvcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 3497420) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3497420) stime: 0.29916499999999996
DEBUG    ya.test:process.py:263 Command (pid 3497420) utime: 0.125964
DEBUG    ya.test:process.py:263 Command (pid 3497420) wtime: 0.49
DEBUG    ya.test:process.py:275 Command (pid 3497420) 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-uotusghvb4    Host information: 
        Linux ghrun-uotusghvb4 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 3497420) errors:

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Arc info:
    Branch: unknown-vcs-branch
    Commit: THIS_REVISION_IS_A_DUMMY
    Author: ordinal
    Summary: No VCS
    Last Changed Rev: -1
    Last Changed Date: 2015-03-14T06:05:35.000000Z
Other info:
    Build by: runner
    Top src dir: 
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-uotusghvb4    Host information: 
        Linux ghrun-uotusghvb4 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/uphp/00641a/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/uphp/00641a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10796', '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: 24807\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/uphp/00641a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10796', '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: 24807\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3499268
DEBUG    ya.test:process.py:259 Command (pid 3499268) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3499268) elapsed time (sec): 0.6495530605316162
DEBUG    ya.test:process.py:263 Command (pid 3499268) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3499268) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3499268) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3499268) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3499268) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3499268) maxrss: 1681848
DEBUG    ya.test:process.py:263 Command (pid 3499268) minflt: 18382
DEBUG    ya.test:process.py:263 Command (pid 3499268) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3499268) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3499268) nivcsw: 121
DEBUG    ya.test:process.py:263 Command (pid 3499268) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3499268) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3499268) nvcsw: 146
DEBUG    ya.test:process.py:263 Command (pid 3499268) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3499268) stime: 0.464038
DEBUG    ya.test:process.py:263 Command (pid 3499268) utime: 0.116855
DEBUG    ya.test:process.py:263 Command (pid 3499268) wtime: 0.651
DEBUG    ya.test:process.py:275 Command (pid 3499268) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/uphp/00641a/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/uphp/00641a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10796', '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.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/uphp/00641a/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:10796', '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: 3499748
DEBUG    ya.test:process.py:259 Command (pid 3499748) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3499748) elapsed time (sec): 0.4040648937225342
DEBUG    ya.test:process.py:263 Command (pid 3499748) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3499748) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3499748) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3499748) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3499748) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3499748) maxrss: 1681848
DEBUG    ya.test:process.py:263 Command (pid 3499748) minflt: 18383
DEBUG    ya.test:process.py:263 Command (pid 3499748) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3499748) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3499748) nivcsw: 44
DEBUG    ya.test:process.py:263 Command (pid 3499748) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3499748) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3499748) nvcsw: 138
DEBUG    ya.test:process.py:263 Command (pid 3499748) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3499748) stime: 0.267305
DEBUG    ya.test:process.py:263 Command (pid 3499748) utime: 0.11170899999999999
DEBUG    ya.test:process.py:263 Command (pid 3499748) wtime: 0.43
DEBUG    ya.test:process.py:275 Command (pid 3499748) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:579 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:586 Cluster started and initialized
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, ee946ef2-abe4-4cd9-b870-21de256153b8, localhost:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ee946ef2-abe4-4cd9-b870-21de256153b8, localhost:10796): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, ee946ef2-abe4-4cd9-b870-21de256153b8, localhost:10796): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uotusghvb4.auto.internal" port: 10796 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-uotusghvb4.auto.internal:10796, 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:10796
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_create.py::TestCreate, test_name: test_create_all_opt_ints)
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, ee5e168a-b388-4f2a-8a2f-ad0ab22413f6, ghrun-uotusghvb4.auto.internal:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ee5e168a-b388-4f2a-8a2f-ad0ab22413f6, ghrun-uotusghvb4.auto.internal:10796): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ee5e168a-b388-4f2a-8a2f-ad0ab22413f6, ghrun-uotusghvb4.auto.internal:10796): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 80ff7afc-86ea-4502-b384-c6d8850a5943, ghrun-uotusghvb4.auto.internal:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 80ff7afc-86ea-4502-b384-c6d8850a5943, ghrun-uotusghvb4.auto.internal:10796): request = { session_id: "ydb://session/3?node_id=1&id=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 80ff7afc-86ea-4502-b384-c6d8850a5943, ghrun-uotusghvb4.auto.internal:10796): 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=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 89d0ea50-651f-49e3-a223-a239de85aa7b, ghrun-uotusghvb4.auto.internal:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 89d0ea50-651f-49e3-a223-a239de85aa7b, ghrun-uotusghvb4.auto.internal:10796): request = { session_id: "ydb://session/3?node_id=1&id=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/create/table98514_1` (\n                id Uint64 NOT NULL,\n                v0 Int8,\n                v1 Int16,\n                v2 Int32,\n                v3 Int64,\n                v4 Uint8,\n                v5 Uint16,\n                v6 Uint32,\n                v7 Uint64,\n                PRIMARY KEY(id),\n            )\n            WITH (STORE = COLUMN);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 89d0ea50-651f-49e3-a223-a239de85aa7b, ghrun-uotusghvb4.auto.internal:10796): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 6cd2f76d-460c-4c9b-853e-794992d7a65b, ghrun-uotusghvb4.auto.internal:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 6cd2f76d-460c-4c9b-853e-794992d7a65b, ghrun-uotusghvb4.auto.internal:10796): request = { session_id: "ydb://session/3?node_id=1&id=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "INSERT INTO `/Root/create/table98514_1` (id) VALUES (0);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 6cd2f76d-460c-4c9b-853e-794992d7a65b, ghrun-uotusghvb4.auto.internal:10796): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a521049d-ded6-4463-a927-b9b75bf7eb49, ghrun-uotusghvb4.auto.internal:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a521049d-ded6-4463-a927-b9b75bf7eb49, ghrun-uotusghvb4.auto.internal:10796): request = { session_id: "ydb://session/3?node_id=1&id=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO `/Root/create/table98514_1`\n            (id, v0, v1, v2, v3, v4, v5, v6, v7)\n            VALUES\n            (1, -2, -3, -4, -5, 6, 7, 8, 9);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a521049d-ded6-4463-a927-b9b75bf7eb49, ghrun-uotusghvb4.auto.internal:10796): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f10cb097-b4f1-45cd-829b-6c7f2be6af9b, ghrun-uotusghvb4.auto.internal:10796): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f10cb097-b4f1-45cd-829b-6c7f2be6af9b, ghrun-uotusghvb4.auto.internal:10796): request = { session_id: "ydb://session/3?node_id=1&id=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/create/table98514_1`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, f10cb097-b4f1-45cd-829b-6c7f2be6af9b, ghrun-uotusghvb4.auto.internal:10796): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZjkzMjY2OGItZjNkMWQ5NWMtMmM5ZDliZGUtNjcwMjYzNjk=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
162.51s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
117.69s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
99.88s call     tablets_movement.py::TestTabletsMovement::test[ROW]
60.73s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
5.46s call     test_create.py::TestCreate::test_create_decimals
4.78s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.63s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
4.43s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
4.24s setup    test_create.py::TestCreate::test_create_all_opt_ints
3.98s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
0.67s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.65s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.58s call     test_create.py::TestCreate::test_create_all_opt_ints
0.50s call     test_create.py::TestCreate::test_create_all_req_ints
0.19s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.18s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.18s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.04s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.02s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.02s setup    tablets_movement.py::TestTabletsMovement::test[ROW]
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_random

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED order_by_with_limit.py::TestOrderBy::test_filtered_portion - 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)
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)
FAILED order_by_with_limit.py::TestOrderBy::test_stress_sorting - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 11 column: 58 } message: "At function: KiCreateTable!" end_position { row: 11 column: 58 } severity: 1 issues { position { row: 11 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 11 column: 58 } severity: 1 } } (server_code: 400080)
FAILED test_create.py::TestCreate::test_create_all_opt_ints - assert 1 == 0
=================== 4 failed, 8 passed in 473.22s (0:07:53) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/uphp/006423/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk1
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

test_create.py ....
test_cs_many_updates.py drop table: 18.5 ms
create table: 354.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 33.0
    "min_ms": 25.8
    "median_ms": 30.0
    "max_ms": 60.3
    "stdev_ms": 10.1
select count(*) after initial inserts: 99.6 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 50.7
    "min_ms": 38.9
    "median_ms": 48.2
    "max_ms": 351.6
    "stdev_ms": 16.6
select count(*) after all modifications: 2468.8 ms
select all: 2980.8 ms
delete from table: 3048.4 ms
select all after delete: 2727.7 ms
.drop table: 50.9 ms
create table: 372.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.7
    "min_ms": 26.5
    "median_ms": 29.6
    "max_ms": 31.8
    "stdev_ms": 1.5
select count(*) after initial inserts: 107.2 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 45.3
    "min_ms": 40.7
    "median_ms": 45.0
    "max_ms": 56.2
    "stdev_ms": 2.5
updates (step 1):
    "runs": 200
    "avg_ms": 156.0
    "min_ms": 113.2
    "median_ms": 150.4
    "max_ms": 232.1
    "stdev_ms": 26.6
upserts (step 2):
    "runs": 200
    "avg_ms": 27.6
    "min_ms": 18.4
    "median_ms": 25.5
    "max_ms": 66.1
    "stdev_ms": 7.3
select count(*) after all modifications: 328.8 ms
select all: 336.7 ms
delete from table: 329.7 ms
select all after delete: 269.3 ms
.drop table: 23.2 ms
create table: 340.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.0
    "min_ms": 22.9
    "median_ms": 30.1
    "max_ms": 30.7
    "stdev_ms": 2.5
select count(*) after initial inserts: 83.9 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 152.8
    "min_ms": 79.9
    "median_ms": 144.7
    "max_ms": 361.6
    "stdev_ms": 42.8
select count(*) after all modifications: 561.0 ms
select all: 371.8 ms
delete from table: 387.2 ms
select all after delete: 249.5 ms
.drop table: 42.7 ms
create table: 519.3 ms
initial inserts:
    "runs": 15
    "avg_ms": 31.0
    "min_ms": 25.2
    "median_ms": 30.3
    "max_ms": 45.1
    "stdev_ms": 4.9
select count(*) after initial inserts: 110.1 ms
updates (step 0):
    "runs": 150
    "avg_ms": 147.9
    "min_ms": 94.4
    "median_ms": 144.2
    "max_ms": 231.7
    "stdev_ms": 29.2
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 111.2
    "min_ms": 65.3
    "median_ms": 97.9
    "max_ms": 223.9
    "stdev_ms": 35.0
select count(*) after all modifications: 546.1 ms
select all: 676.3 ms
delete from table: 551.9 ms
select all after delete: 506.0 ms
.drop table: 35.2 ms
create table: 551.7 ms
initial inserts:
    "runs": 20
    "avg_ms": 35.6
    "min_ms": 25.4
    "median_ms": 30.8
    "max_ms": 84.4
    "stdev_ms": 13.9
select count(*) after initial inserts: 151.3 ms
updates (step 0):
    "runs": 200
    "avg_ms": 121.2
    "min_ms": 94.6
    "median_ms": 116.5
    "max_ms": 209.9
    "stdev_ms": 20.8
upserts (step 1):
    "runs": 200
    "avg_ms": 26.3
    "min_ms": 21.1
    "median_ms": 25.4
    "max_ms": 44.1
    "stdev_ms": 3.9
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 88.5
    "min_ms": 71.7
    "median_ms": 83.4
    "max_ms": 187.0
    "stdev_ms": 14.3
select count(*) after all modifications: 649.3 ms
select all: 570.5 ms
delete from table: 628.2 ms
select all after delete: 584.2 ms
.drop table: 53.4 ms
create table: 585.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.2
    "min_ms": 25.6
    "median_ms": 30.1
    "max_ms": 36.2
    "stdev_ms": 3.0
select count(*) after initial inserts: 149.4 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 40.2
    "min_ms": 20.9
    "median_ms": 35.6
    "max_ms": 181.6
    "stdev_ms": 16.0
select count(*) after all modifications: 425.3 ms
select all: 322.9 ms
delete from table: 409.0 ms
select all after delete: 322.5 ms
.Generated operation sequence:
  0. BULK_UPSERT: 6 operations
  1. UPDATE: 6 operations
  2. UPSERT: 13 operations
  3. UPDATE: 7 operations
  4. UPSERT: 6 operations
  5. UPDATE: 18 operations
  6. UPDATE: 4 operations
  7. BULK_UPSERT: 10 operations
  8. UPDATE: 6 operations
  9. BULK_UPSERT: 17 operations
drop table: 71.1 ms
create table: 567.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 70.2
    "min_ms": 41.5
    "median_ms": 63.9
    "max_ms": 135.7
    "stdev_ms": 25.6
select count(*) after initial inserts: 146.7 ms
bulk_upserts (step 0):
    "runs": 6
    "avg_ms": 74.5
    "min_ms": 58.6
    "median_ms": 77.6
    "max_ms": 97.9
    "stdev_ms": 14.5
updates (step 1):
    "runs": 60
    "avg_ms": 181.1
    "min_ms": 133.0
    "median_ms": 179.2
    "max_ms": 237.7
    "stdev_ms": 27.4
upserts (step 2):
    "runs": 130
    "avg_ms": 41.1
    "min_ms": 25.1
    "median_ms": 37.9
    "max_ms": 90.7
    "stdev_ms": 12.9
updates (step 3):
    "runs": 70
    "avg_ms": 175.1
    "min_ms": 128.2
    "median_ms": 175.4
    "max_ms": 264.6
    "stdev_ms": 25.4
upserts (step 4):
    "runs": 60
    "avg_ms": 36.1
    "min_ms": 24.9
    "median_ms": 33.2
    "max_ms": 69.8
    "stdev_ms": 9.5
updates (step 5):
    "runs": 180
    "avg_ms": 166.8
    "min_ms": 112.0
    "median_ms": 164.6
    "max_ms": 331.3
    "stdev_ms": 28.9
updates (step 6):
    "runs": 40
    "avg_ms": 146.3
    "min_ms": 116.8
    "median_ms": 144.5
    "max_ms": 199.5
    "stdev_ms": 16.8
bulk_upserts (step 7):
    "runs": 10
    "avg_ms": 60.4
    "min_ms": 48.0
    "median_ms": 60.3
    "max_ms": 80.3
    "stdev_ms": 10.0
updates (step 8):
    "runs": 60
    "avg_ms": 155.2
    "min_ms": 126.8
    "median_ms": 152.1
    "max_ms": 227.3
    "stdev_ms": 20.8
bulk_upserts (step 9):
    "runs": 17
    "avg_ms": 60.6
    "min_ms": 46.3
    "median_ms": 60.1
    "max_ms": 76.8
    "stdev_ms": 8.5
select count(*) after all modifications: 267.5 ms
select all: 255.7 ms
delete from table: 295.3 ms
select all after delete: 222.2 ms
.
test_delete.py .

============================== slowest durations ===============================
155.10s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
80.46s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
43.36s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
42.74s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
42.25s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
37.38s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
36.74s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
4.99s setup    test_delete.py::TestDelete::test_delete_rollback
4.10s setup    test_create.py::TestCreate::test_create_real_opt
3.97s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
3.06s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.34s call     test_delete.py::TestDelete::test_delete_rollback
0.54s call     test_create.py::TestCreate::test_create_real_opt
0.45s call     test_create.py::TestCreate::test_create_strings_opt
0.44s call     test_create.py::TestCreate::test_create_real_req
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.02s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]

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

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

============================== slowest durations ===============================
6.75s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.48s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.94s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.82s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.79s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.73s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.71s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.68s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.66s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.63s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.60s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.59s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.59s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]

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

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

============================== slowest durations ===============================
5.47s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
4.96s setup    test_delete.py::TestDelete::test_incorrect
1.24s call     test_insert.py::TestInsertStatement::test_copy_partial
1.11s call     test_insert.py::TestInsertStatement::test_copy_full
0.56s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.46s call     test_insert.py::TestInsertStatement::test_bulk
0.45s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.45s call     test_insert.py::TestInsertStatement::test_plain
0.45s call     test_insert.py::TestInsertStatement::test_duplicate
0.39s call     test_delete.py::TestDelete::test_incorrect
0.36s call     test_insert.py::TestInsertStatement::test_incorrect
0.35s call     test_insert.py::TestInsertStatement::test_out_of_range
0.35s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.30s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]

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

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

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

DEBUG    ya.test:process.py:276 Command (pid 3265118) 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/uphp/00641f/ydb/apps/ydb/ydb -e grpc://localhost:29374 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29374', '-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: 3265307
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 3265307) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3265307) elapsed time (sec): 30.1817729473114
DEBUG    ya.test:process.py:263 Command (pid 3265307) wtime: 30.183
DEBUG    ya.test:process.py:275 Command (pid 3265307) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    479	479	0	0	20	21	26	31
2	    488	488	0	0	20	21	22	24
3	    488	488	0	0	20	20	21	22
4	    489	489	0	0	20	21	23	24
5	    487	487	0	0	20	20	21	22
6	    487	487	0	0	20	21	21	22
7	    489	489	0	0	20	21	23	25
8	    481	481	0	0	20	22	28	36
9	    476	476	0	0	20	26	30	34
10	    444	444	0	0	20	32	38	45
11	    484	484	0	0	20	22	24	26
12	    482	482	0	0	20	22	26	31
13	    481	481	0	0	20	23	28	29
14	    487	487	0	0	20	21	24	25
15	    483	483	0	0	20	22	24	27
16	    486	486	0	0	20	23	24	26
17	    458	458	0	0	20	28	37	48
18	    477	477	0	0	20	26	30	33
19	    420	420	0	0	22	36	45	47
20	    429	429	0	0	22	32	38	40
21	    435	435	0	0	21	31	39	47
22	    452	452	0	0	21	31	34	39
23	    419	419	0	0	22	33	38	42
24	    358	358	0	0	23	53	57	63
25	    426	426	0	0	22	32	43	53
26	    361	361	0	0	25	47	52	56
27	    378	378	0	0	24	42	50	52
28	    390	390	0	0	24	37	44	51
29	    422	422	0	0	21	42	51	54
30	    440	440	0	0	22	31	37	40

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13576	452.533	0	0	20	30	43	63

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTI2MTBjY2UtODVlNGJmOGMtYzVhNGE2Y2EtY2Y0MThkYTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 104dd951-9ac3-45bf-93db-95025d8abc68, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 104dd951-9ac3-45bf-93db-95025d8abc68, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=NTI2MTBjY2UtODVlNGJmOGMtYzVhNGE2Y2EtY2Y0MThkYTg=" 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, 104dd951-9ac3-45bf-93db-95025d8abc68, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTI2MTBjY2UtODVlNGJmOGMtYzVhNGE2Y2EtY2Y0MThkYTg=
INFO     root:test_log_scenario.py:217 Count rows after insert 13305 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmE4ZDkzZGEtYmIyOTNhOGItNDlkYzg4YjEtY2Q4ZDc1Nzc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c089d8c7-b814-493d-8aa0-2e6db523f54e, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c089d8c7-b814-493d-8aa0-2e6db523f54e, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=MmE4ZDkzZGEtYmIyOTNhOGItNDlkYzg4YjEtY2Q4ZDc1Nzc=" 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, c089d8c7-b814-493d-8aa0-2e6db523f54e, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MmE4ZDkzZGEtYmIyOTNhOGItNDlkYzg4YjEtY2Q4ZDc1Nzc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2UwZThjOWQtMjE1MmYwYmUtN2QzN2FmNzctODg5OGRmYjA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b7d11a66-3991-453a-ae8f-3dd3c6aed7a7, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b7d11a66-3991-453a-ae8f-3dd3c6aed7a7, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=Y2UwZThjOWQtMjE1MmYwYmUtN2QzN2FmNzctODg5OGRmYjA=" 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, b7d11a66-3991-453a-ae8f-3dd3c6aed7a7, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2UwZThjOWQtMjE1MmYwYmUtN2QzN2FmNzctODg5OGRmYjA=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb -e grpc://localhost:29374 -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.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29374', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb -e grpc://localhost:29374 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb -e grpc://localhost:29374 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmNhYjlkZmQtMTAwNTM1NmItNDk0OTY0MWYtZDA5OTU4NWE=
DEBUG    ya.test:process.py:628 Command pid: 3280061
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e67df514-ec90-4062-8e06-eb756c8fd691, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGY2Y2U3YmEtZDFmNjNhMDYtNzZkNzlhNmItNmMxODg1NWM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e67df514-ec90-4062-8e06-eb756c8fd691, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=NmNhYjlkZmQtMTAwNTM1NmItNDk0OTY0MWYtZDA5OTU4NWE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3ded962a-38a0-4bbd-89ed-bdb5a8e80abe, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e67df514-ec90-4062-8e06-eb756c8fd691, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3ded962a-38a0-4bbd-89ed-bdb5a8e80abe, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=OGY2Y2U3YmEtZDFmNjNhMDYtNzZkNzlhNmItNmMxODg1NWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmIxMDRjZjYtMjU0Y2RhMWMtYWQzYmQyODctNDc5Zjc4OTY=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3ded962a-38a0-4bbd-89ed-bdb5a8e80abe, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d4d50dfc-6238-4705-8fb5-c4e6c4144312, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d4d50dfc-6238-4705-8fb5-c4e6c4144312, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=ZmIxMDRjZjYtMjU0Y2RhMWMtYWQzYmQyODctNDc5Zjc4OTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjQxZmE1MDYtOWM3OWUxOTktYmUyYTZiOGMtNmU4MjUxZDI=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29374', '-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    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a4807a94-c555-4c6c-83c3-9d425ebe5fed, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a4807a94-c555-4c6c-83c3-9d425ebe5fed, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=MjQxZmE1MDYtOWM3OWUxOTktYmUyYTZiOGMtNmU4MjUxZDI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjA3ODc0OTQtMjQyNDY2NzMtOTI4YjdiNmYtMWY3NGFkZWY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 27526f2f-0e5b-44ed-ab2a-e1be51133f0c, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 27526f2f-0e5b-44ed-ab2a-e1be51133f0c, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=ZjA3ODc0OTQtMjQyNDY2NzMtOTI4YjdiNmYtMWY3NGFkZWY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 3280071
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29374', '-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: 3280077
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d4d50dfc-6238-4705-8fb5-c4e6c4144312, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a4807a94-c555-4c6c-83c3-9d425ebe5fed, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 27526f2f-0e5b-44ed-ab2a-e1be51133f0c, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzM5ZGE1ZGUtMjMyZTAzN2MtY2Y0OTIwMjQtMzIyNmZhZGE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 675753ba-81ef-49b5-bf72-43e63ad973c7, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 675753ba-81ef-49b5-bf72-43e63ad973c7, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=MzM5ZGE1ZGUtMjMyZTAzN2MtY2Y0OTIwMjQtMzIyNmZhZGE=" 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, 675753ba-81ef-49b5-bf72-43e63ad973c7, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWZmNWZhY2MtY2M0MmE4ZTEtODE3OGQzY2EtYjhkMTUyMTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 44665b9e-54fd-4738-8f8e-2461dc599938, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 44665b9e-54fd-4738-8f8e-2461dc599938, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=NWZmNWZhY2MtY2M0MmE4ZTEtODE3OGQzY2EtYjhkMTUyMTY=" 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, 44665b9e-54fd-4738-8f8e-2461dc599938, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTI2MTBjY2UtODVlNGJmOGMtYzVhNGE2Y2EtY2Y0MThkYTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 29f4ca35-3fdc-4d9d-9e74-6a5d00ea58ba, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 29f4ca35-3fdc-4d9d-9e74-6a5d00ea58ba, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=NTI2MTBjY2UtODVlNGJmOGMtYzVhNGE2Y2EtY2Y0MThkYTg=" 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, 29f4ca35-3fdc-4d9d-9e74-6a5d00ea58ba, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmE4ZDkzZGEtYmIyOTNhOGItNDlkYzg4YjEtY2Q4ZDc1Nzc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1ebe6527-3d68-40bb-96cb-ffd3ea4d5a5b, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1ebe6527-3d68-40bb-96cb-ffd3ea4d5a5b, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=MmE4ZDkzZGEtYmIyOTNhOGItNDlkYzg4YjEtY2Q4ZDc1Nzc=" 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, 1ebe6527-3d68-40bb-96cb-ffd3ea4d5a5b, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2UwZThjOWQtMjE1MmYwYmUtN2QzN2FmNzctODg5OGRmYjA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1b14de41-b327-4817-9d9a-cadb724cbb71, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1b14de41-b327-4817-9d9a-cadb724cbb71, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=Y2UwZThjOWQtMjE1MmYwYmUtN2QzN2FmNzctODg5OGRmYjA=" 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, 1b14de41-b327-4817-9d9a-cadb724cbb71, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f5fccf9f-6e7d-4e23-9e43-f0657001e583, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473507713+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 389e84f5-180c-4efa-84b7-0bb6c6258f63, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473372566+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-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5e773367-7c77-4e10-a645-1f80b166c8f7, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473659046+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 11d88126-41fa-471b-9b33-2c33e407b2b0, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473527769+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9e0f3147-9d3a-45bc-b5fc-80d51092bf42, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473543391+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f1a63d2c-9f50-4432-8cae-106d5e97dc79, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:45:06.473687931+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d6082bc9-7556-4904-a18b-a4650175e20d, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473699301+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 793bc897-7d48-47fb-a2d0-83cd91449ba2, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:45:06.473585144+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6983ebfa-27e6-4e6b-9a87-d415f75a309f, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473570029+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-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9e2cc7df-572a-4844-875d-0cad8fe74d73, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:45:06.47367211+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e67df514-ec90-4062-8e06-eb756c8fd691, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473711318+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1b14de41-b327-4817-9d9a-cadb724cbb71, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473831587+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a4807a94-c555-4c6c-83c3-9d425ebe5fed, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:45:06.473750902+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 44665b9e-54fd-4738-8f8e-2461dc599938, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473787963+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3ded962a-38a0-4bbd-89ed-bdb5a8e80abe, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:45:06.473724616+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1ebe6527-3d68-40bb-96cb-ffd3ea4d5a5b, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473817283+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 675753ba-81ef-49b5-bf72-43e63ad973c7, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473775547+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-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 27526f2f-0e5b-44ed-ab2a-e1be51133f0c, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473762838+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-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d4d50dfc-6238-4705-8fb5-c4e6c4144312, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:45:06.473738107+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 29f4ca35-3fdc-4d9d-9e74-6a5d00ea58ba, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473800002+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-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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 3280077) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3280077) elapsed time (sec): 30.243821382522583
DEBUG    ya.test:process.py:263 Command (pid 3280077) wtime: 30.245
DEBUG    ya.test:process.py:275 Command (pid 3280077) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	465	0	0	0	0
8	      0	0	0	1403	0	0	0	0
9	      0	0	0	1952	0	0	0	0
10	      0	0	0	2096	0	0	0	0
11	      0	0	0	2590	0	0	0	0
12	      0	0	0	2514	0	0	0	0
13	      0	0	0	2094	0	0	0	0
14	      0	0	0	2407	0	0	0	0
15	      0	0	0	2103	0	0	0	0
16	      0	0	0	2056	0	0	0	0
17	      0	0	0	2326	0	0	0	0
18	      0	0	0	2436	0	0	0	0
19	      0	0	0	2492	0	0	0	0
20	      0	0	0	2205	0	0	0	0
21	      0	0	0	2440	0	0	0	0
22	      0	0	0	2480	0	0	0	0
23	      0	0	0	2360	0	0	0	0
24	      0	0	0	2276	0	0	0	0
25	      0	0	0	2161	0	0	0	0
26	      0	0	0	1963	0	0	0	0
27	      0	0	0	1511	0	0	0	0
28	      0	0	0	1806	0	0	0	0
29	      0	0	0	1420	0	0	0	0
30	      0	0	0	1841	0	0	0	0

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

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3280061) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3280061) elapsed time (sec): 30.284857511520386
DEBUG    ya.test:process.py:263 Command (pid 3280061) wtime: 30.3
DEBUG    ya.test:process.py:275 Command (pid 3280061) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     17	17	0	0	615	847	871	871
2	    104	104	0	0	94	158	177	196
3	    124	124	0	0	74	135	143	146
4	    131	131	0	0	74	98	116	119
5	     89	89	0	0	78	93	104	105
6	      0	0	0	10	0	0	0	0
7	      0	0	0	546	0	0	0	0
8	      0	0	0	1577	0	0	0	0
9	      0	0	0	1968	0	0	0	0
10	      0	0	0	2201	0	0	0	0
11	      0	0	0	2566	0	0	0	0
12	      0	0	0	2492	0	0	0	0
13	      0	0	0	2135	0	0	0	0
14	      0	0	0	2468	0	0	0	0
15	      0	0	0	2193	0	0	0	0
16	      0	0	0	2183	0	0	0	0
17	      0	0	0	2303	0	0	0	0
18	      0	0	0	2424	0	0	0	0
19	      0	0	0	2452	0	0	0	0
20	      0	0	0	2151	0	0	0	0
21	      0	0	0	2490	0	0	0	0
22	      0	0	0	2496	0	0	0	0
23	      0	0	0	2333	0	0	0	0
24	      0	0	0	2335	0	0	0	0
25	      0	0	0	2318	0	0	0	0
26	      0	0	0	1936	0	0	0	0
27	      0	0	0	1780	0	0	0	0
28	      0	0	0	1540	0	0	0	0
29	      0	0	0	1226	0	0	0	0
30	      0	0	0	1753	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    465	15.5	0	49876	79	157	651	871

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3280071) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3280071) elapsed time (sec): 30.312065601348877
DEBUG    ya.test:process.py:263 Command (pid 3280071) wtime: 30.318
DEBUG    ya.test:process.py:275 Command (pid 3280071) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     29	29	0	0	165	707	711	711
2	    130	130	0	0	72	119	130	131
3	    166	166	0	0	55	94	114	126
4	    169	169	0	0	55	83	95	96
5	    120	120	0	0	57	74	83	85
6	      0	0	0	0	0	0	0	0
7	      0	0	0	391	0	0	0	0
8	      0	0	0	1374	0	0	0	0
9	      0	0	0	1841	0	0	0	0
10	      0	0	0	1850	0	0	0	0
11	      0	0	0	2497	0	0	0	0
12	      0	0	0	2498	0	0	0	0
13	      0	0	0	2056	0	0	0	0
14	      0	0	0	2405	0	0	0	0
15	      0	0	0	1979	0	0	0	0
16	      0	0	0	2044	0	0	0	0
17	      0	0	0	2198	0	0	0	0
18	      0	0	0	2365	0	0	0	0
19	      0	0	0	2431	0	0	0	0
20	      0	0	0	1929	0	0	0	0
21	      0	0	0	2351	0	0	0	0
22	      0	0	0	2453	0	0	0	0
23	      0	0	0	2210	0	0	0	0
24	      0	0	0	2208	0	0	0	0
25	      0	0	0	2200	0	0	0	0
26	      0	0	0	1854	0	0	0	0
27	      0	0	0	1631	0	0	0	0
28	      0	0	0	1624	0	0	0	0
29	      0	0	0	1162	0	0	0	0
30	      0	0	0	1633	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    614	20.4667	0	47184	60	126	679	711

DEBUG    ya.test:process.py:276 Command (pid 3280071) 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.connection:connection.py:549 Closing channel for endpoint localhost:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, c6f4d525-811c-4818-8825-d7096fb9a153, localhost:1853): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c6f4d525-811c-4818-8825-d7096fb9a153, localhost:1853): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c6f4d525-811c-4818-8825-d7096fb9a153, localhost:1853): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uotusghvb4.auto.internal" port: 1853 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-uotusghvb4.auto.internal:1853, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1853
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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 646e4c60-f289-4d1b-8d08-66558e5a214d, localhost:1853): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 646e4c60-f289-4d1b-8d08-66558e5a214d, localhost:1853): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 646e4c60-f289-4d1b-8d08-66558e5a214d, localhost:1853): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uotusghvb4.auto.internal" port: 1853 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-uotusghvb4.auto.internal:1853, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1853
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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
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:29374". 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:29374
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:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 7981b1e3-12cd-48d3-9fd5-37f8539f1878, localhost:1853): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7981b1e3-12cd-48d3-9fd5-37f8539f1878, localhost:1853): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7981b1e3-12cd-48d3-9fd5-37f8539f1878, localhost:1853): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uotusghvb4.auto.internal" port: 1853 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-uotusghvb4.auto.internal:1853, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1853
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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.
---------------------------- 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:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-uotusghvb4'
DEBUG    library.python.cores:__init__.py:37 rlimit_core = '(0, 0)'
DEBUG    library.python.cores:__init__.py:40 core_pattern = '|/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E'
DEBUG    library.python.cores:__init__.py:72 core_uses_pid = '1'
DEBUG    library.python.cores:__init__.py:87 Core dump dir (/home/runner/.ya/build/build_root/uphp/00641f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1) permission mask: 0o40755 (expected: 0o41777 (0o40000-dir, 0o1000-sticky bit))
DEBUG    library.python.cores:__init__.py:95 Search for core dump files match pattern 'core.3235423' in '/home/runner/.ya/build/build_root/uphp/00641f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1'
DEBUG    library.python.cores:__init__.py:101 Matched core dump files (0/3): [] (mismatched samples: stderr, stdout, logfile_bicxfj15.log)
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /coredumps
WARNING  library.python.cores:__init__.py:84 Core dump dir doesn't exist: /var/tmp/cores
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:29374/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12266
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25273
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12670
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29374
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22413
=================================== FAILURES ===================================
_______________________ TestLogScenario.test_log_uniform _______________________
ydb/tests/olap/test_log_scenario.py:235: in test_log_uniform
    thread.join()
ydb/tests/olap/common/thread_helper.py:18: in join
    raise self.exc
ydb/tests/olap/common/thread_helper.py:11: in run
    self.ret = self._target(*self._args, **self._kwargs)
ydb/tests/olap/test_log_scenario.py:147: in aggregation_query
    self.ydb_client.query(f"SELECT COUNT(*) FROM `{self.table_name}` ")
ydb/tests/olap/common/ydb_client.py:24: in query
    return self.session_pool.execute_with_retries(query=statement, settings=request_settings)
contrib/python/ydb/py3/ydb/query/pool.py:252: in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
contrib/python/ydb/py3/ydb/retries.py:135: in retry_operation_sync
    for next_opt in opt_generator:
contrib/python/ydb/py3/ydb/retries.py:130: in retry_operation_impl
    raise status
contrib/python/ydb/py3/ydb/retries.py:96: in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
contrib/python/ydb/py3/ydb/query/pool.py:248: in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
contrib/python/ydb/py3/ydb/query/pool.py:331: in __enter__
    self._session = self._pool.acquire(self._timeout)
contrib/python/ydb/py3/ydb/query/pool.py:111: in acquire
    session = self._create_new_session(time_left)
contrib/python/ydb/py3/ydb/query/pool.py:63: in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
contrib/python/ydb/py3/ydb/query/session.py:301: in create
    self._create_call(settings=settings)
contrib/python/ydb/py3/ydb/query/session.py:171: in _create_call
    return self._driver(
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:459: in __call__
    connection = self._store.get(preferred_endpoint)
contrib/python/ydb/py3/ydb/tracing.py:70: in wrapper
    return f(self, *args, **kwargs)
contrib/python/ydb/py3/ydb/pool.py:144: in get
    raise issues.ConnectionLost("Couldn't find valid connection")
E   ydb.issues.ConnectionLost: Couldn't find valid connection
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test_log_uniform
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_log_scenario.py::TestLogScenario, test_name: test_log_uniform)
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb -e grpc://localhost:29374 -d /Root workload log --path log init --path log --store column --ttl 1000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.11
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.11
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29374', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3265118
DEBUG    ya.test:process.py:259 Command (pid 3265118) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3265118) elapsed time (sec): 0.2847023010253906
DEBUG    ya.test:process.py:263 Command (pid 3265118) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3265118) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3265118) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3265118) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3265118) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3265118) maxrss: 839932
DEBUG    ya.test:process.py:263 Command (pid 3265118) minflt: 3543
DEBUG    ya.test:process.py:263 Command (pid 3265118) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3265118) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3265118) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 3265118) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3265118) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3265118) nvcsw: 215
DEBUG    ya.test:process.py:263 Command (pid 3265118) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3265118) stime: 0.015858999999999998
DEBUG    ya.test:process.py:263 Command (pid 3265118) utime: 0.041234
DEBUG    ya.test:process.py:263 Command (pid 3265118) wtime: 0.286
DEBUG    ya.test:process.py:275 Command (pid 3265118) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3265118) 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/uphp/00641f/ydb/apps/ydb/ydb -e grpc://localhost:29374 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.12
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.12
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29374', '-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: 3265307
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 3265307) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3265307) elapsed time (sec): 30.1817729473114
DEBUG    ya.test:process.py:263 Command (pid 3265307) wtime: 30.183
DEBUG    ya.test:process.py:275 Command (pid 3265307) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    479	479	0	0	20	21	26	31
2	    488	488	0	0	20	21	22	24
3	    488	488	0	0	20	20	21	22
4	    489	489	0	0	20	21	23	24
5	    487	487	0	0	20	20	21	22
6	    487	487	0	0	20	21	21	22
7	    489	489	0	0	20	21	23	25
8	    481	481	0	0	20	22	28	36
9	    476	476	0	0	20	26	30	34
10	    444	444	0	0	20	32	38	45
11	    484	484	0	0	20	22	24	26
12	    482	482	0	0	20	22	26	31
13	    481	481	0	0	20	23	28	29
14	    487	487	0	0	20	21	24	25
15	    483	483	0	0	20	22	24	27
16	    486	486	0	0	20	23	24	26
17	    458	458	0	0	20	28	37	48
18	    477	477	0	0	20	26	30	33
19	    420	420	0	0	22	36	45	47
20	    429	429	0	0	22	32	38	40
21	    435	435	0	0	21	31	39	47
22	    452	452	0	0	21	31	34	39
23	    419	419	0	0	22	33	38	42
24	    358	358	0	0	23	53	57	63
25	    426	426	0	0	22	32	43	53
26	    361	361	0	0	25	47	52	56
27	    378	378	0	0	24	42	50	52
28	    390	390	0	0	24	37	44	51
29	    422	422	0	0	21	42	51	54
30	    440	440	0	0	22	31	37	40

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13576	452.533	0	0	20	30	43	63

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTI2MTBjY2UtODVlNGJmOGMtYzVhNGE2Y2EtY2Y0MThkYTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 104dd951-9ac3-45bf-93db-95025d8abc68, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 104dd951-9ac3-45bf-93db-95025d8abc68, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=NTI2MTBjY2UtODVlNGJmOGMtYzVhNGE2Y2EtY2Y0MThkYTg=" 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, 104dd951-9ac3-45bf-93db-95025d8abc68, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTI2MTBjY2UtODVlNGJmOGMtYzVhNGE2Y2EtY2Y0MThkYTg=
INFO     root:test_log_scenario.py:217 Count rows after insert 13305 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmE4ZDkzZGEtYmIyOTNhOGItNDlkYzg4YjEtY2Q4ZDc1Nzc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c089d8c7-b814-493d-8aa0-2e6db523f54e, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c089d8c7-b814-493d-8aa0-2e6db523f54e, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=MmE4ZDkzZGEtYmIyOTNhOGItNDlkYzg4YjEtY2Q4ZDc1Nzc=" 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, c089d8c7-b814-493d-8aa0-2e6db523f54e, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MmE4ZDkzZGEtYmIyOTNhOGItNDlkYzg4YjEtY2Q4ZDc1Nzc=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2UwZThjOWQtMjE1MmYwYmUtN2QzN2FmNzctODg5OGRmYjA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b7d11a66-3991-453a-ae8f-3dd3c6aed7a7, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b7d11a66-3991-453a-ae8f-3dd3c6aed7a7, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=Y2UwZThjOWQtMjE1MmYwYmUtN2QzN2FmNzctODg5OGRmYjA=" 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, b7d11a66-3991-453a-ae8f-3dd3c6aed7a7, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Y2UwZThjOWQtMjE1MmYwYmUtN2QzN2FmNzctODg5OGRmYjA=
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb -e grpc://localhost:29374 -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.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29374', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb -e grpc://localhost:29374 -d /Root workload log --path log run insert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb -e grpc://localhost:29374 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmNhYjlkZmQtMTAwNTM1NmItNDk0OTY0MWYtZDA5OTU4NWE=
DEBUG    ya.test:process.py:628 Command pid: 3280061
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e67df514-ec90-4062-8e06-eb756c8fd691, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGY2Y2U3YmEtZDFmNjNhMDYtNzZkNzlhNmItNmMxODg1NWM=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e67df514-ec90-4062-8e06-eb756c8fd691, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=NmNhYjlkZmQtMTAwNTM1NmItNDk0OTY0MWYtZDA5OTU4NWE=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3ded962a-38a0-4bbd-89ed-bdb5a8e80abe, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e67df514-ec90-4062-8e06-eb756c8fd691, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3ded962a-38a0-4bbd-89ed-bdb5a8e80abe, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=OGY2Y2U3YmEtZDFmNjNhMDYtNzZkNzlhNmItNmMxODg1NWM=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmIxMDRjZjYtMjU0Y2RhMWMtYWQzYmQyODctNDc5Zjc4OTY=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3ded962a-38a0-4bbd-89ed-bdb5a8e80abe, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d4d50dfc-6238-4705-8fb5-c4e6c4144312, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d4d50dfc-6238-4705-8fb5-c4e6c4144312, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=ZmIxMDRjZjYtMjU0Y2RhMWMtYWQzYmQyODctNDc5Zjc4OTY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjQxZmE1MDYtOWM3OWUxOTktYmUyYTZiOGMtNmU4MjUxZDI=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29374', '-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    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a4807a94-c555-4c6c-83c3-9d425ebe5fed, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a4807a94-c555-4c6c-83c3-9d425ebe5fed, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=MjQxZmE1MDYtOWM3OWUxOTktYmUyYTZiOGMtNmU4MjUxZDI=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjA3ODc0OTQtMjQyNDY2NzMtOTI4YjdiNmYtMWY3NGFkZWY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 27526f2f-0e5b-44ed-ab2a-e1be51133f0c, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 27526f2f-0e5b-44ed-ab2a-e1be51133f0c, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=ZjA3ODc0OTQtMjQyNDY2NzMtOTI4YjdiNmYtMWY3NGFkZWY=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:628 Command pid: 3280071
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/uphp/00641f/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:29374', '-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: 3280077
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d4d50dfc-6238-4705-8fb5-c4e6c4144312, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, a4807a94-c555-4c6c-83c3-9d425ebe5fed, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 27526f2f-0e5b-44ed-ab2a-e1be51133f0c, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MzM5ZGE1ZGUtMjMyZTAzN2MtY2Y0OTIwMjQtMzIyNmZhZGE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 675753ba-81ef-49b5-bf72-43e63ad973c7, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 675753ba-81ef-49b5-bf72-43e63ad973c7, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=MzM5ZGE1ZGUtMjMyZTAzN2MtY2Y0OTIwMjQtMzIyNmZhZGE=" 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, 675753ba-81ef-49b5-bf72-43e63ad973c7, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NWZmNWZhY2MtY2M0MmE4ZTEtODE3OGQzY2EtYjhkMTUyMTY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 44665b9e-54fd-4738-8f8e-2461dc599938, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 44665b9e-54fd-4738-8f8e-2461dc599938, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=NWZmNWZhY2MtY2M0MmE4ZTEtODE3OGQzY2EtYjhkMTUyMTY=" 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, 44665b9e-54fd-4738-8f8e-2461dc599938, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTI2MTBjY2UtODVlNGJmOGMtYzVhNGE2Y2EtY2Y0MThkYTg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 29f4ca35-3fdc-4d9d-9e74-6a5d00ea58ba, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 29f4ca35-3fdc-4d9d-9e74-6a5d00ea58ba, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=NTI2MTBjY2UtODVlNGJmOGMtYzVhNGE2Y2EtY2Y0MThkYTg=" 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, 29f4ca35-3fdc-4d9d-9e74-6a5d00ea58ba, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmE4ZDkzZGEtYmIyOTNhOGItNDlkYzg4YjEtY2Q4ZDc1Nzc=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1ebe6527-3d68-40bb-96cb-ffd3ea4d5a5b, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1ebe6527-3d68-40bb-96cb-ffd3ea4d5a5b, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=MmE4ZDkzZGEtYmIyOTNhOGItNDlkYzg4YjEtY2Q4ZDc1Nzc=" 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, 1ebe6527-3d68-40bb-96cb-ffd3ea4d5a5b, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2UwZThjOWQtMjE1MmYwYmUtN2QzN2FmNzctODg5OGRmYjA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1b14de41-b327-4817-9d9a-cadb724cbb71, ghrun-uotusghvb4.auto.internal:29374): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1b14de41-b327-4817-9d9a-cadb724cbb71, ghrun-uotusghvb4.auto.internal:29374): request = { session_id: "ydb://session/3?node_id=1&id=Y2UwZThjOWQtMjE1MmYwYmUtN2QzN2FmNzctODg5OGRmYjA=" 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, 1b14de41-b327-4817-9d9a-cadb724cbb71, ghrun-uotusghvb4.auto.internal:29374): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f5fccf9f-6e7d-4e23-9e43-f0657001e583, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473507713+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 389e84f5-180c-4efa-84b7-0bb6c6258f63, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473372566+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-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5e773367-7c77-4e10-a645-1f80b166c8f7, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473659046+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 11d88126-41fa-471b-9b33-2c33e407b2b0, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473527769+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9e0f3147-9d3a-45bc-b5fc-80d51092bf42, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473543391+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f1a63d2c-9f50-4432-8cae-106d5e97dc79, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:45:06.473687931+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d6082bc9-7556-4904-a18b-a4650175e20d, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473699301+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 793bc897-7d48-47fb-a2d0-83cd91449ba2, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:45:06.473585144+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6983ebfa-27e6-4e6b-9a87-d415f75a309f, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473570029+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-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9e2cc7df-572a-4844-875d-0cad8fe74d73, ghrun-uotusghvb4.auto.internal:29374): 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:29374 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:45:06.47367211+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e67df514-ec90-4062-8e06-eb756c8fd691, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473711318+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1b14de41-b327-4817-9d9a-cadb724cbb71, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473831587+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, a4807a94-c555-4c6c-83c3-9d425ebe5fed, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:45:06.473750902+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 44665b9e-54fd-4738-8f8e-2461dc599938, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473787963+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 3ded962a-38a0-4bbd-89ed-bdb5a8e80abe, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:45:06.473724616+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1ebe6527-3d68-40bb-96cb-ffd3ea4d5a5b, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473817283+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 675753ba-81ef-49b5-bf72-43e63ad973c7, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473775547+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-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 27526f2f-0e5b-44ed-ab2a-e1be51133f0c, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473762838+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-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, d4d50dfc-6238-4705-8fb5-c4e6c4144312, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T17:45:06.473738107+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 29f4ca35-3fdc-4d9d-9e74-6a5d00ea58ba, ghrun-uotusghvb4.auto.internal:29374): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "recvmsg:Connection reset by peer"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T17:45:06.473800002+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-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uotusghvb4.auto.internal:29374
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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 3280077) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3280077) elapsed time (sec): 30.243821382522583
DEBUG    ya.test:process.py:263 Command (pid 3280077) wtime: 30.245
DEBUG    ya.test:process.py:275 Command (pid 3280077) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	465	0	0	0	0
8	      0	0	0	1403	0	0	0	0
9	      0	0	0	1952	0	0	0	0
10	      0	0	0	2096	0	0	0	0
11	      0	0	0	2590	0	0	0	0
12	      0	0	0	2514	0	0	0	0
13	      0	0	0	2094	0	0	0	0
14	      0	0	0	2407	0	0	0	0
15	      0	0	0	2103	0	0	0	0
16	      0	0	0	2056	0	0	0	0
17	      0	0	0	2326	0	0	0	0
18	      0	0	0	2436	0	0	0	0
19	      0	0	0	2492	0	0	0	0
20	      0	0	0	2205	0	0	0	0
21	      0	0	0	2440	0	0	0	0
22	      0	0	0	2480	0	0	0	0
23	      0	0	0	2360	0	0	0	0
24	      0	0	0	2276	0	0	0	0
25	      0	0	0	2161	0	0	0	0
26	      0	0	0	1963	0	0	0	0
27	      0	0	0	1511	0	0	0	0
28	      0	0	0	1806	0	0	0	0
29	      0	0	0	1420	0	0	0	0
30	      0	0	0	1841	0	0	0	0

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

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3280061) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3280061) elapsed time (sec): 30.284857511520386
DEBUG    ya.test:process.py:263 Command (pid 3280061) wtime: 30.3
DEBUG    ya.test:process.py:275 Command (pid 3280061) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     17	17	0	0	615	847	871	871
2	    104	104	0	0	94	158	177	196
3	    124	124	0	0	74	135	143	146
4	    131	131	0	0	74	98	116	119
5	     89	89	0	0	78	93	104	105
6	      0	0	0	10	0	0	0	0
7	      0	0	0	546	0	0	0	0
8	      0	0	0	1577	0	0	0	0
9	      0	0	0	1968	0	0	0	0
10	      0	0	0	2201	0	0	0	0
11	      0	0	0	2566	0	0	0	0
12	      0	0	0	2492	0	0	0	0
13	      0	0	0	2135	0	0	0	0
14	      0	0	0	2468	0	0	0	0
15	      0	0	0	2193	0	0	0	0
16	      0	0	0	2183	0	0	0	0
17	      0	0	0	2303	0	0	0	0
18	      0	0	0	2424	0	0	0	0
19	      0	0	0	2452	0	0	0	0
20	      0	0	0	2151	0	0	0	0
21	      0	0	0	2490	0	0	0	0
22	      0	0	0	2496	0	0	0	0
23	      0	0	0	2333	0	0	0	0
24	      0	0	0	2335	0	0	0	0
25	      0	0	0	2318	0	0	0	0
26	      0	0	0	1936	0	0	0	0
27	      0	0	0	1780	0	0	0	0
28	      0	0	0	1540	0	0	0	0
29	      0	0	0	1226	0	0	0	0
30	      0	0	0	1753	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    465	15.5	0	49876	79	157	651	871

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

DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3280071) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3280071) elapsed time (sec): 30.312065601348877
DEBUG    ya.test:process.py:263 Command (pid 3280071) wtime: 30.318
DEBUG    ya.test:process.py:275 Command (pid 3280071) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     29	29	0	0	165	707	711	711
2	    130	130	0	0	72	119	130	131
3	    166	166	0	0	55	94	114	126
4	    169	169	0	0	55	83	95	96
5	    120	120	0	0	57	74	83	85
6	      0	0	0	0	0	0	0	0
7	      0	0	0	391	0	0	0	0
8	      0	0	0	1374	0	0	0	0
9	      0	0	0	1841	0	0	0	0
10	      0	0	0	1850	0	0	0	0
11	      0	0	0	2497	0	0	0	0
12	      0	0	0	2498	0	0	0	0
13	      0	0	0	2056	0	0	0	0
14	      0	0	0	2405	0	0	0	0
15	      0	0	0	1979	0	0	0	0
16	      0	0	0	2044	0	0	0	0
17	      0	0	0	2198	0	0	0	0
18	      0	0	0	2365	0	0	0	0
19	      0	0	0	2431	0	0	0	0
20	      0	0	0	1929	0	0	0	0
21	      0	0	0	2351	0	0	0	0
22	      0	0	0	2453	0	0	0	0
23	      0	0	0	2210	0	0	0	0
24	      0	0	0	2208	0	0	0	0
25	      0	0	0	2200	0	0	0	0
26	      0	0	0	1854	0	0	0	0
27	      0	0	0	1631	0	0	0	0
28	      0	0	0	1624	0	0	0	0
29	      0	0	0	1162	0	0	0	0
30	      0	0	0	1633	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    614	20.4667	0	47184	60	126	679	711

DEBUG    ya.test:process.py:276 Command (pid 3280071) 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.connection:connection.py:549 Closing channel for endpoint localhost:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, c6f4d525-811c-4818-8825-d7096fb9a153, localhost:1853): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c6f4d525-811c-4818-8825-d7096fb9a153, localhost:1853): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c6f4d525-811c-4818-8825-d7096fb9a153, localhost:1853): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uotusghvb4.auto.internal" port: 1853 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-uotusghvb4.auto.internal:1853, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1853
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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:421 RpcState(ListEndpoints, 646e4c60-f289-4d1b-8d08-66558e5a214d, localhost:1853): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 646e4c60-f289-4d1b-8d08-66558e5a214d, localhost:1853): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 646e4c60-f289-4d1b-8d08-66558e5a214d, localhost:1853): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uotusghvb4.auto.internal" port: 1853 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-uotusghvb4.auto.internal:1853, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1853
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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
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:29374". 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:29374
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:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 7981b1e3-12cd-48d3-9fd5-37f8539f1878, localhost:1853): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 7981b1e3-12cd-48d3-9fd5-37f8539f1878, localhost:1853): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 7981b1e3-12cd-48d3-9fd5-37f8539f1878, localhost:1853): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uotusghvb4.auto.internal" port: 1853 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-uotusghvb4.auto.internal:1853, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:1853
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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:29374
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:29374". 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.
============================== slowest durations ===============================
270.94s call     test_log_scenario.py::TestLogScenario::test_log_uniform
22.39s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
13.17s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
8.01s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
6.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
6.45s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
5.17s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
5.12s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
5.07s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
4.94s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
4.80s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.30s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.49s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.47s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.38s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.issues.ConnectionLost: Couldn't find valid connection
ERROR test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/uphp/00641f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/uphp/00641f/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk4/testing_out_stuff/test_log_scenario.py.TestLogScenario.test_log_deviation.1051200/cluster/node_1/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
VERIFY failed (2025-11-21T17:45:00.063427Z): source_id=346;tablet_id=72075186224037970;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA919BE5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912126
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A8528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD78F9DB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F68748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6849F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD76AAED
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1438EC1B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD5C17
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2A9D3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2A9D3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F28383
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2BD47
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143ACA08
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF0E395
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74B437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB798FD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79D094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79CCA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79D88E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91B83C
21. ??:0: ?? @ 0x7F4041FECAC2
22. ??:0: ?? @ 0x7F404207E8BF
============== 1 failed, 11 passed, 1 error in 362.09s (0:06:02) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/uphp/00642c/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk5
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
9.86s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
9.20s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
8.43s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
7.03s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
6.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
6.37s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
6.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
5.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
5.09s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
4.83s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
4.77s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
4.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
4.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]

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

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

============================== slowest durations ===============================
7.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
6.64s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
6.15s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
5.79s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
5.76s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
5.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
5.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
5.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
4.51s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
4.37s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
4.20s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
3.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]

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

test_overloads.py ........
test_replace.py ...

============================== slowest durations ===============================
115.92s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
95.69s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
84.49s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
83.03s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
78.83s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
75.39s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
5.17s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
3.57s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
3.18s setup    test_replace.py::TestReplace::test_copy_full
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_workload[2-2]
0.83s call     test_replace.py::TestReplace::test_copy_full
0.82s call     test_replace.py::TestReplace::test_count
0.77s call     test_replace.py::TestReplace::test_copy_partial
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]

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

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

============================== slowest durations ===============================
5.76s setup    test_select.py::TestSelect::test_incorrect
4.70s setup    test_update.py::TestUpdate::test_incorrect
4.12s setup    test_replace.py::TestReplace::test_incorrect
0.83s call     test_update.py::TestUpdate::test_update_many_rows
0.80s call     test_replace.py::TestReplace::test_replace_total
0.77s call     test_select.py::TestSelect::test_json_query
0.73s call     test_replace.py::TestReplace::test_replace_rollback
0.69s call     test_replace.py::TestReplace::test_partial_replace
0.67s call     test_update.py::TestUpdate::test_partial_update
0.50s call     test_update.py::TestUpdate::test_update_pk
0.46s call     test_replace.py::TestReplace::test_replace_with_nulls
0.43s call     test_replace.py::TestReplace::test_incorrect
0.42s call     test_update.py::TestUpdate::test_incorrect
0.36s call     test_select.py::TestSelect::test_incorrect

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 22.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/uphp/006420/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk9
configfile: pkg:library.python.pytest:pytest.yatest.ini
plugins: allure-pytest-2.15.0, typeguard-2.13.3
collected 116 items

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

============================== slowest durations ===============================
422.42s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
47.07s call     zip_bomb.py::TestZipBomb::test
17.09s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
7.09s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
5.63s setup    test_upsert.py::TestUpsert::test_copy_full
4.89s setup    test_update.py::TestUpdate::test_update_rollback
3.68s setup    zip_bomb.py::TestZipBomb::test
1.42s call     test_update.py::TestUpdate::test_update_rollback
1.21s call     test_upsert.py::TestUpsert::test_count
1.19s call     test_upsert.py::TestUpsert::test_copy_partial
1.17s call     test_upsert.py::TestUpsert::test_copy_full
0.77s call     test_update.py::TestUpdate::test_update_single_column
0.61s call     test_update.py::TestUpdate::test_update_single_row
0.54s call     test_upsert.py::TestUpsert::test_partial_update
0.43s call     test_upsert.py::TestUpsert::test_insert_nulls
0.36s call     test_upsert.py::TestUpsert::test_incorrect

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 528.56s (0:08:48) ========================
