============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fsfn/0069ac/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=NWEwNmIzNTgtNTAxZTMzNDQtMzJiMTY3OTgtOWQyYTU3NmY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, f2b34e73-5030-4500-b892-6a4f1e00e3b5, ghrun-uynnjxo5ye.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, f2b34e73-5030-4500-b892-6a4f1e00e3b5, ghrun-uynnjxo5ye.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NWEwNmIzNTgtNTAxZTMzNDQtMzJiMTY3OTgtOWQyYTU3NmY=" 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, f2b34e73-5030-4500-b892-6a4f1e00e3b5, ghrun-uynnjxo5ye.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWEwNmIzNTgtNTAxZTMzNDQtMzJiMTY3OTgtOWQyYTU3NmY=
---------------------------- 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=NWEwNmIzNTgtNTAxZTMzNDQtMzJiMTY3OTgtOWQyYTU3NmY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 68120894-7000-455b-b897-7c2fd71efc7c, ghrun-uynnjxo5ye.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 68120894-7000-455b-b897-7c2fd71efc7c, ghrun-uynnjxo5ye.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NWEwNmIzNTgtNTAxZTMzNDQtMzJiMTY3OTgtOWQyYTU3NmY=" 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, 68120894-7000-455b-b897-7c2fd71efc7c, ghrun-uynnjxo5ye.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWEwNmIzNTgtNTAxZTMzNDQtMzJiMTY3OTgtOWQyYTU3NmY=
---------------------------- 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=NWEwNmIzNTgtNTAxZTMzNDQtMzJiMTY3OTgtOWQyYTU3NmY=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 57c02b79-e884-4040-a30d-4a192df8e973, ghrun-uynnjxo5ye.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 57c02b79-e884-4040-a30d-4a192df8e973, ghrun-uynnjxo5ye.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=NWEwNmIzNTgtNTAxZTMzNDQtMzJiMTY3OTgtOWQyYTU3NmY=" 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, 57c02b79-e884-4040-a30d-4a192df8e973, ghrun-uynnjxo5ye.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NWEwNmIzNTgtNTAxZTMzNDQtMzJiMTY3OTgtOWQyYTU3NmY=
---------------------------- 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/fsfn/0069ac/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2870717
DEBUG    ya.test:process.py:259 Command (pid 2870717) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2870717) elapsed time (sec): 0.31135082244873047
DEBUG    ya.test:process.py:263 Command (pid 2870717) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2870717) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2870717) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2870717) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2870717) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2870717) maxrss: 1683768
DEBUG    ya.test:process.py:263 Command (pid 2870717) minflt: 16235
DEBUG    ya.test:process.py:263 Command (pid 2870717) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2870717) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2870717) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2870717) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2870717) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2870717) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2870717) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2870717) stime: 0.155561
DEBUG    ya.test:process.py:263 Command (pid 2870717) utime: 0.107696
DEBUG    ya.test:process.py:263 Command (pid 2870717) wtime: 0.312
DEBUG    ya.test:process.py:275 Command (pid 2870717) 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-uynnjxo5ye    Host information: 
        Linux ghrun-uynnjxo5ye 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 2870717) 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-uynnjxo5ye    Host information: 
        Linux ghrun-uynnjxo5ye 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/fsfn/0069ac/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61674
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/fsfn/0069ac/r3tmp/kikimr_cluster_5s8avhdp
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fsfn/0069ac/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62172
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12174
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
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/fsfn/0069ac/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/fsfn/0069ac/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/fsfn/0069ac/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_q8puzu41.log --grpc-port=62172 --mon-port=12174 --ic-port=61674
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:62172/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/fsfn/0069ac/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/fsfn/0069ac/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/fsfn/0069ac/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_q8puzu41.log --grpc-port=62172 --mon-port=12174 --ic-port=61674
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/fsfn/0069ac/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/fsfn/0069ac/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/fsfn/0069ac/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_q8puzu41.log', '--grpc-port=62172', '--mon-port=12174', '--ic-port=61674')' in '/home/runner/.ya/build/build_root/fsfn/0069ac/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: 2870799
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:62172/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/fsfn/0069ac/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2870800
DEBUG    ya.test:process.py:259 Command (pid 2870800) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2870800) elapsed time (sec): 0.284379243850708
DEBUG    ya.test:process.py:263 Command (pid 2870800) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2870800) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2870800) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2870800) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2870800) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2870800) maxrss: 1683768
DEBUG    ya.test:process.py:263 Command (pid 2870800) minflt: 16238
DEBUG    ya.test:process.py:263 Command (pid 2870800) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2870800) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2870800) nivcsw: 1
DEBUG    ya.test:process.py:263 Command (pid 2870800) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2870800) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2870800) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 2870800) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2870800) stime: 0.15616
DEBUG    ya.test:process.py:263 Command (pid 2870800) utime: 0.08008499999999999
DEBUG    ya.test:process.py:263 Command (pid 2870800) wtime: 0.285
DEBUG    ya.test:process.py:275 Command (pid 2870800) 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-uynnjxo5ye    Host information: 
        Linux ghrun-uynnjxo5ye 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 2870800) 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-uynnjxo5ye    Host information: 
        Linux ghrun-uynnjxo5ye 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/fsfn/0069ac/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/fsfn/0069ac/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62172', '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: 61674\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/fsfn/0069ac/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62172', '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: 61674\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2871169
DEBUG    ya.test:process.py:259 Command (pid 2871169) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2871169) elapsed time (sec): 0.34212207794189453
DEBUG    ya.test:process.py:263 Command (pid 2871169) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2871169) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2871169) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2871169) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2871169) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2871169) maxrss: 1683768
DEBUG    ya.test:process.py:263 Command (pid 2871169) minflt: 18380
DEBUG    ya.test:process.py:263 Command (pid 2871169) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2871169) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2871169) nivcsw: 3
DEBUG    ya.test:process.py:263 Command (pid 2871169) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2871169) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2871169) nvcsw: 136
DEBUG    ya.test:process.py:263 Command (pid 2871169) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2871169) stime: 0.202712
DEBUG    ya.test:process.py:263 Command (pid 2871169) utime: 0.09515
DEBUG    ya.test:process.py:263 Command (pid 2871169) wtime: 0.343
DEBUG    ya.test:process.py:275 Command (pid 2871169) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/fsfn/0069ac/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/fsfn/0069ac/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62172', '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/fsfn/0069ac/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:62172', '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: 2871222
DEBUG    ya.test:process.py:259 Command (pid 2871222) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2871222) elapsed time (sec): 0.3945162296295166
DEBUG    ya.test:process.py:263 Command (pid 2871222) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2871222) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2871222) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2871222) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2871222) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2871222) maxrss: 1683768
DEBUG    ya.test:process.py:263 Command (pid 2871222) minflt: 18378
DEBUG    ya.test:process.py:263 Command (pid 2871222) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2871222) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2871222) nivcsw: 2
DEBUG    ya.test:process.py:263 Command (pid 2871222) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2871222) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2871222) nvcsw: 137
DEBUG    ya.test:process.py:263 Command (pid 2871222) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2871222) stime: 0.23899099999999998
DEBUG    ya.test:process.py:263 Command (pid 2871222) utime: 0.11152899999999999
DEBUG    ya.test:process.py:263 Command (pid 2871222) wtime: 0.396
DEBUG    ya.test:process.py:275 Command (pid 2871222) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 2871222) 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, a1c0d4f5-886f-4b68-b955-dd8aa133378f, localhost:62172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a1c0d4f5-886f-4b68-b955-dd8aa133378f, localhost:62172): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a1c0d4f5-886f-4b68-b955-dd8aa133378f, localhost:62172): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uynnjxo5ye.auto.internal" port: 62172 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-uynnjxo5ye.auto.internal:62172, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:62172
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_create.py::TestCreate, test_name: test_create_all_opt_ints)
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:421 RpcState(CreateSession, 066dc061-ff66-4da6-850c-5f7959aa2a2e, ghrun-uynnjxo5ye.auto.internal:62172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 066dc061-ff66-4da6-850c-5f7959aa2a2e, ghrun-uynnjxo5ye.auto.internal:62172): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 066dc061-ff66-4da6-850c-5f7959aa2a2e, ghrun-uynnjxo5ye.auto.internal:62172): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 80a3ebcc-70a7-4a94-bf11-b8985b194b73, ghrun-uynnjxo5ye.auto.internal:62172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 80a3ebcc-70a7-4a94-bf11-b8985b194b73, ghrun-uynnjxo5ye.auto.internal:62172): request = { session_id: "ydb://session/3?node_id=1&id=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 80a3ebcc-70a7-4a94-bf11-b8985b194b73, ghrun-uynnjxo5ye.auto.internal:62172): 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=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1fbbc66b-8300-4446-82a8-26510c40beec, ghrun-uynnjxo5ye.auto.internal:62172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1fbbc66b-8300-4446-82a8-26510c40beec, ghrun-uynnjxo5ye.auto.internal:62172): request = { session_id: "ydb://session/3?node_id=1&id=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/create/table9771_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, 1fbbc66b-8300-4446-82a8-26510c40beec, ghrun-uynnjxo5ye.auto.internal:62172): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e4aa4081-97ce-4fdf-bbff-6375f18ed8c0, ghrun-uynnjxo5ye.auto.internal:62172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e4aa4081-97ce-4fdf-bbff-6375f18ed8c0, ghrun-uynnjxo5ye.auto.internal:62172): request = { session_id: "ydb://session/3?node_id=1&id=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "INSERT INTO `/Root/create/table9771_1` (id) VALUES (0);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e4aa4081-97ce-4fdf-bbff-6375f18ed8c0, ghrun-uynnjxo5ye.auto.internal:62172): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 24e30ea1-7214-499b-9d75-a20bb83a3f63, ghrun-uynnjxo5ye.auto.internal:62172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 24e30ea1-7214-499b-9d75-a20bb83a3f63, ghrun-uynnjxo5ye.auto.internal:62172): request = { session_id: "ydb://session/3?node_id=1&id=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO `/Root/create/table9771_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, 24e30ea1-7214-499b-9d75-a20bb83a3f63, ghrun-uynnjxo5ye.auto.internal:62172): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d67d3617-4629-4aed-9fdc-2b112ac5933d, ghrun-uynnjxo5ye.auto.internal:62172): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d67d3617-4629-4aed-9fdc-2b112ac5933d, ghrun-uynnjxo5ye.auto.internal:62172): request = { session_id: "ydb://session/3?node_id=1&id=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/create/table9771_1`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, d67d3617-4629-4aed-9fdc-2b112ac5933d, ghrun-uynnjxo5ye.auto.internal:62172): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjlhYzBiNWYtYzJjMjRkZTYtZjNmMDBkMTYtNjJiMzQ0MTk=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
155.58s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
97.27s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
82.69s call     tablets_movement.py::TestTabletsMovement::test[ROW]
67.92s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
9.17s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
5.09s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
4.60s call     test_create.py::TestCreate::test_create_decimals
4.19s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
3.84s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
3.19s setup    test_create.py::TestCreate::test_create_all_opt_ints
0.67s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.51s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.39s call     test_create.py::TestCreate::test_create_all_opt_ints
0.30s call     test_create.py::TestCreate::test_create_all_req_ints
0.23s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.22s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.18s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.16s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.03s setup    order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.03s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion
0.02s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s setup    order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_random

(13 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED order_by_with_limit.py::TestOrderBy::test_filtered_portion - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_random - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 9 column: 58 } message: "At function: KiCreateTable!" end_position { row: 9 column: 58 } severity: 1 issues { position { row: 9 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 9 column: 58 } severity: 1 } } (server_code: 400080)
FAILED order_by_with_limit.py::TestOrderBy::test_stress_sorting - ydb.issues.GenericError: message: "Type annotation" issue_code: 1030 severity: 1 issues { position { row: 11 column: 58 } message: "At function: KiCreateTable!" end_position { row: 11 column: 58 } severity: 1 issues { position { row: 11 column: 58 } message: "Table name conflict: db.[/Root/order_by/table] is used to reference multiple tables." end_position { row: 11 column: 58 } severity: 1 } } (server_code: 400080)
FAILED test_create.py::TestCreate::test_create_all_opt_ints - assert 1 == 0
=================== 4 failed, 8 passed in 438.44s (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/fsfn/0069b8/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: 24.0 ms
create table: 444.7 ms
initial inserts:
    "runs": 10
    "avg_ms": 35.5
    "min_ms": 25.4
    "median_ms": 32.4
    "max_ms": 59.9
    "stdev_ms": 11.1
select count(*) after initial inserts: 107.6 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 70.6
    "min_ms": 41.1
    "median_ms": 62.4
    "max_ms": 245.1
    "stdev_ms": 25.9
select count(*) after all modifications: 3862.9 ms
select all: 4440.4 ms
delete from table: 4372.4 ms
select all after delete: 3786.2 ms
.drop table: 33.5 ms
create table: 478.5 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.2
    "min_ms": 25.6
    "median_ms": 29.8
    "max_ms": 32.2
    "stdev_ms": 2.1
select count(*) after initial inserts: 103.0 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 51.3
    "min_ms": 43.5
    "median_ms": 49.0
    "max_ms": 84.8
    "stdev_ms": 7.7
updates (step 1):
    "runs": 200
    "avg_ms": 146.5
    "min_ms": 106.0
    "median_ms": 144.1
    "max_ms": 266.8
    "stdev_ms": 20.3
upserts (step 2):
    "runs": 200
    "avg_ms": 22.0
    "min_ms": 17.3
    "median_ms": 21.7
    "max_ms": 38.8
    "stdev_ms": 2.8
select count(*) after all modifications: 294.3 ms
select all: 315.5 ms
delete from table: 336.7 ms
select all after delete: 266.8 ms
.drop table: 22.4 ms
create table: 350.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.4
    "min_ms": 23.5
    "median_ms": 29.8
    "max_ms": 39.8
    "stdev_ms": 4.5
select count(*) after initial inserts: 77.6 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 110.3
    "min_ms": 68.5
    "median_ms": 97.0
    "max_ms": 444.0
    "stdev_ms": 47.4
select count(*) after all modifications: 307.5 ms
select all: 406.8 ms
delete from table: 301.3 ms
select all after delete: 214.5 ms
.drop table: 101.5 ms
create table: 613.3 ms
initial inserts:
    "runs": 15
    "avg_ms": 42.0
    "min_ms": 24.4
    "median_ms": 34.7
    "max_ms": 89.1
    "stdev_ms": 18.8
select count(*) after initial inserts: 122.5 ms
updates (step 0):
    "runs": 150
    "avg_ms": 190.3
    "min_ms": 105.1
    "median_ms": 182.8
    "max_ms": 343.7
    "stdev_ms": 42.1
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 86.6
    "min_ms": 61.1
    "median_ms": 76.4
    "max_ms": 322.0
    "stdev_ms": 31.9
select count(*) after all modifications: 348.2 ms
select all: 337.4 ms
delete from table: 363.3 ms
select all after delete: 310.4 ms
.drop table: 27.7 ms
create table: 411.8 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.9
    "min_ms": 26.8
    "median_ms": 29.7
    "max_ms": 31.6
    "stdev_ms": 1.0
select count(*) after initial inserts: 99.2 ms
updates (step 0):
    "runs": 200
    "avg_ms": 109.5
    "min_ms": 91.6
    "median_ms": 109.2
    "max_ms": 136.7
    "stdev_ms": 8.5
upserts (step 1):
    "runs": 200
    "avg_ms": 27.9
    "min_ms": 24.0
    "median_ms": 27.3
    "max_ms": 53.2
    "stdev_ms": 3.1
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 85.1
    "min_ms": 77.5
    "median_ms": 84.8
    "max_ms": 96.0
    "stdev_ms": 3.2
select count(*) after all modifications: 641.1 ms
select all: 594.0 ms
delete from table: 613.1 ms
select all after delete: 567.2 ms
.drop table: 35.4 ms
create table: 408.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 30.5
    "min_ms": 24.6
    "median_ms": 30.7
    "max_ms": 37.9
    "stdev_ms": 3.4
select count(*) after initial inserts: 99.7 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 26.4
    "min_ms": 19.4
    "median_ms": 26.5
    "max_ms": 48.0
    "stdev_ms": 2.8
select count(*) after all modifications: 309.5 ms
select all: 242.3 ms
delete from table: 285.8 ms
select all after delete: 219.5 ms
.Generated operation sequence:
  0. UPDATE: 10 operations
  1. BULK_UPSERT: 4 operations
  2. UPSERT: 7 operations
  3. UPDATE: 16 operations
  4. UPSERT: 9 operations
  5. BULK_UPSERT: 19 operations
  6. UPSERT: 6 operations
  7. UPSERT: 14 operations
  8. UPDATE: 7 operations
  9. UPSERT: 11 operations
drop table: 27.5 ms
create table: 366.2 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.1
    "min_ms": 25.8
    "median_ms": 29.6
    "max_ms": 31.5
    "stdev_ms": 1.8
select count(*) after initial inserts: 93.6 ms
updates (step 0):
    "runs": 100
    "avg_ms": 107.6
    "min_ms": 89.0
    "median_ms": 106.6
    "max_ms": 144.6
    "stdev_ms": 10.1
bulk_upserts (step 1):
    "runs": 4
    "avg_ms": 51.4
    "min_ms": 48.5
    "median_ms": 51.8
    "max_ms": 54.3
    "stdev_ms": 2.4
upserts (step 2):
    "runs": 70
    "avg_ms": 29.6
    "min_ms": 23.6
    "median_ms": 28.6
    "max_ms": 43.1
    "stdev_ms": 3.9
updates (step 3):
    "runs": 160
    "avg_ms": 124.6
    "min_ms": 94.1
    "median_ms": 122.2
    "max_ms": 201.8
    "stdev_ms": 16.8
upserts (step 4):
    "runs": 90
    "avg_ms": 24.8
    "min_ms": 20.4
    "median_ms": 24.7
    "max_ms": 30.6
    "stdev_ms": 1.9
bulk_upserts (step 5):
    "runs": 19
    "avg_ms": 46.7
    "min_ms": 42.8
    "median_ms": 46.7
    "max_ms": 50.1
    "stdev_ms": 1.7
upserts (step 6):
    "runs": 60
    "avg_ms": 23.2
    "min_ms": 19.3
    "median_ms": 23.2
    "max_ms": 27.5
    "stdev_ms": 1.6
upserts (step 7):
    "runs": 140
    "avg_ms": 22.8
    "min_ms": 18.3
    "median_ms": 22.6
    "max_ms": 30.6
    "stdev_ms": 2.1
updates (step 8):
    "runs": 70
    "avg_ms": 117.9
    "min_ms": 102.7
    "median_ms": 117.8
    "max_ms": 156.3
    "stdev_ms": 8.8
upserts (step 9):
    "runs": 110
    "avg_ms": 22.5
    "min_ms": 18.6
    "median_ms": 22.5
    "max_ms": 27.8
    "stdev_ms": 1.8
select count(*) after all modifications: 182.5 ms
select all: 214.4 ms
delete from table: 245.8 ms
select all after delete: 215.3 ms
.
test_delete.py .

============================== slowest durations ===============================
112.32s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
53.05s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
52.71s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
40.97s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
40.05s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
39.55s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
28.33s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
4.52s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
4.11s setup    test_create.py::TestCreate::test_create_real_opt
3.60s setup    test_delete.py::TestDelete::test_delete_rollback
3.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
0.89s call     test_delete.py::TestDelete::test_delete_rollback
0.82s call     test_create.py::TestCreate::test_create_strings_opt
0.76s call     test_create.py::TestCreate::test_create_real_opt
0.72s call     test_create.py::TestCreate::test_create_real_req
0.03s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.02s call     test_create.py::TestCreate::test_dy_number_not_supported
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]
0.01s setup    test_create.py::TestCreate::test_create_real_req
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 387.02s (0:06:27) ========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fsfn/00694b/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 ===============================
3.87s setup    test_delete.py::TestDelete::test_delete_where[False-100]
0.98s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.87s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.84s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.83s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.81s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.80s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.80s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.77s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.73s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.72s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.71s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.61s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]

(23 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 14.53s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fsfn/00696a/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 ===============================
3.89s setup    test_delete.py::TestDelete::test_incorrect
3.82s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
1.07s call     test_insert.py::TestInsertStatement::test_copy_full
1.00s call     test_insert.py::TestInsertStatement::test_copy_partial
0.56s call     test_insert.py::TestInsertStatement::test_plain
0.53s call     test_insert.py::TestInsertStatement::test_insert_rollback
0.49s call     test_insert.py::TestInsertStatement::test_bulk
0.46s call     test_insert.py::TestInsertStatement::test_incorrect
0.43s call     test_insert.py::TestInsertStatement::test_duplicate
0.42s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.41s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.37s call     test_insert.py::TestInsertStatement::test_out_of_range
0.36s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.32s call     test_delete.py::TestDelete::test_incorrect
0.01s setup    test_insert.py::TestInsertStatement::test_plain

(21 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 15.22s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fsfn/0069b4/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/fsfn/0069b4/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/fsfn/0069b4/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-21T23:04:44.854030Z): source_id=223;tablet_id=72075186224037983;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 @ 0xA91BBE5
E   1. /-S/util/system/yassert.cpp:55: Panic @ 0xA914126
E   2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7AA528
E   3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD7919DB
E   4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F6A748
E   5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6A49F
E   6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD76CAED
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14392C2B
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD9C27
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2E9E3
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2E9E3
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F2C393
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2FD57
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143B0A18
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF1F7E5
E   15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74D437
E   16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB79AFD4
E   17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79F094
E   18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79ECA0
E   19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79F88E
E   20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91D83C
E   21. ??:0: ?? @ 0x7FF41451CAC2
E   22. ??:0: ?? @ 0x7FF4145AE8BF
------------------------------ 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/fsfn/0069b4/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fsfn/0069b4/ydb/apps/ydb/ydb -e grpc://localhost:13763 -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/fsfn/0069b4/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13763', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2663121
DEBUG    ya.test:process.py:259 Command (pid 2663121) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2663121) elapsed time (sec): 0.4808061122894287
DEBUG    ya.test:process.py:263 Command (pid 2663121) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) maxrss: 817620
DEBUG    ya.test:process.py:263 Command (pid 2663121) minflt: 3545
DEBUG    ya.test:process.py:263 Command (pid 2663121) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 2663121) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) nvcsw: 179
DEBUG    ya.test:process.py:263 Command (pid 2663121) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2663121) stime: 0.024359
DEBUG    ya.test:process.py:263 Command (pid 2663121) utime: 0.060898999999999995
DEBUG    ya.test:process.py:263 Command (pid 2663121) wtime: 0.482
DEBUG    ya.test:process.py:275 Command (pid 2663121) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2663121) 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/fsfn/0069b4/ydb/apps/ydb/ydb -e grpc://localhost:13763 -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/fsfn/0069b4/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13763', '-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: 2663351
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, b5f3cbfe-74dd-4481-8ba2-678e8acc1167, localhost:15059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b5f3cbfe-74dd-4481-8ba2-678e8acc1167, localhost:15059): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b5f3cbfe-74dd-4481-8ba2-678e8acc1167, localhost:15059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uynnjxo5ye.auto.internal" port: 15059 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-uynnjxo5ye.auto.internal:15059, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15059
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 2663351) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2663351) elapsed time (sec): 30.218241691589355
DEBUG    ya.test:process.py:263 Command (pid 2663351) wtime: 30.22
DEBUG    ya.test:process.py:275 Command (pid 2663351) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    389	389	0	0	23	36	44	53
2	    408	408	0	0	23	37	44	45
3	    391	391	0	0	23	43	67	74
4	    469	469	0	0	20	25	30	35
5	    471	471	0	0	20	24	29	37
6	    447	447	0	0	21	33	41	49
7	    481	481	0	0	20	24	27	31
8	    469	469	0	0	20	23	47	53
9	    443	443	0	0	21	30	45	52
10	    441	441	0	0	21	30	36	40
11	    469	469	0	0	20	25	34	50
12	    487	487	0	0	20	22	24	24
13	    490	490	0	0	20	21	22	23
14	    458	458	0	0	20	25	53	65
15	    472	472	0	0	20	26	28	29
16	    476	476	0	0	20	26	29	32
17	    462	462	0	0	20	26	52	57
18	    474	474	0	0	20	28	32	36
19	    481	481	0	0	20	23	27	33
20	    478	478	0	0	20	23	29	35
21	    485	485	0	0	20	23	25	29
22	    436	436	0	0	20	36	47	58
23	    443	443	0	0	21	31	41	43
24	    437	437	0	0	21	31	41	46
25	    432	432	0	0	21	32	56	66
26	    488	488	0	0	20	21	23	26
27	    477	477	0	0	20	24	29	30
28	    463	463	0	0	20	27	39	46
29	    488	488	0	0	20	21	22	22
30	    496	496	0	0	20	22	24	26

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13801	460.033	0	0	20	28	40	74

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmQ5MTg2MzUtYTAwZjQwNGMtNjQxNDYwMjQtZDk4YmE4NzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a01bc799-b722-4f8f-94e2-6334e6cd5bb8, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a01bc799-b722-4f8f-94e2-6334e6cd5bb8, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=ZmQ5MTg2MzUtYTAwZjQwNGMtNjQxNDYwMjQtZDk4YmE4NzU=" 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, a01bc799-b722-4f8f-94e2-6334e6cd5bb8, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZmQ5MTg2MzUtYTAwZjQwNGMtNjQxNDYwMjQtZDk4YmE4NzU=
INFO     root:test_log_scenario.py:217 Count rows after insert 13569 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGRkNzQ3YS0zMTMxNTczNy1hZDhkZmE1NC1hNDU1MjA3OQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 04ed2023-c2ab-4974-abd5-10a199acb454, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 04ed2023-c2ab-4974-abd5-10a199acb454, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=ZGRkNzQ3YS0zMTMxNTczNy1hZDhkZmE1NC1hNDU1MjA3OQ==" 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, 04ed2023-c2ab-4974-abd5-10a199acb454, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZGRkNzQ3YS0zMTMxNTczNy1hZDhkZmE1NC1hNDU1MjA3OQ==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzA1Yjc5ZTMtMWUwNjllNi1lM2ViYmU2NS04YjA3MDhhYQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 00b0ab8b-6863-4124-b45e-8606dbbe03f9, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 00b0ab8b-6863-4124-b45e-8606dbbe03f9, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=YzA1Yjc5ZTMtMWUwNjllNi1lM2ViYmU2NS04YjA3MDhhYQ==" 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, 00b0ab8b-6863-4124-b45e-8606dbbe03f9, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzA1Yjc5ZTMtMWUwNjllNi1lM2ViYmU2NS04YjA3MDhhYQ==
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGRjNGFjZWYtNzdiNThlNjgtZDU3N2IxODUtMzY1MzZiZjY=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fsfn/0069b4/ydb/apps/ydb/ydb -e grpc://localhost:13763 -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:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fsfn/0069b4/ydb/apps/ydb/ydb -e grpc://localhost:13763 -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/fsfn/0069b4/ydb/apps/ydb/ydb -e grpc://localhost:13763 -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, fb216290-f7ae-4018-93fe-ab5c009b764e, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2Q0NTZlNjMtODc1MDM0MC1kNmM5MzhiYy0xNWUzZmY4NA==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fb216290-f7ae-4018-93fe-ab5c009b764e, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=OGRjNGFjZWYtNzdiNThlNjgtZDU3N2IxODUtMzY1MzZiZjY=" 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, 4e175ac2-0596-4d45-8f9a-c1a041e0dd48, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmEwNzg1YmEtNDY3YTNiNDQtNWYwNzY2ZTQtZjQ0MTQ4
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4e175ac2-0596-4d45-8f9a-c1a041e0dd48, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=Y2Q0NTZlNjMtODc1MDM0MC1kNmM5MzhiYy0xNWUzZmY4NA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fb216290-f7ae-4018-93fe-ab5c009b764e, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 56f79f45-87ff-462c-953b-c65b705de8d6, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGIwNmU4ZmUtOGY4ZmFiOTAtYTBmZjZjN2ItZTU3ZjNiZTk=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4e175ac2-0596-4d45-8f9a-c1a041e0dd48, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 56f79f45-87ff-462c-953b-c65b705de8d6, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=NmEwNzg1YmEtNDY3YTNiNDQtNWYwNzY2ZTQtZjQ0MTQ4" 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 err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, af2030a7-64d9-4be2-b04d-d02143eeacb0, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzQwMGNhNy0xNjE5NWUxZi1lMTEwZmIzYy1mYjY1MzE1ZQ==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fsfn/0069b4/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13763', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 56f79f45-87ff-462c-953b-c65b705de8d6, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, af2030a7-64d9-4be2-b04d-d02143eeacb0, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=NGIwNmU4ZmUtOGY4ZmFiOTAtYTBmZjZjN2ItZTU3ZjNiZTk=" 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:610 Executing '['/home/runner/.ya/build/build_root/fsfn/0069b4/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13763', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 49789abf-54dd-41f0-969b-0e6214afa415, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yjg2MGJhOWMtNGMzM2I1NzQtYTk5OWJmNDMtMzY5NWJmODA=
DEBUG    ya.test:process.py:628 Command pid: 2690095
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fsfn/0069b4/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13763', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2690096
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 49789abf-54dd-41f0-969b-0e6214afa415, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=NzQwMGNhNy0xNjE5NWUxZi1lMTEwZmIzYy1mYjY1MzE1ZQ==" 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, af2030a7-64d9-4be2-b04d-d02143eeacb0, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 49789abf-54dd-41f0-969b-0e6214afa415, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODIyYzBmYzYtNWUxOWI0OTQtZTNiNDdlM2ItMTE3NDY0NGU=
DEBUG    ya.test:process.py:628 Command pid: 2690098
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4edd8ab3-8250-45fc-be26-c6348b14594e, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmQ5MTg2MzUtYTAwZjQwNGMtNjQxNDYwMjQtZDk4YmE4NzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e3c3d41f-109c-442a-8e6e-2944f6a98927, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4edd8ab3-8250-45fc-be26-c6348b14594e, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=ODIyYzBmYzYtNWUxOWI0OTQtZTNiNDdlM2ItMTE3NDY0NGU=" 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, 62dddcb5-6909-4268-b716-d35e1c1784ab, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e3c3d41f-109c-442a-8e6e-2944f6a98927, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=Yjg2MGJhOWMtNGMzM2I1NzQtYTk5OWJmNDMtMzY5NWJmODA=" 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=ZGRkNzQ3YS0zMTMxNTczNy1hZDhkZmE1NC1hNDU1MjA3OQ==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 62dddcb5-6909-4268-b716-d35e1c1784ab, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=ZmQ5MTg2MzUtYTAwZjQwNGMtNjQxNDYwMjQtZDk4YmE4NzU=" 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, 4edd8ab3-8250-45fc-be26-c6348b14594e, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 58da744a-6d46-4b3e-8389-59a0580330cd, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzA1Yjc5ZTMtMWUwNjllNi1lM2ViYmU2NS04YjA3MDhhYQ==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e3c3d41f-109c-442a-8e6e-2944f6a98927, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 62dddcb5-6909-4268-b716-d35e1c1784ab, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 58da744a-6d46-4b3e-8389-59a0580330cd, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=ZGRkNzQ3YS0zMTMxNTczNy1hZDhkZmE1NC1hNDU1MjA3OQ==" 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, 1fe6f707-51e4-4fe6-b6a6-2ebac6a6237e, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1fe6f707-51e4-4fe6-b6a6-2ebac6a6237e, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=YzA1Yjc5ZTMtMWUwNjllNi1lM2ViYmU2NS04YjA3MDhhYQ==" 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, 58da744a-6d46-4b3e-8389-59a0580330cd, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1fe6f707-51e4-4fe6-b6a6-2ebac6a6237e, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 851f9cf5-bad1-4de6-a641-a8f440f08a26, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T23:04:49.593340108+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 313dd484-2544-464e-92fd-22c49d3eceac, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T23:04:49.593432736+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d8730969-ca62-457c-a90f-d852b9768334, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T23:04:49.593450223+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 400b670d-f293-42e5-97e5-ea2d3b935c10, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T23:04:49.593466072+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6b560781-5fe9-4434-8fde-c63337f0a498, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T23:04:49.593479126+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e39829e2-b9b0-499d-8997-bfce4b0cfc6d, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T23:04:49.593491157+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5f2a5e7c-d2db-4799-8540-81c551b6f1a8, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T23:04:49.593503949+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cc8d3d23-703b-4f0b-bbab-be3c39e14bd2, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T23:04:49.593522765+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-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9baa08c8-7bcb-47e5-8300-20abe7d8cac6, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T23:04:49.593551776+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 11a345f3-01a3-40d7-a5fa-96fc4aae7a65, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T23:04:49.593538451+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fb216290-f7ae-4018-93fe-ab5c009b764e, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593585137+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4e175ac2-0596-4d45-8f9a-c1a041e0dd48, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593613991+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 56f79f45-87ff-462c-953b-c65b705de8d6, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593630277+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, af2030a7-64d9-4be2-b04d-d02143eeacb0, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593645993+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 49789abf-54dd-41f0-969b-0e6214afa415, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593661201+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4edd8ab3-8250-45fc-be26-c6348b14594e, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593674018+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e3c3d41f-109c-442a-8e6e-2944f6a98927, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593687757+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 62dddcb5-6909-4268-b716-d35e1c1784ab, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593700669+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 58da744a-6d46-4b3e-8389-59a0580330cd, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593715226+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-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1fe6f707-51e4-4fe6-b6a6-2ebac6a6237e, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.59373178+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:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
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.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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.connection:connection.py:549 Closing channel for endpoint localhost:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2690098) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2690098) elapsed time (sec): 30.147125720977783
DEBUG    ya.test:process.py:263 Command (pid 2690098) wtime: 30.151
DEBUG    ya.test:process.py:275 Command (pid 2690098) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     56	56	0	0	96	535	551	555
2	    141	141	0	0	68	101	119	124
3	    150	150	0	0	63	96	115	119
4	    138	138	0	0	70	89	97	102
5	     56	56	0	89	76	102	102	108
6	      0	0	0	1428	0	0	0	0
7	      0	0	0	1180	0	0	0	0
8	      0	0	0	1537	0	0	0	0
9	      0	0	0	1803	0	0	0	0
10	      0	0	0	2420	0	0	0	0
11	      0	0	0	2334	0	0	0	0
12	      0	0	0	2415	0	0	0	0
13	      0	0	0	2382	0	0	0	0
14	      0	0	0	2040	0	0	0	0
15	      0	0	0	2296	0	0	0	0
16	      0	0	0	1632	0	0	0	0
17	      0	0	0	1549	0	0	0	0
18	      0	0	0	1588	0	0	0	0
19	      0	0	0	2080	0	0	0	0
20	      0	0	0	2108	0	0	0	0
21	      0	0	0	1708	0	0	0	0
22	      0	0	0	2009	0	0	0	0
23	      0	0	0	2379	0	0	0	0
24	      0	0	0	2338	0	0	0	0
25	      0	0	0	2140	0	0	0	0
26	      0	0	0	1780	0	0	0	0
27	      0	0	0	1749	0	0	0	0
28	      0	0	0	2158	0	0	0	0
29	      0	0	0	1980	0	0	0	0
30	      0	0	0	2279	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    541	18.0333	0	49401	69	112	511	555

DEBUG    ya.test:process.py:276 Command (pid 2690098) 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 2690095) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2690095) elapsed time (sec): 30.15905451774597
DEBUG    ya.test:process.py:263 Command (pid 2690095) wtime: 30.164
DEBUG    ya.test:process.py:275 Command (pid 2690095) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     80	80	0	0	76	423	425	427
2	    185	185	0	0	52	81	87	96
3	    198	198	0	0	47	75	97	108
4	    180	180	0	0	53	72	79	86
5	     75	75	0	89	55	88	99	99
6	      0	0	0	1478	0	0	0	0
7	      0	0	0	1159	0	0	0	0
8	      0	0	0	1530	0	0	0	0
9	      0	0	0	1821	0	0	0	0
10	      0	0	0	2430	0	0	0	0
11	      0	0	0	2360	0	0	0	0
12	      0	0	0	2386	0	0	0	0
13	      0	0	0	2413	0	0	0	0
14	      0	0	0	2012	0	0	0	0
15	      0	0	0	2313	0	0	0	0
16	      0	0	0	1616	0	0	0	0
17	      0	0	0	1575	0	0	0	0
18	      0	0	0	1590	0	0	0	0
19	      0	0	0	2089	0	0	0	0
20	      0	0	0	1998	0	0	0	0
21	      0	0	0	1736	0	0	0	0
22	      0	0	0	2013	0	0	0	0
23	      0	0	0	2415	0	0	0	0
24	      0	0	0	2366	0	0	0	0
25	      0	0	0	2170	0	0	0	0
26	      0	0	0	1790	0	0	0	0
27	      0	0	0	1728	0	0	0	0
28	      0	0	0	2149	0	0	0	0
29	      0	0	0	1939	0	0	0	0
30	      0	0	0	2269	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    718	23.9333	0	49434	52	94	419	427

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

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 2690096) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2690096) elapsed time (sec): 30.56356167793274
DEBUG    ya.test:process.py:263 Command (pid 2690096) wtime: 30.568
DEBUG    ya.test:process.py:275 Command (pid 2690096) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	99	0	0	0	0
6	      0	0	0	1478	0	0	0	0
7	      0	0	0	1177	0	0	0	0
8	      0	0	0	1530	0	0	0	0
9	      0	0	0	1819	0	0	0	0
10	      0	0	0	2410	0	0	0	0
11	      0	0	0	2350	0	0	0	0
12	      0	0	0	2407	0	0	0	0
13	      0	0	0	2427	0	0	0	0
14	      0	0	0	2065	0	0	0	0
15	      0	0	0	2299	0	0	0	0
16	      0	0	0	1608	0	0	0	0
17	      0	0	0	1578	0	0	0	0
18	      0	0	0	1588	0	0	0	0
19	      0	0	0	2080	0	0	0	0
20	      0	0	0	2107	0	0	0	0
21	      0	0	0	1757	0	0	0	0
22	      0	0	0	2030	0	0	0	0
23	      0	0	0	2399	0	0	0	0
24	      0	0	0	2379	0	0	0	0
25	      0	0	0	2150	0	0	0	0
26	      0	0	0	1800	0	0	0	0
27	      0	0	0	1730	0	0	0	0
28	      0	0	0	790	0	0	0	0
29	      0	0	0	0	0	0	0	0
30	      0	0	0	10	0	0	0	0

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

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
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:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 28474048-a9f0-47bd-ae07-f0dfd22cf843, localhost:15059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 28474048-a9f0-47bd-ae07-f0dfd22cf843, localhost:15059): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 28474048-a9f0-47bd-ae07-f0dfd22cf843, localhost:15059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uynnjxo5ye.auto.internal" port: 15059 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-uynnjxo5ye.auto.internal:15059, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15059
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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
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:13763". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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, db567f56-f70a-4c3e-a1be-0cfb54a6a42e, localhost:15059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, db567f56-f70a-4c3e-a1be-0cfb54a6a42e, localhost:15059): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, db567f56-f70a-4c3e-a1be-0cfb54a6a42e, localhost:15059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uynnjxo5ye.auto.internal" port: 15059 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-uynnjxo5ye.auto.internal:15059, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15059
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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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, 263a9a33-84d5-411b-9e27-acbb91fb108a, localhost:15059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 263a9a33-84d5-411b-9e27-acbb91fb108a, localhost:15059): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 263a9a33-84d5-411b-9e27-acbb91fb108a, localhost:15059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uynnjxo5ye.auto.internal" port: 15059 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-uynnjxo5ye.auto.internal:15059, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15059
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
DEBUG    ydb.query.pool:pool.py:312 All session were deleted.
DEBUG    ydb.topic:topic.py:677 Close topic client
DEBUG    ydb.topic:topic.py:680 Topic client was closed
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-uynnjxo5ye'
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/fsfn/0069b4/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.2619159' in '/home/runner/.ya/build/build_root/fsfn/0069b4/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_llp2ln_p.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:13763/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21846
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24933
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11716
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13763
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19747
=================================== 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/fsfn/0069b4/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fsfn/0069b4/ydb/apps/ydb/ydb -e grpc://localhost:13763 -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/fsfn/0069b4/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13763', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2663121
DEBUG    ya.test:process.py:259 Command (pid 2663121) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2663121) elapsed time (sec): 0.4808061122894287
DEBUG    ya.test:process.py:263 Command (pid 2663121) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) maxrss: 817620
DEBUG    ya.test:process.py:263 Command (pid 2663121) minflt: 3545
DEBUG    ya.test:process.py:263 Command (pid 2663121) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) nivcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 2663121) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 2663121) nvcsw: 179
DEBUG    ya.test:process.py:263 Command (pid 2663121) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 2663121) stime: 0.024359
DEBUG    ya.test:process.py:263 Command (pid 2663121) utime: 0.060898999999999995
DEBUG    ya.test:process.py:263 Command (pid 2663121) wtime: 0.482
DEBUG    ya.test:process.py:275 Command (pid 2663121) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 2663121) 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/fsfn/0069b4/ydb/apps/ydb/ydb -e grpc://localhost:13763 -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/fsfn/0069b4/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13763', '-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: 2663351
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, b5f3cbfe-74dd-4481-8ba2-678e8acc1167, localhost:15059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, b5f3cbfe-74dd-4481-8ba2-678e8acc1167, localhost:15059): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, b5f3cbfe-74dd-4481-8ba2-678e8acc1167, localhost:15059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uynnjxo5ye.auto.internal" port: 15059 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-uynnjxo5ye.auto.internal:15059, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15059
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 2663351) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2663351) elapsed time (sec): 30.218241691589355
DEBUG    ya.test:process.py:263 Command (pid 2663351) wtime: 30.22
DEBUG    ya.test:process.py:275 Command (pid 2663351) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    389	389	0	0	23	36	44	53
2	    408	408	0	0	23	37	44	45
3	    391	391	0	0	23	43	67	74
4	    469	469	0	0	20	25	30	35
5	    471	471	0	0	20	24	29	37
6	    447	447	0	0	21	33	41	49
7	    481	481	0	0	20	24	27	31
8	    469	469	0	0	20	23	47	53
9	    443	443	0	0	21	30	45	52
10	    441	441	0	0	21	30	36	40
11	    469	469	0	0	20	25	34	50
12	    487	487	0	0	20	22	24	24
13	    490	490	0	0	20	21	22	23
14	    458	458	0	0	20	25	53	65
15	    472	472	0	0	20	26	28	29
16	    476	476	0	0	20	26	29	32
17	    462	462	0	0	20	26	52	57
18	    474	474	0	0	20	28	32	36
19	    481	481	0	0	20	23	27	33
20	    478	478	0	0	20	23	29	35
21	    485	485	0	0	20	23	25	29
22	    436	436	0	0	20	36	47	58
23	    443	443	0	0	21	31	41	43
24	    437	437	0	0	21	31	41	46
25	    432	432	0	0	21	32	56	66
26	    488	488	0	0	20	21	23	26
27	    477	477	0	0	20	24	29	30
28	    463	463	0	0	20	27	39	46
29	    488	488	0	0	20	21	22	22
30	    496	496	0	0	20	22	24	26

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  13801	460.033	0	0	20	28	40	74

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmQ5MTg2MzUtYTAwZjQwNGMtNjQxNDYwMjQtZDk4YmE4NzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, a01bc799-b722-4f8f-94e2-6334e6cd5bb8, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, a01bc799-b722-4f8f-94e2-6334e6cd5bb8, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=ZmQ5MTg2MzUtYTAwZjQwNGMtNjQxNDYwMjQtZDk4YmE4NzU=" 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, a01bc799-b722-4f8f-94e2-6334e6cd5bb8, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZmQ5MTg2MzUtYTAwZjQwNGMtNjQxNDYwMjQtZDk4YmE4NzU=
INFO     root:test_log_scenario.py:217 Count rows after insert 13569 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZGRkNzQ3YS0zMTMxNTczNy1hZDhkZmE1NC1hNDU1MjA3OQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 04ed2023-c2ab-4974-abd5-10a199acb454, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 04ed2023-c2ab-4974-abd5-10a199acb454, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=ZGRkNzQ3YS0zMTMxNTczNy1hZDhkZmE1NC1hNDU1MjA3OQ==" 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, 04ed2023-c2ab-4974-abd5-10a199acb454, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=ZGRkNzQ3YS0zMTMxNTczNy1hZDhkZmE1NC1hNDU1MjA3OQ==
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzA1Yjc5ZTMtMWUwNjllNi1lM2ViYmU2NS04YjA3MDhhYQ==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 00b0ab8b-6863-4124-b45e-8606dbbe03f9, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 00b0ab8b-6863-4124-b45e-8606dbbe03f9, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=YzA1Yjc5ZTMtMWUwNjllNi1lM2ViYmU2NS04YjA3MDhhYQ==" 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, 00b0ab8b-6863-4124-b45e-8606dbbe03f9, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=YzA1Yjc5ZTMtMWUwNjllNi1lM2ViYmU2NS04YjA3MDhhYQ==
INFO     root:test_log_scenario.py:77 YdbWorkloadLog bulk_upsert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGRjNGFjZWYtNzdiNThlNjgtZDU3N2IxODUtMzY1MzZiZjY=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fsfn/0069b4/ydb/apps/ydb/ydb -e grpc://localhost:13763 -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:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/fsfn/0069b4/ydb/apps/ydb/ydb -e grpc://localhost:13763 -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/fsfn/0069b4/ydb/apps/ydb/ydb -e grpc://localhost:13763 -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, fb216290-f7ae-4018-93fe-ab5c009b764e, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Y2Q0NTZlNjMtODc1MDM0MC1kNmM5MzhiYy0xNWUzZmY4NA==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, fb216290-f7ae-4018-93fe-ab5c009b764e, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=OGRjNGFjZWYtNzdiNThlNjgtZDU3N2IxODUtMzY1MzZiZjY=" 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, 4e175ac2-0596-4d45-8f9a-c1a041e0dd48, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NmEwNzg1YmEtNDY3YTNiNDQtNWYwNzY2ZTQtZjQ0MTQ4
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4e175ac2-0596-4d45-8f9a-c1a041e0dd48, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=Y2Q0NTZlNjMtODc1MDM0MC1kNmM5MzhiYy0xNWUzZmY4NA==" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT COUNT(*) FROM `log` " } stats_mode: STATS_MODE_NONE }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, fb216290-f7ae-4018-93fe-ab5c009b764e, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 56f79f45-87ff-462c-953b-c65b705de8d6, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NGIwNmU4ZmUtOGY4ZmFiOTAtYTBmZjZjN2ItZTU3ZjNiZTk=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 4e175ac2-0596-4d45-8f9a-c1a041e0dd48, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 56f79f45-87ff-462c-953b-c65b705de8d6, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=NmEwNzg1YmEtNDY3YTNiNDQtNWYwNzY2ZTQtZjQ0MTQ4" 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 err will be placed to ydb.err.14
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, af2030a7-64d9-4be2-b04d-d02143eeacb0, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NzQwMGNhNy0xNjE5NWUxZi1lMTEwZmIzYy1mYjY1MzE1ZQ==
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fsfn/0069b4/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13763', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'bulk_upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 56f79f45-87ff-462c-953b-c65b705de8d6, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, af2030a7-64d9-4be2-b04d-d02143eeacb0, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=NGIwNmU4ZmUtOGY4ZmFiOTAtYTBmZjZjN2ItZTU3ZjNiZTk=" 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:610 Executing '['/home/runner/.ya/build/build_root/fsfn/0069b4/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13763', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 49789abf-54dd-41f0-969b-0e6214afa415, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yjg2MGJhOWMtNGMzM2I1NzQtYTk5OWJmNDMtMzY5NWJmODA=
DEBUG    ya.test:process.py:628 Command pid: 2690095
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/fsfn/0069b4/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:13763', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 2690096
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 49789abf-54dd-41f0-969b-0e6214afa415, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=NzQwMGNhNy0xNjE5NWUxZi1lMTEwZmIzYy1mYjY1MzE1ZQ==" 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, af2030a7-64d9-4be2-b04d-d02143eeacb0, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 49789abf-54dd-41f0-969b-0e6214afa415, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ODIyYzBmYzYtNWUxOWI0OTQtZTNiNDdlM2ItMTE3NDY0NGU=
DEBUG    ya.test:process.py:628 Command pid: 2690098
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 4edd8ab3-8250-45fc-be26-c6348b14594e, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZmQ5MTg2MzUtYTAwZjQwNGMtNjQxNDYwMjQtZDk4YmE4NzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, e3c3d41f-109c-442a-8e6e-2944f6a98927, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 4edd8ab3-8250-45fc-be26-c6348b14594e, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=ODIyYzBmYzYtNWUxOWI0OTQtZTNiNDdlM2ItMTE3NDY0NGU=" 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, 62dddcb5-6909-4268-b716-d35e1c1784ab, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, e3c3d41f-109c-442a-8e6e-2944f6a98927, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=Yjg2MGJhOWMtNGMzM2I1NzQtYTk5OWJmNDMtMzY5NWJmODA=" 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=ZGRkNzQ3YS0zMTMxNTczNy1hZDhkZmE1NC1hNDU1MjA3OQ==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 62dddcb5-6909-4268-b716-d35e1c1784ab, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=ZmQ5MTg2MzUtYTAwZjQwNGMtNjQxNDYwMjQtZDk4YmE4NzU=" 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, 4edd8ab3-8250-45fc-be26-c6348b14594e, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 58da744a-6d46-4b3e-8389-59a0580330cd, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzA1Yjc5ZTMtMWUwNjllNi1lM2ViYmU2NS04YjA3MDhhYQ==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, e3c3d41f-109c-442a-8e6e-2944f6a98927, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 62dddcb5-6909-4268-b716-d35e1c1784ab, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 58da744a-6d46-4b3e-8389-59a0580330cd, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=ZGRkNzQ3YS0zMTMxNTczNy1hZDhkZmE1NC1hNDU1MjA3OQ==" 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, 1fe6f707-51e4-4fe6-b6a6-2ebac6a6237e, ghrun-uynnjxo5ye.auto.internal:13763): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1fe6f707-51e4-4fe6-b6a6-2ebac6a6237e, ghrun-uynnjxo5ye.auto.internal:13763): request = { session_id: "ydb://session/3?node_id=1&id=YzA1Yjc5ZTMtMWUwNjllNi1lM2ViYmU2NS04YjA3MDhhYQ==" 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, 58da744a-6d46-4b3e-8389-59a0580330cd, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1fe6f707-51e4-4fe6-b6a6-2ebac6a6237e, ghrun-uynnjxo5ye.auto.internal:13763): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 851f9cf5-bad1-4de6-a641-a8f440f08a26, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T23:04:49.593340108+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 313dd484-2544-464e-92fd-22c49d3eceac, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T23:04:49.593432736+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, d8730969-ca62-457c-a90f-d852b9768334, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T23:04:49.593450223+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 400b670d-f293-42e5-97e5-ea2d3b935c10, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T23:04:49.593466072+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 6b560781-5fe9-4434-8fde-c63337f0a498, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T23:04:49.593479126+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e39829e2-b9b0-499d-8997-bfce4b0cfc6d, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T23:04:49.593491157+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 5f2a5e7c-d2db-4799-8540-81c551b6f1a8, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T23:04:49.593503949+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, cc8d3d23-703b-4f0b-bbab-be3c39e14bd2, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T23:04:49.593522765+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-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 9baa08c8-7bcb-47e5-8300-20abe7d8cac6, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {grpc_message:"recvmsg:Connection reset by peer", grpc_status:14, created_time:"2025-11-21T23:04:49.593551776+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 11a345f3-01a3-40d7-a5fa-96fc4aae7a65, ghrun-uynnjxo5ye.auto.internal:13763): 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:13763 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-21T23:04:49.593538451+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, fb216290-f7ae-4018-93fe-ab5c009b764e, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593585137+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4e175ac2-0596-4d45-8f9a-c1a041e0dd48, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593613991+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 56f79f45-87ff-462c-953b-c65b705de8d6, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593630277+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, af2030a7-64d9-4be2-b04d-d02143eeacb0, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593645993+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 49789abf-54dd-41f0-969b-0e6214afa415, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593661201+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 4edd8ab3-8250-45fc-be26-c6348b14594e, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593674018+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, e3c3d41f-109c-442a-8e6e-2944f6a98927, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593687757+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 62dddcb5-6909-4268-b716-d35e1c1784ab, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593700669+00:00", grpc_status:14, grpc_message:"recvmsg:Connection reset by peer"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 58da744a-6d46-4b3e-8389-59a0580330cd, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.593715226+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-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 1fe6f707-51e4-4fe6-b6a6-2ebac6a6237e, ghrun-uynnjxo5ye.auto.internal:13763): 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-21T23:04:49.59373178+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:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
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.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-uynnjxo5ye.auto.internal:13763
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: None
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 9 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 8 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 7 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 6 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 5 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 4 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 3 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 2 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 1 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:106 Acquired dead session from queue: None
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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.connection:connection.py:549 Closing channel for endpoint localhost:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 2690098) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2690098) elapsed time (sec): 30.147125720977783
DEBUG    ya.test:process.py:263 Command (pid 2690098) wtime: 30.151
DEBUG    ya.test:process.py:275 Command (pid 2690098) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     56	56	0	0	96	535	551	555
2	    141	141	0	0	68	101	119	124
3	    150	150	0	0	63	96	115	119
4	    138	138	0	0	70	89	97	102
5	     56	56	0	89	76	102	102	108
6	      0	0	0	1428	0	0	0	0
7	      0	0	0	1180	0	0	0	0
8	      0	0	0	1537	0	0	0	0
9	      0	0	0	1803	0	0	0	0
10	      0	0	0	2420	0	0	0	0
11	      0	0	0	2334	0	0	0	0
12	      0	0	0	2415	0	0	0	0
13	      0	0	0	2382	0	0	0	0
14	      0	0	0	2040	0	0	0	0
15	      0	0	0	2296	0	0	0	0
16	      0	0	0	1632	0	0	0	0
17	      0	0	0	1549	0	0	0	0
18	      0	0	0	1588	0	0	0	0
19	      0	0	0	2080	0	0	0	0
20	      0	0	0	2108	0	0	0	0
21	      0	0	0	1708	0	0	0	0
22	      0	0	0	2009	0	0	0	0
23	      0	0	0	2379	0	0	0	0
24	      0	0	0	2338	0	0	0	0
25	      0	0	0	2140	0	0	0	0
26	      0	0	0	1780	0	0	0	0
27	      0	0	0	1749	0	0	0	0
28	      0	0	0	2158	0	0	0	0
29	      0	0	0	1980	0	0	0	0
30	      0	0	0	2279	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    541	18.0333	0	49401	69	112	511	555

DEBUG    ya.test:process.py:276 Command (pid 2690098) 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 2690095) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2690095) elapsed time (sec): 30.15905451774597
DEBUG    ya.test:process.py:263 Command (pid 2690095) wtime: 30.164
DEBUG    ya.test:process.py:275 Command (pid 2690095) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     80	80	0	0	76	423	425	427
2	    185	185	0	0	52	81	87	96
3	    198	198	0	0	47	75	97	108
4	    180	180	0	0	53	72	79	86
5	     75	75	0	89	55	88	99	99
6	      0	0	0	1478	0	0	0	0
7	      0	0	0	1159	0	0	0	0
8	      0	0	0	1530	0	0	0	0
9	      0	0	0	1821	0	0	0	0
10	      0	0	0	2430	0	0	0	0
11	      0	0	0	2360	0	0	0	0
12	      0	0	0	2386	0	0	0	0
13	      0	0	0	2413	0	0	0	0
14	      0	0	0	2012	0	0	0	0
15	      0	0	0	2313	0	0	0	0
16	      0	0	0	1616	0	0	0	0
17	      0	0	0	1575	0	0	0	0
18	      0	0	0	1590	0	0	0	0
19	      0	0	0	2089	0	0	0	0
20	      0	0	0	1998	0	0	0	0
21	      0	0	0	1736	0	0	0	0
22	      0	0	0	2013	0	0	0	0
23	      0	0	0	2415	0	0	0	0
24	      0	0	0	2366	0	0	0	0
25	      0	0	0	2170	0	0	0	0
26	      0	0	0	1790	0	0	0	0
27	      0	0	0	1728	0	0	0	0
28	      0	0	0	2149	0	0	0	0
29	      0	0	0	1939	0	0	0	0
30	      0	0	0	2269	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    718	23.9333	0	49434	52	94	419	427

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

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 2690096) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 2690096) elapsed time (sec): 30.56356167793274
DEBUG    ya.test:process.py:263 Command (pid 2690096) wtime: 30.568
DEBUG    ya.test:process.py:275 Command (pid 2690096) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	99	0	0	0	0
6	      0	0	0	1478	0	0	0	0
7	      0	0	0	1177	0	0	0	0
8	      0	0	0	1530	0	0	0	0
9	      0	0	0	1819	0	0	0	0
10	      0	0	0	2410	0	0	0	0
11	      0	0	0	2350	0	0	0	0
12	      0	0	0	2407	0	0	0	0
13	      0	0	0	2427	0	0	0	0
14	      0	0	0	2065	0	0	0	0
15	      0	0	0	2299	0	0	0	0
16	      0	0	0	1608	0	0	0	0
17	      0	0	0	1578	0	0	0	0
18	      0	0	0	1588	0	0	0	0
19	      0	0	0	2080	0	0	0	0
20	      0	0	0	2107	0	0	0	0
21	      0	0	0	1757	0	0	0	0
22	      0	0	0	2030	0	0	0	0
23	      0	0	0	2399	0	0	0	0
24	      0	0	0	2379	0	0	0	0
25	      0	0	0	2150	0	0	0	0
26	      0	0	0	1800	0	0	0	0
27	      0	0	0	1730	0	0	0	0
28	      0	0	0	790	0	0	0	0
29	      0	0	0	0	0	0	0	0
30	      0	0	0	10	0	0	0	0

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

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
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:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 28474048-a9f0-47bd-ae07-f0dfd22cf843, localhost:15059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 28474048-a9f0-47bd-ae07-f0dfd22cf843, localhost:15059): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 28474048-a9f0-47bd-ae07-f0dfd22cf843, localhost:15059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uynnjxo5ye.auto.internal" port: 15059 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-uynnjxo5ye.auto.internal:15059, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15059
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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
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:13763". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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, db567f56-f70a-4c3e-a1be-0cfb54a6a42e, localhost:15059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, db567f56-f70a-4c3e-a1be-0cfb54a6a42e, localhost:15059): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, db567f56-f70a-4c3e-a1be-0cfb54a6a42e, localhost:15059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uynnjxo5ye.auto.internal" port: 15059 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-uynnjxo5ye.auto.internal:15059, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15059
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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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, 263a9a33-84d5-411b-9e27-acbb91fb108a, localhost:15059): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 263a9a33-84d5-411b-9e27-acbb91fb108a, localhost:15059): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 263a9a33-84d5-411b-9e27-acbb91fb108a, localhost:15059): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-uynnjxo5ye.auto.internal" port: 15059 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-uynnjxo5ye.auto.internal:15059, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15059
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". 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:13763
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13763". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
============================== slowest durations ===============================
347.54s call     test_log_scenario.py::TestLogScenario::test_log_uniform
27.30s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
19.91s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
5.79s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
4.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
4.26s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
4.11s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
4.08s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
3.94s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
3.82s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
3.38s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
1.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.63s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.58s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.46s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.01s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.01s setup    test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]

(16 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.issues.ConnectionLost: Couldn't find valid connection
ERROR test_log_scenario.py::TestLogScenario::test_log_uniform - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Unexpectedly finished before stop.
Process exit_code = -6.
Stdout file name: 
/home/runner/.ya/build/build_root/fsfn/0069b4/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/fsfn/0069b4/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-21T23:04:44.854030Z): source_id=223;tablet_id=72075186224037983;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 @ 0xA91BBE5
1. /-S/util/system/yassert.cpp:55: Panic @ 0xA914126
2. /tmp//-S/ydb/library/actors/core/log.cpp:857: ~TVerifyFormattedRecordWriter @ 0xB7AA528
3. /-S/ydb/library/formats/arrow/switch/compare.h:82: TypedCompare<false> @ 0xD7919DB
4. /-S/ydb/core/formats/arrow/reader/position.h:85: CompareImpl @ 0x9F6A748
5. /-S/ydb/core/formats/arrow/reader/position.h:482: Compare @ 0x9F6A49F
6. /tmp//-S/ydb/core/formats/arrow/reader/position.cpp:36: FindBound @ 0xD76CAED
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14392C2B
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD9C27
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2E9E3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2E9E3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F2C393
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2FD57
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143B0A18
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF1F7E5
15. /tmp//-S/ydb/library/actors/core/actor.cpp:350: Receive @ 0xB74D437
16. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:267: Execute @ 0xB79AFD4
17. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:455: operator() @ 0xB79F094
18. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:507: ProcessExecutorPool @ 0xB79ECA0
19. /tmp//-S/ydb/library/actors/core/executor_thread.cpp:533: ThreadProc @ 0xB79F88E
20. /-S/util/system/thread.cpp:245: ThreadProxy @ 0xA91D83C
21. ??:0: ?? @ 0x7FF41451CAC2
22. ??:0: ?? @ 0x7FF4145AE8BF
============== 1 failed, 11 passed, 1 error in 436.67s (0:07:16) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fsfn/006950/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 ===============================
7.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
5.60s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
5.56s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
5.53s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
5.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
5.05s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
4.93s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
4.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
4.23s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
4.03s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
4.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
4.02s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
1.06s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]

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

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

============================== slowest durations ===============================
7.01s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
6.24s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
5.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
5.27s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
5.22s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
4.98s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
4.68s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
4.59s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
4.40s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.04s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
3.97s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
1.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.01s setup    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 58.16s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fsfn/0069b2/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 ===============================
123.20s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
113.37s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
89.02s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
85.27s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
80.19s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
7.76s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
4.24s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 7 passed in 617.53s (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/fsfn/0069b2/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/fsfn/0069b2/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/fsfn/0069b2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/fsfn/0069b2', '--source-root', '/home/runner/.ya/build/build_root/fsfn/0069b2/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/fsfn/0069b2/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/fsfn/0069b2/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/fsfn/0069b2/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/fsfn/0069b2/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/fsfn/0069b2', '--source-root', '/home/runner/.ya/build/build_root/fsfn/0069b2/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/fsfn/0069b2/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/fsfn/00690f/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 ===============================
4.97s setup    test_update.py::TestUpdate::test_incorrect
4.34s setup    test_select.py::TestSelect::test_incorrect
4.01s setup    test_replace.py::TestReplace::test_incorrect
1.65s call     test_update.py::TestUpdate::test_update_many_rows
1.53s call     test_update.py::TestUpdate::test_partial_update
1.18s call     test_replace.py::TestReplace::test_replace_total
1.05s call     test_replace.py::TestReplace::test_replace_rollback
0.87s call     test_update.py::TestUpdate::test_update_pk
0.86s call     test_select.py::TestSelect::test_json_query
0.79s call     test_replace.py::TestReplace::test_partial_replace
0.66s call     test_replace.py::TestReplace::test_replace_with_nulls
0.61s call     test_update.py::TestUpdate::test_incorrect
0.46s call     test_replace.py::TestReplace::test_incorrect
0.45s call     test_select.py::TestSelect::test_incorrect

(19 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 24.47s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/fsfn/006911/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 ===============================
376.52s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
44.03s call     zip_bomb.py::TestZipBomb::test
13.02s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
12.01s teardown zip_bomb.py::TestZipBomb::test
4.82s setup    test_upsert.py::TestUpsert::test_copy_full
3.86s setup    test_update.py::TestUpdate::test_update_rollback
3.03s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.01s setup    zip_bomb.py::TestZipBomb::test
1.67s call     test_upsert.py::TestUpsert::test_copy_partial
1.67s call     test_upsert.py::TestUpsert::test_count
1.55s call     test_upsert.py::TestUpsert::test_copy_full
1.20s call     test_update.py::TestUpdate::test_update_rollback
1.07s call     test_update.py::TestUpdate::test_update_single_row
0.88s call     test_update.py::TestUpdate::test_update_single_column
0.86s call     test_upsert.py::TestUpsert::test_partial_update
0.75s call     test_upsert.py::TestUpsert::test_insert_nulls
0.66s call     test_upsert.py::TestUpsert::test_incorrect
0.01s setup    test_upsert.py::TestUpsert::test_count
0.01s setup    test_upsert.py::TestUpsert::test_partial_update

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 471.68s (0:07:51) ========================
