============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/wu4g/005e07/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=MmI5MTg2ZTItYjkzOTA4YjQtNmI4MTI1MzgtZDZkMDU1YWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a4e2651b-0d9d-49d6-a23f-1d9940505984, ghrun-7rkxhkrilm.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a4e2651b-0d9d-49d6-a23f-1d9940505984, ghrun-7rkxhkrilm.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MmI5MTg2ZTItYjkzOTA4YjQtNmI4MTI1MzgtZDZkMDU1YWQ=" 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, a4e2651b-0d9d-49d6-a23f-1d9940505984, ghrun-7rkxhkrilm.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MmI5MTg2ZTItYjkzOTA4YjQtNmI4MTI1MzgtZDZkMDU1YWQ=
---------------------------- 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=MmI5MTg2ZTItYjkzOTA4YjQtNmI4MTI1MzgtZDZkMDU1YWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c485825d-1ca5-4f8a-acd9-aac087e967df, ghrun-7rkxhkrilm.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c485825d-1ca5-4f8a-acd9-aac087e967df, ghrun-7rkxhkrilm.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MmI5MTg2ZTItYjkzOTA4YjQtNmI4MTI1MzgtZDZkMDU1YWQ=" 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, c485825d-1ca5-4f8a-acd9-aac087e967df, ghrun-7rkxhkrilm.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MmI5MTg2ZTItYjkzOTA4YjQtNmI4MTI1MzgtZDZkMDU1YWQ=
---------------------------- 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=MmI5MTg2ZTItYjkzOTA4YjQtNmI4MTI1MzgtZDZkMDU1YWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 60cc36cf-e762-48cd-8c21-b23f5e594947, ghrun-7rkxhkrilm.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 60cc36cf-e762-48cd-8c21-b23f5e594947, ghrun-7rkxhkrilm.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=MmI5MTg2ZTItYjkzOTA4YjQtNmI4MTI1MzgtZDZkMDU1YWQ=" 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, 60cc36cf-e762-48cd-8c21-b23f5e594947, ghrun-7rkxhkrilm.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MmI5MTg2ZTItYjkzOTA4YjQtNmI4MTI1MzgtZDZkMDU1YWQ=
---------------------------- 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/wu4g/005e07/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2800324
DEBUG    ya.test:process.py:259 Command (pid 2800324) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2800324) elapsed time (sec): 0.4375340938568115
DEBUG    ya.test:process.py:263 Command (pid 2800324) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2800324) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2800324) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2800324) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2800324) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2800324) maxrss: 1681416
DEBUG    ya.test:process.py:263 Command (pid 2800324) minflt: 16244
DEBUG    ya.test:process.py:263 Command (pid 2800324) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2800324) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2800324) nivcsw: 0
DEBUG    ya.test:process.py:263 Command (pid 2800324) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2800324) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2800324) nvcsw: 21
DEBUG    ya.test:process.py:263 Command (pid 2800324) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2800324) stime: 0.30932
DEBUG    ya.test:process.py:263 Command (pid 2800324) utime: 0.080342
DEBUG    ya.test:process.py:263 Command (pid 2800324) wtime: 0.439
DEBUG    ya.test:process.py:275 Command (pid 2800324) 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-7rkxhkrilm    Host information: 
        Linux ghrun-7rkxhkrilm 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 2800324) 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-7rkxhkrilm    Host information: 
        Linux ghrun-7rkxhkrilm 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/wu4g/005e07/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12174
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/wu4g/005e07/r3tmp/kikimr_cluster_1k90gdef
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/wu4g/005e07/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2299
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24807
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
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/wu4g/005e07/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/wu4g/005e07/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/wu4g/005e07/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_blj0ivim.log --grpc-port=2299 --mon-port=24807 --ic-port=12174
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:2299/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/wu4g/005e07/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/wu4g/005e07/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/wu4g/005e07/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_blj0ivim.log --grpc-port=2299 --mon-port=24807 --ic-port=12174
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/wu4g/005e07/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/wu4g/005e07/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/wu4g/005e07/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_blj0ivim.log', '--grpc-port=2299', '--mon-port=24807', '--ic-port=12174')' in '/home/runner/.ya/build/build_root/wu4g/005e07/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: 2800703
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:2299/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/wu4g/005e07/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2800704
DEBUG    ya.test:process.py:259 Command (pid 2800704) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2800704) elapsed time (sec): 0.3469374179840088
DEBUG    ya.test:process.py:263 Command (pid 2800704) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2800704) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2800704) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2800704) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2800704) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2800704) maxrss: 1681416
DEBUG    ya.test:process.py:263 Command (pid 2800704) minflt: 16238
DEBUG    ya.test:process.py:263 Command (pid 2800704) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2800704) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2800704) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 2800704) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2800704) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2800704) nvcsw: 17
DEBUG    ya.test:process.py:263 Command (pid 2800704) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2800704) stime: 0.198598
DEBUG    ya.test:process.py:263 Command (pid 2800704) utime: 0.099299
DEBUG    ya.test:process.py:263 Command (pid 2800704) wtime: 0.348
DEBUG    ya.test:process.py:275 Command (pid 2800704) 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-7rkxhkrilm    Host information: 
        Linux ghrun-7rkxhkrilm 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 2800704) 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-7rkxhkrilm    Host information: 
        Linux ghrun-7rkxhkrilm 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/wu4g/005e07/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/wu4g/005e07/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2299', '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: 12174\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/wu4g/005e07/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2299', '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: 12174\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2802931
DEBUG    ya.test:process.py:259 Command (pid 2802931) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2802931) elapsed time (sec): 0.529620885848999
DEBUG    ya.test:process.py:263 Command (pid 2802931) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2802931) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2802931) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2802931) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2802931) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2802931) maxrss: 1681416
DEBUG    ya.test:process.py:263 Command (pid 2802931) minflt: 18380
DEBUG    ya.test:process.py:263 Command (pid 2802931) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2802931) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2802931) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 2802931) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2802931) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2802931) nvcsw: 138
DEBUG    ya.test:process.py:263 Command (pid 2802931) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2802931) stime: 0.37934999999999997
DEBUG    ya.test:process.py:263 Command (pid 2802931) utime: 0.104641
DEBUG    ya.test:process.py:263 Command (pid 2802931) wtime: 0.53
DEBUG    ya.test:process.py:275 Command (pid 2802931) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/wu4g/005e07/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/wu4g/005e07/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2299', '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/wu4g/005e07/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2299', '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: 2803446
DEBUG    ya.test:process.py:259 Command (pid 2803446) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2803446) elapsed time (sec): 0.5992646217346191
DEBUG    ya.test:process.py:263 Command (pid 2803446) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2803446) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2803446) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2803446) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2803446) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2803446) maxrss: 1681416
DEBUG    ya.test:process.py:263 Command (pid 2803446) minflt: 18383
DEBUG    ya.test:process.py:263 Command (pid 2803446) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2803446) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2803446) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 2803446) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2803446) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2803446) nvcsw: 144
DEBUG    ya.test:process.py:263 Command (pid 2803446) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2803446) stime: 0.44637099999999996
DEBUG    ya.test:process.py:263 Command (pid 2803446) utime: 0.107607
DEBUG    ya.test:process.py:263 Command (pid 2803446) wtime: 0.6
DEBUG    ya.test:process.py:275 Command (pid 2803446) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2803446) 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, 5f956c45-3d6b-4762-84b7-4835f82df4be, localhost:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5f956c45-3d6b-4762-84b7-4835f82df4be, localhost:2299): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5f956c45-3d6b-4762-84b7-4835f82df4be, localhost:2299): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7rkxhkrilm.auto.internal" port: 2299 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-7rkxhkrilm.auto.internal:2299, 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)]
------------------------------ Captured log call -------------------------------
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2299
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, f1158dfe-4458-4aa5-bdd9-15fbde6502dc, ghrun-7rkxhkrilm.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f1158dfe-4458-4aa5-bdd9-15fbde6502dc, ghrun-7rkxhkrilm.auto.internal:2299): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f1158dfe-4458-4aa5-bdd9-15fbde6502dc, ghrun-7rkxhkrilm.auto.internal:2299): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, b03093ae-f717-4b2c-8815-708371b5365b, ghrun-7rkxhkrilm.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, b03093ae-f717-4b2c-8815-708371b5365b, ghrun-7rkxhkrilm.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, b03093ae-f717-4b2c-8815-708371b5365b, ghrun-7rkxhkrilm.auto.internal:2299): 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=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 19a7b762-e598-41bd-aec6-71126898207f, ghrun-7rkxhkrilm.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 19a7b762-e598-41bd-aec6-71126898207f, ghrun-7rkxhkrilm.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/create/table36739_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, 19a7b762-e598-41bd-aec6-71126898207f, ghrun-7rkxhkrilm.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 89a29cb5-addb-4477-b5b4-3210950c2dd3, ghrun-7rkxhkrilm.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 89a29cb5-addb-4477-b5b4-3210950c2dd3, ghrun-7rkxhkrilm.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "INSERT INTO `/Root/create/table36739_1` (id) VALUES (0);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 89a29cb5-addb-4477-b5b4-3210950c2dd3, ghrun-7rkxhkrilm.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d83b7f91-e68d-4ed1-a1eb-75fd6cd11c13, ghrun-7rkxhkrilm.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d83b7f91-e68d-4ed1-a1eb-75fd6cd11c13, ghrun-7rkxhkrilm.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO `/Root/create/table36739_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, d83b7f91-e68d-4ed1-a1eb-75fd6cd11c13, ghrun-7rkxhkrilm.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 3d3059aa-2ace-4776-9ed2-b1e295384a9a, ghrun-7rkxhkrilm.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 3d3059aa-2ace-4776-9ed2-b1e295384a9a, ghrun-7rkxhkrilm.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/create/table36739_1`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 3d3059aa-2ace-4776-9ed2-b1e295384a9a, ghrun-7rkxhkrilm.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDg4NjcwOTMtMTRlZGI0ZDktMTZlNWIyNjItOGZkNzk2M2I=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
230.13s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
100.07s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
93.04s call     tablets_movement.py::TestTabletsMovement::test[ROW]
61.58s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
9.53s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
8.24s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
4.26s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.97s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
3.77s setup    test_create.py::TestCreate::test_create_all_opt_ints
3.54s call     test_create.py::TestCreate::test_create_decimals
0.79s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.53s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.37s call     test_create.py::TestCreate::test_create_all_opt_ints
0.29s call     test_create.py::TestCreate::test_create_all_req_ints
0.21s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.17s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.13s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.04s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.03s 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

(14 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 522.18s (0:08:42) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/wu4g/005dfe/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: 21.4 ms
create table: 425.4 ms
initial inserts:
    "runs": 10
    "avg_ms": 37.2
    "min_ms": 24.7
    "median_ms": 33.9
    "max_ms": 62.8
    "stdev_ms": 14.5
select count(*) after initial inserts: 137.0 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 71.2
    "min_ms": 43.5
    "median_ms": 63.4
    "max_ms": 241.9
    "stdev_ms": 26.2
select count(*) after all modifications: 2831.8 ms
select all: 3363.0 ms
delete from table: 3856.0 ms
select all after delete: 3235.1 ms
.drop table: 31.5 ms
create table: 410.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.4
    "min_ms": 23.5
    "median_ms": 29.8
    "max_ms": 30.9
    "stdev_ms": 2.1
select count(*) after initial inserts: 93.2 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 54.2
    "min_ms": 43.6
    "median_ms": 51.2
    "max_ms": 132.2
    "stdev_ms": 12.3
updates (step 1):
    "runs": 200
    "avg_ms": 199.9
    "min_ms": 131.9
    "median_ms": 195.7
    "max_ms": 306.6
    "stdev_ms": 36.3
upserts (step 2):
    "runs": 200
    "avg_ms": 38.5
    "min_ms": 22.6
    "median_ms": 34.2
    "max_ms": 144.5
    "stdev_ms": 15.0
select count(*) after all modifications: 448.4 ms
select all: 414.4 ms
delete from table: 466.9 ms
select all after delete: 387.5 ms
.drop table: 44.3 ms
create table: 628.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 75.1
    "min_ms": 55.3
    "median_ms": 72.1
    "max_ms": 111.7
    "stdev_ms": 17.5
select count(*) after initial inserts: 165.0 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 129.6
    "min_ms": 76.0
    "median_ms": 124.6
    "max_ms": 279.2
    "stdev_ms": 28.5
select count(*) after all modifications: 264.7 ms
select all: 227.5 ms
delete from table: 258.9 ms
select all after delete: 233.0 ms
.drop table: 28.6 ms
create table: 373.1 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.3
    "min_ms": 21.7
    "median_ms": 29.7
    "max_ms": 31.7
    "stdev_ms": 2.3
select count(*) after initial inserts: 84.5 ms
updates (step 0):
    "runs": 150
    "avg_ms": 91.5
    "min_ms": 77.7
    "median_ms": 91.0
    "max_ms": 159.9
    "stdev_ms": 9.1
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 62.7
    "min_ms": 52.2
    "median_ms": 61.1
    "max_ms": 128.5
    "stdev_ms": 10.1
select count(*) after all modifications: 308.5 ms
select all: 314.6 ms
delete from table: 318.7 ms
select all after delete: 311.2 ms
.drop table: 26.4 ms
create table: 335.9 ms
initial inserts:
    "runs": 20
    "avg_ms": 30.0
    "min_ms": 27.6
    "median_ms": 29.7
    "max_ms": 32.6
    "stdev_ms": 1.1
select count(*) after initial inserts: 94.3 ms
updates (step 0):
    "runs": 200
    "avg_ms": 113.2
    "min_ms": 84.2
    "median_ms": 102.0
    "max_ms": 243.3
    "stdev_ms": 29.9
upserts (step 1):
    "runs": 200
    "avg_ms": 50.1
    "min_ms": 21.9
    "median_ms": 46.1
    "max_ms": 135.4
    "stdev_ms": 19.3
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 135.4
    "min_ms": 87.8
    "median_ms": 127.9
    "max_ms": 244.4
    "stdev_ms": 33.8
select count(*) after all modifications: 687.3 ms
select all: 655.9 ms
delete from table: 667.4 ms
select all after delete: 515.7 ms
.drop table: 40.4 ms
create table: 435.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.8
    "min_ms": 25.4
    "median_ms": 29.9
    "max_ms": 37.7
    "stdev_ms": 3.6
select count(*) after initial inserts: 117.9 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 31.5
    "min_ms": 22.7
    "median_ms": 29.4
    "max_ms": 92.1
    "stdev_ms": 6.8
select count(*) after all modifications: 420.1 ms
select all: 333.7 ms
delete from table: 355.6 ms
select all after delete: 322.5 ms
.Generated operation sequence:
  0. UPSERT: 18 operations
  1. BULK_UPSERT: 7 operations
  2. UPDATE: 4 operations
  3. UPDATE: 2 operations
  4. UPDATE: 10 operations
  5. UPDATE: 1 operations
  6. BULK_UPSERT: 6 operations
  7. UPSERT: 4 operations
  8. UPDATE: 12 operations
  9. UPDATE: 14 operations
drop table: 93.5 ms
create table: 534.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 37.9
    "min_ms": 24.8
    "median_ms": 35.4
    "max_ms": 60.0
    "stdev_ms": 10.3
select count(*) after initial inserts: 121.9 ms
upserts (step 0):
    "runs": 180
    "avg_ms": 36.3
    "min_ms": 23.0
    "median_ms": 33.4
    "max_ms": 74.6
    "stdev_ms": 9.2
bulk_upserts (step 1):
    "runs": 7
    "avg_ms": 85.0
    "min_ms": 57.2
    "median_ms": 81.4
    "max_ms": 124.5
    "stdev_ms": 20.1
updates (step 2):
    "runs": 40
    "avg_ms": 158.4
    "min_ms": 111.8
    "median_ms": 157.7
    "max_ms": 222.5
    "stdev_ms": 21.7
updates (step 3):
    "runs": 20
    "avg_ms": 131.5
    "min_ms": 100.6
    "median_ms": 124.4
    "max_ms": 177.8
    "stdev_ms": 21.3
updates (step 4):
    "runs": 100
    "avg_ms": 142.9
    "min_ms": 99.0
    "median_ms": 140.6
    "max_ms": 207.7
    "stdev_ms": 24.5
updates (step 5):
    "runs": 10
    "avg_ms": 118.7
    "min_ms": 101.8
    "median_ms": 121.2
    "max_ms": 136.6
    "stdev_ms": 11.3
bulk_upserts (step 6):
    "runs": 6
    "avg_ms": 57.1
    "min_ms": 48.3
    "median_ms": 52.0
    "max_ms": 75.1
    "stdev_ms": 11.1
upserts (step 7):
    "runs": 40
    "avg_ms": 41.2
    "min_ms": 27.5
    "median_ms": 39.7
    "max_ms": 70.4
    "stdev_ms": 11.1
updates (step 8):
    "runs": 120
    "avg_ms": 146.1
    "min_ms": 108.7
    "median_ms": 141.4
    "max_ms": 224.2
    "stdev_ms": 21.9
updates (step 9):
    "runs": 140
    "avg_ms": 157.7
    "min_ms": 118.7
    "median_ms": 154.6
    "max_ms": 229.0
    "stdev_ms": 22.1
select count(*) after all modifications: 207.8 ms
select all: 223.3 ms
delete from table: 225.1 ms
select all after delete: 168.9 ms
.
test_delete.py .

============================== slowest durations ===============================
132.19s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
75.15s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
55.65s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
49.89s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
49.80s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
33.82s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
22.18s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
4.48s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
4.06s setup    test_create.py::TestCreate::test_create_real_opt
3.83s setup    test_delete.py::TestDelete::test_delete_rollback
3.08s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.09s call     test_delete.py::TestDelete::test_delete_rollback
0.56s call     test_create.py::TestCreate::test_create_real_opt
0.49s call     test_create.py::TestCreate::test_create_real_req
0.48s call     test_create.py::TestCreate::test_create_strings_opt
0.02s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.01s call     test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s setup    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[update_upsert_bulk_upsert]
0.01s setup    test_create.py::TestCreate::test_create_strings_opt

(10 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 438.11s (0:07:18) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/wu4g/005e06/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 ===============================
8.67s setup    test_delete.py::TestDelete::test_delete_where[False-100]
1.37s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
1.27s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.87s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.87s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.79s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.79s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.75s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.71s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.70s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.65s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.63s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.62s 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 19.65s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/wu4g/005ddd/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 ===============================
11.63s setup    test_delete.py::TestDelete::test_incorrect
7.33s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
1.10s call     test_insert.py::TestInsertStatement::test_copy_partial
1.08s call     test_insert.py::TestInsertStatement::test_copy_full
0.54s call     test_insert.py::TestInsertStatement::test_bulk
0.49s call     test_delete.py::TestDelete::test_incorrect
0.46s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.44s call     test_insert.py::TestInsertStatement::test_plain
0.42s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.42s call     test_insert.py::TestInsertStatement::test_duplicate
0.35s call     test_insert.py::TestInsertStatement::test_incorrect
0.34s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.29s call     test_insert.py::TestInsertStatement::test_out_of_range
0.28s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.04s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 26.06s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/wu4g/005dfa/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/wu4g/005dfa/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/wu4g/005dfa/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-21T12:09:17.355934Z): source_id=226;tablet_id=72075186224037978;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
E   ydb/library/actors/core/log.cpp:857
E   ~TVerifyFormattedRecordWriter(): requirement false failed
E   0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA919BE5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912126
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A8528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD78F65B
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F68748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6849F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD76A76D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1438E5AB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD55A7
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2A363
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2A363
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F27D13
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2B6D7
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AC398
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF0CEB5
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: ?? @ 0x7F42D0B90AC2
E   22. ??:0: ?? @ 0x7F42D0C228BF
------------------------------ 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/wu4g/005dfa/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/wu4g/005dfa/ydb/apps/ydb/ydb -e grpc://localhost:31815 -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/wu4g/005dfa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31815', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2531358
DEBUG    ya.test:process.py:259 Command (pid 2531358) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2531358) elapsed time (sec): 0.3031280040740967
DEBUG    ya.test:process.py:263 Command (pid 2531358) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) maxrss: 597788
DEBUG    ya.test:process.py:263 Command (pid 2531358) minflt: 3549
DEBUG    ya.test:process.py:263 Command (pid 2531358) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) nivcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 2531358) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) nvcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 2531358) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2531358) stime: 0.041840999999999996
DEBUG    ya.test:process.py:263 Command (pid 2531358) utime: 0.036125
DEBUG    ya.test:process.py:263 Command (pid 2531358) wtime: 0.309
DEBUG    ya.test:process.py:275 Command (pid 2531358) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2531358) 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/wu4g/005dfa/ydb/apps/ydb/ydb -e grpc://localhost:31815 -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/wu4g/005dfa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31815', '-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: 2531711
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, cc407d91-0de5-48ac-9f26-6dfc810697ca, localhost:64573): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, cc407d91-0de5-48ac-9f26-6dfc810697ca, localhost:64573): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, cc407d91-0de5-48ac-9f26-6dfc810697ca, localhost:64573): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7rkxhkrilm.auto.internal" port: 64573 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-7rkxhkrilm.auto.internal:64573, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64573
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 2531711) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2531711) elapsed time (sec): 30.221649885177612
DEBUG    ya.test:process.py:263 Command (pid 2531711) wtime: 30.223
DEBUG    ya.test:process.py:275 Command (pid 2531711) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    477	477	0	0	20	22	32	38
2	    479	479	0	0	20	24	27	31
3	    433	433	0	0	21	33	39	46
4	    361	361	0	0	25	47	53	71
5	    327	327	0	0	28	49	59	67
6	    386	386	0	0	24	36	47	50
7	    373	373	0	0	23	50	65	70
8	    336	336	0	0	27	47	54	58
9	    374	374	0	0	23	48	66	71
10	    356	356	0	0	25	47	52	62
11	    335	335	0	0	27	48	55	59
12	    308	308	0	0	29	59	66	70
13	    250	250	0	0	35	77	86	91
14	    349	349	0	0	26	54	74	84
15	    384	384	0	0	22	44	51	51
16	    379	379	0	0	23	44	50	55
17	    290	290	0	0	30	63	72	79
18	    366	366	0	0	25	46	55	60
19	    343	343	0	0	25	54	60	63
20	    387	387	0	0	24	41	50	54
21	    364	364	0	0	26	40	45	55
22	    330	330	0	0	28	52	64	67
23	    395	395	0	0	22	39	44	46
24	    457	457	0	0	20	29	33	36
25	    424	424	0	0	22	33	37	38
26	    443	443	0	0	21	29	32	35
27	    382	382	0	0	23	42	55	64
28	    417	417	0	0	21	37	44	48
29	    459	459	0	0	20	30	33	42
30	    487	487	0	0	20	25	29	32

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  11451	381.7	0	0	23	44	59	91

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Njk1OGU0Ni0xMTlhZGJjNC1lZWQyZjM2LTE4ZTljNDEw
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 69360af1-c913-475e-a312-d6f55c6f2691, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 69360af1-c913-475e-a312-d6f55c6f2691, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=Njk1OGU0Ni0xMTlhZGJjNC1lZWQyZjM2LTE4ZTljNDEw" 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, 69360af1-c913-475e-a312-d6f55c6f2691, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Njk1OGU0Ni0xMTlhZGJjNC1lZWQyZjM2LTE4ZTljNDEw
INFO     root:test_log_scenario.py:217 Count rows after insert 11310 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MThlNjBmOWItOGQ4MTY1YmYtMWZiNjRkZTMtN2UwNGM4Yjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 267ae0b1-8648-457b-baf4-c327c212a9ba, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 267ae0b1-8648-457b-baf4-c327c212a9ba, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=MThlNjBmOWItOGQ4MTY1YmYtMWZiNjRkZTMtN2UwNGM4Yjk=" 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, 267ae0b1-8648-457b-baf4-c327c212a9ba, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MThlNjBmOWItOGQ4MTY1YmYtMWZiNjRkZTMtN2UwNGM4Yjk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTY2NmEwZGItMzZhMmIyY2UtMjg3NzY4ODEtZDAzMDdlNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d6259a1e-234a-434a-beb1-078bd6b3322a, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d6259a1e-234a-434a-beb1-078bd6b3322a, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=MTY2NmEwZGItMzZhMmIyY2UtMjg3NzY4ODEtZDAzMDdlNTA=" 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, d6259a1e-234a-434a-beb1-078bd6b3322a, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTY2NmEwZGItMzZhMmIyY2UtMjg3NzY4ODEtZDAzMDdlNTA=
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/wu4g/005dfa/ydb/apps/ydb/ydb -e grpc://localhost:31815 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmQxZTRhZmQtZDVmMmQ3MC1mNjk1Njg2Ny02OTM2YWJlZg==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/wu4g/005dfa/ydb/apps/ydb/ydb -e grpc://localhost:31815 -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/wu4g/005dfa/ydb/apps/ydb/ydb -e grpc://localhost:31815 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8a179338-a3ab-41bf-9913-4f92767f2b82, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmE5ZDg1OTYtZTdiNWVkOGUtNjUxNzQ2Yi02MDIwYzY1Zg==
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8a179338-a3ab-41bf-9913-4f92767f2b82, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=MmQxZTRhZmQtZDVmMmQ3MC1mNjk1Njg2Ny02OTM2YWJlZg==" 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.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fc87a15e-b64c-4fed-befa-0de8e0bf665c, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWNlNTg0OC03Y2ZkZDM4MC1iYzQ2NDFkZS04YTA1Yzk0OA==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8a179338-a3ab-41bf-9913-4f92767f2b82, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fc87a15e-b64c-4fed-befa-0de8e0bf665c, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=ZmE5ZDg1OTYtZTdiNWVkOGUtNjUxNzQ2Yi02MDIwYzY1Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, da0bddfe-6c6d-4f1c-9b81-255b2e62793b, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjlhNTI5YTAtYjgzYmEyNDctN2ZlN2IzYjgtZWY0YzNjN2Q=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fc87a15e-b64c-4fed-befa-0de8e0bf665c, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, da0bddfe-6c6d-4f1c-9b81-255b2e62793b, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=YWNlNTg0OC03Y2ZkZDM4MC1iYzQ2NDFkZS04YTA1Yzk0OA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 97794638-53f4-42f7-8664-10592573bbba, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODE2MGU2ZmUtYmYxM2Q1N2ItYjA4ZjE4M2ItM2VjNDM1NTU=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/wu4g/005dfa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31815', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/wu4g/005dfa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31815', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/wu4g/005dfa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31815', '-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:63 RpcState(ExecuteQuery, 97794638-53f4-42f7-8664-10592573bbba, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=MjlhNTI5YTAtYjgzYmEyNDctN2ZlN2IzYjgtZWY0YzNjN2Q=" 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, da0bddfe-6c6d-4f1c-9b81-255b2e62793b, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c3d29319-3ff4-4eb0-bcf5-e185a2222b2b, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjFjNzk2MDAtMzNhNDg2YTAtNWMxNTJhN2QtNTFhM2E2YzQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1e985ce5-8c55-473c-a0eb-a86bddd8e2f4, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ya.test:process.py:628 Command pid: 2556978
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTRiYjVkZDUtMmE4NGM3ODEtNWRlN2JmYmEtNDk5YWI1MzY=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 97794638-53f4-42f7-8664-10592573bbba, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c3d29319-3ff4-4eb0-bcf5-e185a2222b2b, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=ODE2MGU2ZmUtYmYxM2Q1N2ItYjA4ZjE4M2ItM2VjNDM1NTU=" 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, c3d29319-3ff4-4eb0-bcf5-e185a2222b2b, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 523dd21c-1828-463f-b937-5df84ce83a6a, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Njk1OGU0Ni0xMTlhZGJjNC1lZWQyZjM2LTE4ZTljNDEw
DEBUG    ya.test:process.py:628 Command pid: 2556981
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 523dd21c-1828-463f-b937-5df84ce83a6a, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=YTRiYjVkZDUtMmE4NGM3ODEtNWRlN2JmYmEtNDk5YWI1MzY=" 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: 2556977
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1e985ce5-8c55-473c-a0eb-a86bddd8e2f4, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=ZjFjNzk2MDAtMzNhNDg2YTAtNWMxNTJhN2QtNTFhM2E2YzQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e72df158-dc4e-4583-92ea-f5bd1897352e, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MThlNjBmOWItOGQ4MTY1YmYtMWZiNjRkZTMtN2UwNGM4Yjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b5e5f4de-fd58-41bc-b7c2-c4263c3c0c44, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e72df158-dc4e-4583-92ea-f5bd1897352e, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=Njk1OGU0Ni0xMTlhZGJjNC1lZWQyZjM2LTE4ZTljNDEw" 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, 1e985ce5-8c55-473c-a0eb-a86bddd8e2f4, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b5e5f4de-fd58-41bc-b7c2-c4263c3c0c44, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=MThlNjBmOWItOGQ4MTY1YmYtMWZiNjRkZTMtN2UwNGM4Yjk=" 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=MTY2NmEwZGItMzZhMmIyY2UtMjg3NzY4ODEtZDAzMDdlNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 32d3db2e-2f00-4170-ae7f-e1c5513895cb, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 32d3db2e-2f00-4170-ae7f-e1c5513895cb, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=MTY2NmEwZGItMzZhMmIyY2UtMjg3NzY4ODEtZDAzMDdlNTA=" 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, 32d3db2e-2f00-4170-ae7f-e1c5513895cb, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b5e5f4de-fd58-41bc-b7c2-c4263c3c0c44, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 523dd21c-1828-463f-b937-5df84ce83a6a, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e72df158-dc4e-4583-92ea-f5bd1897352e, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f01f4f68-509c-49b7-a40a-45403d297c30, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T12:09:23.147098496+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 747ae366-d902-44dd-96bd-23afcb81ab02, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T12:09:23.146895687+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 320f8093-7ad7-42fe-9d6c-fb3862bdf764, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T12:09:23.147122273+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d7a73e01-ae57-4741-8b9f-d557e356f5a1, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T12:09:23.14714595+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a49c0f20-83a1-43bc-aebb-d55ba2bcf4bf, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T12:09:23.147161427+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 353e3d07-343e-4a75-af2d-4979598167b3, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T12:09:23.147192737+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(AttachSession, 3ee3c17f-abdb-44e1-9193-60ac5e65efe5, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T12:09:23.147206315+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cb3c420d-57fd-4437-8b8e-21ad3b731266, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T12:09:23.147223486+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c9a940ac-8a5e-4d71-a5f2-ba11b2b67067, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T12:09:23.147274453+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-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8a179338-a3ab-41bf-9913-4f92767f2b82, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147304721+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c3d29319-3ff4-4eb0-bcf5-e185a2222b2b, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147453378+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 97794638-53f4-42f7-8664-10592573bbba, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147440614+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1e985ce5-8c55-473c-a0eb-a86bddd8e2f4, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147502237+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 523dd21c-1828-463f-b937-5df84ce83a6a, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147466679+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e72df158-dc4e-4583-92ea-f5bd1897352e, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.14751862+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fc87a15e-b64c-4fed-befa-0de8e0bf665c, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147317499+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b5e5f4de-fd58-41bc-b7c2-c4263c3c0c44, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147533455+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 32d3db2e-2f00-4170-ae7f-e1c5513895cb, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147634657+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-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f2826246-b034-40a6-b113-627aa3af6b34, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T12:09:23.147177598+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, da0bddfe-6c6d-4f1c-9b81-255b2e62793b, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147418713+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTRiYjVkZDUtMmE4NGM3ODEtNWRlN2JmYmEtNDk5YWI1MzY=
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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    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 2556977) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2556977) elapsed time (sec): 30.171677827835083
DEBUG    ya.test:process.py:263 Command (pid 2556977) wtime: 30.207
DEBUG    ya.test:process.py:275 Command (pid 2556977) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     44	44	0	0	71	595	631	631
2	    118	118	0	0	84	108	112	113
3	    126	126	0	0	74	118	133	146
4	    137	137	0	0	71	91	100	112
5	    128	128	0	0	70	113	136	142
6	      0	0	0	10	0	0	0	0
7	      0	0	0	1882	0	0	0	0
8	      0	0	0	2208	0	0	0	0
9	      0	0	0	2097	0	0	0	0
10	      0	0	0	2201	0	0	0	0
11	      0	0	0	1760	0	0	0	0
12	      0	0	0	1613	0	0	0	0
13	      0	0	0	1570	0	0	0	0
14	      0	0	0	1701	0	0	0	0
15	      0	0	0	1567	0	0	0	0
16	      0	0	0	1442	0	0	0	0
17	      0	0	0	1538	0	0	0	0
18	      0	0	0	1217	0	0	0	0
19	      0	0	0	1359	0	0	0	0
20	      0	0	0	1382	0	0	0	0
21	      0	0	0	1207	0	0	0	0
22	      0	0	0	1238	0	0	0	0
23	      0	0	0	1144	0	0	0	0
24	      0	0	0	1284	0	0	0	0
25	      0	0	0	1070	0	0	0	0
26	      0	0	0	1020	0	0	0	0
27	      0	0	0	1038	0	0	0	0
28	      0	0	0	1141	0	0	0	0
29	      0	0	0	940	0	0	0	0
30	      0	0	0	1012	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    553	18.4333	0	34641	75	125	475	631

DEBUG    ya.test:process.py:276 Command (pid 2556977) 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 2556978) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2556978) elapsed time (sec): 30.225141286849976
DEBUG    ya.test:process.py:263 Command (pid 2556978) wtime: 30.248
DEBUG    ya.test:process.py:275 Command (pid 2556978) 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	      1	1	0	10	118	118	118	118
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	1940	0	0	0	0
8	      0	0	0	2233	0	0	0	0
9	      0	0	0	2105	0	0	0	0
10	      0	0	0	2108	0	0	0	0
11	      0	0	0	1782	0	0	0	0
12	      0	0	0	1584	0	0	0	0
13	      0	0	0	1601	0	0	0	0
14	      0	0	0	1593	0	0	0	0
15	      0	0	0	1557	0	0	0	0
16	      0	0	0	1544	0	0	0	0
17	      0	0	0	1419	0	0	0	0
18	      0	0	0	1352	0	0	0	0
19	      0	0	0	1302	0	0	0	0
20	      0	0	0	1405	0	0	0	0
21	      0	0	0	1470	0	0	0	0
22	      0	0	0	1119	0	0	0	0
23	      0	0	0	1050	0	0	0	0
24	      0	0	0	1167	0	0	0	0
25	      0	0	0	1170	0	0	0	0
26	      0	0	0	1210	0	0	0	0
27	      0	0	0	1171	0	0	0	0
28	      0	0	0	960	0	0	0	0
29	      0	0	0	996	0	0	0	0
30	      0	0	0	1052	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	34940	118	118	118	118

DEBUG    ya.test:process.py:276 Command (pid 2556978) 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 2556981) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2556981) elapsed time (sec): 30.224130630493164
DEBUG    ya.test:process.py:263 Command (pid 2556981) wtime: 30.256
DEBUG    ya.test:process.py:275 Command (pid 2556981) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     69	69	0	0	52	447	467	471
2	    154	154	0	0	63	85	92	96
3	    165	165	0	0	54	94	102	107
4	    182	182	0	0	54	74	85	90
5	    168	168	0	0	53	91	97	105
6	      0	0	0	0	0	0	0	0
7	      0	0	0	1736	0	0	0	0
8	      0	0	0	2163	0	0	0	0
9	      0	0	0	2001	0	0	0	0
10	      0	0	0	2108	0	0	0	0
11	      0	0	0	1736	0	0	0	0
12	      0	0	0	1497	0	0	0	0
13	      0	0	0	1532	0	0	0	0
14	      0	0	0	1521	0	0	0	0
15	      0	0	0	1525	0	0	0	0
16	      0	0	0	1443	0	0	0	0
17	      0	0	0	1473	0	0	0	0
18	      0	0	0	1359	0	0	0	0
19	      0	0	0	1061	0	0	0	0
20	      0	0	0	1222	0	0	0	0
21	      0	0	0	1408	0	0	0	0
22	      0	0	0	957	0	0	0	0
23	      0	0	0	1238	0	0	0	0
24	      0	0	0	1030	0	0	0	0
25	      0	0	0	955	0	0	0	0
26	      0	0	0	847	0	0	0	0
27	      0	0	0	967	0	0	0	0
28	      0	0	0	850	0	0	0	0
29	      0	0	0	1010	0	0	0	0
30	      0	0	0	1069	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    738	24.6	0	32708	56	97	419	471

DEBUG    ya.test:process.py:276 Command (pid 2556981) 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.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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: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, 0ec5bb19-0567-4a91-82d3-8f1719daddf7, localhost:64573): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0ec5bb19-0567-4a91-82d3-8f1719daddf7, localhost:64573): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0ec5bb19-0567-4a91-82d3-8f1719daddf7, localhost:64573): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7rkxhkrilm.auto.internal" port: 64573 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-7rkxhkrilm.auto.internal:64573, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64573
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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
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:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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: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, 4be43849-4a9d-4f18-b8eb-1741f494fcc4, localhost:64573): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4be43849-4a9d-4f18-b8eb-1741f494fcc4, localhost:64573): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4be43849-4a9d-4f18-b8eb-1741f494fcc4, localhost:64573): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7rkxhkrilm.auto.internal" port: 64573 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-7rkxhkrilm.auto.internal:64573, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64573
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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, 68c5fbcc-53b1-4fdc-b57c-df143de85def, localhost:64573): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 68c5fbcc-53b1-4fdc-b57c-df143de85def, localhost:64573): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 68c5fbcc-53b1-4fdc-b57c-df143de85def, localhost:64573): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7rkxhkrilm.auto.internal" port: 64573 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-7rkxhkrilm.auto.internal:64573, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64573
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:31815
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:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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: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, 51be20fb-480f-4c47-9102-a3bf58d82f9e, localhost:64573): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 51be20fb-480f-4c47-9102-a3bf58d82f9e, localhost:64573): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 51be20fb-480f-4c47-9102-a3bf58d82f9e, localhost:64573): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7rkxhkrilm.auto.internal" port: 64573 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-7rkxhkrilm.auto.internal:64573, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64573
---------------------------- 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:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-7rkxhkrilm'
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/wu4g/005dfa/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.2482432' in '/home/runner/.ya/build/build_root/wu4g/005dfa/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_mditn8zw.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:31815/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30746
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12501
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29925
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31815
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9783
=================================== 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/wu4g/005dfa/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/wu4g/005dfa/ydb/apps/ydb/ydb -e grpc://localhost:31815 -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/wu4g/005dfa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31815', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2531358
DEBUG    ya.test:process.py:259 Command (pid 2531358) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2531358) elapsed time (sec): 0.3031280040740967
DEBUG    ya.test:process.py:263 Command (pid 2531358) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) maxrss: 597788
DEBUG    ya.test:process.py:263 Command (pid 2531358) minflt: 3549
DEBUG    ya.test:process.py:263 Command (pid 2531358) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) nivcsw: 11
DEBUG    ya.test:process.py:263 Command (pid 2531358) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2531358) nvcsw: 202
DEBUG    ya.test:process.py:263 Command (pid 2531358) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2531358) stime: 0.041840999999999996
DEBUG    ya.test:process.py:263 Command (pid 2531358) utime: 0.036125
DEBUG    ya.test:process.py:263 Command (pid 2531358) wtime: 0.309
DEBUG    ya.test:process.py:275 Command (pid 2531358) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2531358) 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/wu4g/005dfa/ydb/apps/ydb/ydb -e grpc://localhost:31815 -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/wu4g/005dfa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31815', '-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: 2531711
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, cc407d91-0de5-48ac-9f26-6dfc810697ca, localhost:64573): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, cc407d91-0de5-48ac-9f26-6dfc810697ca, localhost:64573): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, cc407d91-0de5-48ac-9f26-6dfc810697ca, localhost:64573): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7rkxhkrilm.auto.internal" port: 64573 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-7rkxhkrilm.auto.internal:64573, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64573
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 2531711) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2531711) elapsed time (sec): 30.221649885177612
DEBUG    ya.test:process.py:263 Command (pid 2531711) wtime: 30.223
DEBUG    ya.test:process.py:275 Command (pid 2531711) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    477	477	0	0	20	22	32	38
2	    479	479	0	0	20	24	27	31
3	    433	433	0	0	21	33	39	46
4	    361	361	0	0	25	47	53	71
5	    327	327	0	0	28	49	59	67
6	    386	386	0	0	24	36	47	50
7	    373	373	0	0	23	50	65	70
8	    336	336	0	0	27	47	54	58
9	    374	374	0	0	23	48	66	71
10	    356	356	0	0	25	47	52	62
11	    335	335	0	0	27	48	55	59
12	    308	308	0	0	29	59	66	70
13	    250	250	0	0	35	77	86	91
14	    349	349	0	0	26	54	74	84
15	    384	384	0	0	22	44	51	51
16	    379	379	0	0	23	44	50	55
17	    290	290	0	0	30	63	72	79
18	    366	366	0	0	25	46	55	60
19	    343	343	0	0	25	54	60	63
20	    387	387	0	0	24	41	50	54
21	    364	364	0	0	26	40	45	55
22	    330	330	0	0	28	52	64	67
23	    395	395	0	0	22	39	44	46
24	    457	457	0	0	20	29	33	36
25	    424	424	0	0	22	33	37	38
26	    443	443	0	0	21	29	32	35
27	    382	382	0	0	23	42	55	64
28	    417	417	0	0	21	37	44	48
29	    459	459	0	0	20	30	33	42
30	    487	487	0	0	20	25	29	32

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  11451	381.7	0	0	23	44	59	91

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Njk1OGU0Ni0xMTlhZGJjNC1lZWQyZjM2LTE4ZTljNDEw
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 69360af1-c913-475e-a312-d6f55c6f2691, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 69360af1-c913-475e-a312-d6f55c6f2691, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=Njk1OGU0Ni0xMTlhZGJjNC1lZWQyZjM2LTE4ZTljNDEw" 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, 69360af1-c913-475e-a312-d6f55c6f2691, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Njk1OGU0Ni0xMTlhZGJjNC1lZWQyZjM2LTE4ZTljNDEw
INFO     root:test_log_scenario.py:217 Count rows after insert 11310 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MThlNjBmOWItOGQ4MTY1YmYtMWZiNjRkZTMtN2UwNGM4Yjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 267ae0b1-8648-457b-baf4-c327c212a9ba, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 267ae0b1-8648-457b-baf4-c327c212a9ba, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=MThlNjBmOWItOGQ4MTY1YmYtMWZiNjRkZTMtN2UwNGM4Yjk=" 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, 267ae0b1-8648-457b-baf4-c327c212a9ba, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MThlNjBmOWItOGQ4MTY1YmYtMWZiNjRkZTMtN2UwNGM4Yjk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MTY2NmEwZGItMzZhMmIyY2UtMjg3NzY4ODEtZDAzMDdlNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d6259a1e-234a-434a-beb1-078bd6b3322a, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d6259a1e-234a-434a-beb1-078bd6b3322a, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=MTY2NmEwZGItMzZhMmIyY2UtMjg3NzY4ODEtZDAzMDdlNTA=" 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, d6259a1e-234a-434a-beb1-078bd6b3322a, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=MTY2NmEwZGItMzZhMmIyY2UtMjg3NzY4ODEtZDAzMDdlNTA=
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/wu4g/005dfa/ydb/apps/ydb/ydb -e grpc://localhost:31815 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MmQxZTRhZmQtZDVmMmQ3MC1mNjk1Njg2Ny02OTM2YWJlZg==
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/wu4g/005dfa/ydb/apps/ydb/ydb -e grpc://localhost:31815 -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/wu4g/005dfa/ydb/apps/ydb/ydb -e grpc://localhost:31815 -d /Root workload log --path log run upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8a179338-a3ab-41bf-9913-4f92767f2b82, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmE5ZDg1OTYtZTdiNWVkOGUtNjUxNzQ2Yi02MDIwYzY1Zg==
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8a179338-a3ab-41bf-9913-4f92767f2b82, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=MmQxZTRhZmQtZDVmMmQ3MC1mNjk1Njg2Ny02OTM2YWJlZg==" 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.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, fc87a15e-b64c-4fed-befa-0de8e0bf665c, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWNlNTg0OC03Y2ZkZDM4MC1iYzQ2NDFkZS04YTA1Yzk0OA==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8a179338-a3ab-41bf-9913-4f92767f2b82, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fc87a15e-b64c-4fed-befa-0de8e0bf665c, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=ZmE5ZDg1OTYtZTdiNWVkOGUtNjUxNzQ2Yi02MDIwYzY1Zg==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, da0bddfe-6c6d-4f1c-9b81-255b2e62793b, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MjlhNTI5YTAtYjgzYmEyNDctN2ZlN2IzYjgtZWY0YzNjN2Q=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.14
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fc87a15e-b64c-4fed-befa-0de8e0bf665c, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, da0bddfe-6c6d-4f1c-9b81-255b2e62793b, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=YWNlNTg0OC03Y2ZkZDM4MC1iYzQ2NDFkZS04YTA1Yzk0OA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 97794638-53f4-42f7-8664-10592573bbba, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODE2MGU2ZmUtYmYxM2Q1N2ItYjA4ZjE4M2ItM2VjNDM1NTU=
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/wu4g/005dfa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31815', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/wu4g/005dfa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31815', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/wu4g/005dfa/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:31815', '-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:63 RpcState(ExecuteQuery, 97794638-53f4-42f7-8664-10592573bbba, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=MjlhNTI5YTAtYjgzYmEyNDctN2ZlN2IzYjgtZWY0YzNjN2Q=" 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, da0bddfe-6c6d-4f1c-9b81-255b2e62793b, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, c3d29319-3ff4-4eb0-bcf5-e185a2222b2b, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZjFjNzk2MDAtMzNhNDg2YTAtNWMxNTJhN2QtNTFhM2E2YzQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1e985ce5-8c55-473c-a0eb-a86bddd8e2f4, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ya.test:process.py:628 Command pid: 2556978
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YTRiYjVkZDUtMmE4NGM3ODEtNWRlN2JmYmEtNDk5YWI1MzY=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 97794638-53f4-42f7-8664-10592573bbba, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, c3d29319-3ff4-4eb0-bcf5-e185a2222b2b, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=ODE2MGU2ZmUtYmYxM2Q1N2ItYjA4ZjE4M2ItM2VjNDM1NTU=" 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, c3d29319-3ff4-4eb0-bcf5-e185a2222b2b, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 523dd21c-1828-463f-b937-5df84ce83a6a, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Njk1OGU0Ni0xMTlhZGJjNC1lZWQyZjM2LTE4ZTljNDEw
DEBUG    ya.test:process.py:628 Command pid: 2556981
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 523dd21c-1828-463f-b937-5df84ce83a6a, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=YTRiYjVkZDUtMmE4NGM3ODEtNWRlN2JmYmEtNDk5YWI1MzY=" 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: 2556977
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1e985ce5-8c55-473c-a0eb-a86bddd8e2f4, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=ZjFjNzk2MDAtMzNhNDg2YTAtNWMxNTJhN2QtNTFhM2E2YzQ=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e72df158-dc4e-4583-92ea-f5bd1897352e, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=MThlNjBmOWItOGQ4MTY1YmYtMWZiNjRkZTMtN2UwNGM4Yjk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b5e5f4de-fd58-41bc-b7c2-c4263c3c0c44, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e72df158-dc4e-4583-92ea-f5bd1897352e, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=Njk1OGU0Ni0xMTlhZGJjNC1lZWQyZjM2LTE4ZTljNDEw" 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, 1e985ce5-8c55-473c-a0eb-a86bddd8e2f4, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b5e5f4de-fd58-41bc-b7c2-c4263c3c0c44, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=MThlNjBmOWItOGQ4MTY1YmYtMWZiNjRkZTMtN2UwNGM4Yjk=" 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=MTY2NmEwZGItMzZhMmIyY2UtMjg3NzY4ODEtZDAzMDdlNTA=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 32d3db2e-2f00-4170-ae7f-e1c5513895cb, ghrun-7rkxhkrilm.auto.internal:31815): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 32d3db2e-2f00-4170-ae7f-e1c5513895cb, ghrun-7rkxhkrilm.auto.internal:31815): request = { session_id: "ydb://session/3?node_id=1&id=MTY2NmEwZGItMzZhMmIyY2UtMjg3NzY4ODEtZDAzMDdlNTA=" 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, 32d3db2e-2f00-4170-ae7f-e1c5513895cb, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, b5e5f4de-fd58-41bc-b7c2-c4263c3c0c44, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 523dd21c-1828-463f-b937-5df84ce83a6a, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e72df158-dc4e-4583-92ea-f5bd1897352e, ghrun-7rkxhkrilm.auto.internal:31815): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f01f4f68-509c-49b7-a40a-45403d297c30, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T12:09:23.147098496+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 747ae366-d902-44dd-96bd-23afcb81ab02, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T12:09:23.146895687+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 320f8093-7ad7-42fe-9d6c-fb3862bdf764, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T12:09:23.147122273+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d7a73e01-ae57-4741-8b9f-d557e356f5a1, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T12:09:23.14714595+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, a49c0f20-83a1-43bc-aebb-d55ba2bcf4bf, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T12:09:23.147161427+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 353e3d07-343e-4a75-af2d-4979598167b3, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T12:09:23.147192737+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(AttachSession, 3ee3c17f-abdb-44e1-9193-60ac5e65efe5, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T12:09:23.147206315+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cb3c420d-57fd-4437-8b8e-21ad3b731266, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T12:09:23.147223486+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c9a940ac-8a5e-4d71-a5f2-ba11b2b67067, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T12:09:23.147274453+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-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 8a179338-a3ab-41bf-9913-4f92767f2b82, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147304721+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, c3d29319-3ff4-4eb0-bcf5-e185a2222b2b, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147453378+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 97794638-53f4-42f7-8664-10592573bbba, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147440614+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1e985ce5-8c55-473c-a0eb-a86bddd8e2f4, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147502237+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 523dd21c-1828-463f-b937-5df84ce83a6a, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147466679+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e72df158-dc4e-4583-92ea-f5bd1897352e, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.14751862+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fc87a15e-b64c-4fed-befa-0de8e0bf665c, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147317499+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, b5e5f4de-fd58-41bc-b7c2-c4263c3c0c44, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147533455+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 32d3db2e-2f00-4170-ae7f-e1c5513895cb, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147634657+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-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, f2826246-b034-40a6-b113-627aa3af6b34, ghrun-7rkxhkrilm.auto.internal:31815): 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:31815 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T12:09:23.147177598+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, da0bddfe-6c6d-4f1c-9b81-255b2e62793b, ghrun-7rkxhkrilm.auto.internal:31815): 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-21T12:09:23.147418713+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-7rkxhkrilm.auto.internal:31815
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YTRiYjVkZDUtMmE4NGM3ODEtNWRlN2JmYmEtNDk5YWI1MzY=
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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    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 2556977) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2556977) elapsed time (sec): 30.171677827835083
DEBUG    ya.test:process.py:263 Command (pid 2556977) wtime: 30.207
DEBUG    ya.test:process.py:275 Command (pid 2556977) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     44	44	0	0	71	595	631	631
2	    118	118	0	0	84	108	112	113
3	    126	126	0	0	74	118	133	146
4	    137	137	0	0	71	91	100	112
5	    128	128	0	0	70	113	136	142
6	      0	0	0	10	0	0	0	0
7	      0	0	0	1882	0	0	0	0
8	      0	0	0	2208	0	0	0	0
9	      0	0	0	2097	0	0	0	0
10	      0	0	0	2201	0	0	0	0
11	      0	0	0	1760	0	0	0	0
12	      0	0	0	1613	0	0	0	0
13	      0	0	0	1570	0	0	0	0
14	      0	0	0	1701	0	0	0	0
15	      0	0	0	1567	0	0	0	0
16	      0	0	0	1442	0	0	0	0
17	      0	0	0	1538	0	0	0	0
18	      0	0	0	1217	0	0	0	0
19	      0	0	0	1359	0	0	0	0
20	      0	0	0	1382	0	0	0	0
21	      0	0	0	1207	0	0	0	0
22	      0	0	0	1238	0	0	0	0
23	      0	0	0	1144	0	0	0	0
24	      0	0	0	1284	0	0	0	0
25	      0	0	0	1070	0	0	0	0
26	      0	0	0	1020	0	0	0	0
27	      0	0	0	1038	0	0	0	0
28	      0	0	0	1141	0	0	0	0
29	      0	0	0	940	0	0	0	0
30	      0	0	0	1012	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    553	18.4333	0	34641	75	125	475	631

DEBUG    ya.test:process.py:276 Command (pid 2556977) 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 2556978) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2556978) elapsed time (sec): 30.225141286849976
DEBUG    ya.test:process.py:263 Command (pid 2556978) wtime: 30.248
DEBUG    ya.test:process.py:275 Command (pid 2556978) 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	      1	1	0	10	118	118	118	118
5	      0	0	0	10	0	0	0	0
6	      0	0	0	10	0	0	0	0
7	      0	0	0	1940	0	0	0	0
8	      0	0	0	2233	0	0	0	0
9	      0	0	0	2105	0	0	0	0
10	      0	0	0	2108	0	0	0	0
11	      0	0	0	1782	0	0	0	0
12	      0	0	0	1584	0	0	0	0
13	      0	0	0	1601	0	0	0	0
14	      0	0	0	1593	0	0	0	0
15	      0	0	0	1557	0	0	0	0
16	      0	0	0	1544	0	0	0	0
17	      0	0	0	1419	0	0	0	0
18	      0	0	0	1352	0	0	0	0
19	      0	0	0	1302	0	0	0	0
20	      0	0	0	1405	0	0	0	0
21	      0	0	0	1470	0	0	0	0
22	      0	0	0	1119	0	0	0	0
23	      0	0	0	1050	0	0	0	0
24	      0	0	0	1167	0	0	0	0
25	      0	0	0	1170	0	0	0	0
26	      0	0	0	1210	0	0	0	0
27	      0	0	0	1171	0	0	0	0
28	      0	0	0	960	0	0	0	0
29	      0	0	0	996	0	0	0	0
30	      0	0	0	1052	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	      1	0.0333333	0	34940	118	118	118	118

DEBUG    ya.test:process.py:276 Command (pid 2556978) 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 2556981) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2556981) elapsed time (sec): 30.224130630493164
DEBUG    ya.test:process.py:263 Command (pid 2556981) wtime: 30.256
DEBUG    ya.test:process.py:275 Command (pid 2556981) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     69	69	0	0	52	447	467	471
2	    154	154	0	0	63	85	92	96
3	    165	165	0	0	54	94	102	107
4	    182	182	0	0	54	74	85	90
5	    168	168	0	0	53	91	97	105
6	      0	0	0	0	0	0	0	0
7	      0	0	0	1736	0	0	0	0
8	      0	0	0	2163	0	0	0	0
9	      0	0	0	2001	0	0	0	0
10	      0	0	0	2108	0	0	0	0
11	      0	0	0	1736	0	0	0	0
12	      0	0	0	1497	0	0	0	0
13	      0	0	0	1532	0	0	0	0
14	      0	0	0	1521	0	0	0	0
15	      0	0	0	1525	0	0	0	0
16	      0	0	0	1443	0	0	0	0
17	      0	0	0	1473	0	0	0	0
18	      0	0	0	1359	0	0	0	0
19	      0	0	0	1061	0	0	0	0
20	      0	0	0	1222	0	0	0	0
21	      0	0	0	1408	0	0	0	0
22	      0	0	0	957	0	0	0	0
23	      0	0	0	1238	0	0	0	0
24	      0	0	0	1030	0	0	0	0
25	      0	0	0	955	0	0	0	0
26	      0	0	0	847	0	0	0	0
27	      0	0	0	967	0	0	0	0
28	      0	0	0	850	0	0	0	0
29	      0	0	0	1010	0	0	0	0
30	      0	0	0	1069	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    738	24.6	0	32708	56	97	419	471

DEBUG    ya.test:process.py:276 Command (pid 2556981) 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.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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: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, 0ec5bb19-0567-4a91-82d3-8f1719daddf7, localhost:64573): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 0ec5bb19-0567-4a91-82d3-8f1719daddf7, localhost:64573): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 0ec5bb19-0567-4a91-82d3-8f1719daddf7, localhost:64573): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7rkxhkrilm.auto.internal" port: 64573 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-7rkxhkrilm.auto.internal:64573, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64573
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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
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:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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: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, 4be43849-4a9d-4f18-b8eb-1741f494fcc4, localhost:64573): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4be43849-4a9d-4f18-b8eb-1741f494fcc4, localhost:64573): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4be43849-4a9d-4f18-b8eb-1741f494fcc4, localhost:64573): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7rkxhkrilm.auto.internal" port: 64573 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-7rkxhkrilm.auto.internal:64573, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64573
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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, 68c5fbcc-53b1-4fdc-b57c-df143de85def, localhost:64573): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 68c5fbcc-53b1-4fdc-b57c-df143de85def, localhost:64573): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 68c5fbcc-53b1-4fdc-b57c-df143de85def, localhost:64573): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7rkxhkrilm.auto.internal" port: 64573 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-7rkxhkrilm.auto.internal:64573, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64573
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:31815
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:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:31815
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:31815". 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: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, 51be20fb-480f-4c47-9102-a3bf58d82f9e, localhost:64573): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 51be20fb-480f-4c47-9102-a3bf58d82f9e, localhost:64573): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 51be20fb-480f-4c47-9102-a3bf58d82f9e, localhost:64573): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-7rkxhkrilm.auto.internal" port: 64573 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-7rkxhkrilm.auto.internal:64573, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:64573
============================== slowest durations ===============================
352.74s call     test_log_scenario.py::TestLogScenario::test_log_uniform
20.90s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
15.92s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
13.43s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
8.48s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
8.15s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
7.39s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
7.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
6.74s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
6.66s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
6.49s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
5.21s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
3.66s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
0.51s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.46s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.39s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
0.02s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
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-1-1]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
0.01s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]

(13 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/wu4g/005dfa/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/wu4g/005dfa/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-21T12:09:17.355934Z): source_id=226;tablet_id=72075186224037978;verification=lhs.type_id() == rhs.type_id();fline=compare.h:82;
ydb/library/actors/core/log.cpp:857
~TVerifyFormattedRecordWriter(): requirement false failed
0. /-S/util/system/yassert.cpp:86: InternalPanicImpl @ 0xA919BE5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA912126
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7A8528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD78F65B
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F68748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6849F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD76A76D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x1438E5AB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD55A7
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2A363
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2A363
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F27D13
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2B6D7
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143AC398
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF0CEB5
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: ?? @ 0x7F42D0B90AC2
22. ??:0: ?? @ 0x7F42D0C228BF
============== 1 failed, 11 passed, 1 error in 466.11s (0:07:46) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/wu4g/005dfb/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 ===============================
12.62s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
9.13s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
9.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
7.73s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
7.39s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
6.39s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
5.98s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
5.94s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
5.87s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
5.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
4.53s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
4.16s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 88.32s (0:01:28) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/wu4g/005df4/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 ===============================
11.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
10.32s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
8.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
8.18s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
7.96s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
7.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
5.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
5.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
5.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
4.94s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
4.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
3.04s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 83.39s (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/wu4g/005e0d/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 .......

============================== slowest durations ===============================
115.14s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
111.73s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
107.17s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
97.59s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
81.57s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
10.49s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
9.42s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 7 passed in 617.63s (0:10:17) =========================

Traceback (most recent call last):
  File "library/python/testing/yatest_common/yatest/common/process.py", line 384, in wait
    wait_for(
  File "library/python/testing/yatest_common/yatest/common/process.py", line 765, in wait_for
    raise TimeoutError(truncate(message, MAX_MESSAGE_LEN))
yatest.common.process.TimeoutError: ...er/.ya/build/build_root/wu4g/005e0d/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/wu4g/005e0d/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/wu4g/005e0d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/wu4g/005e0d', '--source-root', '/home/runner/.ya/build/build_root/wu4g/005e0d/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/wu4g/005e0d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10334327813/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "devtools/ya/test/programs/test_tool/run_test/run_test.py", line 1768, in main
    res.wait(check_exit_code=False, timeout=current_run_test_timeout, on_timeout=timeout_callback)
  File "library/python/testing/yatest_common/yatest/common/process.py", line 398, in wait
    raise ExecutionTimeoutError(self, str(e))
yatest.common.process.ExecutionTimeoutError: (("...er/.ya/build/build_root/wu4g/005e0d/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/wu4g/005e0d/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/wu4g/005e0d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/wu4g/005e0d', '--source-root', '/home/runner/.ya/build/build_root/wu4g/005e0d/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/wu4g/005e0d/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/olap', '--test-tool-bin', '/home/runner/.ya/tools/v4/10334327813/test_tool', '--ya-version', '2', '--collect-cores', '--build-type', 'relwithdebinfo', '--tb', 'short', '--modulo', '10', '--modulo-index', '7', '--partition-mode', 'SEQUENTIAL', '--split-by-tests', '--dep-root', 'ydb/tests/olap', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no']' stopped by 600 seconds timeout",), {})
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/wu4g/005e00/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 ===============================
8.69s setup    test_select.py::TestSelect::test_incorrect
7.84s setup    test_replace.py::TestReplace::test_incorrect
5.24s setup    test_update.py::TestUpdate::test_incorrect
1.45s call     test_replace.py::TestReplace::test_replace_total
1.02s call     test_replace.py::TestReplace::test_replace_with_nulls
0.89s call     test_select.py::TestSelect::test_json_query
0.80s call     test_update.py::TestUpdate::test_update_many_rows
0.73s call     test_replace.py::TestReplace::test_replace_rollback
0.62s call     test_update.py::TestUpdate::test_partial_update
0.60s call     test_replace.py::TestReplace::test_partial_replace
0.53s call     test_update.py::TestUpdate::test_update_pk
0.37s call     test_select.py::TestSelect::test_incorrect
0.36s call     test_replace.py::TestReplace::test_incorrect
0.35s call     test_update.py::TestUpdate::test_incorrect

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 30.54s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/wu4g/005dda/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 ===============================
402.09s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
44.02s call     zip_bomb.py::TestZipBomb::test
16.00s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
11.43s setup    test_update.py::TestUpdate::test_update_rollback
10.64s setup    zip_bomb.py::TestZipBomb::test
7.14s setup    test_upsert.py::TestUpsert::test_copy_full
7.13s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
1.27s call     test_upsert.py::TestUpsert::test_copy_full
1.24s call     test_update.py::TestUpdate::test_update_rollback
1.14s call     test_upsert.py::TestUpsert::test_count
1.08s call     test_upsert.py::TestUpsert::test_copy_partial
0.97s call     test_update.py::TestUpdate::test_update_single_column
0.76s call     test_update.py::TestUpdate::test_update_single_row
0.58s call     test_upsert.py::TestUpsert::test_partial_update
0.38s call     test_upsert.py::TestUpsert::test_incorrect
0.35s call     test_upsert.py::TestUpsert::test_insert_nulls

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