============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/g440/005513/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=Mjg3ZDc4MDUtZDBmMjRhM2MtZmM5NzJiMC0yMzFmMjVkMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, dd006c44-626d-475b-9676-fdd1ff405d2a, ghrun-quq4zgb2eq.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, dd006c44-626d-475b-9676-fdd1ff405d2a, ghrun-quq4zgb2eq.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=Mjg3ZDc4MDUtZDBmMjRhM2MtZmM5NzJiMC0yMzFmMjVkMw==" 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, dd006c44-626d-475b-9676-fdd1ff405d2a, ghrun-quq4zgb2eq.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Mjg3ZDc4MDUtZDBmMjRhM2MtZmM5NzJiMC0yMzFmMjVkMw==
---------------------------- 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=Mjg3ZDc4MDUtZDBmMjRhM2MtZmM5NzJiMC0yMzFmMjVkMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 547405ed-34c6-445c-a182-c1eb988c70e9, ghrun-quq4zgb2eq.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 547405ed-34c6-445c-a182-c1eb988c70e9, ghrun-quq4zgb2eq.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=Mjg3ZDc4MDUtZDBmMjRhM2MtZmM5NzJiMC0yMzFmMjVkMw==" 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, 547405ed-34c6-445c-a182-c1eb988c70e9, ghrun-quq4zgb2eq.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Mjg3ZDc4MDUtZDBmMjRhM2MtZmM5NzJiMC0yMzFmMjVkMw==
---------------------------- 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=Mjg3ZDc4MDUtZDBmMjRhM2MtZmM5NzJiMC0yMzFmMjVkMw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d4826269-4d33-47dd-9a20-f5d9c7a44197, ghrun-quq4zgb2eq.auto.internal:15659): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d4826269-4d33-47dd-9a20-f5d9c7a44197, ghrun-quq4zgb2eq.auto.internal:15659): request = { session_id: "ydb://session/3?node_id=1&id=Mjg3ZDc4MDUtZDBmMjRhM2MtZmM5NzJiMC0yMzFmMjVkMw==" 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, d4826269-4d33-47dd-9a20-f5d9c7a44197, ghrun-quq4zgb2eq.auto.internal:15659): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Mjg3ZDc4MDUtZDBmMjRhM2MtZmM5NzJiMC0yMzFmMjVkMw==
---------------------------- 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/g440/005513/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3284212
DEBUG    ya.test:process.py:259 Command (pid 3284212) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3284212) elapsed time (sec): 1.9690876007080078
DEBUG    ya.test:process.py:263 Command (pid 3284212) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3284212) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3284212) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3284212) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3284212) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3284212) maxrss: 1680924
DEBUG    ya.test:process.py:263 Command (pid 3284212) minflt: 16244
DEBUG    ya.test:process.py:263 Command (pid 3284212) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3284212) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3284212) nivcsw: 218
DEBUG    ya.test:process.py:263 Command (pid 3284212) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3284212) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3284212) nvcsw: 35
DEBUG    ya.test:process.py:263 Command (pid 3284212) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3284212) stime: 1.642032
DEBUG    ya.test:process.py:263 Command (pid 3284212) utime: 0.111567
DEBUG    ya.test:process.py:263 Command (pid 3284212) wtime: 1.97
DEBUG    ya.test:process.py:275 Command (pid 3284212) 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-quq4zgb2eq    Host information: 
        Linux ghrun-quq4zgb2eq 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 3284212) 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-quq4zgb2eq    Host information: 
        Linux ghrun-quq4zgb2eq 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/g440/005513/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12174
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:500 Working directory: /home/runner/.ya/build/build_root/g440/005513/r3tmp/kikimr_cluster_p5bujyj7
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/g440/005513/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2299
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24807
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10796
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62602
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g440/005513/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/g440/005513/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/g440/005513/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_5umrq0i8.log --grpc-port=2299 --mon-port=24807 --ic-port=12174
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:2299/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g440/005513/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/g440/005513/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/g440/005513/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_5umrq0i8.log --grpc-port=2299 --mon-port=24807 --ic-port=12174
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g440/005513/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g440/005513/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/g440/005513/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_5umrq0i8.log', '--grpc-port=2299', '--mon-port=24807', '--ic-port=12174')' in '/home/runner/.ya/build/build_root/g440/005513/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: 3285005
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:2299/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.16
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.16
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/g440/005513/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3285006
DEBUG    ya.test:process.py:259 Command (pid 3285006) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3285006) elapsed time (sec): 1.951331377029419
DEBUG    ya.test:process.py:263 Command (pid 3285006) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285006) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3285006) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285006) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285006) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3285006) maxrss: 1680924
DEBUG    ya.test:process.py:263 Command (pid 3285006) minflt: 16247
DEBUG    ya.test:process.py:263 Command (pid 3285006) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3285006) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3285006) nivcsw: 259
DEBUG    ya.test:process.py:263 Command (pid 3285006) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3285006) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3285006) nvcsw: 35
DEBUG    ya.test:process.py:263 Command (pid 3285006) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3285006) stime: 1.659117
DEBUG    ya.test:process.py:263 Command (pid 3285006) utime: 0.11957599999999999
DEBUG    ya.test:process.py:263 Command (pid 3285006) wtime: 1.952
DEBUG    ya.test:process.py:275 Command (pid 3285006) 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-quq4zgb2eq    Host information: 
        Linux ghrun-quq4zgb2eq 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 3285006) 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-quq4zgb2eq    Host information: 
        Linux ghrun-quq4zgb2eq 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/g440/005513/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/g440/005513/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2299', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12174\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.17
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.17
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/g440/005513/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2299', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineHostConfig {\n    HostConfigId: 1\n    Drive {\n      Path: "SectorMap:1:64"\n    }\n  }\n}\nCommand {\n  DefineBox {\n    BoxId: 1\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12174\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3285885
DEBUG    ya.test:process.py:259 Command (pid 3285885) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3285885) elapsed time (sec): 1.4652159214019775
DEBUG    ya.test:process.py:263 Command (pid 3285885) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285885) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3285885) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285885) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3285885) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3285885) maxrss: 1680924
DEBUG    ya.test:process.py:263 Command (pid 3285885) minflt: 18383
DEBUG    ya.test:process.py:263 Command (pid 3285885) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3285885) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3285885) nivcsw: 227
DEBUG    ya.test:process.py:263 Command (pid 3285885) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3285885) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3285885) nvcsw: 137
DEBUG    ya.test:process.py:263 Command (pid 3285885) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3285885) stime: 1.16076
DEBUG    ya.test:process.py:263 Command (pid 3285885) utime: 0.135402
DEBUG    ya.test:process.py:263 Command (pid 3285885) wtime: 1.469
DEBUG    ya.test:process.py:275 Command (pid 3285885) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 4

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

DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/g440/005513/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:449 Executing command = ['/home/runner/.ya/build/build_root/g440/005513/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2299', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.18
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.18
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/g440/005513/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:2299', 'admin', 'blobstorage', 'config', 'invoke', '--proto=Command {\n  DefineStoragePool {\n    BoxId: 1\n    StoragePoolId: 1\n    Name: "dynamic_storage_pool:1"\n    ErasureSpecies: "none"\n    VDiskKind: "Default"\n    Kind: "hdd"\n    NumGroups: 2\n    PDiskFilter {\n      Property {\n        Type: ROT\n      }\n      Property {\n        Kind: 0\n      }\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3286573
DEBUG    ya.test:process.py:259 Command (pid 3286573) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3286573) elapsed time (sec): 1.8388900756835938
DEBUG    ya.test:process.py:263 Command (pid 3286573) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286573) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3286573) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286573) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3286573) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3286573) maxrss: 1680924
DEBUG    ya.test:process.py:263 Command (pid 3286573) minflt: 18380
DEBUG    ya.test:process.py:263 Command (pid 3286573) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3286573) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3286573) nivcsw: 281
DEBUG    ya.test:process.py:263 Command (pid 3286573) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3286573) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3286573) nvcsw: 123
DEBUG    ya.test:process.py:263 Command (pid 3286573) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3286573) stime: 1.442814
DEBUG    ya.test:process.py:263 Command (pid 3286573) utime: 0.14022099999999998
DEBUG    ya.test:process.py:263 Command (pid 3286573) wtime: 1.84
DEBUG    ya.test:process.py:275 Command (pid 3286573) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

DEBUG    ya.test:process.py:276 Command (pid 3286573) 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, a20e5626-bbb7-4bf5-919c-8cb482156c2c, localhost:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, a20e5626-bbb7-4bf5-919c-8cb482156c2c, localhost:2299): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, a20e5626-bbb7-4bf5-919c-8cb482156c2c, localhost:2299): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-quq4zgb2eq.auto.internal" port: 2299 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 1 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-quq4zgb2eq.auto.internal:2299, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:2299
------------------------------ 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, 3e843cac-b3af-4e96-bc80-ffeb3cce6b56, ghrun-quq4zgb2eq.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3e843cac-b3af-4e96-bc80-ffeb3cce6b56, ghrun-quq4zgb2eq.auto.internal:2299): request = {  }
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 3e843cac-b3af-4e96-bc80-ffeb3cce6b56, ghrun-quq4zgb2eq.auto.internal:2299): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=" node_id: 1 }
DEBUG    ydb.connection:connection.py:421 RpcState(AttachSession, 0edc903c-9002-4132-a149-d449dd187a4d, ghrun-quq4zgb2eq.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(AttachSession, 0edc903c-9002-4132-a149-d449dd187a4d, ghrun-quq4zgb2eq.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=" }
DEBUG    ydb.connection:connection.py:52 RpcState(AttachSession, 0edc903c-9002-4132-a149-d449dd187a4d, ghrun-quq4zgb2eq.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:64 New session was created for pool. Session id: ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 8a0a3c11-c1ae-41ad-9c50-9cfbe2665e48, ghrun-quq4zgb2eq.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 8a0a3c11-c1ae-41ad-9c50-9cfbe2665e48, ghrun-quq4zgb2eq.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            CREATE TABLE `/Root/create/table36739_1` (\n                id Uint64 NOT NULL,\n                v0 Int8,\n                v1 Int16,\n                v2 Int32,\n                v3 Int64,\n                v4 Uint8,\n                v5 Uint16,\n                v6 Uint32,\n                v7 Uint64,\n                PRIMARY KEY(id),\n            )\n            WITH (STORE = COLUMN);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 8a0a3c11-c1ae-41ad-9c50-9cfbe2665e48, ghrun-quq4zgb2eq.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 74f451d2-2662-43fc-b67a-1ab6a699c6ff, ghrun-quq4zgb2eq.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 74f451d2-2662-43fc-b67a-1ab6a699c6ff, ghrun-quq4zgb2eq.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "INSERT INTO `/Root/create/table36739_1` (id) VALUES (0);" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 74f451d2-2662-43fc-b67a-1ab6a699c6ff, ghrun-quq4zgb2eq.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 1527018c-ecab-4a20-b9a3-434ead89c76c, ghrun-quq4zgb2eq.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 1527018c-ecab-4a20-b9a3-434ead89c76c, ghrun-quq4zgb2eq.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "\n            INSERT INTO `/Root/create/table36739_1`\n            (id, v0, v1, v2, v3, v4, v5, v6, v7)\n            VALUES\n            (1, -2, -3, -4, -5, 6, 7, 8, 9);\n            " } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 1527018c-ecab-4a20-b9a3-434ead89c76c, ghrun-quq4zgb2eq.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 75c72f7f-ede1-4749-a4cf-a16f939133c9, ghrun-quq4zgb2eq.auto.internal:2299): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 75c72f7f-ede1-4749-a4cf-a16f939133c9, ghrun-quq4zgb2eq.auto.internal:2299): request = { session_id: "ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=" exec_mode: EXEC_MODE_EXECUTE query_content { syntax: SYNTAX_YQL_V1 text: "SELECT * FROM `/Root/create/table36739_1`" } stats_mode: STATS_MODE_NONE }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 75c72f7f-ede1-4749-a4cf-a16f939133c9, ghrun-quq4zgb2eq.auto.internal:2299): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NDhlNmUyODAtYTE4OWIwZmQtZGFhNzFhOGMtYmJjMzM1YzU=
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
231.41s call     data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
100.93s call     tablets_movement.py::TestTabletsMovement::test[COLUMN]
88.60s call     tablets_movement.py::TestTabletsMovement::test[ROW]
48.37s call     order_by_with_limit.py::TestOrderBy::test_fetch_race
11.02s setup    data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
8.11s setup    test_create.py::TestCreate::test_create_all_opt_ints
7.19s setup    data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
6.08s call     test_create.py::TestCreate::test_create_decimals
5.55s setup    order_by_with_limit.py::TestOrderBy::test_fetch_race
3.34s setup    tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.76s call     test_create.py::TestCreate::test_create_all_req_ints
0.65s teardown tablets_movement.py::TestTabletsMovement::test[ROW]
0.65s call     test_create.py::TestCreate::test_create_all_opt_ints
0.55s teardown tablets_movement.py::TestTabletsMovement::test[COLUMN]
0.26s call     data_read_correctness.py::TestDataReadCorrectness::test[primary_index_stats]
0.16s call     data_read_correctness.py::TestDataReadCorrectness::test[table]
0.16s teardown data_read_correctness.py::TestDataReadPerformanceNoIntersections::test
0.03s teardown order_by_with_limit.py::TestOrderBy::test_fetch_race
0.01s call     order_by_with_limit.py::TestOrderBy::test_random
0.01s call     order_by_with_limit.py::TestOrderBy::test_stress_sorting
0.01s call     order_by_with_limit.py::TestOrderBy::test_filtered_portion

(15 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 515.39s (0:08:35) ====================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/g440/00550b/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: 116.3 ms
create table: 627.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 86.7
    "min_ms": 41.1
    "median_ms": 94.6
    "max_ms": 131.7
    "stdev_ms": 29.0
select count(*) after initial inserts: 220.0 ms
bulk_upserts (step 0):
    "runs": 500
    "avg_ms": 79.8
    "min_ms": 50.5
    "median_ms": 72.7
    "max_ms": 289.4
    "stdev_ms": 25.8
select count(*) after all modifications: 3341.8 ms
select all: 3633.6 ms
delete from table: 3875.2 ms
select all after delete: 3822.4 ms
.drop table: 64.6 ms
create table: 502.3 ms
initial inserts:
    "runs": 10
    "avg_ms": 35.2
    "min_ms": 28.4
    "median_ms": 34.3
    "max_ms": 45.0
    "stdev_ms": 4.8
select count(*) after initial inserts: 103.5 ms
bulk_upserts (step 0):
    "runs": 100
    "avg_ms": 56.4
    "min_ms": 48.0
    "median_ms": 54.5
    "max_ms": 81.0
    "stdev_ms": 6.4
updates (step 1):
    "runs": 200
    "avg_ms": 185.9
    "min_ms": 143.3
    "median_ms": 180.6
    "max_ms": 289.4
    "stdev_ms": 23.8
upserts (step 2):
    "runs": 200
    "avg_ms": 33.4
    "min_ms": 23.7
    "median_ms": 30.8
    "max_ms": 66.5
    "stdev_ms": 8.2
select count(*) after all modifications: 315.5 ms
select all: 353.6 ms
delete from table: 395.2 ms
select all after delete: 340.2 ms
.drop table: 35.0 ms
create table: 475.9 ms
initial inserts:
    "runs": 10
    "avg_ms": 31.5
    "min_ms": 26.5
    "median_ms": 31.2
    "max_ms": 39.3
    "stdev_ms": 3.9
select count(*) after initial inserts: 103.8 ms
updates (step 0):
    "runs": 1000
    "avg_ms": 136.7
    "min_ms": 85.2
    "median_ms": 129.2
    "max_ms": 291.6
    "stdev_ms": 35.1
select count(*) after all modifications: 293.6 ms
select all: 265.9 ms
delete from table: 311.3 ms
select all after delete: 234.0 ms
.drop table: 27.7 ms
create table: 424.1 ms
initial inserts:
    "runs": 15
    "avg_ms": 29.5
    "min_ms": 25.6
    "median_ms": 29.4
    "max_ms": 32.9
    "stdev_ms": 1.9
select count(*) after initial inserts: 99.6 ms
updates (step 0):
    "runs": 150
    "avg_ms": 91.8
    "min_ms": 74.2
    "median_ms": 90.0
    "max_ms": 111.8
    "stdev_ms": 8.6
bulk_upserts (step 1):
    "runs": 100
    "avg_ms": 61.0
    "min_ms": 53.9
    "median_ms": 60.7
    "max_ms": 70.3
    "stdev_ms": 3.7
select count(*) after all modifications: 294.6 ms
select all: 270.8 ms
delete from table: 309.2 ms
select all after delete: 295.4 ms
.drop table: 27.3 ms
create table: 354.7 ms
initial inserts:
    "runs": 20
    "avg_ms": 29.4
    "min_ms": 22.5
    "median_ms": 29.7
    "max_ms": 30.9
    "stdev_ms": 1.9
select count(*) after initial inserts: 103.8 ms
updates (step 0):
    "runs": 200
    "avg_ms": 118.9
    "min_ms": 75.9
    "median_ms": 109.7
    "max_ms": 275.9
    "stdev_ms": 34.0
upserts (step 1):
    "runs": 200
    "avg_ms": 33.9
    "min_ms": 21.3
    "median_ms": 29.7
    "max_ms": 136.3
    "stdev_ms": 13.1
bulk_upserts (step 2):
    "runs": 100
    "avg_ms": 91.3
    "min_ms": 77.9
    "median_ms": 89.1
    "max_ms": 130.5
    "stdev_ms": 9.6
select count(*) after all modifications: 726.3 ms
select all: 615.6 ms
delete from table: 540.8 ms
select all after delete: 471.1 ms
.drop table: 28.7 ms
create table: 447.0 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.9
    "min_ms": 28.5
    "median_ms": 29.8
    "max_ms": 31.8
    "stdev_ms": 1.0
select count(*) after initial inserts: 104.0 ms
upserts (step 0):
    "runs": 1000
    "avg_ms": 25.2
    "min_ms": 18.3
    "median_ms": 24.5
    "max_ms": 64.5
    "stdev_ms": 4.1
select count(*) after all modifications: 326.2 ms
select all: 226.0 ms
delete from table: 243.3 ms
select all after delete: 175.6 ms
.Generated operation sequence:
  0. UPSERT: 13 operations
  1. UPSERT: 20 operations
  2. UPDATE: 17 operations
  3. UPDATE: 6 operations
  4. BULK_UPSERT: 12 operations
  5. BULK_UPSERT: 14 operations
  6. BULK_UPSERT: 10 operations
  7. UPSERT: 15 operations
  8. UPDATE: 15 operations
  9. UPDATE: 13 operations
drop table: 23.9 ms
create table: 354.1 ms
initial inserts:
    "runs": 10
    "avg_ms": 29.6
    "min_ms": 26.7
    "median_ms": 29.5
    "max_ms": 32.9
    "stdev_ms": 1.7
select count(*) after initial inserts: 76.3 ms
upserts (step 0):
    "runs": 130
    "avg_ms": 22.3
    "min_ms": 18.3
    "median_ms": 22.5
    "max_ms": 26.9
    "stdev_ms": 1.5
upserts (step 1):
    "runs": 200
    "avg_ms": 21.2
    "min_ms": 17.9
    "median_ms": 21.3
    "max_ms": 27.7
    "stdev_ms": 1.7
updates (step 2):
    "runs": 170
    "avg_ms": 100.4
    "min_ms": 76.1
    "median_ms": 98.3
    "max_ms": 147.7
    "stdev_ms": 13.3
updates (step 3):
    "runs": 60
    "avg_ms": 112.2
    "min_ms": 88.7
    "median_ms": 112.7
    "max_ms": 146.1
    "stdev_ms": 9.5
bulk_upserts (step 4):
    "runs": 12
    "avg_ms": 50.3
    "min_ms": 48.0
    "median_ms": 50.7
    "max_ms": 52.7
    "stdev_ms": 1.8
bulk_upserts (step 5):
    "runs": 14
    "avg_ms": 52.7
    "min_ms": 50.3
    "median_ms": 52.8
    "max_ms": 55.0
    "stdev_ms": 1.2
bulk_upserts (step 6):
    "runs": 10
    "avg_ms": 54.8
    "min_ms": 49.0
    "median_ms": 53.4
    "max_ms": 63.5
    "stdev_ms": 5.2
upserts (step 7):
    "runs": 150
    "avg_ms": 29.0
    "min_ms": 22.4
    "median_ms": 27.9
    "max_ms": 66.7
    "stdev_ms": 4.5
updates (step 8):
    "runs": 150
    "avg_ms": 186.0
    "min_ms": 136.5
    "median_ms": 182.7
    "max_ms": 343.2
    "stdev_ms": 25.3
updates (step 9):
    "runs": 130
    "avg_ms": 199.5
    "min_ms": 163.3
    "median_ms": 197.8
    "max_ms": 316.1
    "stdev_ms": 20.6
select count(*) after all modifications: 523.0 ms
select all: 481.0 ms
delete from table: 511.5 ms
select all after delete: 458.3 ms
.
test_delete.py .

============================== slowest durations ===============================
138.75s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
93.76s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
56.44s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
51.93s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
43.14s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
27.02s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
22.05s call     test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]
17.44s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
14.96s setup    test_create.py::TestCreate::test_create_real_opt
12.32s setup    test_delete.py::TestDelete::test_delete_rollback
7.04s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates_random_sequence
1.34s call     test_delete.py::TestDelete::test_delete_rollback
1.01s call     test_create.py::TestCreate::test_create_real_req
0.90s call     test_create.py::TestCreate::test_create_real_opt
0.88s call     test_create.py::TestCreate::test_create_strings_opt
0.05s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert_update_upsert]
0.03s call     test_create.py::TestCreate::test_dy_number_not_supported
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[bulk_upsert]
0.02s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_upsert_bulk_upsert]
0.01s teardown test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s setup    test_create.py::TestCreate::test_dy_number_not_supported
0.01s teardown 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[update]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[upsert]
0.01s setup    test_cs_many_updates.py::TestCSManyUpdates::test_many_updates[update_bulk_upsert]

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

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

============================== slowest durations ===============================
6.41s setup    test_delete.py::TestDelete::test_delete_where[False-100]
0.99s call     test_delete.py::TestDelete::test_delete_where[True-0]
0.96s call     test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]
0.95s call     test_delete.py::TestDelete::test_delete_where[vf > 50.5-51]
0.89s call     test_delete.py::TestDelete::test_delete_where[vs LIKE '3'-99]
0.85s call     test_delete.py::TestDelete::test_delete_where[id >= 30 AND vf < 70-60]
0.82s call     test_delete.py::TestDelete::test_delete_where[id > 50-51]
0.80s call     test_delete.py::TestDelete::test_delete_where[vf > 300-100]
0.73s call     test_delete.py::TestDelete::test_delete_where[False-100]
0.72s call     test_delete.py::TestDelete::test_delete_where[vf < 0.9-99]
0.68s call     test_delete.py::TestDelete::test_delete_where[id < 10 OR vf >= 90-80]
0.66s call     test_delete.py::TestDelete::test_delete_where[id = 42-99]
0.61s call     test_delete.py::TestDelete::test_delete_where[id = 101-100]
0.01s setup    test_delete.py::TestDelete::test_delete_where[vs LIKE 'nope'-100]

(22 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 17.12s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/g440/005514/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 ===============================
22.01s setup    test_insert.py::TestInsertStatement::test_bool_pk_error_type
9.18s setup    test_delete.py::TestDelete::test_incorrect
3.67s call     test_insert.py::TestInsertStatement::test_copy_full
2.97s call     test_insert.py::TestInsertStatement::test_copy_partial
2.05s call     test_insert.py::TestInsertStatement::test_duplicate
1.70s call     test_insert.py::TestInsertStatement::test_insert_rollback
1.43s call     test_insert.py::TestInsertStatement::test_bulk
1.15s call     test_insert.py::TestInsertStatement::test_plain
0.93s call     test_insert.py::TestInsertStatement::test_bool_pk_error_type
0.91s call     test_insert.py::TestInsertStatement::test_incorrect
0.87s call     test_insert.py::TestInsertStatement::test_out_of_range
0.81s call     test_delete.py::TestDelete::test_incorrect
0.70s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.69s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.12s setup    test_insert.py::TestInsertStatement::test_duplicate
0.05s setup    test_insert.py::TestInsertStatement::test_plain
0.05s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]
0.03s setup    test_insert.py::TestInsertStatement::test_incorrect
0.02s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int32]
0.02s setup    test_insert.py::TestInsertStatement::test_insert_rollback
0.01s setup    test_insert.py::TestInsertStatement::test_out_of_range
0.01s teardown test_insert.py::TestInsertStatement::test_incorrect
0.01s setup    test_insert.py::TestInsertStatement::test_copy_partial
0.01s teardown test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Int16]

(12 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 12 passed in 50.71s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/g440/00551b/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/g440/00551b/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/g440/00551b/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-23T19:29:20.430112Z): source_id=114;tablet_id=72075186224038006;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> @ 0xD791B7B
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 @ 0xD76CC8D
E   7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14392DEB
E   8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD9DE7
E   9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2EBA3
E   10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2EBA3
E   11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F2C553
E   12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2FF17
E   13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143B0BD8
E   14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF1FA05
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: ?? @ 0x7FE3BA86DAC2
E   22. ??:0: ?? @ 0x7FE3BA8FF8BF
------------------------------ 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/g440/00551b/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/g440/00551b/ydb/apps/ydb/ydb -e grpc://localhost:15276 -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/g440/00551b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15276', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3092663
DEBUG    ya.test:process.py:259 Command (pid 3092663) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3092663) elapsed time (sec): 0.564678430557251
DEBUG    ya.test:process.py:263 Command (pid 3092663) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) maxrss: 612368
DEBUG    ya.test:process.py:263 Command (pid 3092663) minflt: 3551
DEBUG    ya.test:process.py:263 Command (pid 3092663) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 3092663) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) nvcsw: 184
DEBUG    ya.test:process.py:263 Command (pid 3092663) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3092663) stime: 0.015771999999999998
DEBUG    ya.test:process.py:263 Command (pid 3092663) utime: 0.070978
DEBUG    ya.test:process.py:263 Command (pid 3092663) wtime: 0.566
DEBUG    ya.test:process.py:275 Command (pid 3092663) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3092663) 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/g440/00551b/ydb/apps/ydb/ydb -e grpc://localhost:15276 -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/g440/00551b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15276', '-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: 3093045
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 3093045) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3093045) elapsed time (sec): 30.20347547531128
DEBUG    ya.test:process.py:263 Command (pid 3093045) wtime: 30.206
DEBUG    ya.test:process.py:275 Command (pid 3093045) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    341	341	0	0	25	51	62	66
2	    373	373	0	0	25	42	49	51
3	    321	321	0	0	28	52	68	70
4	    397	397	0	0	23	34	64	75
5	    430	430	0	0	22	31	36	42
6	    429	429	0	0	21	32	41	51
7	    400	400	0	0	23	39	47	50
8	    423	423	0	0	23	32	37	45
9	    413	413	0	0	22	35	48	51
10	    411	411	0	0	23	34	42	45
11	    368	368	0	0	24	43	60	74
12	    378	378	0	0	24	44	51	60
13	    414	414	0	0	22	33	43	45
14	    401	401	0	0	23	37	47	55
15	    431	431	0	0	22	30	37	51
16	    435	435	0	0	22	29	38	43
17	    410	410	0	0	23	35	38	45
18	    424	424	0	0	22	32	36	42
19	    429	429	0	0	21	33	45	54
20	    429	429	0	0	22	32	38	45
21	    473	473	0	0	20	25	28	32
22	    459	459	0	0	20	28	31	35
23	    424	424	0	0	22	31	37	40
24	    451	451	0	0	21	28	33	41
25	    439	439	0	0	21	29	32	34
26	    419	419	0	0	22	31	36	39
27	    423	423	0	0	23	33	42	52
28	    420	420	0	0	22	32	36	42
29	    440	440	0	0	22	31	35	36
30	    425	425	0	0	23	34	39	44

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  12430	414.333	0	0	22	35	46	75

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk0MWQwYzAtNDAxZTYzOGQtMWVmOTVmYzAtNzNiMDM5Mw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b7648aee-f4bf-428b-a952-af8ba321ebed, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b7648aee-f4bf-428b-a952-af8ba321ebed, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=Yzk0MWQwYzAtNDAxZTYzOGQtMWVmOTVmYzAtNzNiMDM5Mw==" 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, b7648aee-f4bf-428b-a952-af8ba321ebed, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk0MWQwYzAtNDAxZTYzOGQtMWVmOTVmYzAtNzNiMDM5Mw==
INFO     root:test_log_scenario.py:217 Count rows after insert 12185 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjQ3NTFlNjMtYjRlYzBlZDktZDk4MTY3NWUtZDFmMTA0ZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d81d4946-8914-4ea3-b48a-d942d7ab2ce3, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d81d4946-8914-4ea3-b48a-d942d7ab2ce3, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=NjQ3NTFlNjMtYjRlYzBlZDktZDk4MTY3NWUtZDFmMTA0ZWQ=" 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, d81d4946-8914-4ea3-b48a-d942d7ab2ce3, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjQ3NTFlNjMtYjRlYzBlZDktZDk4MTY3NWUtZDFmMTA0ZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTNiZGQxMjItZWY5YmNlZTEtZjczMDY0MmYtMjBkYTczNGE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2a93aa97-13b6-4746-8329-f18c56ef57d3, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2a93aa97-13b6-4746-8329-f18c56ef57d3, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=NTNiZGQxMjItZWY5YmNlZTEtZjczMDY0MmYtMjBkYTczNGE=" 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, 2a93aa97-13b6-4746-8329-f18c56ef57d3, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTNiZGQxMjItZWY5YmNlZTEtZjczMDY0MmYtMjBkYTczNGE=
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/g440/00551b/ydb/apps/ydb/ydb -e grpc://localhost:15276 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGFmMThhYmEtMzM2MzExNmQtYmQ1NTkxZWUtMTUxM2EzZGQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/g440/00551b/ydb/apps/ydb/ydb -e grpc://localhost:15276 -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/g440/00551b/ydb/apps/ydb/ydb -e grpc://localhost:15276 -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, 13b69649-7843-46e5-924d-742988b69b60, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzU3M2UyNy1lMmI4NWNhOS04Y2UwNmIzYy0yMTdlY2Mw
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 13b69649-7843-46e5-924d-742988b69b60, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMThhYmEtMzM2MzExNmQtYmQ1NTkxZWUtMTUxM2EzZGQ=" 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, 0248bdd8-4ed9-4213-aeaa-12591824613e, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWFiNzZhZmQtNTk2OGMyNjItYWNiY2QyN2MtZDY3NTgxY2Y=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0248bdd8-4ed9-4213-aeaa-12591824613e, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=YzU3M2UyNy1lMmI4NWNhOS04Y2UwNmIzYy0yMTdlY2Mw" 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, 13b69649-7843-46e5-924d-742988b69b60, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 27b13650-37d3-40ab-a0d0-506f1a652970, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDI3NjE4ZGMtZGIwMzQyZC01YjMyYzc5MC0yYWEyYWU5Nw==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0248bdd8-4ed9-4213-aeaa-12591824613e, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 27b13650-37d3-40ab-a0d0-506f1a652970, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=YWFiNzZhZmQtNTk2OGMyNjItYWNiY2QyN2MtZDY3NTgxY2Y=" 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, 2c779499-3773-4bd1-8d74-b90af650f858, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OThlMjUwNDYtOWZjNjQyYTItOTYzNzNiYTctYjJhZGQzZTI=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2c779499-3773-4bd1-8d74-b90af650f858, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=ZDI3NjE4ZGMtZGIwMzQyZC01YjMyYzc5MC0yYWEyYWU5Nw==" 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, 27b13650-37d3-40ab-a0d0-506f1a652970, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 67019b14-9d9d-48a4-a290-52b8f30e76e2, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 67019b14-9d9d-48a4-a290-52b8f30e76e2, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=OThlMjUwNDYtOWZjNjQyYTItOTYzNzNiYTctYjJhZGQzZTI=" 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:52 RpcState(ExecuteQuery, 2c779499-3773-4bd1-8d74-b90af650f858, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/g440/00551b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15276', '-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.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDkxNDRkMWQtM2RiZmQ2MjEtOWY3NGZjMTAtZTZkNjAzNTY=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 67019b14-9d9d-48a4-a290-52b8f30e76e2, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/g440/00551b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15276', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3107912
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/g440/00551b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15276', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjI3MWVmZDktYzY5N2U5MDgtMjhhYmFjNDktZWNlNGUwZjg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 23e551c2-c2be-4d76-a01d-2c5e4cbbfb59, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ya.test:process.py:628 Command pid: 3107914
DEBUG    ya.test:process.py:628 Command pid: 3107910
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7fcc209a-4c2e-4c1a-af7c-09b83504689d, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 23e551c2-c2be-4d76-a01d-2c5e4cbbfb59, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=NDkxNDRkMWQtM2RiZmQ2MjEtOWY3NGZjMTAtZTZkNjAzNTY=" 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=Yzk0MWQwYzAtNDAxZTYzOGQtMWVmOTVmYzAtNzNiMDM5Mw==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7fcc209a-4c2e-4c1a-af7c-09b83504689d, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=NjI3MWVmZDktYzY5N2U5MDgtMjhhYmFjNDktZWNlNGUwZjg=" 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, 23e551c2-c2be-4d76-a01d-2c5e4cbbfb59, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7f64ade3-6f25-4cd0-968c-f532efadb45f, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjQ3NTFlNjMtYjRlYzBlZDktZDk4MTY3NWUtZDFmMTA0ZWQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7fcc209a-4c2e-4c1a-af7c-09b83504689d, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7f64ade3-6f25-4cd0-968c-f532efadb45f, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=Yzk0MWQwYzAtNDAxZTYzOGQtMWVmOTVmYzAtNzNiMDM5Mw==" 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, 5eb0ff20-fb3c-4798-8d26-3d8df1b1a6e9, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTNiZGQxMjItZWY5YmNlZTEtZjczMDY0MmYtMjBkYTczNGE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5eb0ff20-fb3c-4798-8d26-3d8df1b1a6e9, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=NjQ3NTFlNjMtYjRlYzBlZDktZDk4MTY3NWUtZDFmMTA0ZWQ=" 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, 7f64ade3-6f25-4cd0-968c-f532efadb45f, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 53166775-f567-42fa-8939-1ce9b04ba78d, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5eb0ff20-fb3c-4798-8d26-3d8df1b1a6e9, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 53166775-f567-42fa-8939-1ce9b04ba78d, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=NTNiZGQxMjItZWY5YmNlZTEtZjczMDY0MmYtMjBkYTczNGE=" 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, 53166775-f567-42fa-8939-1ce9b04ba78d, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 2163582e-c906-4689-a281-eee9a5883857, localhost:15276): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2163582e-c906-4689-a281-eee9a5883857, localhost:15276): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2163582e-c906-4689-a281-eee9a5883857, localhost:15276): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-quq4zgb2eq.auto.internal" port: 15276 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-quq4zgb2eq.auto.internal:15276, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15276
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ee207d39-1075-484f-afd8-9dc23b3daa08, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795396218+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b546aa63-5569-4b79-b195-9a49d92838a6, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795517603+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, abc04fbe-4e62-4e26-9c86-9a7fdfba0444, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795541449+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-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, aaf2a004-61be-4706-b525-8627352d6856, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795559735+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c346360a-2a0b-4582-b329-01dd50b342c0, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795587403+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 2bfc8e71-72a8-4aec-8ead-8044f098eb16, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795601316+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b49918a6-fd00-406a-8319-364421e812cd, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795614826+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e442eba9-9e31-43ec-81cd-f8f2b6915770, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.79562912+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b7f89ed5-f74e-4291-9c93-43e309d07c7c, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795647424+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 201d0569-3645-40d5-82f2-e9532bb43e8b, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795663766+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-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 13b69649-7843-46e5-924d-742988b69b60, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795679341+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0248bdd8-4ed9-4213-aeaa-12591824613e, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795693603+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 27b13650-37d3-40ab-a0d0-506f1a652970, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.79570927+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2c779499-3773-4bd1-8d74-b90af650f858, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795725948+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 67019b14-9d9d-48a4-a290-52b8f30e76e2, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795737247+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 23e551c2-c2be-4d76-a01d-2c5e4cbbfb59, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795749025+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7fcc209a-4c2e-4c1a-af7c-09b83504689d, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795760114+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7f64ade3-6f25-4cd0-968c-f532efadb45f, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795772164+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5eb0ff20-fb3c-4798-8d26-3d8df1b1a6e9, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795782786+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 53166775-f567-42fa-8939-1ce9b04ba78d, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795801988+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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: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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 5e5baac8-fa56-4d1e-b419-f8320d421ccd, localhost:13778): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5e5baac8-fa56-4d1e-b419-f8320d421ccd, localhost:13778): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5e5baac8-fa56-4d1e-b419-f8320d421ccd, localhost:13778): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-quq4zgb2eq.auto.internal" port: 13778 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-quq4zgb2eq.auto.internal:13778, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13778
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3107910) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3107910) elapsed time (sec): 30.192816734313965
DEBUG    ya.test:process.py:263 Command (pid 3107910) wtime: 30.202
DEBUG    ya.test:process.py:275 Command (pid 3107910) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	285	647	647	647
2	    115	115	0	0	79	301	345	375
3	    131	131	0	0	68	134	146	165
4	    145	145	0	0	67	92	107	113
5	    150	150	0	0	62	88	109	110
6	      0	0	0	594	0	0	0	0
7	      0	0	0	1739	0	0	0	0
8	      0	0	0	1837	0	0	0	0
9	      0	0	0	1724	0	0	0	0
10	      0	0	0	1751	0	0	0	0
11	      0	0	0	1773	0	0	0	0
12	      0	0	0	1806	0	0	0	0
13	      0	0	0	1914	0	0	0	0
14	      0	0	0	1908	0	0	0	0
15	      0	0	0	1809	0	0	0	0
16	      0	0	0	1597	0	0	0	0
17	      0	0	0	1620	0	0	0	0
18	      0	0	0	1841	0	0	0	0
19	      0	0	0	1781	0	0	0	0
20	      0	0	0	1497	0	0	0	0
21	      0	0	0	1565	0	0	0	0
22	      0	0	0	1656	0	0	0	0
23	      0	0	0	1732	0	0	0	0
24	      0	0	0	1713	0	0	0	0
25	      0	0	0	1462	0	0	0	0
26	      0	0	0	1652	0	0	0	0
27	      0	0	0	1649	0	0	0	0
28	      0	0	0	1743	0	0	0	0
29	      0	0	0	1817	0	0	0	0
30	      0	0	0	1604	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    561	18.7	0	41784	68	159	611	647

DEBUG    ya.test:process.py:276 Command (pid 3107910) 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 3107912) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3107912) elapsed time (sec): 30.22830820083618
DEBUG    ya.test:process.py:263 Command (pid 3107912) wtime: 30.23
DEBUG    ya.test:process.py:275 Command (pid 3107912) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	679	0	0	0	0
7	      0	0	0	1920	0	0	0	0
8	      0	0	0	1926	0	0	0	0
9	      0	0	0	1876	0	0	0	0
10	      0	0	0	1770	0	0	0	0
11	      0	0	0	1797	0	0	0	0
12	      0	0	0	1922	0	0	0	0
13	      0	0	0	2066	0	0	0	0
14	      0	0	0	1906	0	0	0	0
15	      0	0	0	1825	0	0	0	0
16	      0	0	0	1588	0	0	0	0
17	      0	0	0	1624	0	0	0	0
18	      0	0	0	1788	0	0	0	0
19	      0	0	0	1860	0	0	0	0
20	      0	0	0	1656	0	0	0	0
21	      0	0	0	1677	0	0	0	0
22	      0	0	0	1819	0	0	0	0
23	      0	0	0	1828	0	0	0	0
24	      0	0	0	1735	0	0	0	0
25	      0	0	0	1690	0	0	0	0
26	      0	0	0	1722	0	0	0	0
27	      0	0	0	1789	0	0	0	0
28	      0	0	0	1842	0	0	0	0
29	      0	0	0	1757	0	0	0	0
30	      0	0	0	1594	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 3107912) 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 3107914) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3107914) elapsed time (sec): 30.277242422103882
DEBUG    ya.test:process.py:263 Command (pid 3107914) wtime: 30.281
DEBUG    ya.test:process.py:275 Command (pid 3107914) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	627	803	803	803
2	     87	87	0	0	109	489	547	563
3	    100	100	0	0	95	163	170	171
4	    105	105	0	0	90	119	136	138
5	    113	113	0	0	81	109	119	120
6	      0	0	0	649	0	0	0	0
7	      0	0	0	1927	0	0	0	0
8	      0	0	0	1879	0	0	0	0
9	      0	0	0	1773	0	0	0	0
10	      0	0	0	1811	0	0	0	0
11	      0	0	0	1767	0	0	0	0
12	      0	0	0	1947	0	0	0	0
13	      0	0	0	1968	0	0	0	0
14	      0	0	0	1939	0	0	0	0
15	      0	0	0	1848	0	0	0	0
16	      0	0	0	1656	0	0	0	0
17	      0	0	0	1728	0	0	0	0
18	      0	0	0	1869	0	0	0	0
19	      0	0	0	1892	0	0	0	0
20	      0	0	0	1762	0	0	0	0
21	      0	0	0	1746	0	0	0	0
22	      0	0	0	1654	0	0	0	0
23	      0	0	0	1825	0	0	0	0
24	      0	0	0	1685	0	0	0	0
25	      0	0	0	1790	0	0	0	0
26	      0	0	0	1790	0	0	0	0
27	      0	0	0	1817	0	0	0	0
28	      0	0	0	1862	0	0	0	0
29	      0	0	0	1930	0	0	0	0
30	      0	0	0	1715	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    415	13.8333	0	44229	93	171	679	803

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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, d0adf838-cf16-416c-9223-5e4d2add2682, localhost:13778): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d0adf838-cf16-416c-9223-5e4d2add2682, localhost:13778): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d0adf838-cf16-416c-9223-5e4d2add2682, localhost:13778): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-quq4zgb2eq.auto.internal" port: 13778 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-quq4zgb2eq.auto.internal:13778, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13778
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
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:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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, 6062713f-2163-431c-a62e-da0e7f0ff438, localhost:13778): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6062713f-2163-431c-a62e-da0e7f0ff438, localhost:13778): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6062713f-2163-431c-a62e-da0e7f0ff438, localhost:13778): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-quq4zgb2eq.auto.internal" port: 13778 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-quq4zgb2eq.auto.internal:13778, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13778
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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". Check endpoint correctness.
INFO     ydb.pool.Discovery:pool.py:277 Successfully terminated discovery process
DEBUG    library.python.cores:__init__.py:36 hostname = 'ghrun-quq4zgb2eq'
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/g440/00551b/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.3057521' in '/home/runner/.ya/build/build_root/g440/00551b/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_qltmyush.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:15276/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29657
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26311
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15383
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15276
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19642
=================================== 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/g440/00551b/ydb/apps/ydb/ydb
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/g440/00551b/ydb/apps/ydb/ydb -e grpc://localhost:15276 -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/g440/00551b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15276', '-d', '/Root', 'workload', 'log', '--path', 'log', 'init', '--path', 'log', '--store', 'column', '--ttl', '1000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3092663
DEBUG    ya.test:process.py:259 Command (pid 3092663) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3092663) elapsed time (sec): 0.564678430557251
DEBUG    ya.test:process.py:263 Command (pid 3092663) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) maxrss: 612368
DEBUG    ya.test:process.py:263 Command (pid 3092663) minflt: 3551
DEBUG    ya.test:process.py:263 Command (pid 3092663) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) nivcsw: 34
DEBUG    ya.test:process.py:263 Command (pid 3092663) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 3092663) nvcsw: 184
DEBUG    ya.test:process.py:263 Command (pid 3092663) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 3092663) stime: 0.015771999999999998
DEBUG    ya.test:process.py:263 Command (pid 3092663) utime: 0.070978
DEBUG    ya.test:process.py:263 Command (pid 3092663) wtime: 0.566
DEBUG    ya.test:process.py:275 Command (pid 3092663) output:
Init tables ...
Init tables ...Ok

DEBUG    ya.test:process.py:276 Command (pid 3092663) 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/g440/00551b/ydb/apps/ydb/ydb -e grpc://localhost:15276 -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/g440/00551b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15276', '-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: 3093045
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 3093045) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3093045) elapsed time (sec): 30.20347547531128
DEBUG    ya.test:process.py:263 Command (pid 3093045) wtime: 30.206
DEBUG    ya.test:process.py:275 Command (pid 3093045) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	    341	341	0	0	25	51	62	66
2	    373	373	0	0	25	42	49	51
3	    321	321	0	0	28	52	68	70
4	    397	397	0	0	23	34	64	75
5	    430	430	0	0	22	31	36	42
6	    429	429	0	0	21	32	41	51
7	    400	400	0	0	23	39	47	50
8	    423	423	0	0	23	32	37	45
9	    413	413	0	0	22	35	48	51
10	    411	411	0	0	23	34	42	45
11	    368	368	0	0	24	43	60	74
12	    378	378	0	0	24	44	51	60
13	    414	414	0	0	22	33	43	45
14	    401	401	0	0	23	37	47	55
15	    431	431	0	0	22	30	37	51
16	    435	435	0	0	22	29	38	43
17	    410	410	0	0	23	35	38	45
18	    424	424	0	0	22	32	36	42
19	    429	429	0	0	21	33	45	54
20	    429	429	0	0	22	32	38	45
21	    473	473	0	0	20	25	28	32
22	    459	459	0	0	20	28	31	35
23	    424	424	0	0	22	31	37	40
24	    451	451	0	0	21	28	33	41
25	    439	439	0	0	21	29	32	34
26	    419	419	0	0	22	31	36	39
27	    423	423	0	0	23	33	42	52
28	    420	420	0	0	22	32	36	42
29	    440	440	0	0	22	31	35	36
30	    425	425	0	0	23	34	39	44

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	  12430	414.333	0	0	22	35	46	75

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

DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=Yzk0MWQwYzAtNDAxZTYzOGQtMWVmOTVmYzAtNzNiMDM5Mw==
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, b7648aee-f4bf-428b-a952-af8ba321ebed, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, b7648aee-f4bf-428b-a952-af8ba321ebed, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=Yzk0MWQwYzAtNDAxZTYzOGQtMWVmOTVmYzAtNzNiMDM5Mw==" 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, b7648aee-f4bf-428b-a952-af8ba321ebed, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=Yzk0MWQwYzAtNDAxZTYzOGQtMWVmOTVmYzAtNzNiMDM5Mw==
INFO     root:test_log_scenario.py:217 Count rows after insert 12185 before wait
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjQ3NTFlNjMtYjRlYzBlZDktZDk4MTY3NWUtZDFmMTA0ZWQ=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, d81d4946-8914-4ea3-b48a-d942d7ab2ce3, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, d81d4946-8914-4ea3-b48a-d942d7ab2ce3, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=NjQ3NTFlNjMtYjRlYzBlZDktZDk4MTY3NWUtZDFmMTA0ZWQ=" 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, d81d4946-8914-4ea3-b48a-d942d7ab2ce3, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NjQ3NTFlNjMtYjRlYzBlZDktZDk4MTY3NWUtZDFmMTA0ZWQ=
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTNiZGQxMjItZWY5YmNlZTEtZjczMDY0MmYtMjBkYTczNGE=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 2a93aa97-13b6-4746-8329-f18c56ef57d3, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2a93aa97-13b6-4746-8329-f18c56ef57d3, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=NTNiZGQxMjItZWY5YmNlZTEtZjczMDY0MmYtMjBkYTczNGE=" 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, 2a93aa97-13b6-4746-8329-f18c56ef57d3, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:123 Session returned to queue: ydb://session/3?node_id=1&id=NTNiZGQxMjItZWY5YmNlZTEtZjczMDY0MmYtMjBkYTczNGE=
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/g440/00551b/ydb/apps/ydb/ydb -e grpc://localhost:15276 -d /Root workload log --path log run bulk_upsert --seconds 30 --threads 10 --rows 1 --date-from 0 --date-to 2678400000 with wait = True
INFO     root:test_log_scenario.py:77 YdbWorkloadLog insert
INFO     root:test_log_scenario.py:77 YdbWorkloadLog upsert
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OGFmMThhYmEtMzM2MzExNmQtYmQ1NTkxZWUtMTUxM2EzZGQ=
INFO     root:test_log_scenario.py:69 YdbWorkloadLog execute /home/runner/.ya/build/build_root/g440/00551b/ydb/apps/ydb/ydb -e grpc://localhost:15276 -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/g440/00551b/ydb/apps/ydb/ydb -e grpc://localhost:15276 -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, 13b69649-7843-46e5-924d-742988b69b60, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YzU3M2UyNy1lMmI4NWNhOS04Y2UwNmIzYy0yMTdlY2Mw
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 13b69649-7843-46e5-924d-742988b69b60, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=OGFmMThhYmEtMzM2MzExNmQtYmQ1NTkxZWUtMTUxM2EzZGQ=" 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, 0248bdd8-4ed9-4213-aeaa-12591824613e, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=YWFiNzZhZmQtNTk2OGMyNjItYWNiY2QyN2MtZDY3NTgxY2Y=
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.13
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 0248bdd8-4ed9-4213-aeaa-12591824613e, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=YzU3M2UyNy1lMmI4NWNhOS04Y2UwNmIzYy0yMTdlY2Mw" 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, 13b69649-7843-46e5-924d-742988b69b60, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 27b13650-37d3-40ab-a0d0-506f1a652970, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=ZDI3NjE4ZGMtZGIwMzQyZC01YjMyYzc5MC0yYWEyYWU5Nw==
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 0248bdd8-4ed9-4213-aeaa-12591824613e, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.14
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 27b13650-37d3-40ab-a0d0-506f1a652970, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=YWFiNzZhZmQtNTk2OGMyNjItYWNiY2QyN2MtZDY3NTgxY2Y=" 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, 2c779499-3773-4bd1-8d74-b90af650f858, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=OThlMjUwNDYtOWZjNjQyYTItOTYzNzNiYTctYjJhZGQzZTI=
DEBUG    ya.test:process.py:678 Command err will be placed to ydb.err.13
DEBUG    ya.test:process.py:678 Command out will be placed to ydb.out.15
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 2c779499-3773-4bd1-8d74-b90af650f858, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=ZDI3NjE4ZGMtZGIwMzQyZC01YjMyYzc5MC0yYWEyYWU5Nw==" 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, 27b13650-37d3-40ab-a0d0-506f1a652970, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 67019b14-9d9d-48a4-a290-52b8f30e76e2, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 67019b14-9d9d-48a4-a290-52b8f30e76e2, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=OThlMjUwNDYtOWZjNjQyYTItOTYzNzNiYTctYjJhZGQzZTI=" 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:52 RpcState(ExecuteQuery, 2c779499-3773-4bd1-8d74-b90af650f858, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/g440/00551b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15276', '-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.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NDkxNDRkMWQtM2RiZmQ2MjEtOWY3NGZjMTAtZTZkNjAzNTY=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 67019b14-9d9d-48a4-a290-52b8f30e76e2, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/g440/00551b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15276', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'insert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 3107912
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/g440/00551b/ydb/apps/ydb/ydb', '-e', 'grpc://localhost:15276', '-d', '/Root', 'workload', 'log', '--path', 'log', 'run', 'upsert', '--seconds', '30', '--threads', '10', '--rows', '1', '--date-from', '0', '--date-to', '2678400000']' in 'None' (waiting)
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjI3MWVmZDktYzY5N2U5MDgtMjhhYmFjNDktZWNlNGUwZjg=
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 23e551c2-c2be-4d76-a01d-2c5e4cbbfb59, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ya.test:process.py:628 Command pid: 3107914
DEBUG    ya.test:process.py:628 Command pid: 3107910
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7fcc209a-4c2e-4c1a-af7c-09b83504689d, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 23e551c2-c2be-4d76-a01d-2c5e4cbbfb59, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=NDkxNDRkMWQtM2RiZmQ2MjEtOWY3NGZjMTAtZTZkNjAzNTY=" 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=Yzk0MWQwYzAtNDAxZTYzOGQtMWVmOTVmYzAtNzNiMDM5Mw==
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7fcc209a-4c2e-4c1a-af7c-09b83504689d, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=NjI3MWVmZDktYzY5N2U5MDgtMjhhYmFjNDktZWNlNGUwZjg=" 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, 23e551c2-c2be-4d76-a01d-2c5e4cbbfb59, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 7f64ade3-6f25-4cd0-968c-f532efadb45f, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NjQ3NTFlNjMtYjRlYzBlZDktZDk4MTY3NWUtZDFmMTA0ZWQ=
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 7fcc209a-4c2e-4c1a-af7c-09b83504689d, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 7f64ade3-6f25-4cd0-968c-f532efadb45f, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=Yzk0MWQwYzAtNDAxZTYzOGQtMWVmOTVmYzAtNzNiMDM5Mw==" 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, 5eb0ff20-fb3c-4798-8d26-3d8df1b1a6e9, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.query.pool:pool.py:102 Acquired active session from queue: ydb://session/3?node_id=1&id=NTNiZGQxMjItZWY5YmNlZTEtZjczMDY0MmYtMjBkYTczNGE=
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 5eb0ff20-fb3c-4798-8d26-3d8df1b1a6e9, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=NjQ3NTFlNjMtYjRlYzBlZDktZDk4MTY3NWUtZDFmMTA0ZWQ=" 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, 7f64ade3-6f25-4cd0-968c-f532efadb45f, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:421 RpcState(ExecuteQuery, 53166775-f567-42fa-8939-1ce9b04ba78d, ghrun-quq4zgb2eq.auto.internal:15276): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteQuery, 5eb0ff20-fb3c-4798-8d26-3d8df1b1a6e9, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteQuery, 53166775-f567-42fa-8939-1ce9b04ba78d, ghrun-quq4zgb2eq.auto.internal:15276): request = { session_id: "ydb://session/3?node_id=1&id=NTNiZGQxMjItZWY5YmNlZTEtZjczMDY0MmYtMjBkYTczNGE=" 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, 53166775-f567-42fa-8939-1ce9b04ba78d, ghrun-quq4zgb2eq.auto.internal:15276): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 2163582e-c906-4689-a281-eee9a5883857, localhost:15276): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2163582e-c906-4689-a281-eee9a5883857, localhost:15276): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 2163582e-c906-4689-a281-eee9a5883857, localhost:15276): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-quq4zgb2eq.auto.internal" port: 15276 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-quq4zgb2eq.auto.internal:15276, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15276
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, ee207d39-1075-484f-afd8-9dc23b3daa08, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795396218+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b546aa63-5569-4b79-b195-9a49d92838a6, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795517603+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, abc04fbe-4e62-4e26-9c86-9a7fdfba0444, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795541449+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-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, aaf2a004-61be-4706-b525-8627352d6856, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795559735+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, c346360a-2a0b-4582-b329-01dd50b342c0, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795587403+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 2bfc8e71-72a8-4aec-8ead-8044f098eb16, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795601316+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b49918a6-fd00-406a-8319-364421e812cd, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795614826+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, e442eba9-9e31-43ec-81cd-f8f2b6915770, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.79562912+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, b7f89ed5-f74e-4291-9c93-43e309d07c7c, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795647424+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:78 RpcState(AttachSession, 201d0569-3645-40d5-82f2-e9532bb43e8b, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer ipv4:127.0.1.1:15276 {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795663766+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-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 13b69649-7843-46e5-924d-742988b69b60, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795679341+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 0248bdd8-4ed9-4213-aeaa-12591824613e, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795693603+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 27b13650-37d3-40ab-a0d0-506f1a652970, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.79570927+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 2c779499-3773-4bd1-8d74-b90af650f858, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795725948+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 67019b14-9d9d-48a4-a290-52b8f30e76e2, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795737247+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 23e551c2-c2be-4d76-a01d-2c5e4cbbfb59, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795749025+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7fcc209a-4c2e-4c1a-af7c-09b83504689d, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795760114+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 7f64ade3-6f25-4cd0-968c-f532efadb45f, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795772164+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 5eb0ff20-fb3c-4798-8d26-3d8df1b1a6e9, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {grpc_message:"Socket closed", grpc_status:14, created_time:"2025-11-23T19:29:25.795782786+00:00", file_line:1211, file:"contrib/libs/grpc/src/core/lib/surface/call.cc"}"
>
DEBUG    ydb.connection:connection.py:78 RpcState(ExecuteQuery, 53166775-f567-42fa-8939-1ce9b04ba78d, ghrun-quq4zgb2eq.auto.internal:15276): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "Socket closed"
	debug_error_string = "UNKNOWN:Error received from peer  {file:"contrib/libs/grpc/src/core/lib/surface/call.cc", file_line:1211, created_time:"2025-11-23T19:29:25.795801988+00:00", grpc_status:14, grpc_message:"Socket closed"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint ghrun-quq4zgb2eq.auto.internal:15276
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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: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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.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, 5e5baac8-fa56-4d1e-b419-f8320d421ccd, localhost:13778): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 5e5baac8-fa56-4d1e-b419-f8320d421ccd, localhost:13778): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 5e5baac8-fa56-4d1e-b419-f8320d421ccd, localhost:13778): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-quq4zgb2eq.auto.internal" port: 13778 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-quq4zgb2eq.auto.internal:13778, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13778
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ya.test:process.py:360 Process resource usage is not available as process finished before wait4 was called
DEBUG    ya.test:process.py:259 Command (pid 3107910) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3107910) elapsed time (sec): 30.192816734313965
DEBUG    ya.test:process.py:263 Command (pid 3107910) wtime: 30.202
DEBUG    ya.test:process.py:275 Command (pid 3107910) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     20	20	0	0	285	647	647	647
2	    115	115	0	0	79	301	345	375
3	    131	131	0	0	68	134	146	165
4	    145	145	0	0	67	92	107	113
5	    150	150	0	0	62	88	109	110
6	      0	0	0	594	0	0	0	0
7	      0	0	0	1739	0	0	0	0
8	      0	0	0	1837	0	0	0	0
9	      0	0	0	1724	0	0	0	0
10	      0	0	0	1751	0	0	0	0
11	      0	0	0	1773	0	0	0	0
12	      0	0	0	1806	0	0	0	0
13	      0	0	0	1914	0	0	0	0
14	      0	0	0	1908	0	0	0	0
15	      0	0	0	1809	0	0	0	0
16	      0	0	0	1597	0	0	0	0
17	      0	0	0	1620	0	0	0	0
18	      0	0	0	1841	0	0	0	0
19	      0	0	0	1781	0	0	0	0
20	      0	0	0	1497	0	0	0	0
21	      0	0	0	1565	0	0	0	0
22	      0	0	0	1656	0	0	0	0
23	      0	0	0	1732	0	0	0	0
24	      0	0	0	1713	0	0	0	0
25	      0	0	0	1462	0	0	0	0
26	      0	0	0	1652	0	0	0	0
27	      0	0	0	1649	0	0	0	0
28	      0	0	0	1743	0	0	0	0
29	      0	0	0	1817	0	0	0	0
30	      0	0	0	1604	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    561	18.7	0	41784	68	159	611	647

DEBUG    ya.test:process.py:276 Command (pid 3107910) 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 3107912) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3107912) elapsed time (sec): 30.22830820083618
DEBUG    ya.test:process.py:263 Command (pid 3107912) wtime: 30.23
DEBUG    ya.test:process.py:275 Command (pid 3107912) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	      0	0	0	0	0	0	0	0
2	      0	0	0	10	0	0	0	0
3	      0	0	0	10	0	0	0	0
4	      0	0	0	10	0	0	0	0
5	      0	0	0	10	0	0	0	0
6	      0	0	0	679	0	0	0	0
7	      0	0	0	1920	0	0	0	0
8	      0	0	0	1926	0	0	0	0
9	      0	0	0	1876	0	0	0	0
10	      0	0	0	1770	0	0	0	0
11	      0	0	0	1797	0	0	0	0
12	      0	0	0	1922	0	0	0	0
13	      0	0	0	2066	0	0	0	0
14	      0	0	0	1906	0	0	0	0
15	      0	0	0	1825	0	0	0	0
16	      0	0	0	1588	0	0	0	0
17	      0	0	0	1624	0	0	0	0
18	      0	0	0	1788	0	0	0	0
19	      0	0	0	1860	0	0	0	0
20	      0	0	0	1656	0	0	0	0
21	      0	0	0	1677	0	0	0	0
22	      0	0	0	1819	0	0	0	0
23	      0	0	0	1828	0	0	0	0
24	      0	0	0	1735	0	0	0	0
25	      0	0	0	1690	0	0	0	0
26	      0	0	0	1722	0	0	0	0
27	      0	0	0	1789	0	0	0	0
28	      0	0	0	1842	0	0	0	0
29	      0	0	0	1757	0	0	0	0
30	      0	0	0	1594	0	0	0	0

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

DEBUG    ya.test:process.py:276 Command (pid 3107912) 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 3107914) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 3107914) elapsed time (sec): 30.277242422103882
DEBUG    ya.test:process.py:263 Command (pid 3107914) wtime: 30.281
DEBUG    ya.test:process.py:275 Command (pid 3107914) output:
Window	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
1	     10	10	0	0	627	803	803	803
2	     87	87	0	0	109	489	547	563
3	    100	100	0	0	95	163	170	171
4	    105	105	0	0	90	119	136	138
5	    113	113	0	0	81	109	119	120
6	      0	0	0	649	0	0	0	0
7	      0	0	0	1927	0	0	0	0
8	      0	0	0	1879	0	0	0	0
9	      0	0	0	1773	0	0	0	0
10	      0	0	0	1811	0	0	0	0
11	      0	0	0	1767	0	0	0	0
12	      0	0	0	1947	0	0	0	0
13	      0	0	0	1968	0	0	0	0
14	      0	0	0	1939	0	0	0	0
15	      0	0	0	1848	0	0	0	0
16	      0	0	0	1656	0	0	0	0
17	      0	0	0	1728	0	0	0	0
18	      0	0	0	1869	0	0	0	0
19	      0	0	0	1892	0	0	0	0
20	      0	0	0	1762	0	0	0	0
21	      0	0	0	1746	0	0	0	0
22	      0	0	0	1654	0	0	0	0
23	      0	0	0	1825	0	0	0	0
24	      0	0	0	1685	0	0	0	0
25	      0	0	0	1790	0	0	0	0
26	      0	0	0	1790	0	0	0	0
27	      0	0	0	1817	0	0	0	0
28	      0	0	0	1862	0	0	0	0
29	      0	0	0	1930	0	0	0	0
30	      0	0	0	1715	0	0	0	0

Total	    Txs	Txs/Sec	Retries	Errors	p50(ms)	p95(ms)	p99(ms)	pMax(ms)
30	    415	13.8333	0	44229	93	171	679	803

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

DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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, d0adf838-cf16-416c-9223-5e4d2add2682, localhost:13778): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, d0adf838-cf16-416c-9223-5e4d2add2682, localhost:13778): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, d0adf838-cf16-416c-9223-5e4d2add2682, localhost:13778): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-quq4zgb2eq.auto.internal" port: 13778 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-quq4zgb2eq.auto.internal:13778, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13778
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
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:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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, 6062713f-2163-431c-a62e-da0e7f0ff438, localhost:13778): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6062713f-2163-431c-a62e-da0e7f0ff438, localhost:13778): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6062713f-2163-431c-a62e-da0e7f0ff438, localhost:13778): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-quq4zgb2eq.auto.internal" port: 13778 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-quq4zgb2eq.auto.internal:13778, location 1, ssl: False>]>
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:13778
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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". Check endpoint correctness.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:314 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.query.pool:pool.py:108 Session pool is not large enough: 0 < 100, will create new one.
DEBUG    ydb.connection:connection.py:549 Closing channel for endpoint localhost:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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:15276
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:15276". 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 ===============================
302.59s call     test_log_scenario.py::TestLogScenario::test_log_uniform
31.79s call     test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
18.50s call     test_log_scenario.py::TestLogScenario::test_log_deviation[180]
10.03s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
6.44s setup    test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
4.17s teardown test_log_scenario.py::TestLogScenario::test_log_uniform
4.13s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-128]
3.87s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
3.62s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-2]
3.61s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-64]
3.33s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-1]
3.29s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-1-8]
1.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-128]
0.51s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint8]
0.47s call     test_insert.py::TestInsertStatement::test_timestamp_pk_error_type
0.40s call     test_insert.py::TestInsertStatement::test_primitive_pk_error_type[Uint64]
0.09s setup    test_log_scenario.py::TestLogScenario::test_log_deviation[180]
0.04s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[1051200]
0.02s setup    test_log_scenario.py::TestLogScenario::test_log_uniform
0.01s teardown test_log_scenario.py::TestLogScenario::test_log_deviation[180]

(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/g440/00551b/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/g440/00551b/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-23T19:29:20.430112Z): source_id=114;tablet_id=72075186224038006;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> @ 0xD791B7B
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 @ 0xD76CC8D
7. /tmp//-S/ydb/core/tx/columnshard/engines/predicate/filter.cpp:22: BuildFilter @ 0x14392DEB
8. /tmp//-S/ydb/core/tx/columnshard/engines/reader/simple_reader/iterator/fetching.cpp:16: DoExecuteInplace @ 0x14FD9DE7
9. /-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script.h:47: ExecuteInplace @ 0x14F2EBA3
10. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/common/script_cursor.cpp:36: Execute @ 0x14F2EBA3
11. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.cpp:30: DoExecuteImpl @ 0x14F2C553
12. /tmp//-S/ydb/core/tx/columnshard/engines/reader/common/conveyor_task.cpp:8: DoExecute @ 0x14F2FF17
13. /tmp//-S/ydb/core/tx/conveyor/usage/abstract.cpp:16: Execute @ 0x143B0BD8
14. /tmp//-S/ydb/core/tx/conveyor_composite/service/worker.cpp:17: ExecuteTask @ 0x1CF1FA05
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: ?? @ 0x7FE3BA86DAC2
22. ??:0: ?? @ 0x7FE3BA8FF8BF
============== 1 failed, 11 passed, 1 error in 399.64s (0:06:39) ===============
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/g440/00551e/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 ===============================
20.06s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-64]
16.54s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
8.59s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-2]
7.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
6.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]
6.07s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
5.34s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-128]
5.25s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
5.19s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
4.41s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-8]
4.36s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-1]
4.35s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
1.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.08s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-2]
0.08s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1-10000-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-1-1]

(15 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 12 passed in 96.87s (0:01:36) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/g440/00550f/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 ===============================
21.67s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
12.53s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-64]
11.88s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
5.91s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
5.77s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
5.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
4.84s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
4.77s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
4.72s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
4.58s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
4.28s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
3.02s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.06s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-64]
0.04s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-1]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]
0.02s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-128]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-2]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-10000-8]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-1]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[1000-2-8]
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[1000-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-64]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-2]
0.01s teardown test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-128]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 91.18s (0:01:31) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/g440/005527/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 ===============================
121.31s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-10000]
118.11s call     test_overloads.py::TestLogScenario::test_overloads_workload[2-10000]
93.48s call     test_overloads.py::TestLogScenario::test_overloads_workload[1-1]
78.97s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-2]
77.72s call     test_overloads.py::TestLogScenario::test_overloads_workload[1000-1]
8.02s call     test_overloads.py::TestLogScenario::test_overloads_reject_probability
5.85s call     test_overloads.py::TestLogScenario::test_overloads_bulk_upsert[2-2-8]
0.01s setup    test_overloads.py::TestLogScenario::test_overloads_workload[2-2]

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
!!!!!!!!!!!!!! _pytest.outcomes.Exit: Graceful shutdown requested !!!!!!!!!!!!!!
======================== 7 passed in 617.31s (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/g440/005527/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/g440/005527/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/g440/005527/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/g440/005527', '--source-root', '/home/runner/.ya/build/build_root/g440/005527/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/g440/005527/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/g440/005527/ydb/tests/olap/ydb-tests-olap', '--basetemp', '/home/runner/.ya/build/build_root/g440/005527/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/g440/005527/ydb/tests/olap/test-results/py3test/testing_out_stuff/chunk7/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/g440/005527', '--source-root', '/home/runner/.ya/build/build_root/g440/005527/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/g440/005527/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/g440/005516/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 ===============================
13.34s setup    test_update.py::TestUpdate::test_incorrect
13.26s setup    test_select.py::TestSelect::test_incorrect
7.06s setup    test_replace.py::TestReplace::test_incorrect
2.19s call     test_update.py::TestUpdate::test_partial_update
1.62s call     test_update.py::TestUpdate::test_update_many_rows
1.52s call     test_select.py::TestSelect::test_json_query
1.05s call     test_replace.py::TestReplace::test_replace_total
0.99s call     test_replace.py::TestReplace::test_replace_rollback
0.91s call     test_update.py::TestUpdate::test_update_pk
0.86s call     test_select.py::TestSelect::test_incorrect
0.82s call     test_update.py::TestUpdate::test_incorrect
0.75s call     test_replace.py::TestReplace::test_replace_with_nulls
0.66s call     test_replace.py::TestReplace::test_partial_replace
0.36s call     test_replace.py::TestReplace::test_incorrect
0.03s setup    test_update.py::TestUpdate::test_update_pk
0.02s setup    test_update.py::TestUpdate::test_update_many_rows
0.01s teardown test_update.py::TestUpdate::test_update_pk
0.01s setup    test_update.py::TestUpdate::test_partial_update
0.01s teardown test_update.py::TestUpdate::test_update_many_rows

(14 durations < 0.005s hidden.  Use -vv to show these durations.)
============================= 11 passed in 46.62s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/g440/00550a/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 ===============================
343.09s call     upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
51.07s call     zip_bomb.py::TestZipBomb::test
17.01s teardown zip_bomb.py::TestZipBomb::test
16.41s setup    test_upsert.py::TestUpsert::test_copy_full
12.67s setup    test_update.py::TestUpdate::test_update_rollback
10.96s setup    upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
3.48s setup    zip_bomb.py::TestZipBomb::test
3.04s teardown upgrade_to_internal_path_id.py::TestUpgradeToInternalPathId::test
2.30s call     test_update.py::TestUpdate::test_update_single_column
2.26s call     test_upsert.py::TestUpsert::test_copy_full
2.23s call     test_update.py::TestUpdate::test_update_rollback
2.14s call     test_upsert.py::TestUpsert::test_copy_partial
2.06s call     test_upsert.py::TestUpsert::test_count
1.92s call     test_update.py::TestUpdate::test_update_single_row
1.04s call     test_upsert.py::TestUpsert::test_partial_update
0.80s call     test_upsert.py::TestUpsert::test_insert_nulls
0.73s call     test_upsert.py::TestUpsert::test_incorrect
0.03s setup    test_upsert.py::TestUpsert::test_incorrect
0.03s setup    test_upsert.py::TestUpsert::test_copy_partial
0.03s setup    test_upsert.py::TestUpsert::test_count
0.02s setup    test_update.py::TestUpdate::test_update_single_column
0.02s setup    test_upsert.py::TestUpsert::test_insert_nulls
0.02s setup    test_upsert.py::TestUpsert::test_partial_update
0.01s teardown test_update.py::TestUpdate::test_update_single_column

(9 durations < 0.005s hidden.  Use -vv to show these durations.)
======================== 11 passed in 474.62s (0:07:54) ========================
